@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--bg-main: #f7f5f2;--bg-subtle: #fcfbf9;--bg-dim: #efebe7;--bg-card: #ffffff;--text-primary: #1e293b;--text-secondary: #475569;--text-muted: #64748b;--primary: #1e3a8a;--primary-light: #f1f5f9;--primary-hover: #1e1b4b;--success: #166534;--border-color: #d1cfcb;--border-subtle: #e5e2dd;--sidebar-bg-start: #ffffff;--sidebar-bg-end: #f8f7f4;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--font-family: "Inter", system-ui, -apple-system, sans-serif}body{margin:0;width:100%;display:flex;flex-direction:column;height:100vh;font-family:var(--font-family);color:var(--text-primary);background-color:var(--bg-main)}#headerBlock{display:flex;justify-content:space-between;align-items:center;height:72px;position:sticky;top:0;z-index:100;background-color:#fff;box-shadow:0 1px 3px #00000014;border-bottom:1px solid #f1f5f9}.mobileNav{display:none;justify-content:space-between;padding:20px 20px 12px;border-bottom:1px solid rgba(0,0,0,.1)}.showMobileNav{left:auto;right:auto;bottom:0;border-bottom:none;border-right:1px solid rgba(0,0,0,.05)}.mobileNavBackground{width:100%;height:100%;position:absolute;background:#00000080;transition:background-color .25s ease;z-index:1}main{flex:1}button{border:none;background:none;font-size:16px;cursor:pointer}h1,h2,h3,h4,h5,p{margin:0}.logo{display:flex;justify-content:left;padding-left:20px;width:200px}.profilemenu{position:relative;padding:10px 60px 10px 10px}.promenbutton{display:flex;align-items:center;background-color:#fff;border:none;font-size:16px;font-weight:500;padding:10px 16px;filter:none;color:#1e293b;border-radius:var(--radius-sm);transition:all .2s ease}.promenbutton:hover{background-color:#f8fafc}.promendroplinks{display:none;position:absolute;background-color:#fff;border-top:none;z-index:150;width:280px;left:-120px;top:69px;border-radius:var(--radius-md);border:1px solid #e5e7eb;box-shadow:0 10px 25px #0000001a,0 4px 10px #0000000d;overflow:hidden}.promendroplinks div{display:block;color:#1e293b;padding:16px 20px;text-decoration:none;font-size:15px;font-weight:500;text-align:left;transition:all .15s ease}.promendroplinks div:hover{background-color:#f8fafc}.profilemenu:hover .promenbutton{cursor:pointer;border-radius:var(--radius-sm)}main{background-color:var(--bg-main);display:flex;flex-grow:1;overflow:hidden}.residentProfileSwap{display:flex;margin:24px 16px 16px;align-items:center;padding:12px 16px;cursor:pointer;position:relative;border:1.5px solid #e5e7eb;border-radius:var(--radius-md);background:#fff;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.residentProfileSwap:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-1px)}.residentProfileSwap .material-symbols-outlined:first-child{color:#3b82f6;font-size:28px}.residentProfileSwap .material-symbols-outlined:last-child{color:#64748b}.resSwapPopup{display:none;flex-direction:column;align-items:center;height:fit-content;width:280px;position:absolute;background:#fff;top:50px;left:0;border-radius:var(--radius-md);border:1px solid #e5e7eb;box-shadow:0 10px 25px #0000001a,0 4px 10px #0000000d;overflow:hidden;z-index:200}.residentSwapRow{display:flex;align-items:center;gap:12px;padding:14px 16px;width:100%;transition:all .15s ease;cursor:pointer}.residentSwapRow:hover{background-color:#f8fafc}.residentSwapRow .material-symbols-outlined{color:#3b82f6;font-size:20px}.residentSwapRow p{font-weight:500;color:#1e293b}.resSwapPopup .residentSwapRow:not(:last-child){border-bottom:1px solid #f1f5f9}h1{font-size:24px;font-weight:600;padding-top:20px}h2{font-size:20px;font-weight:300}.navbarleft{display:flex;flex-direction:column;font-size:16px;font-weight:400;width:280px;min-width:280px;background:linear-gradient(180deg,var(--sidebar-bg-start) 0%,var(--sidebar-bg-end) 100%);border-right:1px solid var(--border-color);box-shadow:2px 0 8px #00000005}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;color:#000;transition:all .2s ease}.navbarleft ol{padding:16px 12px;margin:0}.navbarleft li{list-style-type:none;margin:4px 0;border-radius:var(--radius-sm);transition:background-color .2s ease}.navbarleft li:hover{background-color:#f1f5f9}.navbarleft a{color:#1e293b;text-decoration:none;display:flex;align-items:center;width:100%;padding:14px 16px;border-radius:var(--radius-sm);font-weight:500;transition:all .2s ease;border-left:4px solid transparent;box-sizing:border-box}.navbarleft a.selected{background:linear-gradient(90deg,#eff6ff,#dbeafe);color:#1e40af;font-weight:600;border-left-color:#3b82f6}.navbarleft a.selected .material-symbols-outlined{color:#2563eb;font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.navbarleft a:hover{background-color:#f8fafc}.navbarleft a.selected:hover{background:linear-gradient(90deg,#dbeafe,#bfdbfe)}.navbarleft span{padding-right:12px;margin-left:8px;height:24px;width:24px;display:flex;align-items:center;justify-content:center}.postscenter{overflow-y:auto;text-align:left;padding:20px 60px}.post,.payment-option,.resident-info{background-color:var(--bg-card);border-radius:var(--radius-md);border:1px solid var(--border-color);padding:25px;box-shadow:0 1px 3px #0000000a}.post p{margin:0}.post-title{font-size:20px;font-weight:400}.post-date{font-size:14px;font-weight:400;opacity:50%;padding-top:5px}.post-description{font-size:14px;font-weight:400;line-height:1.5em;padding:18px 0}.post-gallery{display:grid;gap:1px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));max-width:100%}.post-gallery img{width:100%;height:150px;display:block;object-fit:cover;transition:transform .3s ease}.post-gallery img:hover{opacity:80%}.image-container{overflow:hidden}.image-container img{width:100%;height:200px;object-fit:cover;cursor:pointer}.lightbox{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#c5c5c5b3;justify-content:center;align-items:center;z-index:1000;transition:opacity .3s ease}.lightbox img{width:80%;height:80%;overflow:auto}.lightbox .close,.lightbox .prev,.lightbox .next{position:absolute;color:#fff;font-size:40px;padding:10px;cursor:pointer;user-select:none}.lightbox .close{top:20px;right:30px}.lightbox .prev{top:50%;left:30px;transform:translateY(-50%)}.lightbox .next{top:50%;right:30px;transform:translateY(-50%)}.rightcolumn{margin-right:20px;margin-left:auto;overflow-y:auto;height:100%}.paymentshome{padding-bottom:30px;border-bottom:1px solid black}.balance{font-size:20px;font-weight:700;margin:20px 0}.paymentdue{font-size:16px;font-weight:400;margin-bottom:20px}.actionButton{border:1px solid var(--text-primary);background-color:var(--bg-card);color:var(--text-primary);font-size:16px;font-weight:600;padding:10px 24px;border-radius:var(--radius-md);transition:all .2s ease}.actionButton:hover{cursor:pointer;border:1px solid #1E5AE6;background-color:#1e5ae6;color:#fff}.actionitemshome{padding-top:15px;font-size:10px}.actionitems1{background-color:var(--bg-card);padding:10px;display:flex;justify-content:space-between;gap:10px;align-items:center;border-radius:10px;box-shadow:0 2px 4px #0000000d}.actionitems2{display:flex;justify-content:left;align-items:center}.actionitemshome-link{background-color:transparent;padding:0}.actionitemshome-link:hover{cursor:pointer}.alert{background-color:#ffffffa7;padding:10px 25px;display:flex;justify-content:space-between;align-items:center;gap:10px;width:max-content;border-radius:10px;filter:drop-shadow(3px 3px 4px rgb(169,168,168));margin-top:20px;display:none}.attendedpostwrapper{border:2px solid #1E5AE6;filter:drop-shadow(0px 0px 7px #1E5AE6)}.calendar-container{width:100%;padding:20px 60px;overflow:scroll}.toggle-display{display:flex;justify-content:space-between}.calendar .day:not(:last-child){border-right:1px solid #dde3ea}.week-navigation,.nav-buttons{display:flex;justify-content:center;margin:10px 0}.nav-button{margin:0 5px;cursor:pointer}.calendar{display:flex;justify-content:space-between}.day{flex:1;padding:10px;background-color:#fff;text-align:center}.dayHeader{border-bottom:1px solid #dde3ea}.day-name{font-size:1.2em;font-weight:700}.day-date{font-size:.9em;color:#555}.time{text-align:left}.daily-content{padding:20px;background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-md)}.daily-content h2{font-size:1.5em;margin-bottom:10px}.daily-content #day-events{margin-top:10px}.contact-content{display:flex;align-items:flex-start;gap:12px;margin:8px 0}.contact-content .material-symbols-outlined{flex-shrink:0;margin-top:2px}.contact-content p{flex:1;line-height:1.5}.contact-content h2{margin:0}.last h2{padding:0}.pencil{color:gray}.alerticon{color:#a90404}.statusRow{display:flex;gap:12px;align-items:center;padding:12px 16px}.statusContainer>*:not(:last-child){border-bottom:1px solid #f0f0f0}.statusIcon{height:40px;width:40px;background-color:#edecea;border-radius:var(--radius-sm);color:#696969;display:flex;align-items:center;justify-content:center}.statusRowDetails{font-size:14px;color:gray;margin-top:4px}.viewFormButton{margin-left:auto;color:#1a73e8;font-weight:600;text-decoration:none}.headerOptions{display:flex;gap:30px;border-bottom:1px solid #ccc;margin-bottom:20px;padding:24px 0 0}.headerOption{font-size:16px;font-weight:500;padding-bottom:12px;cursor:pointer}.selectedHeaderOption{font-weight:600;border-bottom:4px solid}.calendar-event{border:1px solid #ccc;border-radius:4px;overflow:hidden;margin-bottom:12px;background-color:#fff}.custom-table{width:100%;border-collapse:collapse;background-color:#fff}.custom-table td{border:1px solid #ddd;padding:8px;text-align:left}#contactList{width:100%;grid-gap:24px;display:grid;font-size:14px;gap:24px;grid-template-columns:repeat(auto-fill,minmax(336px,1fr));padding-bottom:32px}.cardBaseDiv{background:#fff;border:1px solid transparent;border-radius:6px;box-shadow:1px 1px 1px #0000000d,0 0 2px #0000000f,0 0 1px #0000000a;display:flex;flex-direction:column;padding:24px;transition:all .1s ease-in-out;cursor:pointer;height:100%;box-sizing:border-box}.relationTitle{color:gray;font-size:14px;font-weight:600;line-height:16px;margin-bottom:8px;text-transform:uppercase}.contactName{color:#000;font-size:20px;font-weight:600;line-height:24px;margin-bottom:24px}.contactInfoRow{align-items:center;color:#262625;display:flex;margin:0 0 8px}.contactIcon{color:#7f7f7f;margin-right:8px;text-align:center;font-size:16px}.contactInfoText{align-items:center;color:#0f0f0f;display:inline-block;font-size:14px;font-weight:400;line-height:20px;max-width:280px;overflow:hidden;text-overflow:ellipsis}.profileBorder{box-shadow:0 4px 10px #0000001a;background:#fff;border-radius:var(--radius-md);padding:20px}.contactDetailsRow{display:flex;flex-direction:column;padding:16px 0;justify-content:space-between}.cardBaseDiv:hover{border:1px solid}.addContactButton{padding:8px 20px;background:#4169e1;color:#fff;border-radius:4px;margin-left:auto}.signatureTab{width:200px;height:32px;background:#ffc520;position:absolute;top:0;right:-210px;border-radius:4px;display:flex;align-items:center;justify-content:center}.signatureTabText{color:#5c2105;font-size:14px;font-weight:600}.pdf-nav-header{background-color:#0058be;width:100%;height:48px;margin-bottom:20px;display:flex;align-items:center;padding:4px 120px;box-sizing:border-box;position:sticky;top:0;z-index:1}.finishDocumentSigning{background:#ffc520;color:#000;font-size:14px;font-weight:600;margin-left:auto;padding:8px 20px;text-transform:uppercase}.signHereButtonDiv{width:fit-content;height:fit-content;background:#ffc52033;position:absolute;top:0;right:100px;border-radius:4px;display:flex;align-items:center;justify-content:center;border:1px solid}.signHereButton{display:flex;align-items:center;font-weight:600;font-size:12px}#pageSpinner{display:block;position:fixed;top:50%;left:50%;background:#a9a9a9;z-index:100;padding:8px;border-radius:4px}.dots{display:flex;justify-content:center;align-items:center}.dots span{width:10px;height:10px;margin:5px;background-color:#fff;border-radius:50%;animation:pulse 1.5s infinite ease-in-out}.dots span:nth-child(2){animation-delay:.2s}.dots span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.5);opacity:1}}.finish-sign-container{height:300px;display:flex;flex-direction:column;justify-content:space-between}.sign-form-headerButton{padding:8px;border-radius:50%;width:40px;height:40px}#printForm:hover,#downloadForm:hover{background-color:#ddd}.header{display:flex;justify-content:initial;align-items:center;font-size:18px;font-weight:700;z-index:50}.header-buttons button{background:none;border:none;color:#007bff;font-size:14px;cursor:pointer;margin-left:10px}.header-buttons button:hover{text-decoration:underline}.completion-box{display:flex;justify-content:center;position:relative;border:1px solid #ccc;height:100px;align-items:center}.completion-checkmark{color:#3cb371;font-size:48px;position:absolute;top:-24px;z-index:24;background:#faf8f5}.body{text-align:center}.buttons{display:flex;justify-content:center;gap:15px}.back-button{background:#007bff;color:#fff;border:none;padding:10px 15px;border-radius:6px;cursor:pointer;transition:.3s}.back-button:hover{background:#0056b3}.stay-button{background:none;border:none;color:#007bff;font-size:16px;cursor:pointer}.stay-button:hover{text-decoration:underline}#overlay{z-index:99}#doc-popup{z-index:100}.styles_previewContainer__0art9{overflow:auto;position:relative;width:100%;height:100%}.styles_pdfDocument__w6U-T{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.styles_pdfPage__FgJfU:not(:last-of-type){margin-bottom:48px}.residentContactInfo{align-items:center;color:#262625;display:flex;margin:0 0 8px;gap:12px}.styles_icon__CMSLd{color:#7f7f7f;margin-right:8px;text-align:center}.residentInfoText{align-items:center;color:#0f0f0f;display:inline-block;font-size:15px;font-weight:400;line-height:20px;max-width:280px;overflow:hidden;text-overflow:ellipsis}.responsible_person{margin:0 8px 6px 0;display:inline-block!important;border-radius:9px!important;padding:4px 8px;font-size:11px!important;font-weight:500;text-transform:uppercase!important;line-height:10px!important;letter-spacing:.02em!important;color:#5252cc;background-color:#e5e5ff}.addtContactRoles{margin:0 8px 6px 0;display:inline-block!important;border-radius:9px!important;padding:4px 8px;font-size:10px!important;font-weight:600;text-transform:uppercase!important;line-height:10px!important;letter-spacing:.02em!important;color:#595451;background-color:#ebe7e6}.styles_footer__yn7mm{display:flex;border-top:1px solid #ededed;line-height:13px;margin-top:24px;padding:24px 0 0;width:100%}.remove_button_disabled{display:flex;align-items:center;border:0!important;margin:0!important;white-space:nowrap!important;border-width:0;background-color:initial!important;padding:0!important;font-size:11px;color:#a6a6a6;font-weight:600;text-transform:uppercase}.remove_button_enabled{color:#007580}.styles_actionIcon__HalwI{margin:0 6px 0 0;text-align:center;font-size:18px}.remove_button_enabled:hover{color:#4ab5bf}input[type=radio]:checked+label{background-color:#007580;color:#fff;border-color:#007580}label:hover{background-color:#f0f0f0}.formHeaderSticky{position:sticky;top:0;background:#f7f5f2;display:flex;justify-content:space-between;align-items:center;padding:20px 0;margin-top:0;z-index:20}.carousel-container{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;overflow:hidden}.carousel-wrapper{width:100%;overflow:hidden;position:relative}.carousel{display:flex;transition:transform .4s ease-in-out}.carousel-item{min-width:100%;justify-content:center}.profileTitleHeader{font-weight:600;margin-bottom:8px}.radio-item{margin-bottom:10px;display:flex;align-items:center}.radio-item input[type=radio]{margin-right:5px;height:18px;width:18px}.radio-item label{display:inline-block;vertical-align:middle;margin-left:12px;font-size:15px;color:#000}.notification-menu{position:relative;margin-right:20px;margin-left:auto}.notification-button{position:relative;background:none;border:none;cursor:pointer;font-size:24px;padding:8px;border-radius:var(--radius-sm);transition:all .2s ease}.notification-button:hover{background-color:#f8fafc}.notification-badge{position:absolute;top:4px;right:4px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:11px;font-weight:600;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center;box-shadow:0 2px 4px #ef44444d}.notification-dropdown{position:absolute;right:0;top:48px;background:#fff;border:1px solid #e5e7eb;width:360px;max-height:480px;overflow-y:auto;box-shadow:0 10px 25px #0000001a,0 4px 10px #0000000d;display:none;z-index:150;border-radius:var(--radius-md)}.notification-item{padding:16px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;transition:all .15s ease;cursor:pointer}.notification-item:hover{background-color:#f8fafc}.notification-item:last-child{border-bottom:none}.notification-item .text{font-weight:500;font-size:14px;margin-bottom:6px;flex:1;color:#1e293b;line-height:1.4}.notification-item .time{font-size:12px;color:#64748b;margin-top:4px}.notification-item .unread-dot{width:8px;height:8px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;margin-left:12px;box-shadow:0 0 0 3px #3b82f633}.spinner{position:absolute;right:-18px;top:2px;width:14px;height:14px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.mobile-bottom-tabs{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -2px 10px #0000000f;z-index:200;padding:6px 0;padding-bottom:env(safe-area-inset-bottom,6px)}.mobile-bottom-tabs nav{display:flex;justify-content:space-around;align-items:center}.mobile-bottom-tabs a{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#94a3b8;font-size:10px;font-weight:500;gap:2px;padding:4px 0;transition:color .2s ease;min-width:56px}.mobile-bottom-tabs a .material-symbols-outlined{font-size:22px;color:inherit}.mobile-bottom-tabs a.active{color:#2563eb}.mobile-bottom-tabs a.active .material-symbols-outlined{font-variation-settings:"FILL" 1,"wght" 500,"GRAD" 0,"opsz" 24}.mobile-nav-overlay{display:none;position:fixed;inset:0;background:#0006;backdrop-filter:blur(2px);z-index:500;opacity:0;transition:opacity .3s ease}.mobile-nav-overlay.visible{opacity:1}.mobile-nav-drawer{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:80vw;background:#fff;z-index:501;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:4px 0 20px #0000001a;overflow-y:auto}.mobile-nav-drawer.open{transform:translate(0)}.mobile-nav-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f1f5f9}.mobile-nav-drawer-header img{height:28px;width:auto}.mobile-nav-drawer-close{background:none;border:none;cursor:pointer;padding:8px;border-radius:var(--radius-sm);transition:background .2s ease}.mobile-nav-drawer-close:hover{background:#f1f5f9}.calendar-wrapper{display:flex;width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-md);overflow:hidden;box-shadow:0 4px 6px -1px #0000000d;margin-top:20px}.column-day{flex:1;border-right:1px solid #e2e8f0;min-width:0;display:flex;flex-direction:column}.column-day:last-child{border-right:none}.dayHeader{padding:16px 12px;text-align:center;border-bottom:1px solid #e2e8f0;background:#f8fafc}.day-name{display:block;font-weight:600;color:#1e293b;font-size:15px;margin-bottom:4px;text-transform:uppercase;letter-spacing:.5px}.day-date{font-size:13px;color:#64748b;font-weight:500}.day-content{flex:1;padding:12px;min-height:200px;background:#fff}.calendar-event{border:1px solid #e2e8f0!important;border-radius:8px!important;box-shadow:0 1px 2px #0000000d;margin-bottom:12px;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.calendar-event:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}@media screen and (max-width: 768px){#headerBlock{height:56px;padding:0 12px}#headerBlock>div:not(#mobileNav){display:none!important}.mobileNav{display:flex!important;border-bottom:none;padding:0;width:100%;align-items:center}#mobileLocationName{font-size:16px!important;font-weight:600!important;color:#1e293b}.profilemenu{padding:0}.promenbutton{font-size:14px;padding:8px 10px}.promendroplinks{left:auto;right:0;top:48px;width:220px}.notification-menu{margin-right:8px;margin-left:auto}.notification-dropdown{right:-40px;width:300px}main{flex-direction:column;overflow-y:auto;overflow-x:hidden}.navbarleft{display:none!important}.postscenter{padding:12px 16px;flex-direction:column!important;width:100%!important;box-sizing:border-box;gap:20px!important}.postscenter>div:first-child{max-width:100%!important;width:100%!important}.postscenter h1{font-size:20px;padding-top:0}.postscenter>div:first-child>div:first-child{margin-top:16px!important}#todaysPosts{padding-bottom:20px!important;margin-top:12px!important}.post{padding:16px;border-radius:10px}.post-title{font-size:17px}.post-description{font-size:13px;padding:12px 0}.rightcolumn{position:static!important;min-width:0!important;max-width:100%!important;width:100%!important;margin:0!important;overflow-y:visible;height:auto;padding:0 16px 24px;box-sizing:border-box;order:-1!important}.rightcolumn>div:first-child{margin-top:0!important}.rightcolumn .post{padding:14px}.announcement-card{border-radius:10px}#announcementTab{margin-top:16px!important;margin-bottom:16px!important}#announcementModal>div{width:95%!important;max-width:95%!important;max-height:90vh!important;border-radius:12px!important}#announcementModal>div>div:nth-child(1){height:180px!important}#announcementModal>div>div:nth-child(2){padding:16px!important}#modalTitle{font-size:18px!important}#modalContent{font-size:14px!important}.post-gallery{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.image-container img{height:150px}.lightbox img{width:95%;height:auto}#contactList{grid-template-columns:1fr;gap:16px}.residentProfileSwap{margin:16px 12px 12px}.mobile-bottom-tabs{display:block}main{padding-bottom:70px}.calendar-container{padding:12px 16px!important;overflow:visible!important;height:auto!important;width:auto}.calendar-container h1{font-size:20px!important;margin:0!important}.calendar-container>div:first-child{margin-top:10px!important;gap:10px!important;flex-wrap:wrap}.calendar-container>div:first-child>button{width:32px!important;height:32px!important}.calendar-wrapper{flex-direction:column;border:none}.column-day{width:100%;border-right:none;border-bottom:8px solid #f1f5f9;margin-bottom:0}.dayHeader{background-color:#f8fafc;display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e2e8f0}.day-content{padding:8px}.headerOptions{gap:16px;overflow-x:auto;padding:16px 0 0;-webkit-overflow-scrolling:touch}.headerOption{font-size:14px;white-space:nowrap}.pdf-nav-header{padding:4px 16px}h1{font-size:20px}h2{font-size:17px}}@media screen and (max-width: 400px){#headerBlock{height:52px}.post{padding:12px}.post-title{font-size:16px}.rightcolumn{padding:0 12px 100px}.postscenter{padding:8px 12px}.mobile-bottom-tabs a{font-size:9px;min-width:48px}.mobile-bottom-tabs a .material-symbols-outlined{font-size:20px}}@media screen and (min-width: 769px) and (max-width: 1024px){.navbarleft{width:220px;min-width:220px}.postscenter{padding:16px 30px}.rightcolumn{min-width:200px!important;max-width:280px!important}}@media screen and (max-width: 768px){.postscenter{padding:12px 16px!important}.postscenter>div:first-child>div:first-child{margin-top:16px!important}.menu-grid-wrapper{overflow-x:auto;border-radius:var(--radius-sm);border:1px solid #e2e8f0}.menu-table{min-width:600px}.menu-table th,.menu-table td{padding:10px;font-size:13px}.custom-form-table{display:block;overflow-x:auto;white-space:nowrap;border:none}.custom-form-table th,.custom-form-table td{padding:12px;min-width:120px}.statusContainer>div{padding:12px 0}.pdf-modal-content{max-height:85vh;width:95%;margin:20px auto}.pdf-modal-body,#previewContainer{padding:16px}.custom-form-table th:nth-child(1),.custom-form-table td:nth-child(1){width:auto!important;min-width:150px}.custom-form-table th:nth-child(2),.custom-form-table td:nth-child(2){width:auto!important;min-width:100px}.custom-form-table th:nth-child(3),.custom-form-table td:nth-child(3){width:auto!important;min-width:120px}.custom-form-table th:nth-child(4),.custom-form-table td:nth-child(4){width:auto!important;min-width:80px}.profileBorder>div[style*="display: flex"]{flex-wrap:wrap!important;gap:16px!important}.contactDetailsRow{width:48%!important;padding:8px 0!important}.contactDetailsRow:first-child{width:100%!important;border-bottom:1px solid #f1f5f9;margin-bottom:8px}textarea{max-width:100%}#contactList{display:flex!important;flex-direction:column!important;grid-template-columns:1fr}}@media screen and (max-width: 768px){#billingOverview div[style*="grid-template-columns: repeat(3, 1fr)"]{grid-template-columns:1fr!important;gap:16px!important}#paySettings div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}#billingHistoryTable{overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px}#billingHistoryTable table{min-width:600px;width:100%}#billingHistoryTable th,#billingHistoryTable td{padding:12px 8px;font-size:13px;white-space:nowrap}#invoicePreviewModal .modal-content{height:auto!important;max-height:90vh!important;width:95%!important}#invoicePreviewContainer{width:100%!important;height:auto!important;aspect-ratio:auto!important;overflow-x:auto;box-shadow:none!important}}
