@charset "UTF-8";.topbar{height:48px}@media only screen and (max-width:768px){.topbar{height:40px}}.topbar .appbar{width:100%;height:48px;background-color:#f3f3f3;padding:0px 4rem;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-shadow:0 4px 4px #0000002d}@media only screen and (max-width:768px){.topbar .appbar{padding:0px 1rem;height:40px}}.topbar .appbar .toolbar{width:100%;height:100%;padding:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;min-height:0}.topbar .appbar .header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:20px}@media only screen and (max-width:640px){.topbar .appbar .header{gap:5px}}.topbar .appbar .header .image{height:20px;width:20px}.topbar .appbar .header .text{font-weight:600;font-size:1rem;color:#292929}@media only screen and (max-width:768px){.topbar .appbar .header .text{font-weight:600;font-size:.75rem;color:#292929}}.topbar .appbar .actions{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:20px}@media only screen and (max-width:768px){.topbar .appbar .actions{gap:.5rem}}.topbar .appbar .actions .selection{border:none;outline:none;background:transparent;font-weight:500;font-size:1rem;color:#292929}@media only screen and (max-width:768px){.topbar .appbar .actions .selection{font-weight:600;font-size:.75rem;color:#292929}}.topbar .appbar .actions .home-icon{display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer}.topbar .appbar .actions .home-icon .image{height:1.5rem;width:1.5rem}@media only screen and (max-width:768px){.topbar .appbar .actions .home-icon .image{height:1.15rem}}.topbar .appbar .actions .button{padding:8px 16px;border-radius:8px;font-weight:500;font-size:1rem;color:#fff;background:#2e66db}.topbar .appbar .actions .button:hover{background:#124fcf}.loader-wrapper{position:relative;width:100px;height:100px;display:flex;justify-content:center;align-items:center;margin-bottom:30px}.dots-loader:not(:required){opacity:1;overflow:hidden;position:relative;text-indent:-9999px;display:inline-block;width:8px;height:8px;background:transparent;border-radius:100%;animation:dots-loader 5s infinite ease-in-out;transform-origin:50% 50%;transform:scale(1);transition:.3s all}@keyframes dots-loader{0%{box-shadow:#2c61aa -14px -14px 0 7px,#aec6eb 14px -14px 0 7px,#7fa9e6 14px 14px 0 7px,#194785 -14px 14px 0 7px}8.33%{box-shadow:#2c61aa 14px -14px 0 7px,#aec6eb 14px -14px 0 7px,#7fa9e6 14px 14px 0 7px,#194785 -14px 14px 0 7px}16.67%{box-shadow:#2c61aa 14px 14px 0 7px,#aec6eb 14px 14px 0 7px,#7fa9e6 14px 14px 0 7px,#194785 -14px 14px 0 7px}25%{box-shadow:#2c61aa -14px 14px 0 7px,#aec6eb -14px 14px 0 7px,#7fa9e6 -14px 14px 0 7px,#194785 -14px 14px 0 7px}33.33%{box-shadow:#2c61aa -14px -14px 0 7px,#aec6eb -14px 14px 0 7px,#7fa9e6 -14px -14px 0 7px,#194785 -14px -14px 0 7px}41.67%{box-shadow:#2c61aa 14px -14px 0 7px,#aec6eb -14px 14px 0 7px,#7fa9e6 -14px -14px 0 7px,#194785 14px -14px 0 7px}50%{box-shadow:#2c61aa 14px 14px 0 7px,#aec6eb -14px 14px 0 7px,#7fa9e6 -14px -14px 0 7px,#194785 14px -14px 0 7px}58.33%{box-shadow:#2c61aa -14px 14px 0 7px,#aec6eb -14px 14px 0 7px,#7fa9e6 -14px -14px 0 7px,#194785 14px -14px 0 7px}66.67%{box-shadow:#2c61aa -14px -14px 0 7px,#aec6eb -14px -14px 0 7px,#7fa9e6 -14px -14px 0 7px,#194785 14px -14px 0 7px}75%{box-shadow:#2c61aa 14px -14px 0 7px,#aec6eb 14px -14px 0 7px,#7fa9e6 14px -14px 0 7px,#194785 14px -14px 0 7px}83.33%{box-shadow:#2c61aa 14px 14px 0 7px,#aec6eb 14px -14px 0 7px,#7fa9e6 14px 14px 0 7px,#194785 14px 14px 0 7px}91.67%{box-shadow:#2c61aa -14px 14px 0 7px,#aec6eb 14px -14px 0 7px,#7fa9e6 14px 14px 0 7px,#194785 -14px 14px 0 7px}to{box-shadow:#2c61aa -14px -14px 0 7px,#aec6eb 14px -14px 0 7px,#7fa9e6 14px 14px 0 7px,#194785 -14px 14px 0 7px}}.loader-container{display:flex;flex-direction:column;gap:15px;justify-content:center;align-items:center;height:100vh;width:100vw;position:fixed;top:0;left:0;background-color:#fffffff2;z-index:9999}.loading-text{font-family:Arial,sans-serif;font-size:18px;color:#2c61aa;margin-top:20px;font-weight:600;letter-spacing:.5px}.loading-message{font-weight:400;font-size:14px;color:#000;margin-top:10px;max-width:300px;text-align:center;animation:fade-in 1s ease}.error-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:80vh;z-index:9999;animation:slideUp .6s ease-out}.cross-container{margin-bottom:40px;display:flex;justify-content:center}.cross-container .cross-circle{width:80px;height:80px;background:linear-gradient(135deg,#ff6b6b,#ff4757);box-shadow:0 10px 30px #ff6b6b4d,0 0 #ff6b6bb3;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative;animation:pulse 2s infinite}.cross-container .cross-circle:before{content:"";position:absolute;width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,#ff6b6b1a,#ff47571a);animation:ripple 3s infinite}.cross-container .cross-circle .cross-icon{position:relative;width:40px;height:40px}.cross-container .cross-circle .cross-icon .cross-line{position:absolute;width:40px;height:4px;background:#fff;border-radius:2px;top:50%;left:50%;transform-origin:center;box-shadow:0 2px 8px #0000001a}.cross-container .cross-circle .cross-icon .cross-line.cross-line-1{transform:translate(-50%,-50%) rotate(45deg);animation:crossDraw1 1.5s ease-in-out infinite}.cross-container .cross-circle .cross-icon .cross-line.cross-line-2{transform:translate(-50%,-50%) rotate(-45deg);animation:crossDraw2 1.5s ease-in-out infinite}.network-error-message{margin-bottom:40px}.network-error-message .error-title{font-weight:500;font-size:20px;color:#2d3748;margin:0 0 16px;animation:fadeInUp .8s ease-out}.network-error-message .error-description{font-weight:500;font-size:16px;color:#999;line-height:1.6;animation:fadeInUp .8s ease-out .2s both;max-width:380px;margin:0 auto}.retry-button{background:#2e66db;border:none;padding:10px 14px;border-radius:8px;font-weight:500;font-size:12px;color:#fff;cursor:pointer;transition:background .3s ease;display:inline-flex;align-items:center;gap:8px;position:relative}.retry-button:hover{background:#cbd5e0}.retry-button:active{background:#a0aec0}.retry-button .retry-icon{font-size:18px;animation:none}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 10px 30px #e764644d,0 0 #f05f5fb3}50%{transform:scale(1.05);box-shadow:0 15px 40px #ea666666,0 0 0 10px #ea66660d}}@keyframes ripple{0%{transform:scale(.8);opacity:.3}50%{transform:scale(1.2);opacity:.15}to{transform:scale(1.4);opacity:0}}@keyframes crossDraw1{0%,to{transform:translate(-50%,-50%) rotate(45deg) scale(1)}50%{transform:translate(-50%,-50%) rotate(45deg) scale(1.1)}}@keyframes crossDraw2{0%,to{transform:translate(-50%,-50%) rotate(-45deg) scale(1)}50%{transform:translate(-50%,-50%) rotate(-45deg) scale(1.1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.network-error-container{padding:16px}.network-error-container .error-content{max-width:360px;padding:40px 24px;border-radius:20px}.network-error-container .cross-container .cross-circle{width:100px;height:100px}.network-error-container .cross-container .cross-circle:before{width:120px;height:120px}.network-error-container .cross-container .cross-circle .cross-icon{width:32px;height:32px}.network-error-container .cross-container .cross-circle .cross-icon .cross-line{width:32px;height:3px}.network-error-container .error-message .error-title{font-size:28px}.network-error-container .error-message .error-description{font-size:14px}.network-error-container .retry-button{padding:14px 28px;font-size:14px}}@media(max-width:480px){.network-error-container .error-content{max-width:320px;padding:32px 20px}.network-error-container .error-message .error-title{font-size:24px}.network-error-container .retry-button{padding:12px 24px;font-size:14px}}.court-portal{background:#fff;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:2rem;width:100%;height:100%;overflow-y:auto}.court-portal .hero{min-height:70vh;background-size:cover;background-position:center;width:100%}.court-portal .hero .hero-overlay{min-height:70vh;background:linear-gradient(90deg,#151414,#7b767600);padding:0 10rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}@media only screen and (max-width:1284px){.court-portal .hero .hero-overlay{padding:2rem 3rem}}@media only screen and (max-width:640px){.court-portal .hero .hero-overlay{padding:1.5rem}}.court-portal .hero .hero-content{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2.5rem;width:50%}@media only screen and (max-width:1455px){.court-portal .hero .hero-content{width:70%}}@media only screen and (max-width:1024px){.court-portal .hero .hero-content{width:70%}}@media only screen and (max-width:768px){.court-portal .hero .hero-content{width:80%;gap:2rem}}@media only screen and (max-width:640px){.court-portal .hero .hero-content{width:100%;gap:.75rem}}.court-portal .hero .hero-header{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem}.court-portal .hero .hero-title{font-weight:700;font-size:3rem;color:#fff;line-height:120%}@media only screen and (max-width:640px){.court-portal .hero .hero-title{font-weight:700;font-size:2rem;color:#fff}}.court-portal .hero .hero-subtitle{padding-right:4rem;font-weight:400;font-size:1.125rem;color:#dae7f3}@media only screen and (max-width:640px){.court-portal .hero .hero-subtitle{padding-right:0;font-weight:400;font-size:.875rem;color:#f3f3f3}}.court-portal .hero .clerk-info{display:inline-flex;align-items:center;gap:.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:40px;font-weight:400;font-size:.875rem;color:#fff;border:1px solid rgba(255,255,255,.3)}@media only screen and (max-width:768px){.court-portal .hero .clerk-info{font-weight:400;font-size:.75rem;color:#fff}}.court-portal .hero .action-buttons{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:1rem;flex-wrap:wrap}.court-portal .hero .action-buttons button{border:none;border-radius:8px;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;transition:all .2s ease;background-color:#2e66db;color:#fff;padding:.75rem 1.5rem;font-size:1rem}.court-portal .hero .action-buttons button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.court-portal .hero .action-buttons button:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.court-portal .hero .action-buttons button:hover:not(:disabled){background-color:#124fcf}@media only screen and (max-width:1284px){.court-portal .hero .action-buttons button{padding:.75rem 1rem}}@media only screen and (max-width:640px){.court-portal .hero .action-buttons button{padding:.5rem .75rem;font-size:.875rem}}.court-portal .hero .action-buttons button.secondary{background-color:#f3f3f3;color:#292929}.court-portal .hero .action-buttons button.secondary:hover:not(:disabled){background-color:#e6e6e6}.court-portal .information-card{width:80%;background-color:#dae7f3;border-radius:12px;padding:24px;background:linear-gradient(#dae7f3,#dae7f3) padding-box,linear-gradient(0deg,#383838,#6660) border-box;border:2px solid transparent;transition:box-shadow .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;padding:2rem 3rem;position:relative;z-index:2}.court-portal .information-card:hover{box-shadow:0 10px 15px #0000001a}@media only screen and (max-width:768px){.court-portal .information-card{width:90%;padding:1rem}}.court-portal .information-card .info-header{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem}.court-portal .information-card .info-header .heading{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem}.court-portal .information-card .info-header .heading .title{font-weight:600;font-size:1rem;color:#2e66db}.court-portal .information-card .info-header .heading .subtitle{font-weight:500;font-size:.75rem;color:#7d7c7c}.court-portal .information-card .info-header .icon{width:40px;height:40px;background:#aad1f5;border-radius:50%;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#2e66db;flex-shrink:0}.court-portal .information-card .info-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem;font-weight:500;font-size:.75rem;color:#292929}@media only screen and (max-width:768px){.court-portal .information-card .info-content{font-size:11px;font-weight:400}}.court-portal .information-card .hours-section{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.1rem}.court-portal .information-card .hours-section .hours-title{font-weight:600;font-size:.875rem;color:#2e66db}.court-portal .information-card .hours-section .hours-day{font-weight:500;font-size:.75rem;color:#292929}.court-portal .information-card .hours-section .hours-time{font-weight:400;font-size:.75rem;color:#292929}.court-portal .contact{width:80%;background-color:#f3f3f3;border-radius:12px;padding:24px;background:linear-gradient(#f3f3f3,#f3f3f3) padding-box,linear-gradient(0deg,#383838,#6660) border-box;border:2px solid transparent;transition:box-shadow .3s ease;padding:1.5rem 3rem}.court-portal .contact:hover{box-shadow:0 10px 15px #0000001a}@media only screen and (max-width:768px){.court-portal .contact{width:90%;padding:2rem 1rem}}.court-portal .contact .contact-content{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}@media only screen and (max-width:768px){.court-portal .contact .contact-content{gap:.5rem}}.court-portal .contact .contact-content .contact-section{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem}.court-portal .contact .contact-content .contact-section .header{letter-spacing:.5px;font-weight:600;font-size:.875rem;color:#292929}.court-portal .contact .contact-content .contact-section .data{font-weight:500;font-size:.75rem;color:#2e66db}.court-portal .contact .contact-content .contact-section.flex{flex-grow:1}.court-portal .contact .contact-content .link{text-decoration:none;font-weight:500;font-size:.75rem;color:#2e66db}.court-portal .contact .contact-content .link:hover{text-decoration:underline}.court-portal .contact .contact-content .operator{width:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}@media only screen and (max-width:768px){.court-portal .contact .contact-content .operator{align-items:flex-start}}.home-footer{margin-top:2rem;width:100%;padding:8px 0;background-color:#f3f3f3;color:#292929;border-top:1px solid rgba(255,255,255,.2);font-size:12px}.home-footer .home-footer__inner{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%}.home-footer .home-footer__logo{height:25px;width:auto;object-fit:contain;display:inline-block;vertical-align:middle;cursor:pointer}.home-footer .highlight{font-weight:600;color:#2e66db;cursor:pointer}@media(max-width:480px){.home-footer .home-footer__logo{height:14px}.home-footer .home-footer__inner{gap:6px}}.new-application-flow{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;height:100vh;overflow:hidden;position:relative}.new-application-flow .stepper-header{flex-shrink:0;width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;background:transparent;z-index:100;min-height:80px}.new-application-flow .stepper-header .step-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;position:relative}.new-application-flow .stepper-header .step-item .step-pill{display:flex;flex-direction:row;justify-content:center;align-items:center;border:1px solid #9ca3af;background-color:#fff;border-radius:50px;padding:6px 20px 6px 8px;transition:all .3s ease;position:relative;z-index:2}.new-application-flow .stepper-header .step-item .step-circle{width:24px;height:24px;border-radius:50%;background-color:#7d7c7c;display:flex;flex-direction:row;justify-content:center;align-items:center;font-weight:500;font-size:.75rem;color:#fff;margin-right:8px;flex-shrink:0}.new-application-flow .stepper-header .step-item .step-label{font-weight:500;font-size:.75rem;color:#7d7c7c;white-space:nowrap}.new-application-flow .stepper-header .step-item .step-line{width:60px;height:2px;background:#9ca3af}@media only screen and (max-width:768px){.new-application-flow .stepper-header .step-item .step-line{width:30px}}.new-application-flow .stepper-header .step-item.active .step-pill{background-color:#fff;border-color:#2e66db;box-shadow:0 4px 6px #0000001a}.new-application-flow .stepper-header .step-item.active .step-circle{background-color:#2e66db;color:#fff}.new-application-flow .stepper-header .step-item.active .step-label{color:#2e66db}.new-application-flow .stepper-header .step-item.completed .step-circle{background-color:#fff;color:#2e66db}.new-application-flow .stepper-header .step-item.completed .step-pill{background-color:#2e66db;border-color:#2e66db;box-shadow:0 4px 6px #0000001a}.new-application-flow .stepper-header .step-item.completed .step-label{color:#fff}.new-application-flow .stepper-header .step-item.completed .step-line{background:#2e66db}@media only screen and (max-width:640px){.new-application-flow .stepper-header .step-item{flex:1;justify-content:center}.new-application-flow .stepper-header .step-item .step-pill{flex-direction:column;background-color:transparent;border:none;padding:0;border-radius:0;box-shadow:none}.new-application-flow .stepper-header .step-item .step-circle{margin-right:0;margin-bottom:4px;width:32px;height:32px}.new-application-flow .stepper-header .step-item .step-label{font-size:.7rem;text-align:center;color:#7d7c7c;white-space:normal}.new-application-flow .stepper-header .step-item.active .step-pill{background-color:transparent;box-shadow:none;border-color:transparent}.new-application-flow .stepper-header .step-item.active .step-circle{background-color:#2e66db;color:#fff}.new-application-flow .stepper-header .step-item.active .step-label{color:#2e66db;font-weight:700}.new-application-flow .stepper-header .step-item.completed .step-pill{background-color:transparent;box-shadow:none;border-color:transparent}.new-application-flow .stepper-header .step-item.completed .step-circle{background-color:#2e66db;color:#fff}.new-application-flow .stepper-header .step-item.completed .step-label{color:#292929}.new-application-flow .stepper-header .step-item.completed .step-line{background:#2e66db}.new-application-flow .stepper-header .step-item .step-line{position:absolute;top:16px;left:50%;width:100%;margin:0;z-index:1}}.new-application-flow .flow-content-area{flex:1;display:flex;flex-direction:row;position:relative;height:100vh;width:100%;overflow:auto}.new-application-flow .flow-content-area s>div{flex:1;display:flex;flex-direction:column;overflow:hidden;height:100%}.form-selection-layout{display:flex;flex-direction:row;height:100vh;width:100%;overflow:hidden;position:relative}.form-selection-layout .form-list-container{flex:1;display:flex;flex-direction:column;height:100%;transition:all .3s ease;min-width:0;overflow:hidden}.form-selection-layout .form-list-container .form-list-scroll-area{flex:1;overflow-y:auto;overflow-x:hidden;padding:1px 20px}@media only screen and (max-width:768px){.form-selection-layout .form-list-container .form-list-scroll-area{padding:15px 20px}}@media only screen and (max-width:640px){.form-selection-layout .form-list-container .form-list-scroll-area{padding:10px}}.form-selection-layout .form-list-container .selection-footer{position:fixed;bottom:0;left:0;width:100%;z-index:100;padding:16px 40px;background:#fff;border-top:1px solid #9ca3af;display:flex;justify-content:flex-end;align-items:center}@media only screen and (max-width:768px){.form-selection-layout .form-list-container .selection-footer{padding:10px 30px}}@media only screen and (max-width:640px){.form-selection-layout .form-list-container .selection-footer{padding:10px 20px;justify-content:center}}.form-selection-layout .form-list-container .selection-footer .btn-start{background-color:#2e66db;color:#fff;font-family:poppins,sans-serif;padding:12px 35px;border:none;border-radius:8px;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 10px #2e66db33;width:250px;cursor:pointer}@media only screen and (max-width:768px){.form-selection-layout .form-list-container .selection-footer .btn-start{padding:10px 28px;font-size:.875rem}}@media only screen and (max-width:640px){.form-selection-layout .form-list-container .selection-footer .btn-start{padding:10px 24px;font-size:.875rem;width:100%}}.form-selection-layout .form-list-container .selection-footer .btn-start:hover:not(:disabled){background-color:#235acc}.form-selection-layout .form-list-container .selection-footer .btn-start:disabled,.form-selection-layout .form-list-container .selection-footer .btn-start.disabled{background-color:#94a3b8;color:#f1f5f9;cursor:not-allowed;box-shadow:none;pointer-events:none}.form-selection-layout .preview-side-panel{width:50%;background:#fff;animation:slideInRight .3s ease;z-index:50;display:flex;margin-top:80px;flex-direction:column;border-radius:20px}@media only screen and (max-width:768px){.form-selection-layout .preview-side-panel{width:100%;position:absolute;inset:0}}@media only screen and (max-width:640px){.form-selection-layout .preview-side-panel{width:100%;position:absolute;inset:0}}.form-selection-layout .preview-side-panel .preview-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center}.form-selection-layout .preview-side-panel .preview-empty .empty-icon{font-size:80px;margin-bottom:24px}.form-selection-layout .preview-side-panel .preview-empty h2{font-weight:700;font-size:.875rem;color:#2e66db}.form-selection-layout .preview-side-panel .preview-empty p{font-size:.75rem;color:#7d7c7c;margin:0;max-width:400px;line-height:1.5}.form-selection-layout .preview-side-panel .preview-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.form-selection-layout .preview-side-panel .preview-loading .loading-spinner{width:32px;height:32px;border:3px solid #9ca3af;border-top-color:#2e66db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:8px}.form-selection-layout .preview-side-panel .preview-loading p{font-size:.75rem;color:#7d7c7c}.form-selection-layout .preview-side-panel .preview-container{display:flex;flex-direction:column;height:100%}.form-selection-layout .preview-side-panel .preview-container .preview-header{position:relative;padding:8px 16px;background:#f8fafc;border:1px solid #ffffff;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}@media only screen and (max-width:768px){.form-selection-layout .preview-side-panel .preview-container .preview-header{padding:8px 16px}}@media only screen and (max-width:640px){.form-selection-layout .preview-side-panel .preview-container .preview-header{padding:8px 40px 8px 8px;flex-direction:column;align-items:flex-start;gap:8px}}.form-selection-layout .preview-side-panel .preview-container .preview-header .preview-title h2{margin:0;font-weight:600;font-size:.875rem;color:#292929}@media only screen and (max-width:640px){.form-selection-layout .preview-side-panel .preview-container .preview-header .preview-title h2{font-size:.75rem}}.form-selection-layout .preview-side-panel .preview-container .preview-header .preview-actions-group{display:flex;justify-content:flex-end;align-items:center;gap:16px}@media only screen and (max-width:768px){.form-selection-layout .preview-side-panel .preview-container .preview-header .preview-actions-group{gap:16px}}@media only screen and (max-width:640px){.form-selection-layout .preview-side-panel .preview-container .preview-header .preview-actions-group{width:100%;justify-content:flex-start;gap:8px}}.form-selection-layout .preview-side-panel .preview-container .preview-header .preview-actions-group .preview-details{display:flex;align-items:center;gap:16px;color:#7d7c7c;font-size:.875rem}@media only screen and (max-width:768px){.form-selection-layout .preview-side-panel .preview-container .preview-header .preview-actions-group .preview-details{gap:8px;font-size:.75rem;flex-direction:column;align-items:flex-start}}@media only screen and (max-width:640px){.form-selection-layout .preview-side-panel .preview-container .preview-header .preview-actions-group .preview-details{gap:4px;flex-direction:column;align-items:flex-start}}.form-selection-layout .preview-side-panel .preview-container .preview-header .preview-actions-group .preview-details .detail-item{display:flex;align-items:center;gap:6px}.form-selection-layout .preview-side-panel .preview-container .preview-header .preview-actions-group .preview-details .detail-item .detail-label{display:flex;align-items:center;gap:4px;font-weight:500}.form-selection-layout .preview-side-panel .preview-container .preview-header .preview-actions-group .preview-details .detail-item .detail-value{font-weight:600;color:#292929}.form-selection-layout .preview-side-panel .preview-container .preview-header .preview-actions-group .preview-details .detail-item .detail-value.fee-value{color:#059669;font-weight:700}.form-selection-layout .preview-side-panel .preview-container .preview-header .preview-actions-group .close-preview-btn{display:flex;align-items:center;justify-content:center;background:transparent;background-color:#f3f3f3;border:none;color:#ed5565;cursor:pointer;padding:6px;border-radius:50%;transition:all .2s ease}@media only screen and (max-width:640px){.form-selection-layout .preview-side-panel .preview-container .preview-header .preview-actions-group .close-preview-btn{position:absolute;top:8px;right:8px;padding:4px}}.form-selection-layout .preview-side-panel .preview-container .preview-header .preview-actions-group .close-preview-btn:hover{background-color:#fee2e2}.form-selection-layout .preview-side-panel .preview-container .pdf-viewer{flex:1;background:#525252;position:relative;height:100%;border:1px solid #292929;border-radius:12px}.form-selection-layout .preview-side-panel .preview-container .pdf-viewer .watermark-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);z-index:10;pointer-events:none;color:#32313126;font-size:48px;font-weight:700;text-align:center;white-space:nowrap;-webkit-user-select:none;user-select:none}@media only screen and (max-width:640px){.form-selection-layout .preview-side-panel .preview-container .pdf-viewer .watermark-overlay{font-size:32px;white-space:normal;max-width:80%}}.form-selection-layout .preview-side-panel .preview-container .pdf-viewer iframe,.form-selection-layout .preview-side-panel .preview-container .pdf-viewer .pdf-iframe{width:100%;height:100%;background:#fff}.form-selection-layout.split-view .form-list-container{width:50%;flex:0 0 50%}.form-selection-layout.split-view .form-list-container .selection-footer{width:50%}@media only screen and (max-width:640px){.form-selection-layout.split-view .form-list-container{width:100%;flex:1}.form-selection-layout.split-view .form-list-container .selection-footer{width:100%}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes spin{to{transform:rotate(360deg)}}.user-file-form{position:relative;width:100%;max-width:600px;margin:0 auto;padding:0 8px;max-height:90vh}@media only screen and (max-width:640px){.user-file-form{max-height:85vh;padding:0 4px}}.user-file-form .form-header-row{margin-bottom:16px;text-align:center;position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;min-height:48px;width:100%;flex-shrink:0;padding:0 40px}@media only screen and (max-width:640px){.user-file-form .form-header-row{margin-bottom:16px;padding:0 24px;min-height:40px}}.user-file-form .form-header-row .btn-close-modal{position:absolute;left:0;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#7d7c7c;width:32px;height:32px;padding:4px;border-radius:50%;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;transition:all .2s ease}.user-file-form .form-header-row .btn-close-modal:hover{background-color:#f3f3f3;color:#2e66db}.user-file-form .form-header-row .header-text h1{font-weight:700;font-size:1.125rem;color:#2e66db;margin:0 0 4px}@media only screen and (max-width:640px){.user-file-form .form-header-row .header-text h1{font-size:1rem}}.user-file-form .form-header-row .header-text p{font-weight:400;font-size:.75rem;color:#7d7c7c;margin:0}@media only screen and (max-width:640px){.user-file-form .form-header-row .header-text p{font-size:.625rem}}.user-file-form .form-inputs-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px}@media only screen and (max-width:640px){.user-file-form .form-inputs-container{gap:8px}}.user-file-form .form-inputs-container .input-row-stack{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px}.user-file-form .form-inputs-container .input-row-stack label{font-weight:500;font-size:.75rem;color:#7d7c7c;margin-left:2px}@media only screen and (max-width:640px){.user-file-form .form-inputs-container .input-row-stack label{padding:2px;font-size:.625rem}}.user-file-form .form-inputs-container .input-row-stack input{border:2px solid #7d7c7c;border-radius:8px;font-size:1rem;transition:border-color .3s ease;width:100%;font-family:Poppins,sans-serif;font-weight:500;font-size:.75rem;color:#292929;padding:8px 12px;border:1px solid #9ca3af}.user-file-form .form-inputs-container .input-row-stack input:focus{outline:none;border-color:#2e66db;box-shadow:0 0 0 3px #2e66db1a}.user-file-form .form-inputs-container .input-row-stack input:disabled{background-color:#dae7f3;cursor:not-allowed}.user-file-form .form-inputs-container .input-row-stack input input:-webkit-autofill,.user-file-form .form-inputs-container .input-row-stack input input:-webkit-autofill:hover,.user-file-form .form-inputs-container .input-row-stack input input:-webkit-autofill:focus,.user-file-form .form-inputs-container .input-row-stack input input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;outline:none!important;-webkit-border-image:none!important}.user-file-form .form-inputs-container .input-row-stack input::placeholder{font-weight:400;font-size:.875rem;color:#9ca3af}.user-file-form .form-inputs-container .input-row-stack input::placeholder{font-family:Poppins,sans-serif;font-weight:500;font-size:.75rem;color:#888;opacity:.7}.user-file-form .form-inputs-container .input-row-stack input:focus{border-color:#2e66db}.user-file-form .form-inputs-container .input-row-stack textarea{border:2px solid #7d7c7c;border-radius:8px;font-size:1rem;transition:border-color .3s ease;width:100%;padding:8px 12px;border:1px solid #9ca3af;font-family:Poppins;font-weight:500;font-size:.75rem;min-height:80px;resize:vertical}.user-file-form .form-inputs-container .input-row-stack textarea:focus{outline:none;border-color:#2e66db;box-shadow:0 0 0 3px #2e66db1a}.user-file-form .form-inputs-container .input-row-stack textarea:disabled{background-color:#dae7f3;cursor:not-allowed}.user-file-form .form-inputs-container .input-row-stack textarea input:-webkit-autofill,.user-file-form .form-inputs-container .input-row-stack textarea input:-webkit-autofill:hover,.user-file-form .form-inputs-container .input-row-stack textarea input:-webkit-autofill:focus,.user-file-form .form-inputs-container .input-row-stack textarea input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;outline:none!important;-webkit-border-image:none!important}.user-file-form .form-inputs-container .input-row-stack textarea::placeholder{font-weight:400;font-size:.875rem;color:#9ca3af}.user-file-form .form-inputs-container .input-row-stack textarea::placeholder{font-family:Poppins,sans-serif;font-weight:500;font-size:.75rem;color:#888;opacity:.7}@media only screen and (max-width:640px){.user-file-form .form-inputs-container .input-row-stack textarea{min-height:40px}}.user-file-form .form-inputs-container .input-row-stack .phone-input-group{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:0;border:1px solid #9ca3af;border-radius:8px;overflow:hidden;background:#fff}.user-file-form .form-inputs-container .input-row-stack .phone-input-group:focus-within{border-color:#2e66db;box-shadow:0 0 0 1px #2e66db33}.user-file-form .form-inputs-container .input-row-stack .phone-input-group .country-code-select{border:none;border-right:1px solid #9ca3af;border-radius:0;outline:none;background:transparent;padding:8px 28px 8px 8px;font-family:Poppins,sans-serif;font-weight:500;font-size:.75rem;color:#292929;cursor:pointer;flex-shrink:0;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;transition:background-color .2s ease}@media only screen and (max-width:640px){.user-file-form .form-inputs-container .input-row-stack .phone-input-group .country-code-select{font-size:.75rem;padding:8px 24px 8px 4px}}.user-file-form .form-inputs-container .input-row-stack .phone-input-group .phone-number-input{border:none!important;border-radius:0!important;box-shadow:none!important;flex:1;min-width:0}.user-file-form .form-inputs-container .input-row-stack .phone-input-group .phone-number-input:focus{outline:none;box-shadow:none!important}.user-file-form .form-inputs-container .input-row-stack .error-message{color:#ed5565;font-size:.75rem;font-weight:500;margin-left:2px;display:block}.user-file-form .form-inputs-container .verification-section{margin-top:4px}.user-file-form .form-inputs-container .verification-section .section-label{font-weight:600;font-size:.75rem;color:#292929;margin-bottom:4px;display:block}@media only screen and (max-width:640px){.user-file-form .form-inputs-container .verification-section .section-label{margin-bottom:2px}}.user-file-form .form-inputs-container .verification-section .section-subtitle{font-weight:400;font-size:.625rem;color:#7d7c7c;display:block;margin-bottom:16px}.user-file-form .form-inputs-container .verification-section .verification-options{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media only screen and (max-width:640px){.user-file-form .form-inputs-container .verification-section .verification-options{gap:4px}}.user-file-form .form-inputs-container .verification-section .verification-options .radio-card{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;border:1px solid #9ca3af;border-radius:8px;padding:10px 8px;cursor:pointer;transition:all .2s ease;background:#fff}.user-file-form .form-inputs-container .verification-section .verification-options .radio-card input{display:inline-block;margin:0;width:16px;height:16px;accent-color:#2e66db;cursor:pointer}.user-file-form .form-inputs-container .verification-section .verification-options .radio-card .radio-content{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.user-file-form .form-inputs-container .verification-section .verification-options .radio-card .radio-content svg{flex-shrink:0;color:#7d7c7c}.user-file-form .form-inputs-container .verification-section .verification-options .radio-card .radio-content .title{display:block;font-weight:500;font-size:.75rem;color:#292929}.user-file-form .form-inputs-container .verification-section .verification-options .radio-card:hover{border-color:#9ca3af}.user-file-form .form-inputs-container .verification-section .verification-options .radio-card.selected{border-color:#2e66db;background:#fff}.user-file-form .form-inputs-container .verification-section .verification-options .radio-card.selected .radio-content svg,.user-file-form .form-inputs-container .verification-section .verification-options .radio-card.selected .radio-content .title{color:#292929}.user-file-form .form-inputs-container .verification-section .verification-options .radio-card.selected .radio-content svg{color:#2e66db}.user-file-form .form-inputs-container .verification-section .error-message{color:#ed5565;font-size:.75rem;font-weight:500;display:block}.user-file-form .form-inputs-container .action-buttons-column{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;flex-shrink:0}@media only screen and (max-width:640px){.user-file-form .form-inputs-container .action-buttons-column{margin-top:8px;gap:8px}}.user-file-form .form-inputs-container .action-buttons-column .btn-create{border:none;border-radius:8px;font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;transition:all .2s ease;background-color:#2e66db;font-weight:600;font-size:.875rem;color:#fff;padding:8px 0;width:100%;text-align:center}.user-file-form .form-inputs-container .action-buttons-column .btn-create:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.user-file-form .form-inputs-container .action-buttons-column .btn-create:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.user-file-form .form-inputs-container .action-buttons-column .btn-create:hover:not(:disabled){background-color:#124fcf}@media only screen and (max-width:640px){.user-file-form .form-inputs-container .action-buttons-column .btn-create{font-weight:600;font-size:.75rem;color:#fff}}.user-file-form .form-inputs-container .action-buttons-column .btn-discard{border:none;border-radius:8px;font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;transition:all .2s ease;font-weight:600;font-size:.875rem;padding:8px 0;background:transparent;color:#7d7c7c;border:1px solid #9ca3af;width:100%;text-align:center}.user-file-form .form-inputs-container .action-buttons-column .btn-discard:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.user-file-form .form-inputs-container .action-buttons-column .btn-discard:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.user-file-form .form-inputs-container .action-buttons-column .btn-discard:hover{background:#f3f3f3;color:#292929}@media only screen and (max-width:640px){.user-file-form .form-inputs-container .action-buttons-column .btn-discard{font-weight:600;font-size:.75rem;color:#7d7c7c}}.user-file-form .custom-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:row;justify-content:center;align-items:center;z-index:2000;animation:fadeIn .2s ease-out}.user-file-form .custom-modal-overlay .custom-alert-modal{background:#fff;width:90%;max-width:420px;padding:32px;border-radius:12px;text-align:center;position:relative;box-shadow:0 10px 15px #0000001a;animation:scaleIn .3s cubic-bezier(.34,1.56,.64,1)}.user-file-form .custom-modal-overlay .custom-alert-modal .modal-icon-wrapper{margin-bottom:16px;display:inline-flex;padding:16px;background:#fff5f5;border-radius:50%}.user-file-form .custom-modal-overlay .custom-alert-modal h2{font-weight:700;font-size:1.375rem;color:#292929;margin-bottom:8px}.user-file-form .custom-modal-overlay .custom-alert-modal p{font-weight:400;font-size:.75rem;color:#7d7c7c;line-height:1.6;margin-bottom:32px}.user-file-form .custom-modal-overlay .custom-alert-modal .modal-footer-actions{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media only screen and (max-width:640px){.user-file-form .custom-modal-overlay .custom-alert-modal .modal-footer-actions{grid-template-columns:1fr}}.user-file-form .custom-modal-overlay .custom-alert-modal .modal-footer-actions .btn-secondary-outline{border:none;border-radius:8px;font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;transition:all .2s ease;border:1px solid #9ca3af}.user-file-form .custom-modal-overlay .custom-alert-modal .modal-footer-actions .btn-secondary-outline:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.user-file-form .custom-modal-overlay .custom-alert-modal .modal-footer-actions .btn-secondary-outline:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.user-file-form .custom-modal-overlay .custom-alert-modal .modal-footer-actions .btn-danger-solid{border:none;border-radius:8px;font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;transition:all .2s ease;background:#ed5565;color:#fff}.user-file-form .custom-modal-overlay .custom-alert-modal .modal-footer-actions .btn-danger-solid:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.user-file-form .custom-modal-overlay .custom-alert-modal .modal-footer-actions .btn-danger-solid:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.user-file-form .custom-modal-overlay .custom-alert-modal .close-x{position:absolute;top:15px;right:15px;background:transparent;border:none;cursor:pointer;color:#9ca3af}.form-list-view{display:flex;flex-direction:column;height:100%;padding-bottom:20px;position:relative}.form-list-view .view-header{margin-top:8px;margin-bottom:8px;padding:0 1.25rem;display:flex;justify-content:space-between}.form-list-view .view-header h1{font-weight:600;font-size:1.125rem;color:#2e66db;margin:0}@media only screen and (max-width:640px){.form-list-view .view-header h1{font-size:.875rem}}.form-list-view .view-header .step-info{font-weight:400;font-size:.875rem;color:#7d7c7c;margin-top:4px}@media only screen and (max-width:768px){.form-list-view .view-header .step-info{font-size:.75rem}}.form-list-view .view-header .close-btn{background:transparent;border:none;color:#888;cursor:pointer;padding:6px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.form-list-view .view-header .close-btn:hover{background:#0000000d;color:#ed5565}.form-list-view .search-and-filter{flex:1;display:flex;flex-direction:column;overflow:hidden;border-left:3px solid #000;border-right:3px solid #000;border-top:none;border-bottom:none;border-radius:20px;padding:10px 20px}.form-list-view .search-and-filter .search-box{display:flex;align-items:center;background:#fff;border:1px solid #2e66db;border-radius:6px;padding:8px 14px;gap:10px;margin-bottom:10px;flex-shrink:0}.form-list-view .search-and-filter .search-box input{flex:1;border:none;outline:none;font-size:14px}.form-list-view .search-and-filter .search-box input::placeholder{color:#7d7c7c}.form-list-view .search-and-filter .search-box .icon-search{color:#7d7c7c}.form-list-view .search-and-filter .search-box .icon-clear{cursor:pointer;color:#7d7c7c}.form-list-view .search-and-filter .sections-grid{overflow-y:auto;display:grid;grid-template-columns:1fr 1fr;align-items:flex-start;position:relative}.form-list-view .search-and-filter .sections-grid .middle-divider{position:absolute;left:50%;top:0;bottom:0;width:2px;background-color:#aad1f5;transform:translate(-50%);z-index:0}@media(max-width:768px){.form-list-view .search-and-filter .sections-grid{grid-template-columns:1fr}.form-list-view .search-and-filter .sections-grid .middle-divider{display:none}}.form-list-view .search-and-filter .sections-grid .no-forms{grid-column:1/-1;text-align:center;color:#7d7c7c;padding-top:20px}.form-list-view .search-and-filter .sections-grid .section-block{position:relative;z-index:1;margin:0;padding:0 1rem 0 .75rem}.form-list-view .search-and-filter .sections-grid .section-block .section-header{background:#dae7f3;padding:4px 12px;border-radius:2px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:12px}.form-list-view .search-and-filter .sections-grid .section-block .section-header .section-title{font-weight:500;font-size:.875rem;color:#292929;margin-bottom:2px}.form-list-view .search-and-filter .sections-grid .section-block .section-header .chevron{transition:transform .2s}.form-list-view .search-and-filter .sections-grid .section-block .section-header .chevron.open{transform:rotate(90deg)}.form-list-view .search-and-filter .sections-grid .section-block .forms-container{border-left:1px solid #7d7c7c;margin-left:12px;padding-left:10px}.form-list-view .search-and-filter .sections-grid .section-block .forms-container .form-row{display:flex;justify-content:space-between;align-items:center;padding:2px 12px;margin-bottom:8px;border:1px solid transparent;border-radius:6px;cursor:pointer;transition:all .2s}.form-list-view .search-and-filter .sections-grid .section-block .forms-container .form-row:hover{background:#f8fafc}.form-list-view .search-and-filter .sections-grid .section-block .forms-container .form-row .row-left{display:flex;align-items:center;gap:12px;flex:1}.form-list-view .search-and-filter .sections-grid .section-block .forms-container .form-row .row-left .custom-cb{width:20px;height:20px;background:#aad1f5;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.form-list-view .search-and-filter .sections-grid .section-block .forms-container .form-row .row-left .custom-cb.checked{background:#2e66db}.form-list-view .search-and-filter .sections-grid .section-block .forms-container .form-row .row-left .form-label{font-weight:400;font-size:.75rem;color:#7d7c7c;line-height:1.4}.form-list-view .search-and-filter .sections-grid .section-block .forms-container .form-row .row-right{margin-left:8px}.form-list-view .search-and-filter .sections-grid .section-block .forms-container .form-row .row-right .eye-btn{padding:2px;margin:2px;color:#2e66db;border-radius:20%;background:#aad1f5;display:flex;align-items:center;justify-content:center}.form-list-view .search-and-filter .sections-grid .section-block .forms-container .form-row.is-selected{background:#f3f3f3;border:1px solid #2e66db;border-radius:20px;box-shadow:0 2px 4px #3b82f61a}.form-list-view .search-and-filter .sections-grid .section-block .forms-container .form-row.is-selected .row-left .form-label{font-weight:500}.form-list-view .search-and-filter .sections-grid .section-block .forms-container .form-row.preview-active{border:1px solid #2e66db;border-radius:20px;box-shadow:0 2px 4px #3b82f61a}.form-list-view.single-col-mode .sections-grid{grid-template-columns:1fr!important}.form-list-view.single-col-mode .sections-grid .middle-divider{display:none!important}.app-summary-wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;height:auto;overflow:visible;padding:1.5rem 3rem;gap:1.25rem}@media only screen and (max-width:1024px){.app-summary-wrapper{padding:.75rem 1.5rem}}@media only screen and (max-width:768px){.app-summary-wrapper{padding:.75rem 1rem}}@media only screen and (max-width:640px){.app-summary-wrapper{padding:.75rem}}.app-summary-wrapper .actions{width:100%;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start;gap:1rem}@media only screen and (max-width:768px){.app-summary-wrapper .actions{gap:.5rem;flex-wrap:wrap}}.app-summary-wrapper .actions .action-btn{border:none;border-radius:8px;font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;justify-content:center;gap:.375rem;transition:all .2s ease;background-color:#2e66db;color:#fff;padding:.5rem 3rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.app-summary-wrapper .actions .action-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.app-summary-wrapper .actions .action-btn:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.app-summary-wrapper .actions .action-btn:hover:not(:disabled){background-color:#124fcf}@media only screen and (max-width:768px){.app-summary-wrapper .actions .action-btn{padding:.5rem 1rem;font-size:.875rem}}.app-summary-wrapper .actions .layout-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.15rem}.app-summary-wrapper .actions .error-message{color:#ed5565;font-size:.75rem;font-weight:500}.app-summary-wrapper .actions.forms-page{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.app-summary-wrapper .actions.forms-page .action-btn{border:none;border-radius:8px;font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;justify-content:center;gap:.375rem;transition:all .2s ease;background-color:#2e66db;color:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.app-summary-wrapper .actions.forms-page .action-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.app-summary-wrapper .actions.forms-page .action-btn:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.app-summary-wrapper .actions.forms-page .action-btn:hover:not(:disabled){background-color:#124fcf}.app-summary-user-details{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%}.app-summary-user-details .summary-header-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-bottom:0;width:100%}@media only screen and (max-width:768px){.app-summary-user-details .summary-header-row{display:none}}.app-summary-user-details .summary-header-row .header-text{flex-shrink:0}.app-summary-user-details .summary-header-row .header-text h1{font-weight:600;font-size:1.15rem;color:#2e66db;margin:0}.app-summary-user-details .summary-header-row .header-text p{font-weight:400;font-size:.875rem;color:#7d7c7c;margin:0;white-space:nowrap}.app-summary-user-details .summary-header-row .summary-header-actions{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px}.app-summary-user-details .summary-header-row .summary-header-actions .summary-status-badge.draft{display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .65rem;border-radius:50px;border:none;line-height:1.4;white-space:nowrap;background-color:#dae7f3;color:#2e66db}.app-summary-user-details .summary-header-row .summary-header-actions .summary-status-badge.submitted,.app-summary-user-details .summary-header-row .summary-header-actions .summary-status-badge.completed{display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .65rem;border-radius:50px;border:none;line-height:1.4;white-space:nowrap;background-color:#90ee9033;color:#098d6e}.app-summary-user-details .summary-header-row .summary-header-actions .summary-status-badge.under_review{display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .65rem;border-radius:50px;border:none;line-height:1.4;white-space:nowrap;background-color:#fff3cd;color:#856404}.app-summary-user-details .summary-header-row .summary-header-actions .summary-status-badge.review_requested{display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .65rem;border-radius:50px;border:none;line-height:1.4;white-space:nowrap;background-color:#fbeba3;color:#693808db}.app-summary-user-details .summary-header-row .summary-header-actions .summary-file-box{background-color:#fff;border-radius:12px;padding:24px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(0deg,#383838,#6660) border-box;border:2px solid transparent;transition:box-shadow .3s ease;padding:.75rem 1rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;flex-wrap:nowrap}.app-summary-user-details .summary-header-row .summary-header-actions .summary-file-box:hover{box-shadow:0 10px 15px #0000001a}@media only screen and (max-width:1024px){.app-summary-user-details .summary-header-row .summary-header-actions .summary-file-box{gap:.15rem;flex-wrap:wrap;max-width:200px;padding:.75rem .5rem}}@media only screen and (max-width:768px){.app-summary-user-details .summary-header-row .summary-header-actions .summary-file-box{flex-direction:column;align-items:center}}.app-summary-user-details .summary-header-row .summary-header-actions .summary-file-box .label{font-weight:400;font-size:.75rem;color:#7d7c7c}.app-summary-user-details .summary-header-row .summary-header-actions .summary-file-box .value-box{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem}.app-summary-user-details .summary-header-row .summary-header-actions .summary-file-box .value{font-weight:600;font-size:.875rem;color:#292929}.app-summary-user-details .summary-header-row .summary-header-actions .summary-file-box .icon{color:#7d7c7c;width:16px;height:16px;cursor:pointer}.app-summary-user-details .summary-header-row .summary-header-actions .summary-file-box .icon.success{color:#098d6e}.app-summary-user-details .summary-header-row .summary-header-actions .notification-icon{position:relative}.app-summary-user-details .info-card{background-color:#fff;border-radius:12px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(0deg,#383838,#6660) border-box;border:2px solid transparent;transition:box-shadow .3s ease;padding:8px 16px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}.app-summary-user-details .info-card:hover{box-shadow:0 10px 15px #0000001a}.app-summary-user-details .info-card .inline-expanded-fields{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}@media only screen and (max-width:1455px){.app-summary-user-details .info-card .inline-expanded-fields{display:none}}.app-summary-user-details .below-expanded-panel{background-color:#fff;border-radius:12px;padding:24px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(0deg,#383838,#6660) border-box;border:2px solid transparent;transition:box-shadow .3s ease;width:100%;box-sizing:border-box;padding:.75rem 1.5rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:1.5rem;flex-wrap:wrap;animation:slideDown .2s ease;display:none}.app-summary-user-details .below-expanded-panel:hover{box-shadow:0 10px 15px #0000001a}@media only screen and (max-width:1455px){.app-summary-user-details .below-expanded-panel{display:flex}}@media only screen and (max-width:640px){.app-summary-user-details .below-expanded-panel{display:flex}}@media only screen and (max-width:768px){.app-summary-user-details .below-expanded-panel{display:none}}.app-summary-user-details .below-expanded-panel.mobile-panel{display:none}@media only screen and (max-width:768px){.app-summary-user-details .below-expanded-panel.mobile-panel{display:flex;gap:.5rem;padding:.75rem 1rem}}.app-summary-user-details .mobile-header{display:none}@media only screen and (max-width:768px){.app-summary-user-details .mobile-header{display:flex;flex-direction:column;gap:.5rem;width:100%}}.app-summary-user-details .mobile-header .mobile-header-top{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.app-summary-user-details .mobile-header .mobile-header-top .header-text h1{font-weight:600;font-size:1.15rem;color:#2e66db;margin:0}.app-summary-user-details .mobile-header .mobile-header-top .header-text p{font-weight:400;font-size:.875rem;color:#7d7c7c;margin:0}.app-summary-user-details .mobile-header .mobile-header-top .notification-icon{position:relative;flex-shrink:0}.app-summary-user-details .mobile-header .mobile-header-actions{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:wrap}.app-summary-user-details .mobile-header .mobile-header-actions .summary-file-box{background-color:#fff;border-radius:12px;padding:24px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(0deg,#383838,#6660) border-box;border:2px solid transparent;transition:box-shadow .3s ease;padding:.5rem .75rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem;flex:1}.app-summary-user-details .mobile-header .mobile-header-actions .summary-file-box:hover{box-shadow:0 10px 15px #0000001a}.app-summary-user-details .mobile-header .mobile-header-actions .summary-file-box .label{font-weight:400;font-size:.75rem;color:#7d7c7c}.app-summary-user-details .mobile-header .mobile-header-actions .summary-file-box .value-box{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem}.app-summary-user-details .mobile-header .mobile-header-actions .summary-file-box .value{font-weight:600;font-size:.875rem;color:#292929}.app-summary-user-details .mobile-header .mobile-header-actions .summary-file-box .icon{color:#7d7c7c;width:16px;height:16px;cursor:pointer}.app-summary-user-details .mobile-header .mobile-header-actions .summary-file-box .icon.success{color:#098d6e}.app-summary-user-details .summary-inputs-container{background-color:#fff;border-radius:12px;padding:24px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(0deg,#383838,#6660) border-box;border:2px solid transparent;transition:box-shadow .3s ease;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:24px;width:100%;box-sizing:border-box;padding:.5rem 1.5rem;flex-wrap:wrap}.app-summary-user-details .summary-inputs-container:hover{box-shadow:0 10px 15px #0000001a}@media only screen and (max-width:768px){.app-summary-user-details .summary-inputs-container{display:none}}.app-summary-user-details .summary-input-group{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem}.app-summary-user-details .summary-input-group label{font-size:1rem;font-weight:500;color:#7d7c7c;line-height:1.5;font-size:.75rem;display:flex;align-items:center;gap:8px}.app-summary-user-details .summary-input-group .static-value{font-weight:500;font-size:.875rem;color:#292929;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-summary-user-details .summary-input-group .edit-icon{color:#94a3b8;cursor:pointer;transition:color .2s}.app-summary-user-details .summary-input-group .edit-icon:hover{color:#2e66db}.app-summary-user-details .view-details-btn{display:flex;align-items:center;gap:6px;padding:.25rem .5rem;background:#f6f9fc;border:none;font-family:poppins,sans-serif;font-weight:500;font-size:.75rem;color:#2e66db;cursor:pointer;transition:background .2s;border-radius:8px;white-space:nowrap;flex-shrink:0}.app-summary-user-details .view-details-btn:hover{background:#2e66db14}@media only screen and (max-width:768px){.app-summary-user-details .view-details-btn{padding:.5rem;border:1px solid black}}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.forms-table-container{background-color:#fff;border-radius:12px;padding:24px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(0deg,#383838,#6660) border-box;border:2px solid transparent;transition:box-shadow .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem}.forms-table-container:hover{box-shadow:0 10px 15px #0000001a}.forms-table-container .forms-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.875rem;border-radius:.25rem}@media only screen and (max-width:1130px){.forms-table-container .forms-table{display:block;overflow-x:auto;white-space:nowrap}}.forms-table-container .forms-table thead tr{background-color:#dae7f3;border-bottom:1px solid #9ca3af}.forms-table-container .forms-table thead tr th{padding:.5rem 1rem;text-align:center;white-space:nowrap;font-weight:500;font-size:.875rem;color:#29292999}.forms-table-container .forms-table thead tr th.form-name{text-align:left;font-weight:500}.forms-table-container .forms-table tbody tr.main-row{border-bottom:1px solid #7d7c7c;transition:background-color .15s ease}.forms-table-container .forms-table tbody tr.main-row td{text-align:center;padding:.65rem 1rem;font-weight:400;font-size:.875rem;color:#292929}.forms-table-container .forms-table tbody tr.main-row td.form-name{text-align:left;font-weight:500}.forms-table-container .forms-table tbody tr.main-row td.secondary-text{color:#292929}.forms-table-container .forms-table tbody tr.expanded-row{border-bottom:1px solid #9ca3af}.forms-table-container .forms-table tbody tr.expanded-row td{padding:0;background-color:#f6f9fc}.forms-table-container .status-badge-container{display:flex;flex-direction:row;justify-content:center;align-items:center}.forms-table-container .empty-table-state{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:.5rem;padding:1rem}.forms-wrapper{width:100%;background-color:#fff;border-radius:12px;padding:24px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(0deg,#383838,#6660) border-box;border:2px solid transparent;transition:box-shadow .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem}.forms-wrapper:hover{box-shadow:0 10px 15px #0000001a}@media only screen and (max-width:768px){.forms-wrapper{padding:1.5rem .75rem;gap:.5rem}}.forms-wrapper .forms-list{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem}.forms-wrapper .form-item{width:100%;border-radius:12px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(156,163,175,.2);box-shadow:0 4px 12px #0000000f;padding:.5rem 1rem}.forms-wrapper .form-item.expanded{box-shadow:0 8px 24px #0000001a;border-color:#7d7c7c4d}@media only screen and (max-width:768px){.forms-wrapper .form-item{padding:0}}@media only screen and (max-width:1284px){.forms-wrapper .form-item{padding:0}}.forms-wrapper .form-item-main{width:100%;display:grid;grid-template-columns:.75fr 2fr .75fr;align-items:center;gap:1.5rem}@media only screen and (max-width:1284px){.forms-wrapper .form-item-main{grid-template-columns:1fr;gap:.75rem}}@media only screen and (max-width:768px){.forms-wrapper .form-item-main{grid-template-columns:1fr;gap:.75rem}}@media only screen and (max-width:640px){.forms-wrapper .form-item-main{grid-template-columns:1fr;padding:0;border-radius:.35rem}}.forms-wrapper .form-content-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;align-items:center;justify-items:center}@media only screen and (max-width:640px){.forms-wrapper .form-content-row{grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.75rem;grid-auto-flow:row;justify-items:start}}@media only screen and (max-width:1284px){.forms-wrapper .form-content-row{padding:0 .75rem}}.forms-wrapper .form-title h3{margin:0;font-weight:600;font-size:.875rem;color:#292929;text-wrap:wrap}@media only screen and (max-width:1284px){.forms-wrapper .form-title{padding:.5rem 1rem;background-color:#dae7f3;border-bottom:1px solid rgba(0,0,0,.15);border-radius:inherit}}@media only screen and (max-width:768px){.forms-wrapper .form-title{padding:.5rem 1rem;background-color:#dae7f3;border-bottom:1px solid rgba(0,0,0,.15);border-radius:inherit}}.forms-wrapper .metadata-item{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.15rem;flex-shrink:0;white-space:nowrap;width:100%}.forms-wrapper .metadata-item .label{font-weight:500;font-size:.65rem;color:#9ca3af}.forms-wrapper .metadata-item .value{font-weight:500;font-size:.875rem;color:#292929;text-align:left}.forms-wrapper .metadata-item .value.highlight{color:#124fcf}@media only screen and (max-width:640px){.forms-wrapper .metadata-item{gap:0rem}.forms-wrapper .metadata-item .label.hidden{display:none}.forms-wrapper .metadata-item .value.align-center{width:100%;text-align:center}}.forms-wrapper .form-actions-row{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:1rem;flex-shrink:0}@media only screen and (max-width:768px){.forms-wrapper .form-actions-row{justify-content:flex-start;flex-wrap:wrap;gap:.5rem}}@media only screen and (max-width:1284px){.forms-wrapper .form-actions-row{padding:0 .5rem;border-top:1px solid rgba(156,163,175,.2);width:100%;justify-content:space-evenly}.forms-wrapper .form-actions-row .action-button{display:flex;justify-content:center;align-items:center;flex:1}.forms-wrapper .form-actions-row .action-button:not(.active){border-radius:0}.forms-wrapper .form-actions-row .action-button:not(:last-child){border-right:1px solid rgba(156,163,175,.3)}}@media only screen and (max-width:768px){.forms-wrapper .form-actions-row{padding:0 .5rem;border-top:1px solid rgba(156,163,175,.2);width:100%;justify-content:space-evenly}.forms-wrapper .form-actions-row .action-button{display:flex;justify-content:center;align-items:center;flex:1}.forms-wrapper .form-actions-row .action-button:not(.active){border-radius:0}.forms-wrapper .form-actions-row .action-button:not(:last-child){border-right:1px solid rgba(156,163,175,.3)}}.documents-section{background:#f6f9fc80;animation:fadeIn .3s ease-in;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;width:100%;border-radius:inherit}.documents-section .documents-grid{width:100%;padding:.5rem 1rem;margin-bottom:.5rem;border-radius:inherit;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;animation:fadeIn .4s ease-out .1s both}.documents-section .document-card{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.25rem .75rem;background:#f0f5fb;border:1px solid #cde3f8;box-shadow:0 4px 4px #00000026;border-radius:8px;width:100%}.documents-section .document-card-body{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:.25rem;width:100%}.documents-section .document-card-body .document-title{margin:0;width:100%;font-weight:500;font-size:.875rem;color:#292929;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width:768px){.documents-section .document-card-body .document-title{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.documents-section .document-card-body .document-meta{font-weight:400;font-size:.75rem;color:#9ca3af}.documents-section .document-action{background:none;border:none;cursor:pointer;border-radius:6px;padding:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#7d7c7c}.documents-section .document-action:hover{color:#2e66db}.documents-section .document-action .icon-tiny{width:1.125rem;height:1.125rem}.header-text{flex-shrink:0}.header-text h1{font-weight:600;font-size:1.125rem;color:#2e66db;margin:0}.header-text p{font-weight:400;font-size:.875rem;color:#7d7c7c;margin:0}.status-badge{display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .65rem;border-radius:50px;border:none;line-height:1.4;white-space:nowrap}.status-badge.draft{display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .65rem;border-radius:50px;border:none;line-height:1.4;white-space:nowrap;background-color:#dae7f3;color:#2e66db}.status-badge.submitted,.status-badge.completed{display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .65rem;border-radius:50px;border:none;line-height:1.4;white-space:nowrap;background-color:#90ee9033;color:#098d6e}.status-badge.under_review{display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .65rem;border-radius:50px;border:none;line-height:1.4;white-space:nowrap;background-color:#fff3cd;color:#856404}.status-badge.review_requested{display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .65rem;border-radius:50px;border:none;line-height:1.4;white-space:nowrap;background-color:#fbeba3;color:#693808db}.status-badge.default{padding:0;font-size:.875rem;color:#2e66db;white-space:normal}.payment{font-weight:500;white-space:normal}.payment.paid{color:#098d6e;font-size:.875rem}.payment.unpaid{color:#292929;font-size:.75rem}.action-button{background:none;border:none;cursor:pointer;padding:.45rem;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.action-button:hover:not(:disabled){background-color:#f6f9fc;transform:translateY(-1px)}.action-button:disabled{background-color:#ebebeb;cursor:not-allowed}.action-button:disabled .icon-small,.action-button:disabled img,.action-button:disabled .btn-icon,.action-button:disabled .icon{filter:grayscale(1) opacity(.4);color:#9ca3af!important}.action-button .icon-small,.action-button .btn-icon,.action-button .icon,.action-button img{width:1.25rem;height:1.25rem;color:#2e66db}.action-button.active{border:1px solid #000000;box-shadow:0 0 4px #2e66db}.form-item-expanded{animation:fadeIn .3s ease-out;background-color:#fafafa;border:1px solid #9ca3af;border-top:none;border-radius:0 0 8px 8px}.form-item-expanded .expanded-header{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.5rem 1rem;background-color:#dae7f3}.form-item-expanded .expanded-header .header-left{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.75rem;flex:1}.form-item-expanded .expanded-header .header-left h3{margin:0;font-weight:600;font-size:.875rem;color:#292929}.form-item-expanded .expanded-header .header-left h3.highlight{color:#2e66db}.form-item-expanded .expanded-header .close-btn{cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.form-item-expanded .expanded-header .close-btn .icon{width:1.25rem;height:1.25rem;color:#292929}.empty-state-common{width:100%;padding:1.5rem 0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.empty-state-common .empty-state-icon{width:3rem;height:3rem;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#f6f9fc;border-radius:50%}.empty-state-common .empty-state-icon .icon-large{width:1.5rem;height:1.5rem;color:#7d7c7c}.empty-state-common .empty-state-title{font-weight:600;font-size:1.125rem;color:#292929;margin:0}.empty-state-common .empty-state-description{font-weight:400;font-size:.875rem;color:#7d7c7c;margin:0;text-align:center}.empty-state-common .empty-action-primary{border:none;border-radius:8px;font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;gap:.375rem;transition:all .2s ease;background-color:#2e66db;color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;margin-top:.75rem}.empty-state-common .empty-action-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.empty-state-common .empty-action-primary:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.empty-state-common .empty-action-primary:hover:not(:disabled){background-color:#124fcf}.empty-state-common .empty-action-primary .icon{width:1.25rem;height:1.25rem}.app-summary-tabs-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:20px;padding-bottom:40px}.app-summary-tabs-container .summary-card{background:#fff;box-shadow:0 1px 2px #0000000d;border:1px solid #e2e8f0;background-color:#fff;border-radius:12px;padding:24px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(0deg,#383838,#6660) border-box;border:2px solid transparent;transition:box-shadow .3s ease}.app-summary-tabs-container .summary-card:hover{box-shadow:0 10px 15px #0000001a}.app-summary-tabs-container .summary-card h3{margin:0 0 8px;font-weight:700;font-size:1rem;color:#2e66db}.app-summary-tabs-container .summary-card .card-desc{font-weight:400;font-size:.75rem;color:#64748b;margin-bottom:20px;line-height:1.5}.app-summary-tabs-container .summary-card .steps-list{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:12px}.app-summary-tabs-container .summary-card .steps-list .step-item{font-weight:400;font-size:.75rem;color:#334155;line-height:1.5}.app-summary-tabs-container .summary-card .steps-list .step-item strong{font-weight:700;font-size:.75rem;color:#1e293b}.app-summary-tabs-container .summary-card .payment-table-wrapper .payment-table{width:100%;border-collapse:collapse;margin-bottom:16px}.app-summary-tabs-container .summary-card .payment-table-wrapper .payment-table th{text-align:left;padding:12px 8px;font-weight:600;font-size:13px;color:#292929;border-bottom:2px solid #f1f5f9}.app-summary-tabs-container .summary-card .payment-table-wrapper .payment-table td{padding:14px 8px;font-weight:400;font-size:14px;color:#7d7c7c;border-bottom:1px solid #f1f5f9;vertical-align:middle}.app-summary-tabs-container .summary-card .payment-table-wrapper .payment-table .badge{padding:4px 10px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}.app-summary-tabs-container .summary-card .payment-table-wrapper .payment-table .badge.paid{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.app-summary-tabs-container .summary-card .payment-table-wrapper .payment-table .badge.unpaid{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.app-summary-tabs-container .summary-card .payment-table-wrapper .payment-table .badge.no-fee{background:#f1f5f9;color:#64748b}.app-summary-tabs-container .summary-card .payment-table-wrapper .empty-payment-state{text-align:center;padding:40px;font-weight:400;font-size:.75rem;color:#94a3b8}.app-summary-tabs-container .summary-card .payment-table-wrapper .total-row{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:2px dashed #e2e8f0}.app-summary-tabs-container .summary-card .payment-table-wrapper .total-row span{font-weight:700;font-size:16px;color:#292929}.app-summary-tabs-container .summary-card .payment-table-wrapper .total-row .total-amount{color:#2e66db}.app-summary-tabs-container .summary-card .summary-upload-dropzone{border:2px dashed #cbd5e1;border-radius:8px;padding:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;background:#f8fafc;transition:background .2s ease}.app-summary-tabs-container .summary-card .summary-upload-dropzone:hover{background:#f1f5f9;border-color:#94a3b8}.app-summary-tabs-container .summary-card .summary-upload-dropzone .upload-icon{color:#1e293b}.app-summary-tabs-container .summary-card .summary-upload-dropzone .upload-text{font-weight:500;font-size:.75rem;color:#1e293b;margin:0}.app-summary-tabs-container .summary-card .summary-upload-dropzone .upload-hint{font-weight:400;font-size:12px;color:#94a3b8}.app-summary-tabs-container .summary-card .summary-upload-dropzone .browse-btn{margin-top:8px;color:#2e66db;background:transparent;border:none;font-weight:600;cursor:pointer;padding:0;font-size:.75rem}.app-summary-tabs-container .summary-card .summary-upload-dropzone .browse-btn:hover{text-decoration:underline}.app-summary-tabs-container .summary-footer-actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:12px;margin-top:10px}.app-summary-tabs-container .summary-footer-actions button{padding:10px 24px;border-radius:6px;font-weight:500;font-size:.75rem;cursor:pointer;transition:all .2s ease;border:none}.app-summary-tabs-container .summary-footer-actions .btn-discard{background:#64748b;color:#fff}.app-summary-tabs-container .summary-footer-actions .btn-discard:hover{background:#475569}.app-summary-tabs-container .summary-footer-actions .btn-submit{background:#64748b;color:#fff}.app-summary-tabs-container .summary-footer-actions .btn-submit:hover{background:#475569}.payment-breakdown-container{box-shadow:0 1px 2px #0000000d;border:1px solid #e2e8f0;background-color:#fff;border-radius:12px;padding:24px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(0deg,#383838,#6660) border-box;border:2px solid transparent;transition:box-shadow .3s ease;animation:fadeIn .5s cubic-bezier(.22,1,.36,1);width:100%;display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:0;padding:2rem 24rem}.payment-breakdown-container:hover{box-shadow:0 10px 15px #0000001a}.payment-breakdown-container .error{color:#ed5565;font-size:.875rem;font-weight:500;animation:fadeIn .2s ease-in}@media only screen and (max-width:1130px){.payment-breakdown-container{padding:2rem 20rem}}@media only screen and (max-width:1284px){.payment-breakdown-container{padding:2rem 4rem}}@media only screen and (max-width:768px){.payment-breakdown-container{padding:1rem 3rem}}@media only screen and (max-width:640px){.payment-breakdown-container{padding:1rem 1.25rem}}.payment-breakdown-container .breakdown-card-header{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:.25rem}.payment-breakdown-container .breakdown-card-header .breakdown-title{font-weight:600;font-size:1.125rem;color:#2e66db;letter-spacing:-.3px}.payment-breakdown-container .breakdown-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0}.payment-breakdown-container .section-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:1rem 0 .6rem;border-bottom:1px solid rgba(156,163,175,.35)}.payment-breakdown-container .section-header .section-label{font-weight:500;font-size:.625rem;color:#9ca3af;text-transform:uppercase;letter-spacing:1.2px;font-size:10px}.payment-breakdown-container .items-section{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;width:100%}.payment-breakdown-container .items-section .item-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.85rem 0;border-bottom:1px solid #f7f5f1;gap:.5rem}.payment-breakdown-container .items-section .item-row:last-child{border-bottom:none}.payment-breakdown-container .items-section .item-name{font-weight:400;font-size:.875rem;color:#3d3a34}.payment-breakdown-container .items-section .item-amount{font-weight:400;font-size:.875rem;color:#1a1814;letter-spacing:.3px}.payment-breakdown-container .decorative-line{width:100%;border-top:1px solid rgba(156,163,175,.35);margin:0;margin:.5rem 0}.payment-breakdown-container .summary-section{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.75rem;padding:.5rem 0}.payment-breakdown-container .summary-row{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;animation:fadeIn .5s ease-out backwards}.payment-breakdown-container .summary-row .summary-label{font-weight:500;font-size:.875rem;color:#292929}.payment-breakdown-container .summary-row .summary-value{font-weight:500;font-size:.875rem;color:#292929;letter-spacing:.3px}.payment-breakdown-container .total-section{margin-top:1rem;padding:.75rem .5rem;background:#dae7f3;border-radius:.25rem;display:flex;justify-content:space-between;align-items:center}.payment-breakdown-container .total-section .total-label{font-weight:600;font-size:1rem;color:#292929;position:relative;z-index:1}.payment-breakdown-container .total-section .total-amount{font-weight:600;font-size:1rem;color:#292929;letter-spacing:-.8px;position:relative;z-index:1}.container{display:flex;justify-content:flex-end}.container .action-btn{border:none;border-radius:8px;font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;transition:all .2s ease;background-color:#2e66db;color:#fff;height:48px;width:300px}.container .action-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.container .action-btn:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.container .action-btn:hover:not(:disabled){background-color:#124fcf}.payment-history-container{width:100%;background-color:#fff;border-radius:12px;padding:24px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(0deg,#383838,#6660) border-box;border:2px solid transparent;transition:box-shadow .3s ease;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem}.payment-history-container:hover{box-shadow:0 10px 15px #0000001a}.payment-history-container .payment-error{color:#ed5565;font-size:.875rem;font-weight:500;animation:fadeIn .2s ease-in}.payment-history-container .payment-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.payment-history-container .payment-header h1{font-weight:600;font-size:1.125rem;color:#2e66db;margin:0}.payment-history-container .transactions-list{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;width:100%}.payment-history-container .payment-details{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;border-radius:.25rem;overflow:hidden;width:100%}.payment-history-container .details-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.55rem 1.5rem;background-color:#dae7f3;cursor:pointer;width:100%}@media only screen and (max-width:1284px){.payment-history-container .details-header{flex-wrap:wrap;gap:.5rem}}.payment-history-container .details-header-mobile{display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#dae7f3;cursor:pointer;width:100%}.payment-history-container .details-header-mobile .top{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.55rem;width:100%;border:1px solid #9ca3af;border-right:none;border-left:none}.payment-history-container .details-header-mobile .bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.25rem .55rem;width:100%;background-color:#f3f3f3}.payment-history-container .details-header-mobile .header-data{flex-direction:column;gap:.15rem}.payment-history-container .details-header-mobile .header-data .total-amount{color:#292929}.payment-history-container .details-header-left{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem;flex:0 0 auto}.payment-history-container .expand-icon{width:1rem;height:1rem;color:#333}.payment-history-container .details-title{font-weight:600;font-size:.875rem;color:#292929}.payment-history-container .header-data{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;font-weight:500;font-size:.875rem;color:#292929;flex:0 0 auto}.payment-history-container .header-data .label{font-weight:400;font-size:.75rem;color:#7d7c7c}.payment-history-container .header-data .total-amount{font-weight:500;font-size:.875rem;color:#2e66db;white-space:nowrap}.payment-history-container .download-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;border:none;background-color:transparent;cursor:pointer;transition:background-color .2s;font-weight:600;font-size:.875rem;color:#2e66db}.payment-history-container .details-content{padding:0 12rem;width:100%;background-color:#fff}@media only screen and (max-width:768px){.payment-history-container .details-content{padding:0}}.payment-history-container .items-list{display:flex;flex-direction:column;border-bottom:1px solid #bdbdbd}.payment-history-container .item-row{display:grid;grid-template-columns:1fr auto auto;padding:.5rem}.payment-history-container .item-name{font-weight:500;font-size:13px;color:#292929}.payment-history-container .item-amount{font-weight:500;font-size:13px;color:#7d7c7c}.payment-history-container .summary-section{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%}.payment-history-container .summary-row{display:grid;grid-template-columns:1fr auto auto;padding:.35rem;width:100%}.payment-history-container .total-row{border-top:1px solid #bdbdbd;padding:.5rem;border-bottom:1px solid #bdbdbd}.payment-history-container .summary-label{font-size:12px;color:#333}.payment-history-container .summary-value{font-size:12px;font-weight:500;color:#333}.payment-history-container .summary-label-bold,.payment-history-container .summary-value-bold{font-size:14px;font-weight:600;color:#333}.form-filing-wrapper .form-filing-container{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%}.form-filing-wrapper .form-filing-container .app-summary-user-details{margin-bottom:.25rem}.form-filing-wrapper .form-filing-container .navigation-actions{flex-shrink:0;padding:.5rem 0;position:sticky;top:0;z-index:40;border-bottom:1px solid #bdbdbd}.form-filing-wrapper .form-filing-container .navigation-actions .action-btn{display:flex;flex-direction:row;justify-content:center;align-items:center}.form-filing-wrapper .form-filing-container .navigation-actions .action-btn.outline{background:#fff;color:#2e66db;border:1px solid #2e66db}.form-filing-wrapper .form-filing-container .navigation-actions .action-btn.outline:hover{background-color:#2e66db08}.form-filing-wrapper .form-filing-container .navigation-actions .action-btn:not(.outline){background:#2e66db;color:#fff;border:1px solid transparent}.form-filing-wrapper .form-filing-container .navigation-actions .action-btn:not(.outline):hover{background-color:#2e66dbe6;box-shadow:0 2px 4px #2e66db33}.form-filing-wrapper .form-filing-container .flow-content-area{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex:1;width:100%;overflow:visible}.input-group{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.2rem;padding-bottom:.5rem}.input-group.indent{margin-left:2rem}.input-group label{font-weight:500;font-size:.75rem;color:#162b42}.input-group input,.input-group textarea{border:2px solid #7d7c7c;border-radius:8px;font-size:1rem;transition:border-color .3s ease;padding:8px 16px;border:1px solid #bdbdbd;font-size:.75rem;font-family:Poppins,sans-serif;width:100%}.input-group input:focus,.input-group textarea:focus{outline:none;border-color:#2e66db;box-shadow:0 0 0 3px #2e66db1a}.input-group input:disabled,.input-group textarea:disabled{background-color:#dae7f3;cursor:not-allowed}.input-group input input:-webkit-autofill,.input-group input input:-webkit-autofill:hover,.input-group input input:-webkit-autofill:focus,.input-group input input:-webkit-autofill:active,.input-group textarea input:-webkit-autofill,.input-group textarea input:-webkit-autofill:hover,.input-group textarea input:-webkit-autofill:focus,.input-group textarea input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;outline:none!important;-webkit-border-image:none!important}.input-group input::placeholder,.input-group textarea::placeholder{font-weight:400;font-size:.875rem;color:#9ca3af}.input-group input::placeholder,.input-group textarea::placeholder{font-size:.75rem;color:#888}.input-group input:focus,.input-group textarea:focus{outline:none;border-color:#2e66db;box-shadow:0 0 0 3px #2e66db14}.input-group.label-only{margin-top:12px;margin-bottom:4px;padding-bottom:0}.input-group.label-only label{font-weight:600;font-size:.75rem;color:#292929}.input-group.label-only.bold label{font-weight:700}.input-group.label-only.italic label{font-size:.75rem;font-style:italic;font-weight:400;color:#234468}.radio-group{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1.5rem}@media only screen and (max-width:768px){.radio-group{flex-wrap:wrap}}.radio-group.inline{flex-wrap:wrap}.radio-group .radio-item{cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-size:.75rem}.radio-group .radio-item input[type=radio]{display:none}.radio-group .radio-item .radio-custom{width:18px;height:18px;border:2px solid #bdbdbd;border-radius:50%;position:relative;display:inline-block;flex-shrink:0;transition:border-color .15s}.radio-group .radio-item input[type=radio]:checked+.radio-custom{border-color:#2e66db}.radio-group .radio-item input[type=radio]:checked+.radio-custom:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#2e66db;border-radius:50%}.radio-group .radio-item:hover .radio-custom{border-color:#2e66db}.field-checkbox{margin-bottom:0}.field-checkbox.indent{margin-left:2rem}.field-checkbox label{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;cursor:pointer;font-weight:400;font-size:.75rem;color:#162b42;-webkit-user-select:none;user-select:none}.field-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#2e66db;flex-shrink:0;margin-top:2px}.list-object-item{border:1px solid #bdbdbd;border-radius:6px;padding:10px;margin-bottom:10px;position:relative;background:#eef6ff}.list-object-item .btn-remove-field{position:absolute;top:10px;right:10px;background:none;border:none;color:#383838;cursor:pointer;padding:2px;border-radius:2px;display:flex;flex-direction:row;justify-content:center;align-items:center;transition:background .15s}.btn-add-field{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:6px;background:none;border:1px dashed rgba(46,102,219,.5);border-radius:4px;padding:.4rem .85rem;font-family:Poppins,sans-serif;font-weight:500;font-size:.875rem;color:#2e66db;cursor:pointer;transition:all .2s;margin-top:4px}.btn-add-field:hover{background:#2e66db0d;border-color:#2e66db}.new-badge{display:inline-block;margin-left:6px;background-color:#10b981;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:10px;vertical-align:middle;line-height:1.4;letter-spacing:.03em}.document-editor-wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%}.document-editor-wrapper .unread-badge{position:absolute;top:-8px;right:-8px;background-color:#333;color:#fff;border-radius:50%;padding:2px 6px;font-size:11px;font-weight:600;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000004d;z-index:10}.document-editor-wrapper .forms-horizontal-section{position:sticky;top:48px;z-index:100;background-color:#fff;padding:.75rem 0;flex-shrink:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem}@media only screen and (max-width:768px){.document-editor-wrapper .forms-horizontal-section{top:40px}}@media only screen and (max-width:768px){.document-editor-wrapper .forms-horizontal-section{flex-wrap:wrap;gap:1rem}}.document-editor-wrapper .forms-horizontal-section .left-actions{flex-shrink:0}@media only screen and (max-width:768px){.document-editor-wrapper .forms-horizontal-section .left-actions{order:1}}.document-editor-wrapper .forms-horizontal-section .left-actions .back-btn-outline{border:none;border-radius:8px;font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;justify-content:center;gap:.375rem;transition:all .2s ease;background-color:transparent;border:1px solid rgb(31,45,92);color:#1f2d5c;background:#fff linear-gradient(180deg,#fff0 50%,#1f2d5c1a);display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:.875rem;background:linear-gradient(180deg,#fff0 50%,#00002d17)}.document-editor-wrapper .forms-horizontal-section .left-actions .back-btn-outline:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.document-editor-wrapper .forms-horizontal-section .left-actions .back-btn-outline:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.document-editor-wrapper .forms-horizontal-section .left-actions .back-btn-outline:hover:not(:disabled){background-color:#124fcf;color:#fff}.document-editor-wrapper .forms-horizontal-section .left-actions .back-btn-outline:hover:not(:disabled){background-color:#dae7f3;color:#2e66db;border-color:#b3cee7}@media only screen and (max-width:768px){.document-editor-wrapper .forms-horizontal-section .left-actions .back-btn-outline span{display:none}}.document-editor-wrapper .forms-horizontal-section .carousel-container{flex:1;position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;min-width:0;padding:0 20px}@media only screen and (max-width:768px){.document-editor-wrapper .forms-horizontal-section .carousel-container{order:3;flex:0 0 100%;padding:0}}.document-editor-wrapper .forms-horizontal-section .carousel-container .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:#fff;border:1px solid #bdbdbd;border-radius:50%;width:30px;height:30px;padding:0;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 2px 4px #0000001a;color:#888}.document-editor-wrapper .forms-horizontal-section .carousel-container .carousel-arrow:hover{color:#2e66db;border-color:#2e66db}.document-editor-wrapper .forms-horizontal-section .carousel-container .carousel-arrow.left{left:-10px}.document-editor-wrapper .forms-horizontal-section .carousel-container .carousel-arrow.right{right:-10px}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:.75rem;overflow-x:auto;padding:4px 0;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel::-webkit-scrollbar{display:none}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab{position:relative;max-width:380px;background:#fff;border:1px solid #bdbdbd;border-radius:8px;padding:.6rem .8rem;cursor:pointer;transition:all .2s;flex-shrink:0;box-shadow:0 4px 4px #00000040;border-color:#292929;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab.active{background:#dae7f3;border-color:#292929}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab .absolute-delete-btn{position:absolute;top:50%;transform:translateY(-50%);right:12px;width:28px;height:28px;border-radius:50%;background:#dae7f3;border:none;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#162b42;cursor:pointer;transition:all .2s;z-index:2;padding:0}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab .absolute-delete-btn.active{background:#fff}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab .absolute-delete-btn:hover{color:#ed5565;background:#fee2e2}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab .absolute-delete-btn:active{color:#ed5565;background:#fff;transform:translateY(-50%) scale(.92)}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab .card-content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;height:100%}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab .card-content.has-delete-btn{padding-right:36px}@media only screen and (max-width:768px){.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab .card-content{flex-direction:row;align-items:flex-start;gap:.5rem}}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab .card-content .card-title{font-weight:500;font-size:.75rem;color:#162b42;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex:1;text-align:left;white-space:normal;word-wrap:break-word;line-height:1.4}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab .card-content .card-bottom{display:flex;flex-direction:column;justify-content:center;align-items:center;white-space:nowrap;flex-shrink:0;margin-right:0}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab .card-content .card-bottom .status-badge{font-weight:600;font-size:.75rem;color:inherit;padding:4px 8px;border-radius:4px;background:#fff;position:relative}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab .card-content .card-bottom .status-badge.draft{background:#dae7f3;color:#2e66db}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab .card-content .card-bottom .status-badge.draft.active{background:#fff}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab .card-content .card-bottom .status-badge.completed{background:#9acf9e;color:#292929}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab .card-content .card-bottom .status-badge.submitted{background:#f0fdf4;color:#16a34a}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab .card-content .card-bottom .status-badge.under_review{background:#fefce8;color:#ca8a04}.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab .card-content .card-bottom .status-badge.review_requested,.document-editor-wrapper .forms-horizontal-section .carousel-container .forms-carousel .form-card-tab .card-content .card-bottom .status-badge.review_requested.active{background:#fbeba3;color:#693808db}.document-editor-wrapper .forms-horizontal-section .carousel-actions{flex-shrink:0;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:12px;font-family:Poppins,sans-serif;font-weight:600;font-size:.75rem;color:#fff}@media only screen and (max-width:768px){.document-editor-wrapper .forms-horizontal-section .carousel-actions{order:2;margin-left:auto}}.document-editor-wrapper .forms-horizontal-section .carousel-actions .btn-add-forms{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px;background-color:#2e66db;border:none;border-radius:4px;padding:.5rem 1rem;font-family:Poppins,sans-serif;font-weight:600;font-size:.75rem;color:#fff;cursor:pointer;transition:background .2s}.document-editor-wrapper .forms-horizontal-section .carousel-actions .btn-add-forms:hover{background-color:#235acc}.document-editor-wrapper .forms-horizontal-section .carousel-actions .btn-continue{border:none;border-radius:8px;font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;justify-content:center;gap:.375rem;transition:all .2s ease;background-color:#2e66db;color:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:.875rem;gap:6px;background:#2e66db linear-gradient(180deg,#fff0 50%,#1f2d5c33)}.document-editor-wrapper .forms-horizontal-section .carousel-actions .btn-continue:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.document-editor-wrapper .forms-horizontal-section .carousel-actions .btn-continue:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.document-editor-wrapper .forms-horizontal-section .carousel-actions .btn-continue:hover:not(:disabled){background-color:#124fcf}@media only screen and (max-width:768px){.document-editor-wrapper .forms-horizontal-section .carousel-actions .btn-continue span{display:none}}.document-editor-wrapper .sub-navigation-tabs{position:sticky;top:127px;z-index:99;background-color:#fff;padding:.5rem 1.5rem 0;flex-shrink:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;border-bottom:2px solid grey;gap:4px;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none;-ms-overflow-style:none}@media only screen and (max-width:768px){.document-editor-wrapper .sub-navigation-tabs{top:115px}}.document-editor-wrapper .sub-navigation-tabs::-webkit-scrollbar{display:none}@media only screen and (max-width:768px){.document-editor-wrapper .sub-navigation-tabs{padding:.5rem 1rem 0;top:160px}.document-editor-wrapper .sub-navigation-tabs::-webkit-scrollbar{display:block;height:4px}.document-editor-wrapper .sub-navigation-tabs::-webkit-scrollbar-track{background:transparent}.document-editor-wrapper .sub-navigation-tabs::-webkit-scrollbar-thumb{background-color:#2e66db80;border-radius:4px}.document-editor-wrapper .sub-navigation-tabs::-webkit-scrollbar-thumb:hover{background-color:#2e66db}}.document-editor-wrapper .sub-navigation-tabs .nav-item{padding:.6rem .8rem;font-weight:500;font-size:.75rem;color:#292929;cursor:pointer;position:relative;border-bottom:3px solid transparent;display:flex;flex-direction:row;justify-content:center;align-items:center;transition:all .2s;flex-shrink:0;white-space:nowrap}.document-editor-wrapper .sub-navigation-tabs .nav-item:hover{color:#2e66db;background-color:#2e66db0d;border-radius:6px 6px 0 0}.document-editor-wrapper .sub-navigation-tabs .nav-item.active{color:#2e66db;background:#dae7f3;border-radius:6px 6px 0 0;border:1px solid #2e66db;border-bottom:none;margin-bottom:-3px;font-weight:600;z-index:5}.document-editor-wrapper .sub-navigation-tabs .review-bell-container{position:sticky;right:0;background:#fff;display:flex;align-items:center;z-index:10;margin-left:auto;box-shadow:-4px 0 8px -4px #0000001a}.document-editor-wrapper .sub-navigation-tabs .review-bell-container .action-button.bell-button{background:transparent;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;padding:4px}.document-editor-wrapper .sub-navigation-tabs .review-bell-container .action-button.bell-button img{width:20px;height:20px}.document-editor-wrapper .sub-navigation-tabs .review-bell-container .action-button.bell-button:hover,.document-editor-wrapper .sub-navigation-tabs .review-bell-container .action-button.bell-button.active{background:#e2e8f0}.document-editor-wrapper .editor-wrapper-flex{display:flex;align-items:flex-start;width:100%;background-color:#fff}@media only screen and (max-width:768px){.document-editor-wrapper .editor-wrapper-flex{display:block}}.document-editor-wrapper .editor-wrapper-flex .editor-main-area{flex:1;min-width:0;display:flex;flex-direction:column}@media only screen and (max-width:768px){.document-editor-wrapper .editor-wrapper-flex .editor-main-area{display:block}}.document-editor-wrapper .editor-content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex:1;padding:1.5rem;margin:0;width:100%;border-left:3px solid #2e66db;border-right:3px solid #2e66db;border-radius:0 0 20px 20px;background-color:#eef6ff}@media only screen and (max-width:768px){.document-editor-wrapper .editor-content{padding:.25rem;border-left:none;border-right:none;border-radius:0}}.document-editor-wrapper .editor-content .no-selection{display:flex;flex-direction:row;justify-content:center;align-items:center;height:100%;font-weight:400;font-size:.875rem;color:#888}.document-editor-wrapper .editor-content .form-renderer{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;border-radius:8px;position:relative}.document-editor-wrapper .editor-content .form-renderer .form-sections-container{padding:0rem;background-color:#eef6ff}@media only screen and (max-width:768px){.document-editor-wrapper .editor-content .form-renderer .form-sections-container{padding:0rem}}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .scroll-spy-section{padding-top:10px;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px dashed rgba(46,102,219,.15)}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .scroll-spy-section:last-child{border-bottom:none}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .section-header-text{font-weight:600;font-size:1rem;color:#292929;margin:0 0 1rem}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section{background:#eef6ff;border-radius:12px;padding:1.5rem;border:1px solid rgba(46,102,219,.15);box-shadow:0 4px 12px #0000000d}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .section-title{font-weight:600;font-size:1rem;color:#292929;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:2px solid #eef6ff;color:#2e66db;display:flex;align-items:center;gap:8px}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .helper-tooltip-trigger{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#2e66db1f;color:#2e66db;font-size:20px;font-weight:700;cursor:help;flex-shrink:0;line-height:1;transition:background .15s,color .15s;-webkit-user-select:none;user-select:none}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .helper-tooltip-trigger:hover{background:#2e66db;color:#fff}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .section-description{font-weight:400;font-size:.75rem;color:#162b42;margin-bottom:1.25rem;line-height:1.5;background:#f8fafc;padding:.75rem;border-left:3px solid #2e66db;border-radius:4px}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .form-sub-section{margin-bottom:1.5rem}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .form-sub-section:last-child{margin-bottom:0}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .form-sub-section .sub-section-title{font-weight:500;font-size:.875rem;color:#292929;margin:0 0 1rem}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-grid{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:1.5rem;row-gap:.5rem}@media only screen and (max-width:1024px){.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-grid{grid-template-columns:1fr 1fr}}@media only screen and (max-width:768px){.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-grid{grid-template-columns:1fr}}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .col-full{grid-column:1/-1}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.1rem}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group label{font-weight:500;font-size:.75rem;color:#162b42}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group input:not([type=checkbox]):not([type=radio]),.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group textarea{border:2px solid #7d7c7c;font-size:1rem;transition:border-color .3s ease;padding:8px 16px;border:1px solid #bdbdbd;border-radius:6px;font-family:inherit;font-size:.75rem;width:100%;background:#fff;transition:all .2s ease}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group input:not([type=checkbox]):not([type=radio]):disabled,.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group textarea:disabled{background-color:#dae7f3;cursor:not-allowed}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group input:not([type=checkbox]):not([type=radio]) input:-webkit-autofill,.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group input:not([type=checkbox]):not([type=radio]) input:-webkit-autofill:hover,.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group input:not([type=checkbox]):not([type=radio]) input:-webkit-autofill:focus,.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group input:not([type=checkbox]):not([type=radio]) input:-webkit-autofill:active,.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group textarea input:-webkit-autofill,.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group textarea input:-webkit-autofill:hover,.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group textarea input:-webkit-autofill:focus,.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group textarea input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;outline:none!important;-webkit-border-image:none!important}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group input:not([type=checkbox]):not([type=radio])::placeholder,.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group textarea::placeholder{font-weight:400;font-size:.875rem;color:#9ca3af}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group input:not([type=checkbox]):not([type=radio]):focus,.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group textarea:focus{outline:none;border-color:#2e66db;box-shadow:0 0 0 3px #2e66db1a}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group input:not([type=checkbox]):not([type=radio]):disabled,.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group textarea:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-row-flex{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-row-flex input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#2e66db}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-row-flex label{font-weight:400;font-size:.75rem;color:#162b42;cursor:pointer;-webkit-user-select:none;user-select:none}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-label-row{display:flex;align-items:center;gap:6px}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-label-row label{font-weight:500;font-size:.75rem;color:#162b42}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .group-row-block,.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group-row{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.5rem;margin-bottom:.5rem}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .group-row-block .group-row-label,.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group-row .group-row-label{font-weight:600;font-size:.75rem;color:#292929}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .group-row-block .group-row-fields,.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .field-group-row .group-row-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;align-items:end;background:#f8fafc;padding:1rem;border-radius:8px;border:1px solid rgba(46,102,219,.1)}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .array-item-card{background:#f8fafc;border:1px solid rgba(46,102,219,.15);border-radius:8px;padding:1.25rem;margin-bottom:1rem;position:relative;box-shadow:0 2px 4px #00000005}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .array-item-card .array-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px dashed rgba(46,102,219,.2)}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .array-item-card .array-item-header .array-item-title{font-weight:500;font-size:.875rem;color:#292929}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .array-item-card .array-item-header .btn-remove-item{font-family:Poppins,sans-serif;background:#ebebeb;color:#292929;border:none;border-radius:6px;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .array-item-card .array-item-header .btn-remove-item:hover:not(:disabled){background:#ebebeb;color:#292929}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .array-item-card .array-item-header .btn-remove-item:disabled{opacity:.5;cursor:not-allowed}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .btn-add-item{font-family:Poppins,sans-serif;display:flex;align-items:center;justify-content:center;gap:6px;background:#fff;border:2px dashed rgba(46,102,219,.3);padding:.5rem;border-radius:8px;width:auto;cursor:pointer;font-weight:500;font-size:.875rem;color:#2e66db;transition:all .2s ease}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .btn-add-item:hover:not(:disabled){background:#eef6ff;border-color:#2e66db}.document-editor-wrapper .editor-content .form-renderer .form-sections-container .form-section-wrapper .form-section .btn-add-item:disabled{opacity:.5;cursor:not-allowed}.document-editor-wrapper .editor-content .form-renderer .form-action-footer{position:sticky;bottom:0;padding:.5rem 1.5rem;background:#eef6ff;border-top:1px solid #bdbdbd;border-radius:12px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:1rem;z-index:100;box-shadow:0 -4px 12px #0000000d;flex-wrap:wrap}@media only screen and (max-width:768px){.document-editor-wrapper .editor-content .form-renderer .form-action-footer{padding:.75rem 1rem;flex-direction:column;align-items:stretch;gap:.75rem;border-radius:0}}.document-editor-wrapper .editor-content .form-renderer .form-action-footer .footer-complete-toggle .completed-checkbox{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;font-size:.75rem;color:#162b42;-webkit-user-select:none;user-select:none}.document-editor-wrapper .editor-content .form-renderer .form-action-footer .footer-complete-toggle .completed-checkbox input[type=checkbox]{display:none}.document-editor-wrapper .editor-content .form-renderer .form-action-footer .footer-complete-toggle .completed-checkbox .checkbox-custom{width:18px;height:18px;border:2px solid #bdbdbd;border-radius:4px;position:relative;display:inline-block;flex-shrink:0;transition:border-color .15s,background .15s}.document-editor-wrapper .editor-content .form-renderer .form-action-footer .footer-complete-toggle .completed-checkbox input[type=checkbox]:checked+.checkbox-custom{border-color:#06b58c;background:#06b58c}.document-editor-wrapper .editor-content .form-renderer .form-action-footer .footer-complete-toggle .completed-checkbox input[type=checkbox]:checked+.checkbox-custom:after{content:"";position:absolute;top:2px;left:5px;width:5px;height:9px;border:2px solid #ffffff;border-top:none;border-left:none;transform:rotate(45deg)}.document-editor-wrapper .editor-content .form-renderer .form-action-footer .footer-complete-toggle .completed-checkbox:hover .checkbox-custom{border-color:#06b58c}.document-editor-wrapper .editor-content .form-renderer .form-action-footer .footer-buttons{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:.75rem}@media only screen and (max-width:768px){.document-editor-wrapper .editor-content .form-renderer .form-action-footer .footer-buttons{justify-content:stretch}.document-editor-wrapper .editor-content .form-renderer .form-action-footer .footer-buttons>button{flex:1}}.document-editor-wrapper .editor-content .form-renderer .form-action-footer .footer-buttons .btn-save,.document-editor-wrapper .editor-content .form-renderer .form-action-footer .footer-buttons .btn-submit{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px;background:#2e66db;font-family:poppins,sans-serif;border:none;padding:.55rem 1.25rem;border-radius:4px;font-weight:400;font-size:.875rem;color:#fff;cursor:pointer;transition:background .2s}.document-editor-wrapper .editor-content .form-renderer .form-action-footer .footer-buttons .btn-save:hover:not(:disabled),.document-editor-wrapper .editor-content .form-renderer .form-action-footer .footer-buttons .btn-submit:hover:not(:disabled){background:#235acc}.document-editor-wrapper .editor-content .form-renderer .form-action-footer .footer-buttons .btn-save:disabled,.document-editor-wrapper .editor-content .form-renderer .form-action-footer .footer-buttons .btn-submit:disabled{opacity:.6;cursor:not-allowed}@media only screen and (max-width:640px){.document-editor-wrapper .editor-content .form-renderer .form-action-footer .footer-buttons{padding:.1rem 1rem}}.document-editor-wrapper .editor-content .form-renderer .conflict-banner{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;background:#fffbeb;border:1px solid #f59e0b;border-radius:8px;padding:.5rem;margin:0 0 1.5rem;box-shadow:0 4px 6px -1px #f59e0b1a}@media only screen and (max-width:768px){.document-editor-wrapper .editor-content .form-renderer .conflict-banner{flex-direction:column;align-items:stretch;padding:1rem}}.document-editor-wrapper .editor-content .form-renderer .conflict-banner .conflict-banner-text{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:.75rem;color:#a54c15;font-weight:400;font-size:.75rem;color:#693808db}.document-editor-wrapper .editor-content .form-renderer .conflict-banner .conflict-banner-text .warning-icon{color:#d97706;flex-shrink:0;margin-top:1px}.document-editor-wrapper .editor-content .form-renderer .conflict-banner .conflict-banner-text strong{display:block;font-weight:600;font-size:.875rem;color:inherit;margin-bottom:2px}.document-editor-wrapper .editor-content .form-renderer .conflict-banner .conflict-banner-text p{margin:0;font-weight:400;font-size:.75rem;color:inherit}.document-editor-wrapper .editor-content .form-renderer .conflict-banner .conflict-banner-actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:.75rem;flex-shrink:0}@media only screen and (max-width:768px){.document-editor-wrapper .editor-content .form-renderer .conflict-banner .conflict-banner-actions{justify-content:stretch;margin-top:.5rem}.document-editor-wrapper .editor-content .form-renderer .conflict-banner .conflict-banner-actions button{flex:1}}.document-editor-wrapper .editor-content .form-renderer .conflict-banner .conflict-banner-actions .btn-conflict{padding:.25rem 1rem;border-radius:6px;font-weight:500;font-size:.75rem;color:inherit;cursor:pointer;transition:all .2s ease;font-family:inherit}.document-editor-wrapper .editor-content .form-renderer .conflict-banner .conflict-banner-actions .btn-conflict.btn-conflict-discard{background:transparent;color:#92400e;border:1px solid #d97706}.document-editor-wrapper .editor-content .form-renderer .conflict-banner .conflict-banner-actions .btn-conflict.btn-conflict-discard:hover{background:#d977061a}.document-editor-wrapper .editor-content .form-renderer .conflict-banner .conflict-banner-actions .btn-conflict.btn-conflict-keep{background:#d97706;color:#fff;border:1px solid transparent}.document-editor-wrapper .editor-content .form-renderer .conflict-banner .conflict-banner-actions .btn-conflict.btn-conflict-keep:hover:not(:disabled){background:#b16105}.document-editor-wrapper .editor-content .form-renderer .conflict-banner .conflict-banner-actions .btn-conflict.btn-conflict-keep:disabled{opacity:.6;cursor:not-allowed}.document-editor-wrapper .editor-content .form-renderer .confirmation-section{background:transparent}.document-editor-wrapper .editor-content .form-renderer .confirmation-section .confirmation-section-title{margin-bottom:1rem}.document-editor-wrapper .editor-content .form-renderer .confirmation-section .confirmation-split{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media only screen and (max-width:1024px){.document-editor-wrapper .editor-content .form-renderer .confirmation-section .confirmation-split{grid-template-columns:1fr;gap:1rem}}@media only screen and (max-width:640px){.document-editor-wrapper .editor-content .form-renderer .confirmation-section .confirmation-split{grid-template-columns:1fr;gap:1rem}}.document-editor-wrapper .editor-content .form-renderer .declaration-checkbox{padding:.5rem 1rem;background-color:#f6f9fc;border-radius:8px;border:1px solid rgba(46,102,219,.15)}.document-editor-wrapper .editor-content .form-renderer .declaration-checkbox .checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}.document-editor-wrapper .editor-content .form-renderer .declaration-checkbox .checkbox-label input[type=checkbox]{display:none}.document-editor-wrapper .editor-content .form-renderer .declaration-checkbox .checkbox-label .checkbox-custom{width:20px;height:20px;border:2px solid #bdbdbd;border-radius:4px;display:inline-block;position:relative;flex-shrink:0;margin-top:2px;transition:all .2s ease}.document-editor-wrapper .editor-content .form-renderer .declaration-checkbox .checkbox-label input:checked+.checkbox-custom{background-color:#2e66db;border-color:#2e66db}.document-editor-wrapper .editor-content .form-renderer .declaration-checkbox .checkbox-label input:checked+.checkbox-custom:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.document-editor-wrapper .editor-content .form-renderer .declaration-checkbox .checkbox-label .checkbox-text{font-weight:400;font-size:.875rem;color:#162b42;line-height:1.5}.document-editor-wrapper .editor-content .form-renderer .action-buttons{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem}@media only screen and (max-width:768px){.document-editor-wrapper .editor-content .form-renderer .action-buttons{flex-direction:column}}.document-editor-wrapper .editor-content .form-renderer .action-buttons .btn{padding:.5rem 1.5rem;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center}.document-editor-wrapper .editor-content .form-renderer .action-buttons .btn.btn-preview{background:#fff;font-family:poppins,sans-serif;font-weight:400;font-size:.875rem;color:#2e66db;border:1px solid rgba(46,102,219,.6)}.document-editor-wrapper .editor-content .form-renderer .action-buttons .btn.btn-preview:hover{background:#2e66db08;border-color:#2e66db}.document-editor-wrapper .editor-content .form-renderer .action-buttons .btn.btn-submit{font-family:poppins,sans-serif;font-weight:400;font-size:.875rem;color:#2e66db;background:#2e66db;color:#fff}.document-editor-wrapper .editor-content .form-renderer .action-buttons .btn.btn-submit:hover:not(:disabled){background:#2154bf;box-shadow:0 2px 4px #2e66db33}.document-editor-wrapper .editor-content .form-renderer .action-buttons .btn.btn-submit:disabled{background:#ebebebcc;color:#888;cursor:not-allowed;box-shadow:none}.editor-wrapper-flex{display:flex;align-items:flex-start;gap:.75rem;width:100%}.editor-wrapper-flex .review-modal-backdrop{display:none}@media only screen and (max-width:1024px){.editor-wrapper-flex .review-modal-backdrop{display:block;position:fixed;inset:0;background:#0006;z-index:1040}}@media only screen and (max-width:768px){.editor-wrapper-flex .review-modal-backdrop{display:block;position:fixed;inset:0;background:#0006;z-index:1040}}.editor-wrapper-flex .comments-side-panel{flex-shrink:0;background:#fff;border:1px solid #bdbdbd;border-radius:8px;padding:0;position:sticky;top:136px;max-height:calc(100vh - 16rem);overflow-y:auto}.editor-wrapper-flex .comments-side-panel .panel-header{background-color:#dae7f3;display:flex;justify-content:space-between;align-items:center;padding:.5rem;border-bottom:1px solid #bdbdbd}.editor-wrapper-flex .comments-side-panel .panel-header h3{margin:0;color:#2e66db;font-size:.875rem;font-weight:600}.editor-wrapper-flex .comments-side-panel .panel-header .close-btn{background:#f5f5f5;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b}.editor-wrapper-flex .comments-side-panel .panel-header .close-btn:hover{background:#cbd5e1;color:#334155}@media only screen and (max-width:1024px){.editor-wrapper-flex .comments-side-panel{position:fixed;top:50%!important;left:50%;transform:translate(-50%,-50%);width:95%;height:auto;max-height:85vh;z-index:1050;border-radius:12px;box-shadow:0 10px 25px #0003}}@media only screen and (max-width:768px){.editor-wrapper-flex .comments-side-panel{position:fixed;top:50%!important;left:50%;transform:translate(-50%,-50%);width:95%;height:auto;max-height:85vh;z-index:1050;border-radius:12px;box-shadow:0 10px 25px #0003}}.helper-tooltip-content{font-family:poppins,sans-serif!important;max-width:280px!important;font-size:.75rem!important;line-height:1.4!important;background-color:#1e293bf5!important}@media only screen and (max-width:768px){.helper-tooltip-content{max-width:240px!important;font-size:.75rem!important}}@media only screen and (max-width:768px){.helper-tooltip-content{max-width:200px!important;font-size:.75rem!important}}.helper-tooltip-arrow{color:#1e293bf5!important}.add-form-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100%;background-color:#0006;z-index:1000;display:flex;justify-content:flex-end;animation:fadeIn .2s ease-out}.add-form-modal-overlay .add-form-modal-sidebar{padding-top:50px;width:480px;height:100%;background:#fff;box-shadow:-4px 0 16px #0000001a;display:flex;flex-direction:column;animation:slideInRight .3s ease-out;z-index:9999}.add-form-modal-overlay .add-form-modal-sidebar .form-list-view{height:90%;padding:0}.add-form-modal-overlay .add-form-modal-sidebar .view-header{align-items:center}.add-form-modal-overlay .add-form-modal-sidebar .view-header .step-info{display:none}.add-form-modal-overlay .add-form-modal-sidebar .search-and-filter{border:none;padding:.5rem 1rem;overflow:auto;margin:0}.add-form-modal-overlay .add-form-modal-sidebar .search-and-filter .sections-grid{display:block}.add-form-modal-overlay .add-form-modal-sidebar .search-and-filter .middle-divider{display:none}.add-form-modal-overlay .add-form-modal-sidebar .search-and-filter .section-block{margin:0}.add-form-modal-overlay .add-form-modal-sidebar .search-and-filter .section-block .forms-container .form-row{padding:.35rem 1rem}.add-form-modal-overlay .add-form-modal-sidebar .modal-footer{padding:1rem 1.5rem;border-top:1px solid #bdbdbd;background:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.add-form-modal-overlay .add-form-modal-sidebar .modal-footer .selection-count{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem;color:#162b42}.add-form-modal-overlay .add-form-modal-sidebar .modal-footer .selection-count .count-badge{background:#2e66db;color:#fff;padding:2px 8px;border-radius:12px;font-size:.75rem}.add-form-modal-overlay .add-form-modal-sidebar .modal-footer .add-btn{border:none;border-radius:8px;font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;transition:all .2s ease;background-color:#2e66db;color:#fff;padding:.6rem 1.5rem}.add-form-modal-overlay .add-form-modal-sidebar .modal-footer .add-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.add-form-modal-overlay .add-form-modal-sidebar .modal-footer .add-btn:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.add-form-modal-overlay .add-form-modal-sidebar .modal-footer .add-btn:hover:not(:disabled){background-color:#124fcf}.add-form-modal-overlay .add-form-modal-sidebar .modal-footer .add-btn:disabled{background:#ebebeb;cursor:not-allowed;opacity:.7}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.document-upload-container{width:100%;max-width:900px;margin:1rem auto}.document-upload-container .upload-title{margin:0 0 .5rem;font-weight:600;font-size:1.125rem;color:#2e66db}.document-upload-container .upload-subtitle{font-weight:500;font-size:.875rem;color:#888;margin:0 0 2rem}.document-upload-container .upload-layout-split{display:flex;flex-direction:row;gap:2rem;align-items:flex-start}.document-upload-container .upload-layout-split>*{flex:1}@media only screen and (max-width:768px){.document-upload-container .upload-layout-split{display:flex;flex-direction:column;gap:2rem}}@media only screen and (max-width:640px){.document-upload-container .upload-layout-split{display:flex;flex-direction:column;gap:2rem}}.document-upload-container .upload-dropzone{border:2px dashed rgba(189,189,189,.8);border-radius:8px;padding:3rem 1.5rem;text-align:center;background:#ffffff4d;transition:all .2s ease;cursor:pointer}.document-upload-container .upload-dropzone.dragging{border-color:#2e66db;background:#2e66db0d}.document-upload-container .upload-dropzone:hover{border-color:#2e66db;background:#f3f3f380}.document-upload-container .upload-dropzone .dropzone-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.document-upload-container .upload-dropzone .dropzone-content .upload-icon{color:#2e66db}.document-upload-container .upload-dropzone .dropzone-content .dropzone-text{font-weight:600;font-size:1rem;color:#162b42;margin:0}.document-upload-container .upload-dropzone .dropzone-content .dropzone-subtext{font-weight:500;font-size:.75rem;color:#888;margin:0}.document-upload-container .upload-dropzone .dropzone-content .browse-btn{margin-top:.5rem;padding:.625rem 1.5rem;background:#2e66db;border-radius:4px;font-weight:600;font-size:.875rem;color:#fff;cursor:pointer;transition:background .2s ease}.document-upload-container .upload-dropzone .dropzone-content .browse-btn:hover{background:#2e66dbe6}.document-upload-container .uploaded-files-list{display:flex;flex-direction:column;gap:.75rem}.document-upload-container .uploaded-files-list .file-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;padding:.5rem;background:#fff;border:1px solid #bdbdbd;border-radius:6px;transition:border .2s}.document-upload-container .uploaded-files-list .file-item.pending-item{border-color:#f8ac5966;background:#f8ac590d}.document-upload-container .uploaded-files-list .file-item:hover{border-color:#2e66db}.document-upload-container .uploaded-files-list .file-item .file-icon{width:40px;height:40px;background:#2e66db1a;color:#2e66db;border-radius:4px;display:flex;flex-direction:row;justify-content:center;align-items:center}.document-upload-container .uploaded-files-list .file-item .file-details{flex:1}.document-upload-container .uploaded-files-list .file-item .file-details .file-name{font-weight:600;font-size:.875rem;color:#162b42;margin:0 0 .25rem}.document-upload-container .uploaded-files-list .file-item .file-details .file-meta-row{display:flex;gap:.5rem;font-weight:600;font-size:.75rem;color:#888}.document-upload-container .uploaded-files-list .file-item .file-actions{display:flex;gap:.5rem;align-items:center}.document-upload-container .uploaded-files-list .file-item .file-actions .action-btn{width:32px;height:32px;padding:0;display:flex;flex-direction:row;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(189,189,189,.5);background:#fff;border-radius:4px;cursor:pointer;transition:all .2s ease-in-out}.document-upload-container .uploaded-files-list .file-item .file-actions .action-btn svg{display:block;flex-shrink:0}.document-upload-container .uploaded-files-list .file-item .file-actions .action-btn.view-btn{color:#2e66db}.document-upload-container .uploaded-files-list .file-item .file-actions .action-btn.view-btn:hover{background:#2e66db1a;border-color:#2e66db;transform:translateY(-1px)}.document-upload-container .uploaded-files-list .file-item .file-actions .action-btn.delete-btn{color:#ed5565}.document-upload-container .uploaded-files-list .file-item .file-actions .action-btn.delete-btn:hover{background:#ed55651a;border-color:#ed5565;transform:translateY(-1px)}.document-upload-container .uploaded-files-list .file-item .file-actions .action-btn:active{transform:scale(.95)}.document-upload-container .documents-loading{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-weight:600;font-size:.875rem;color:#888}.document-upload-container .doc-status-badge{text-transform:capitalize;padding:.1rem .5rem;border-radius:3px;font-size:.75rem}.document-upload-container .doc-status-badge.active,.document-upload-container .doc-status-badge.uploaded{background:#06b58c1f;color:#06b58c}.document-upload-container .doc-status-badge.new,.document-upload-container .doc-status-badge.pending{background:#2e66db1f;color:#2e66db}.document-upload-container .doc-status-badge.deleted{background:#ed55651f;color:#ed5565}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinning{animation:spin 1s linear infinite}.signature-container{width:100%;max-width:900px;margin:1rem auto}.signature-container .signature-title{font-weight:600;font-size:1.125rem;color:#2e66db;margin:0 0 .75rem}.signature-container .signature-subtitle{font-weight:400;font-size:.875rem;color:#888;margin:0 0 1.5rem;line-height:1.5}.signature-container .signature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:768px){.signature-container .signature-grid{grid-template-columns:1fr;gap:1.5rem}}.signature-container .signature-entry{display:flex;flex-direction:column;gap:.5rem}.signature-container .signature-entry .signature-entry-label{font-weight:600;font-size:.875rem;color:#888;margin:0}.signature-container .signature-form{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;background:#fff;border:1px solid rgba(46,102,219,.3);border-top:2px solid #2e66db;border-radius:8px}.signature-container .signature-form .form-group{display:flex;flex-direction:column;gap:.5rem;width:100%}.signature-container .signature-form .form-group label{font-weight:500;font-size:.75rem;color:#162b42}.signature-container .signature-form .form-group input[type=text],.signature-container .signature-form .form-group input[type=date]{border:2px solid #7d7c7c;font-size:1rem;transition:border-color .3s ease;padding:8px 16px;border:1px solid #bdbdbd;font-weight:500;font-size:.875rem;color:#162b42;border-radius:6px;background:#fff;transition:all .2s ease;font-family:inherit;width:100%;box-sizing:border-box}.signature-container .signature-form .form-group input[type=text]:focus,.signature-container .signature-form .form-group input[type=date]:focus{outline:none;border-color:#2e66db;box-shadow:0 0 0 3px #2e66db1a}.signature-container .signature-form .form-group input[type=text]:disabled,.signature-container .signature-form .form-group input[type=date]:disabled{background-color:#dae7f3;cursor:not-allowed}.signature-container .signature-form .form-group input[type=text] input:-webkit-autofill,.signature-container .signature-form .form-group input[type=text] input:-webkit-autofill:hover,.signature-container .signature-form .form-group input[type=text] input:-webkit-autofill:focus,.signature-container .signature-form .form-group input[type=text] input:-webkit-autofill:active,.signature-container .signature-form .form-group input[type=date] input:-webkit-autofill,.signature-container .signature-form .form-group input[type=date] input:-webkit-autofill:hover,.signature-container .signature-form .form-group input[type=date] input:-webkit-autofill:focus,.signature-container .signature-form .form-group input[type=date] input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;outline:none!important;-webkit-border-image:none!important}.signature-container .signature-form .form-group input[type=text]::placeholder,.signature-container .signature-form .form-group input[type=date]::placeholder{font-weight:400;font-size:.875rem;color:#9ca3af}.signature-container .signature-form .form-group input[type=text]:focus,.signature-container .signature-form .form-group input[type=date]:focus{outline:none;border-color:#2e66db;box-shadow:0 0 0 2px #2e66db14}.signature-container .signature-form .form-group input[type=text]::placeholder,.signature-container .signature-form .form-group input[type=date]::placeholder{font-weight:400;font-size:.75rem;color:#888;opacity:.5}.modal{position:absolute;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1.25rem;top:50%;left:50%;transform:translate(-50%,-50%);width:auto;background-color:#fff;border-radius:30px;box-shadow:24px;border:none;outline:none;padding:32px 48px;max-height:100%;overflow-y:auto}@media only screen and (max-width:1024px){.modal{padding:24px 32px;width:60%}}@media only screen and (max-width:768px){.modal{padding:24px 32px;width:70%;gap:.85rem}}@media only screen and (max-width:640px){.modal{padding:24px;width:90%;gap:.85rem}}.modal .header{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;text-align:center}.modal .header .__title{line-height:137%;letter-spacing:0%;font-weight:700;font-size:1.5rem;color:#2e66db}@media only screen and (max-width:768px){.modal .header .__title{font-size:1.375rem}}.modal .header .__sub-title{font-weight:400;font-size:.875rem;color:#7d7c7c}@media only screen and (max-width:768px){.modal .header .__sub-title{font-size:.625rem}}.modal .actions{width:100%;display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.modal .actions .icon{padding:0;cursor:pointer}.lookup-section{width:100%}.lookup-section .lookup-input-group{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem}.lookup-section .lookup-input-group label{font-weight:600;font-size:.875rem;color:#292929;white-space:nowrap}.lookup-section .lookup-input-group .input-group{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;width:100%}@media only screen and (max-width:640px){.lookup-section .lookup-input-group .input-group{flex-wrap:wrap}}.lookup-section .lookup-input-group .input-group input{padding:12px 16px;border:2px solid #7d7c7c;border-radius:8px;font-size:1rem;transition:border-color .3s ease;width:100%;border:1px solid #9ca3af;height:inherit;flex-grow:1;width:auto}.lookup-section .lookup-input-group .input-group input:focus{outline:none;border-color:#2e66db;box-shadow:0 0 0 3px #2e66db1a}.lookup-section .lookup-input-group .input-group input:disabled{background-color:#dae7f3;cursor:not-allowed}.lookup-section .lookup-input-group .input-group input input:-webkit-autofill,.lookup-section .lookup-input-group .input-group input input:-webkit-autofill:hover,.lookup-section .lookup-input-group .input-group input input:-webkit-autofill:focus,.lookup-section .lookup-input-group .input-group input input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;outline:none!important;-webkit-border-image:none!important}.lookup-section .lookup-input-group .input-group input::placeholder{font-weight:400;font-size:.875rem;color:#9ca3af}.lookup-section .lookup-input-group .input-group input:focus{outline:none}.lookup-section .lookup-input-group .input-group button{border:none;border-radius:8px;font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;transition:all .2s ease;background-color:#2e66db;color:#fff;padding:.65rem}.lookup-section .lookup-input-group .input-group button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.lookup-section .lookup-input-group .input-group button:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.lookup-section .lookup-input-group .input-group button:hover:not(:disabled){background-color:#124fcf}@media only screen and (max-width:1284px){.lookup-section .lookup-input-group .input-group button{padding:.5rem 1rem}}@media only screen and (max-width:640px){.lookup-section .lookup-input-group .input-group button{padding:.5rem;font-size:.875rem}}.lookup-section .lookup-input-group .error-message{color:#ed5565;font-size:.875rem;font-weight:500;animation:fadeIn .2s ease-in}.otp-expanded{width:100%;border-bottom:2px dotted #292929}.otp-card{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem}@media only screen and (max-width:640px){.otp-card{gap:.25rem}}.otp-card .otp-title{font-weight:600;font-size:1.125rem;color:#292929;text-align:center}.otp-card .otp-subtitle{display:flex;flex-direction:column;justify-content:center;align-items:center;font-weight:500;font-size:.875rem;color:#292929;text-align:center;width:100%}.otp-card .otp-instruction{font-weight:500;font-size:.875rem;color:#7d7c7c;text-align:center}.otp-card .otp-input-section{padding:.5rem 0}.otp-card .otp-input-section .otp-inputs{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.35rem}@media only screen and (max-width:640px){.otp-card .otp-input-section .otp-inputs{gap:4px}}.otp-card .otp-input-section .otp-inputs .otp-input{border:2px solid #7d7c7c;border-radius:8px;font-size:1rem;transition:border-color .3s ease;width:100%;width:36px;height:40px;padding:4px;text-align:center;background:linear-gradient(#d1e1ef,#d1e1ef) padding-box,linear-gradient(0deg,#383838,#6660) border-box;border:2px solid transparent;outline:none;font-weight:500}.otp-card .otp-input-section .otp-inputs .otp-input:focus{outline:none;border-color:#2e66db;box-shadow:0 0 0 3px #2e66db1a}.otp-card .otp-input-section .otp-inputs .otp-input:disabled{background-color:#dae7f3;cursor:not-allowed}.otp-card .otp-input-section .otp-inputs .otp-input input:-webkit-autofill,.otp-card .otp-input-section .otp-inputs .otp-input input:-webkit-autofill:hover,.otp-card .otp-input-section .otp-inputs .otp-input input:-webkit-autofill:focus,.otp-card .otp-input-section .otp-inputs .otp-input input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;outline:none!important;-webkit-border-image:none!important}.otp-card .otp-input-section .otp-inputs .otp-input::placeholder{font-weight:400;font-size:.875rem;color:#9ca3af}.otp-card .otp-input-section .otp-inputs .otp-input:focus{outline:none;border:2px solid transparent;box-shadow:none}@media only screen and (max-width:768px){.otp-card .otp-input-section .otp-inputs .otp-input{width:32px;height:38px}}@media only screen and (max-width:640px){.otp-card .otp-input-section .otp-inputs .otp-input{width:30px;height:36px}}.otp-card .otp-input-section .error-message{color:#ed5565;font-size:.875rem;font-weight:500;padding-top:.5rem;text-align:center}.otp-card .resend-timer{font-weight:400;font-size:.875rem;color:#7d7c7c;text-align:center;padding:.75rem 0 0}.otp-card .resend-text{color:#666;font-size:.875rem}.otp-card .resend-link{font-weight:500;color:#3b82f6;background:transparent;border:none;padding:0;font:inherit;cursor:pointer;text-decoration:underline;box-shadow:none}.otp-card .resend-link:hover:not(:disabled){color:#2563eb}.otp-card .resend-link:disabled{color:#9ca3af;cursor:not-allowed;text-decoration:none}.otp-card .resend-link-button{font-size:.875rem;font-weight:500;color:#3b82f6;background:transparent;border:none;padding:0;cursor:pointer;text-decoration:underline;box-shadow:none}.otp-card .resend-link-button:hover:not(:disabled){color:#2563eb}.otp-card .resend-link-button:disabled{color:#9ca3af;cursor:not-allowed;text-decoration:none}.otp-card .next-button{border:none;border-radius:8px;font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;transition:all .2s ease;background-color:#2e66db;color:#fff;width:100%}.otp-card .next-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.otp-card .next-button:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.otp-card .next-button:hover:not(:disabled){background-color:#124fcf}@media(max-width:480px){.otp-card .otp-input{width:44px;height:44px;font-size:20px}.otp-card .otp-inputs{gap:8px}}.confirmation-modal{padding:2rem;position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:space-between;max-width:90%;min-width:50%;inset:0;margin:auto;height:fit-content;width:fit-content;gap:1rem;background-color:#fff;border-radius:15px;border:none;outline:none}@media only screen and (max-width:1455px){.confirmation-modal{width:50%}}@media only screen and (max-width:768px){.confirmation-modal{width:90%}}.confirmation-modal .confirmation-modal-top{padding:.75rem;border-radius:999px;background-color:#fee2e2;display:flex;flex-direction:row;justify-content:center;align-items:flex-start}.confirmation-modal .confirmation-modal-top .icon{height:24px;width:24px}.confirmation-modal .confirmation-modal-top .icon-success{color:#098d6e}.confirmation-modal .confirmation-modal-top .icon-delete{color:#ef4444}.confirmation-modal .confirmation-modal-top .icon-warning{color:#e89c29}.confirmation-modal .confirmation-modal-header{font-weight:600;font-size:1rem;color:#292929;display:flex;text-align:center}.confirmation-modal .confirmation-modal-text{font-weight:400;font-size:.875rem;color:#7d7c7c;display:flex;text-align:center}.confirmation-modal .confirmation-modal-items-list{width:100%;background-color:#dae7f3;padding:.75rem;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;margin-top:1rem}.confirmation-modal .confirmation-modal-items-list .item{font-weight:400;font-size:.875rem;color:#292929;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1rem}.confirmation-modal .confirmation-modal-items-list .item svg{color:#2e66db}.confirmation-modal .confirmation-modal-buttons{display:flex;gap:.75rem;margin-top:2rem;width:100%}.confirmation-modal .confirmation-modal-buttons .ok-button{border:none;border-radius:8px;font-size:1rem;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;transition:all .2s ease;background-color:#2e66db;font-weight:500;font-size:.875rem;color:#fff;width:100%}.confirmation-modal .confirmation-modal-buttons .ok-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.confirmation-modal .confirmation-modal-buttons .ok-button:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.confirmation-modal .confirmation-modal-buttons .ok-button:hover:not(:disabled){background-color:#124fcf}.confirmation-modal .confirmation-modal-buttons .delete-button{border:none;border-radius:8px;font-size:1rem;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;transition:all .2s ease;background-color:#2e66db;font-weight:500;font-size:.875rem;color:#fff;background-color:#ef4444;width:100%}.confirmation-modal .confirmation-modal-buttons .delete-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.confirmation-modal .confirmation-modal-buttons .delete-button:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.confirmation-modal .confirmation-modal-buttons .delete-button:hover:not(:disabled){background-color:#124fcf}.confirmation-modal .confirmation-modal-buttons .delete-button:hover:not(:disabled){background-color:#ef4444}.confirmation-modal .confirmation-modal-buttons .no-button{border:none;border-radius:8px;font-size:1rem;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;transition:all .2s ease;background-color:transparent;border:1px solid rgb(31,45,92);color:#1f2d5c;background:#fff linear-gradient(180deg,#fff0 50%,#1f2d5c1a);font-weight:500;font-size:.875rem;color:#7d7c7c;background:#fff;width:100%}.confirmation-modal .confirmation-modal-buttons .no-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.confirmation-modal .confirmation-modal-buttons .no-button:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.confirmation-modal .confirmation-modal-buttons .no-button:hover:not(:disabled){background-color:#124fcf;color:#fff}.confirmation-modal .confirmation-modal-buttons .no-button:hover:not(:disabled){background:#f3f3f3;color:#292929}@keyframes pulseWarning{0%{background-color:#fff;transform:scale(1);opacity:.5}30%{background-color:#fff;transform:scale(1);opacity:.5}to{background-color:#f8bb86;transform:scale(2);opacity:0}}@keyframes pulseWarningIns{0%{background-color:#f8d486}to{background-color:#f8bb86}}.notifications-container{margin:0 auto;padding:.75rem 1rem}.notifications-container .error-message{color:#ed5565;font-size:.875rem;font-weight:500;margin:0;text-align:center}.notifications-container .notification-card{background-color:#fffdee;border:1px solid #f59e0b;border-left-width:4px;border-right-width:4px;border-radius:.5rem;transition:all .3s ease;padding:.5rem .75rem;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.5rem}@media only screen and (max-width:768px){.notifications-container .notification-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem}}.notifications-container .notification-card.resolved{background-color:#f0fdf4;border-color:#16a34a}.notifications-container .notification-left{display:flex}.notifications-container .notification-text{font-weight:500;font-size:.875rem;color:#292929}.notifications-container .notification-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:.25rem;flex-shrink:0}@media only screen and (max-width:768px){.notifications-container .notification-right{align-items:flex-start;gap:.5rem}}.notifications-container .resolve-button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.25rem;background-color:transparent;font-weight:400;font-size:.75rem;color:#292929}.notifications-container .resolve-button input{margin:0;padding:.25rem;width:.85rem;height:.85rem;background-color:transparent}.notifications-container .resolve-button.resolved{color:#124fcf}.notifications-container .resolve-button.resolved input[type=checkbox]{accent-color:#124fcf;color:#124fcf;opacity:1}.notifications-container .notification-timestamp{font-weight:500;font-size:.625rem;color:#7d7c7c;white-space:nowrap}.notifications-container--grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr));gap:1rem}@media only screen and (max-width:1284px){.notifications-container--grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}@media only screen and (max-width:768px){.notifications-container--grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media only screen and (max-width:768px){.notifications-container--grid{grid-auto-flow:column;grid-auto-columns:minmax(250px,1fr);overflow-x:auto;scroll-snap-type:x mandatory}.notifications-container--grid>*{scroll-snap-align:start}}.notifications-container--grid .notification-card{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.5rem}@media only screen and (max-width:768px){.notifications-container--grid .notification-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}}.notifications-container--grid .notification-right{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:.25rem;flex-shrink:0}@media only screen and (max-width:768px){.notifications-container--grid .notification-right{align-items:flex-start;gap:.5rem}}.notifications-container--list{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:.75rem}.notifications-container--list .notification-card{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:.5rem;width:100%}@media only screen and (max-width:768px){.notifications-container--list .notification-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}}@media only screen and (max-width:640px){.notifications-container--list .notification-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}}.notifications-container--list .notification-right{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:.75rem;flex-shrink:0}@media only screen and (max-width:768px){.notifications-container--list .notification-right{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem}}@media only screen and (max-width:640px){.notifications-container--list .notification-right{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.25rem}}.notif-wrapper{position:relative}.notif-wrapper .notif-bell-btn{position:relative;display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border:none;border-radius:50%;background:#fff;box-shadow:0 1px 6px #0000001f;cursor:pointer;transition:background .2s}.notif-wrapper .notif-bell-btn:hover{background:#eff6ff}.notif-wrapper .notif-bell-btn .notif-bell-icon{width:2.5rem;height:2.5rem;object-fit:contain;display:block}.notif-wrapper .notif-bell-btn .notif-bell-badge{position:absolute;top:-5px;right:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:#292929;color:#fff;font-size:10px;font-weight:700;line-height:20px;text-align:center;pointer-events:none}.notif-wrapper .notif-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:620px;max-height:480px;background:#eef6ff;border-radius:12px;border-left:3px solid #f59e0b;border-right:3px solid #f59e0b;box-shadow:0 8px 28px #00000021;display:flex;flex-direction:column;overflow:hidden;z-index:1000;padding:12px;gap:10px}@media only screen and (max-width:640px){.notif-wrapper .notif-dropdown{width:calc(100vw - 32px);right:-8px}}.notif-wrapper .notif-dropdown__header{display:flex;align-items:center;justify-content:space-between;padding:0 4px 4px}.notif-wrapper .notif-dropdown__title{font-size:13px;font-weight:600;color:#292929}.notif-wrapper .notif-dropdown__mark-all{background:none;border:none;font-family:poppins,sans-serif;font-size:11px;color:#2e66db;cursor:pointer;padding:0;font-weight:500}.notif-wrapper .notif-dropdown__mark-all:hover{text-decoration:underline;background:none}.notif-wrapper .notif-dropdown__body{overflow-y:auto;display:flex;flex-direction:column;gap:10px}.notif-wrapper .notif-dropdown__body::-webkit-scrollbar{width:4px}.notif-wrapper .notif-dropdown__body::-webkit-scrollbar-thumb{background:#d0daea;border-radius:4px}.notif-wrapper .notif-dropdown__empty{padding:24px 16px;text-align:center;font-size:13px;color:#7d7c7c;margin:0}.notif-wrapper .notif-card{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:.75rem;background:#fffdee;border:1.5px solid #f59e0b;border-left:3px solid #f59e0b;border-right:3px solid #f59e0b;border-radius:8px;transition:opacity .2s}.notif-wrapper .notif-card--read{opacity:.75;background-color:#f0fdf4;border-color:#16a34a}.notif-wrapper .notif-card__message{font-size:13px;font-weight:600;color:#292929;flex:1;line-height:1.5;padding-top:2px}.notif-wrapper .notif-card__right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.notif-wrapper .notif-card__checkbox-label{display:flex;align-items:center;gap:6px;cursor:pointer;white-space:nowrap;font-size:12px;color:#292929;font-weight:500;-webkit-user-select:none;user-select:none}.notif-wrapper .notif-card__checkbox-label:has(input:disabled){cursor:default;color:#7d7c7c}.notif-wrapper .notif-card__checkbox{width:15px;height:15px;cursor:pointer;accent-color:#2e66db}.notif-wrapper .notif-card__checkbox:disabled{cursor:default;opacity:.6}.notif-wrapper .notif-card__time{font-size:11px;color:#7d7c7c}.oop-form-container{max-width:900px;margin:0 auto;font-family:Arial,sans-serif;color:#333;line-height:1.4;background:#fff;padding:2rem;box-shadow:0 0 10px #0000001a}.oop-form-container input[type=text]{background-color:#f0f4fc;border:none;border-bottom:1px solid #999;padding:6px 8px;width:100%;font-size:14px}.oop-form-container input[type=text]:focus{outline:none;border-bottom:2px solid #0056b3}.oop-form-container .mt-3{margin-top:1rem}.oop-form-container .oop-form-header{text-align:left;border:2px solid #000;padding:1rem;margin-bottom:1rem}.oop-form-container .oop-form-header h1{font-size:24px;margin:0 0 5px;text-transform:uppercase}.oop-form-container .oop-form-header h2{font-size:16px;font-weight:400;margin:0 0 15px}.oop-form-container .oop-section{border:1px solid #000;margin-bottom:1rem;padding:1rem}.oop-form-container .oop-section.oop-grid-header{display:grid;grid-template-columns:3fr 1fr;padding:0}.oop-form-container .oop-section h3{font-size:16px;margin:0 0 10px;background:#eee;padding:5px;border-bottom:1px solid #000}.oop-form-container .oop-section h4{font-size:15px;margin:15px 0 10px}.oop-form-container .oop-col-main{border-right:1px solid #000;padding:1rem}.oop-form-container .oop-col-sidebar{padding:1rem;display:flex;align-items:flex-end}.oop-form-container .oop-grid-split{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.oop-form-container .oop-grid-split .oop-sidebar-petition-type{border-left:1px solid #000;padding-left:1rem}.oop-form-container .oop-field-group{margin-bottom:15px}.oop-form-container .oop-field-group label{font-weight:700;display:block;margin-bottom:5px}.oop-form-container .oop-checkbox,.oop-form-container .oop-checkbox-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:10px;cursor:pointer}.oop-form-container .oop-checkbox input[type=checkbox],.oop-form-container .oop-checkbox input[type=radio],.oop-form-container .oop-checkbox-row input[type=checkbox],.oop-form-container .oop-checkbox-row input[type=radio]{margin-top:3px;width:16px;height:16px}.oop-form-container .oop-checkbox small,.oop-form-container .oop-checkbox-row small{display:block;color:#555;font-style:italic}.oop-form-container .oop-inline-checkboxes{display:flex;align-items:center;gap:15px;margin-top:5px}.oop-form-container .oop-inline-checkboxes label{font-weight:400}.oop-form-container .oop-indent{margin-left:2rem}.oop-form-container .oop-address-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:10px;margin-top:5px}.oop-form-container .oop-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:15px}.oop-form-container .oop-or-divider{font-weight:700;margin:10px 0}.oop-form-container .oop-identifiers-grid{display:flex;flex-wrap:wrap;gap:15px;margin-top:10px}.oop-form-container .oop-identifiers-grid .oop-inline-input{display:flex;align-items:center;gap:5px}.oop-form-container .oop-identifiers-grid .oop-inline-input label{white-space:nowrap}.oop-form-container .oop-identifiers-grid .oop-inline-input input{width:100px}.oop-form-container .oop-checkbox-group{display:flex;flex-direction:column;gap:8px}.oop-form-container .oop-checkbox-group strong{margin-top:10px}.oop-form-container .oop-table{width:100%;border-collapse:collapse}.oop-form-container .oop-table th,.oop-form-container .oop-table td{border:1px solid #000;padding:8px;text-align:left}.oop-form-container .oop-table th{background-color:#f9f9f9;font-size:13px}.oop-form-container .oop-table td input[type=text]{background-color:#fff;border:none;padding:4px}.oop-form-container .oop-table td label{margin-right:10px;font-size:13px}body{margin:0;padding:0;background:#fff;font-family:Poppins,sans-serif}*,:after,:before{box-sizing:border-box}.app{min-height:100vh}.bg-gradient{position:absolute;top:0;right:0;z-index:-20;width:40rem;height:50%;border-radius:100%;opacity:70%;background:linear-gradient(90deg,#c7d2fe80 100%,#cbc7ff80 0%);filter:blur(80px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px #d9d9d9;border-radius:10px}::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px #9e9e9e}.navigation-actions{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}@media only screen and (max-width:640px){.navigation-actions button span{display:none}}.navigation-actions .action-btn{border:none;border-radius:8px;font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;justify-content:center;gap:.375rem;transition:all .2s ease;background-color:#2e66db;color:#fff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:.875rem;background:#2e66db linear-gradient(180deg,#fff0 50%,#1f2d5c33)}.navigation-actions .action-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.navigation-actions .action-btn:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.navigation-actions .action-btn:hover:not(:disabled){background-color:#124fcf}.navigation-actions .outline{border:none;border-radius:8px;font-size:1rem;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;padding:.5rem 1rem;display:inline-flex;justify-content:center;gap:.375rem;transition:all .2s ease;background-color:transparent;border:1px solid rgb(31,45,92);color:#1f2d5c;background:#fff linear-gradient(180deg,#fff0 50%,#1f2d5c1a);display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:.875rem}.navigation-actions .outline:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.navigation-actions .outline:disabled{background-color:#7d7c7c;color:#fff;cursor:not-allowed;opacity:.6}.navigation-actions .outline:hover:not(:disabled){background-color:#124fcf;color:#fff}.navigation-actions .outline:hover:not(:disabled){background-color:#dae7f3;color:#2e66db;border-color:#b3cee7}.navigation-actions .layout-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.25rem}.navigation-actions .error-message{color:#ed5565;font-size:.75rem;font-weight:500}@media only screen and (max-width:768px){.navigation-actions .error-message{text-align:center;max-width:120px}}.navigation-actions .full-width{min-width:250px}.navigation-actions .text-only{justify-content:center;font-size:1rem}
