@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');*{box-sizing:border-box}html{position:relative;min-height:100%}body{margin-bottom:0;background-color:#f8f9fa;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif}.main-wrapper{display:flex;flex-direction:column;min-height:100vh}.main-container{display:flex;flex:1;min-height:100vh;background-color:#f6f5f3}.main-container>.flex-fill{min-width:0}.main-content-column{display:flex;flex-direction:column;min-height:100vh}.sidebar{min-width:260px;height:100vh;background:#3b3b3b;border-right:1px solid #1a252f;position:sticky;top:0;overflow-y:auto;color:#ecf0f1}.sidebar::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}.sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:4px}.sidebar::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}.content-area{flex:1;padding:130px 130px 10px 130px;overflow-y:auto}.mobile-navbar{background:#3b3b3b;padding:.85rem 1.25rem;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.mobile-navbar-logo{height:32px;width:auto}.mobile-hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:0;cursor:pointer;padding:6px}.mobile-hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px}.mobile-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:1050}.mobile-overlay.open{display:block}.mobile-drawer{position:absolute;top:0;right:0;width:320px;max-width:90vw;height:100%;background:#f6f5f3;box-shadow:-4px 0 24px rgba(0,0,0,.12);overflow-y:auto;display:flex;flex-direction:column;padding:1.5rem 1rem}.mobile-drawer-close{background:none;border:0;font-size:2rem;color:#3b3b3b;align-self:flex-end;cursor:pointer;line-height:1;margin-bottom:1rem}.mobile-drawer .sidebar-menu{padding:0}.mobile-drawer .sidebar-header{display:none}.mobile-drawer .sidebar-nav-item{color:#3b3b3b!important;border-bottom:1px solid #e0ddd8;border-left:0!important;border-radius:0;flex-direction:row;width:100%;height:auto;padding:1.25rem 1.25rem!important;margin:0;justify-content:flex-start;align-items:center;text-align:left;gap:1rem}.mobile-drawer .sidebar-nav-item:hover{background:#ede9e3!important;border-radius:8px}.mobile-drawer .sidebar-nav-icon{width:24px;height:24px;flex-shrink:0;object-fit:contain;filter:brightness(0)}.mobile-drawer .sidebar-nav-label{flex:1;font-size:1rem;font-weight:500;text-align:left;white-space:normal;max-width:none;color:#3b3b3b}.mobile-drawer .sidebar-nav-chevron{display:inline-flex}.drawer-logout{margin-top:auto}.mobile-drawer .drawer-logout{padding:1.5rem 1.25rem 1rem}.mobile-drawer .drawer-logout .sidebar-nav-item{justify-content:flex-start!important;border-bottom:0!important;padding:.75rem 1.25rem!important}.nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;border-radius:11px;background:#f7be97;color:#3b3b3b;font-size:.75rem;font-weight:700;flex-shrink:0}.sidebar-menu .sidebar-nav-item{position:relative}.sidebar-menu .nav-badge{position:absolute;top:6px;right:6px}.mobile-drawer .nav-badge{position:static;margin-left:auto;margin-right:.5rem}.sidebar-menu{padding:20px 0;display:flex;flex-direction:column;height:100%}.sidebar-logo{display:block;margin-left:auto;margin-right:auto;max-width:100%;height:auto}.sidebar-header{padding:15px 20px;margin-bottom:10px}.sidebar-header h5{margin:0;color:#ecf0f1;font-weight:600;letter-spacing:.5px}.sidebar-menu .nav{padding:0;margin:0}.sidebar-menu .nav-link{color:#fff;text-decoration:none}.sidebar-menu .nav-link .k-icon{text-align:center;font-size:1.1rem}.sidebar-menu .nav-link:hover{background-color:transparent;color:#fff;padding-left:inherit}.sidebar-menu .nav-link.active{background-color:transparent;color:#fff;font-weight:500}.sidebar-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;border-left:0;border-radius:8px;width:120px;height:90px;padding:.5rem!important;margin:.15rem auto;transition:background-color .2s ease;text-decoration:none;text-align:center}.sidebar-nav-item:hover{background-color:#75787b!important}.sidebar-nav-item.active{background-color:#75787b!important}.sidebar-nav-icon{font-size:1.4rem;width:auto;flex-shrink:0;text-align:center}.sidebar-nav-label{flex:none;font-size:.75rem;font-weight:400;text-align:center;line-height:1.2;white-space:normal;word-break:break-word;max-width:80px}.sidebar .sidebar-nav-chevron{display:none}.card{border:0;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.05);margin-bottom:20px;background:#fff;transition:box-shadow .3s ease}.card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.card-body{padding:25px}.card,.card-body{height:100%}.card-title{color:#212529;font-weight:600;font-size:1.75rem;margin-bottom:15px}.messages-surface{background-color:#fff;border:1px solid #eceff1;border-radius:10px;padding:clamp(1.25rem,2.7vw,2rem);width:100%}.custom-grid-card{background:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(44,62,80,.06);padding:2.5rem 2rem;margin:0 auto 2rem auto}.custom-accordion-card{background:#fff;border-radius:16px;border:0;box-shadow:0 2px 8px rgba(44,62,80,.06);overflow:hidden}.btn{border-radius:4px;font-weight:500;transition:all .3s ease}.btn-primary{background-color:#3b3b3b;border-color:#3b3b3b}.btn-primary:hover{background-color:#75787b;border-color:#3b3b3b}.btn-sm{padding:.4rem .8rem;font-size:.875rem}.btn-send{background-color:#3b3b3b;color:#fff}.btn-send:hover{background-color:#75787b;color:#fff}.btn-sign{background:#f7be97;color:#3b3b3b;border:0;border-radius:6px;font-weight:500;padding:.4rem 1.2rem;font-size:1rem;transition:background .2s}.btn-sign:hover{background:#f5a96b}.custom-download-btn{border-radius:6px;font-weight:500;padding:.4rem 1.2rem;font-size:1rem;border:1px solid #bdbdbd;background:#fff;color:#16323f;transition:background .2s,color .2s}.custom-download-btn:hover{background:#f6f5f3;color:#16323f}.messages-primary-button{min-width:138px;background-color:#3b3b3b;color:#fff}.form-control{border:1px solid #dee2e6;border-radius:4px;padding:.6rem .75rem;transition:border-color .3s ease}.form-control:focus{border-color:#3498db;box-shadow:0 0 0 .2rem rgba(52,152,219,.25)}.form-label{font-weight:500;color:#495057;margin-bottom:.5rem}.badge{padding:.5rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.badge-success{background-color:#198754;color:#fff}.badge-warning{background-color:#f7be97;color:#000}.badge-danger{background-color:#dc3545;color:#fff}.badge-info{background-color:#0dcaf0;color:#000}.alert{border-radius:4px;border:0;padding:12px 20px;margin-bottom:20px}.alert-success{background-color:#d1e7dd;color:#0a3622}.alert-danger{background-color:#f8d7da;color:#842029}.alert-info{background-color:#cfe2ff;color:#084298}.alert-warning{background-color:#fff3cd;color:#664d03}.welcome-container{background-color:#f6f5f3;width:66%;justify-self:center;border-radius:8px}.welcome-container h1{text-align:center;font-size:80px;font-weight:600}.welcome-container h2{font-size:40px;font-weight:600}.link-text{color:#000;text-decoration:none;padding:12px 20px;display:flex;align-items:center;margin:0;border-radius:0}.link-text:hover{color:#000;text-decoration:none}.feature-icon{font-size:2.5rem;display:inline-block}.manager-title{color:#495057;font-size:1rem;margin-bottom:.25rem}.read-more-btn{display:inline-flex;align-items:center;gap:.5rem;background-color:#f6f5f3;color:#16323f;border:0;border-radius:4px;padding:.5rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background-color .15s ease}.read-more-btn:hover{background-color:#e9e6e2;color:#16323f}.read-more-icon{width:14px;height:14px}.contact-hero{background:linear-gradient(135deg,#f2ede6 0%,#e5ddd4 100%);border-radius:12px;padding:60px 40px;margin-bottom:30px;text-align:center}.contact-hero h1{margin:0;font-size:2.4rem;font-weight:600;color:#2c3e50}.contact-split{margin-bottom:40px}.contact-split-text h2{font-size:1.8rem;margin-bottom:12px}.contact-split-text p{color:#495057}.contact-split-visual{display:flex;justify-content:center}.contact-visual-card{background:#fff;border-radius:12px;padding:24px;border:1px solid #e3e3e3;box-shadow:0 8px 20px rgba(0,0,0,.08);width:100%;max-width:360px}.contact-visual-title{font-weight:600;font-size:1.2rem;margin-bottom:16px}.contact-visual-meta{display:flex;align-items:center;gap:8px;color:#495057;margin-bottom:8px}.contact-people{margin-bottom:40px}.contact-person .card-body{padding:30px}.contact-avatar{width:72px;height:72px;margin:0 auto 16px;border-radius:50%;background:#2c3e50;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.contact-links{display:flex;flex-direction:column;gap:8px}.contact-links a{color:#2c3e50;text-decoration:none;font-weight:500}.contact-links a:hover{color:#3498db}.contact-form-section{margin-bottom:40px}.contact-form-card{border:1px solid #e3e3e3;border-radius:12px}.contact-card{background:#fff;border-radius:12px;border:0;box-shadow:0 1px 3px rgba(0,0,0,.05);padding:2.5rem 2rem}.contact-card-title{max-width:380px;color:#183841}.contact-question{color:#183841;line-height:1.1;margin:0;justify-self:anchor-center}.contact-info-group{gap:2.5rem;flex-wrap:wrap;min-width:0}.contact-info{min-width:0;flex:0 1 auto}.contact-text{color:#183841;font-size:1rem;word-break:break-word}.standard-container{width:80%;justify-self:center}.messages-page-header h1{color:#1a3d4b;font-weight:700;font-size:clamp(2.3rem,5.1vw,3.3rem);margin-bottom:.8rem}.messages-page-header .lead{color:#516972;max-width:820px;font-size:1.02rem;line-height:1.75;margin-bottom:0}.messages-section-title{font-size:1.9rem;font-weight:600;color:#1f4553;margin-bottom:1.4rem}.messages-back-link{border:0;background:transparent;color:#223f4d;font-weight:600;padding:0;display:inline-flex;align-items:center;gap:6px;font-size:.92rem}.messages-subject-bar{background-color:#fff;border:1px solid #eceff1;border-radius:10px;padding:.85rem 1.1rem;display:flex;justify-content:space-between;align-items:center;gap:12px}.messages-subject-bar h2{margin:0;font-size:1.45rem;color:#223f4d;font-weight:600}.messages-subject-actions{display:inline-flex;align-items:center;gap:8px}.messages-subject-actions .k-button{min-height:32px}.conversation-list{display:grid;gap:0}.conversation-list-footer{display:flex;justify-content:center;margin-top:1rem}.conversation-item{border-bottom:1px solid #edf0f2;border-radius:0;background-color:transparent}.conversation-item:last-child{border-bottom:0}.conversation-item.is-unread{background-color:#f9fcfd}.conversation-item-button{width:100%;border:0;background:transparent;text-align:left;padding:.75rem .5rem;display:flex;align-items:flex-start;gap:.75rem}.conversation-badge{align-self:anchor-center;flex-shrink:0;padding-top:.1rem}.conversation-badge .msg-read{color:#e9e6e2}.conversation-badge .msg-unread{color:#f7be97}.conversation-content{flex:1;display:flex;flex-direction:column;gap:.3rem;min-width:0}.conversation-meta{display:flex;gap:1rem;font-size:.8rem;color:#8b99a0}.conversation-sender{color:#73868f;flex-shrink:0}.conversation-date{flex-shrink:0}.conversation-subject{font-size:.95rem;font-weight:600;color:#223f4d}.conversation-preview{font-size:.85rem;color:#73868f;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.message-entry{border:1px solid #e7eaed;border-radius:10px;background-color:#fff;padding:clamp(1rem,2.4vw,1.45rem);margin-bottom:.95rem}.message-entry header{color:#637a83;font-size:.76rem;line-height:1.55;margin-bottom:.95rem}.message-entry p{margin:0;color:#2f434b;white-space:pre-line;line-height:1.65;font-size:.94rem}.message-entry.is-outgoing{background-color:#fbfcfd}.message-attachments{margin-top:1rem}.message-attachments ul{list-style:none;padding:0;margin:.4rem 0 0}.message-attachments li{display:flex;align-items:center;gap:6px;color:#5f747c;font-size:.9rem}.message-editor-form .form-control{border-radius:6px;border:0;background-color:#f6f5f3;min-height:44px}.message-editor-form .form-control:focus{background-color:#f6f5f3;border:0;box-shadow:none;outline:0}.message-editor-form textarea.form-control{min-height:180px}.message-editor-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.attachments-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.attachment-list{list-style:none;margin:0 0 14px;padding:0;display:grid;gap:7px}.attachment-item{display:inline-flex;align-items:center;gap:8px;color:#415961;width:fit-content}.attachment-remove{border:0;background:transparent;color:#4b5960;font-size:1rem;line-height:1}.attachment-download-link{color:inherit;text-decoration:none}.attachment-download-link:hover{text-decoration:underline}.mobile-actions{display:none}.search-card{padding:1rem 15rem}.custom-grid-filters{background:#fff;border-radius:12px;padding:1.5rem 1rem 1rem 1rem;box-shadow:0 1px 3px rgba(44,62,80,.04)}.k-grid{border:1px solid #dee2e6;border-radius:8px;overflow:hidden}.k-grid-header{background-color:#f8f9fa}.k-grid-header .k-header{background-color:#f8f9fa;border-bottom:2px solid #dee2e6}.k-grid tbody tr:hover{background-color:#f0f0f0}.k-grid .k-alt{background-color:#f8f9fa}.k-toolbar{background-color:#f8f9fa;border-bottom:1px solid #dee2e6;padding:10px 15px}.k-toolbar .k-button{background-color:#3498db;color:#fff;border:0;margin-right:10px}.k-toolbar .k-button:hover{background-color:#75787b}.custom-kendo-grid .k-grid-header,.custom-kendo-grid .k-grid-content{background:#fff;border:0}.custom-kendo-grid .k-grid-header th{border-bottom:1px solid #e9ecef;color:#75787b;font-weight:500;font-size:1rem;background:#fff}.custom-kendo-grid .k-grid-content tr{border-bottom:1px solid #f0f0f0}.custom-kendo-grid .k-grid-content td{vertical-align:middle;font-size:1rem;color:#16323f;background:#fff;border:0;padding-top:1.1rem;padding-bottom:1.1rem}.custom-grid-card .k-grid,.custom-grid-card .k-grid-header,.custom-grid-card .k-grid-content,.custom-grid-card .k-grid-table,.custom-grid-card .k-grid-header th,.custom-grid-card .k-grid-content td,.custom-grid-card,.custom-grid-card .k-grid-content-locked,.custom-grid-card .k-grid-footer,.custom-grid-card .k-grid-footer-wrap{border:0!important;box-shadow:none!important}.k-grid-header-wrap{border-bottom:1px solid #e9ecef!important;border-top:0!important;border-right:0!important}.custom-grid-card .k-grid-content tr,.custom-grid-card .k-grid-content .k-alt{background:#fff!important}.custom-grid-card .k-grid-header th,.custom-grid-card .k-grid-content td{border-right:0!important}.custom-grid-card .k-grid-content{overflow:visible!important;max-height:none!important}.custom-grid-card .k-grid-content tr:hover{background:#fff!important}.custom-grid-card .k-grid-header,.custom-grid-card .k-grid-header th,.custom-grid-card .k-grid-header-wrap{background:#fff!important}.custom-status{color:#16323f;font-weight:500;font-size:1rem}.mobile-doc-search .input-group{border:1px solid #dee2e6;border-radius:10px;overflow:hidden}.mobile-doc-search .form-control,.mobile-doc-search .input-group-text{border:0;background:#fff}.mobile-doc-accordion{display:flex;flex-direction:column;gap:.5rem}.mobile-doc-item{background:#fff;border:0!important;border-radius:12px!important;overflow:hidden;box-shadow:0 1px 4px rgba(44,62,80,.07)}.mobile-doc-button{background:#fff!important;box-shadow:none!important;padding:1rem 1.1rem!important;display:flex;align-items:center;gap:0;color:#3b3b3b!important}.mobile-doc-button::after{margin-left:auto;flex-shrink:0}.mobile-doc-info{display:flex;flex-direction:column;flex:1}.mobile-doc-title{font-size:.95rem;font-weight:600;color:#3b3b3b}.mobile-doc-date{font-size:.78rem;color:#75787b;margin-top:2px}.mobile-doc-status-icon{display:flex;align-items:center;justify-content:center;width:24px;flex-shrink:0}.doc-unsigned-dot{display:inline-block;width:14px;height:14px;border-radius:50%;background:#f7be97}.doc-signed-check{color:#75787b;font-size:1rem}.mobile-doc-actions{padding:.75rem 1.1rem 1rem!important;display:flex;gap:.5rem;background:#fff}.accordion-button{font-size:1.5rem;font-weight:700;color:#183841;background:#fff;border:0;box-shadow:none;padding:1.5rem 2rem}.accordion-button:not(.collapsed){color:#183841;background:#fff;box-shadow:none}.accordion-body{padding:2rem}.explanation-toggle{font-size:.75rem}.explanation-body{font-size:.75rem;padding-top:0}.custom-cost-table{background:#fff;border:0;border-collapse:collapse;width:80%}.custom-cost-table th,.custom-cost-table td{border:0;color:#183841;font-size:1.1rem;padding:.75rem .5rem}.custom-cost-table thead th{font-weight:600;color:#75787b;border-bottom:1px solid #e9ecef}.custom-cost-table tfoot th{font-weight:700;border-top:1px solid #e9ecef;background:#fff}.custom-cost-table .cost-amount-col{width:30%;text-align:right}@media(min-width:768px){#costsAccordion .custom-accordion-card{display:grid;grid-template-columns:200px 1fr;position:relative}#costsAccordion .custom-accordion-card .accordion-header{grid-column:1/-1}#costsAccordion .custom-accordion-card .accordion-collapse{grid-column:2;min-width:0}#costsAccordion .custom-accordion-card .accordion-button{background:transparent!important;box-shadow:none!important;color:#183841!important}#costsAccordion .custom-accordion-card .accordion-body{padding:1.75rem 3.5rem 1.75rem .5rem!important}}.login-body{background-color:#f6f5f3;margin:0;min-height:100vh}.login-page{display:flex;flex-direction:column;min-height:100vh;position:relative;padding:0}.login-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.login-card{background-color:#fff;border-radius:4px;padding:4rem 4rem 3rem;width:100%;max-width:520px;box-shadow:0 1px 3px rgba(0,0,0,.04);display:flex;flex-direction:column;align-items:center}.login-title{color:#16323f;font-size:2rem;font-weight:700;margin:0 0 2rem;text-align:center}.login-card .alert{width:100%}.login-btn-bankid{background-color:#3b3b3b;color:#fff;border:0;border-radius:4px;width:100%;padding:.9rem 1.25rem;font-size:1rem;font-weight:500;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;transition:background-color .2s ease}.login-btn-bankid:hover{background-color:#16323f;color:#fff}.login-btn-bankid:focus{background-color:#16323f;color:#fff;box-shadow:0 0 0 .2rem rgba(59,59,59,.25)}.login-btn-bankid-icon{height:22px;width:auto;flex-shrink:0}.login-btn-bankid-text-mobile{display:none}.login-help-link{color:#16323f;font-size:.9rem;text-decoration:underline;margin-top:1.25rem}.login-help-link:hover{color:#3b3b3b}.login-test-form{width:100%;margin-top:1.5rem}.login-btn-test{background-color:transparent;color:#75787b;border:1px dashed #b0b3b6;border-radius:4px;width:100%;padding:.6rem 1rem;font-size:.85rem;font-weight:400}.login-btn-test:hover{background-color:#f6f5f3;color:#3b3b3b;border-color:#75787b}.login-disabled-message{color:#75787b;margin-top:1.5rem;text-align:center}.select-customer-list{display:flex;flex-direction:column;gap:.75rem;width:100%}.select-customer-button{background-color:#fff;color:#16323f;border:1px solid #d6d2cc;border-radius:4px;width:100%;padding:1rem 1.25rem;font-size:1rem;font-weight:500;display:inline-flex;align-items:center;justify-content:space-between;gap:.6rem;text-align:left;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.select-customer-button:hover{background-color:#3b3b3b;border-color:#3b3b3b;color:#fff}.select-customer-button:focus-visible{outline:0;border-color:#3b3b3b;box-shadow:0 0 0 .2rem rgba(59,59,59,.2)}.select-customer-name{flex:1}.select-customer-chevron{display:inline-flex;align-items:center;color:#75787b}.select-customer-button:hover .select-customer-chevron{color:#fff}.login-logo-container{margin-top:3rem;display:flex;justify-content:center}.login-logo{height:40px;width:auto}.login-footer{width:100%;padding:1.5rem 2.5rem;display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:#16323f;background-color:transparent;gap:1rem;flex-wrap:wrap}.login-footer-copyright{color:#16323f}.login-footer-links{list-style:none;display:flex;gap:2rem;margin:0;padding:0;flex-wrap:wrap}.login-footer-links a{color:#16323f;text-decoration:none}.login-footer-links a:hover{color:#3b3b3b;text-decoration:underline}@media(max-width:576px){.login-main{padding:1rem}.login-card{padding:0 1rem;max-width:100%;box-shadow:none;background-color:transparent;border-radius:0}.login-title{font-size:1.75rem;margin:0 0 2rem}.login-btn-bankid-text-desktop{display:none}.login-btn-bankid-text-mobile{display:inline}.login-help-link{margin-top:1rem;font-size:.85rem}.login-test-form{margin-top:1.25rem}.login-logo-container{margin-top:2rem}.login-footer{flex-direction:column;gap:0;text-align:center;padding:1.25rem 1rem;font-size:.7rem;justify-content:center}.login-footer-links{display:none}.login-footer-copyright{text-align:center;width:100%}}.footer{margin-top:auto;width:100%;font-size:.85em;background-color:#f6f5f3;padding:20px 0;color:#6c757d}.fw-600{font-weight:600}.page-header{padding-bottom:20px;margin-bottom:30px}.page-header h1{font-size:2rem;font-weight:600;color:#212529;margin-bottom:10px}.page-header .lead{color:#6c757d;margin-bottom:0}.info-card{border-radius:8px;border:0;margin-bottom:20px}.info-card.bg-light{background-color:#f8f9fa!important}.list-icon{margin-right:8px;color:#198754}@media(max-width:768px){.main-container{flex-direction:column}footer p{font-size:8px}.sidebar{width:100%;min-height:auto;border-right:0;border-bottom:1px solid #1a252f}.content-area{padding:20px}.card-body{padding:15px}.sidebar-menu .nav-link{padding:10px 15px}.messages-surface{padding:1rem}.messages-subject-bar{flex-direction:column;align-items:flex-start}.messages-subject-actions{width:100%;justify-content:flex-end}.mobile-actions{margin-left:auto;display:flex}.desktop-actions{display:none}.mobile-no-display{display:none}.create-message-button{justify-content:space-around}.welcome-container{width:100%}.welcome-container h1{font-size:14px;font-weight:400}.welcome-container h2{font-size:24px;font-weight:600}.welcome-container p{font-size:12px}.standard-container{width:100%!important;padding:1rem!important;font-size:12px}.standard-container h1{font-size:1.5rem;text-align:center}.standard-container .lead{font-size:.875rem;text-align:center}.standard-container .accordion-button{font-size:1.1rem;padding:1rem 1.25rem!important}.standard-container .accordion-body{padding:.75rem 1rem!important}.standard-container .custom-cost-table th,.standard-container .custom-cost-table td{font-size:.75rem!important;padding:.6rem .25rem!important}.standard-container .custom-accordion-card{border-radius:10px!important}.standard-container .card-body{padding:1rem!important}.standard-container .page-header h1{font-size:1.5rem}.profile-card h3{font-size:12px;color:#75787b}.profile-card p{font-size:14px}.messages-section-title{font-size:18px}}@media(max-width:576px){.main-container{flex-direction:column}.sidebar-menu .nav-link i{margin-right:8px}.content-area{padding:15px}.page-header{padding-bottom:15px}.page-header h1{font-size:1.25rem}.btn{display:block;width:100%;margin-bottom:10px}.btn.ms-2{margin-left:0!important}}@media print{.sidebar,.footer,.btn{display:none}.content-area{width:100%;padding:0}.card{break-inside:avoid;page-break-inside:avoid}}.profile-edit-link{font-size:.9rem;text-decoration:none}.profile-edit-link:hover{text-decoration:underline}.profile-field .profile-edit-field{display:none}.profile-field.editing .profile-view{display:none}.profile-field.editing .profile-edit-field{display:block}.profile-form .profile-actions{display:none}.profile-form.any-editing .profile-actions{display:flex}