@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--primary: #B43D70;--primary-dark: #9f305c;--primary-light: #d85a8f}*{box-sizing:border-box}html,body{height:100%;width:100%;margin:0;padding:0;background:#f8f8f8;font-family:Poppins,sans-serif;display:flex;justify-content:center;align-items:center}.app-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:1rem}.login-container{width:850px;height:430px;display:flex;background:#f8f8f8;border-radius:20px;box-shadow:0 0 20px #e4e4e4;overflow:hidden}.left-section{width:50%;background:linear-gradient(180deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;padding:50px 40px;position:relative;display:flex;flex-direction:column;justify-content:center;border-radius:20px 0 0 20px}.logo{display:flex;align-items:center;font-weight:700;font-size:14px;text-transform:uppercase;margin-bottom:30px;gap:10px}.left-section h1{font-weight:700;font-size:28px;margin-bottom:15px;line-height:1.2}.left-section p{font-weight:400;font-size:14px;line-height:1.3;max-width:320px;margin-bottom:30px}.read-more{background:var(--primary-light);border:none;border-radius:25px;padding:10px 28px;color:#fff;font-weight:600;cursor:pointer;font-size:14px;width:fit-content;transition:background .3s ease}.read-more:hover{background:var(--primary)}.pills{position:absolute;bottom:20px;left:30px;display:flex;gap:20px}.pill{background:var(--primary-dark);width:80px;height:30px;border-radius:40px;opacity:.6;box-shadow:inset 0 0 15px #ffffff4d}.right-section{width:50%;background:#fff;border-radius:0 20px 20px 0;padding:60px 50px;display:flex;flex-direction:column;justify-content:center}.right-section h2{font-weight:700;font-size:22px;color:#252525;margin-bottom:4px}.subheading{font-size:14px;font-weight:400;color:#c1c1c1;margin-bottom:40px}form{display:flex;flex-direction:column;gap:20px}input{border:1px solid #e3e3e3;border-radius:28px;padding:14px 20px;font-size:15px;color:#333;outline:none;transition:border .3s ease}input::placeholder{color:#bbb}input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #b43d7026}.login-btn,.register-btn{background:var(--primary);border:none;border-radius:28px;padding:14px 20px;font-weight:700;font-size:16px;color:#fff;cursor:pointer;transition:background .3s ease}.login-btn:hover,.register-btn:hover{background:var(--primary-dark)}.forgot-password{font-size:13px;color:#a0a0a0;text-align:center;margin-top:12px;cursor:pointer}.toggle-link{font-size:14px;text-align:center;margin-top:24px;cursor:pointer;color:var(--primary);font-weight:600}.toggle-link span{text-decoration:underline}.error-message{color:#ff3860;background:#fff4f6;border:1px solid #ffc1c9;padding:10px 14px;border-radius:8px;margin-top:16px;font-size:14px;text-align:center}.password-wrapper{position:relative;display:flex;align-items:center}.password-wrapper input{padding-right:50px;width:100%}.eye-icon{position:absolute;right:16px;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;transition:background .2s ease}.eye-icon:hover{background:#f0f0f0}@media (max-width: 768px){.app-wrapper{padding:1rem}.login-container{width:100%;max-width:380px;height:auto;flex-direction:column;border-radius:18px;margin:0;box-shadow:0 4px 16px #0000001a}.left-section{width:100%;padding:36px 24px;border-radius:18px 18px 0 0;text-align:center}.logo{justify-content:center;margin-bottom:20px}.left-section h1{font-size:22px}.left-section p{max-width:100%;font-size:13px;margin-bottom:20px}.read-more{margin:0 auto 24px}.pills{bottom:12px;left:50%;transform:translate(-50%);gap:12px}.pill{width:60px;height:24px}.right-section{width:100%;padding:36px 24px;border-radius:0 0 18px 18px}.right-section h2{font-size:20px;text-align:center}.subheading{text-align:center;margin-bottom:28px}input,.login-btn,.register-btn{font-size:15px}.forgot-password,.toggle-link{font-size:13px}.error-message{margin-top:14px;font-size:13px}}@media (max-width: 480px){.app-wrapper{padding:.5rem}.login-container{margin:0}.left-section,.right-section{padding:28px 20px}}html,body{width:100%;min-height:100vh;font-family:Poppins,sans-serif;background:#fff;overflow-x:hidden}.sidebar{position:fixed;top:0;left:0;width:260px;height:100vh;background:#fff;color:#2d3748;display:flex;flex-direction:column;border-right:1px solid #e2e8f0;z-index:1000;padding:1.5rem 0;transition:width .3s ease;overflow:hidden}.logo{display:flex;align-items:center;gap:.75rem;padding:0 1.5rem;margin-bottom:2rem;flex-shrink:0}.logo-img{width:44px;height:44px;border-radius:12px;object-fit:cover;border:1.5px solid #e2e8f0;box-shadow:0 2px 6px #0000000d}.logo h3{margin:0;font-size:1.15rem;font-weight:700;color:#1a202c;letter-spacing:-.02em}.logo p{margin:0;font-size:.78rem;color:#718096;font-weight:500}.sidebar-menu{flex:1;display:flex;flex-direction:column;gap:.75rem;padding:0 1.25rem;overflow-y:auto;scrollbar-width:none}.sidebar-menu::-webkit-scrollbar{display:none}.menu-item,.help-item{width:100%;padding:.95rem 1.1rem;background:transparent;border:none;border-radius:12px;color:#1a202c;font-size:.98rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.85rem;position:relative;overflow:hidden}.menu-item .icon,.help-item .icon{font-size:1.2rem;min-width:24px;text-align:center;color:#6b7280;transition:all .3s ease}.menu-item .menu-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500;transition:color .3s ease}.menu-item:hover,.help-item:hover{background:#fdf2f7;color:#b43d70;transform:translate(4px);box-shadow:0 4px 12px #b43d701f}.menu-item:hover .icon,.help-item:hover .icon{color:#b43d70;transform:scale(1.1)}.menu-item.active,.help-item.active{background:#b43d70;color:#fff!important;font-weight:600;box-shadow:0 6px 16px #b43d704d;transform:translate(2px)}.menu-item.active .icon,.help-item.active .icon{color:#fff!important;transform:scale(1.15)}.menu-item.active:before{content:"";position:absolute;left:0;width:6px;height:40px;background:#9f305c;border-radius:0 4px 4px 0;box-shadow:0 0 8px #9f305c66}.help-item{margin:1.5rem 1.25rem .75rem;width:calc(100% - 2.5rem)}.profile{margin-top:auto;padding:1.5rem;background:#f9fafb;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;gap:1rem}.profile-name p{margin:0;font-weight:600;font-size:.98rem;color:#1a202c}.profile-name span{font-size:.78rem;color:#718096;font-weight:500}.logout-btn{background:#b43d70;color:#fff;border:none;padding:.65rem 1.15rem;border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 3px 10px #b43d7040;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.logout-btn:hover{background:#9f305c;transform:translateY(-2px) scale(1.03);box-shadow:0 8px 20px #b43d7059}@media (max-width: 1024px){.sidebar{width:84px;padding:1.5rem 0}.logo h3,.logo p,.menu-label,.profile-name,.logout-btn{display:none}.logo{justify-content:center;padding:0;margin-bottom:1.5rem}.logo-img{width:40px;height:40px}.menu-item,.help-item{justify-content:center;padding:1rem;gap:0}.menu-item .icon,.help-item .icon{font-size:1.4rem;color:#6b7280}.menu-item:hover .icon,.help-item:hover .icon{color:#b43d70}.menu-item.active .icon,.help-item.active .icon{color:#fff!important}.profile{justify-content:center;padding:1.25rem 0}}@media (max-width: 768px){.sidebar,.help-item,.profile{display:none!important}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;width:100%;height:70px;background:#fff;border-top:1.5px solid #e2e8f0;box-shadow:0 -4px 12px #0000000d;z-index:1000;padding:0 .5rem}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:none;border:none;color:#6b7280;font-size:.7rem;font-weight:500;cursor:pointer;transition:all .3s ease}.nav-item .icon{font-size:1.35rem}.nav-item span{font-size:.68rem}.nav-item.active{color:#b43d70}.nav-item.active .icon{transform:scale(1.1)}body{padding-bottom:70px!important}}.mobile-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;z-index:2000;display:flex;justify-content:center;align-items:flex-end}.mobile-drawer{width:100%;max-width:400px;background:#fff;border-radius:16px 16px 0 0;padding:1rem 1.5rem 1.5rem;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-weight:600;font-size:1.1rem;color:#1a202c}.drawer-header button{background:none;border:none;font-size:1.6rem;cursor:pointer;color:#666}.drawer-item{width:100%;padding:1rem;background:#fdf2f7;border:none;border-radius:12px;margin-bottom:.75rem;font-size:.95rem;font-weight:500;color:#1a202c;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .3s ease}.drawer-item:hover{background:#fce7f3;color:#b43d70;transform:translate(4px)}.drawer-item.active{background:#b43d70;color:#fff}.drawer-item.logout{background:#fee2e2;color:#dc2626}.drawer-item.logout:hover{background:#fecaca;color:#b91c1c}@media (max-width: 480px){.nav-item span{font-size:.65rem}.nav-item .icon{font-size:1.25rem}}.mainpage *,.mainpage *:before,.mainpage *:after{box-sizing:border-box;margin:0;padding:0}.mainpage html,.mainpage body{width:100vw;height:100vh;overflow:hidden;font-family:Poppins,sans-serif;background:#f8f9fc}.mainpage .dashboard{position:fixed;top:70px;left:260px;width:calc(100vw - 260px);height:calc(100vh - 70px);padding:32px;background:#fff;overflow-y:auto;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}.mainpage .dashboard::-webkit-scrollbar{display:none}.mainpage .top-navbar{position:fixed;top:0;left:0;width:100%;height:70px;background:#b43d70;color:#fff;z-index:1000;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #b43d704d}.mainpage .dashboard-header h2{font-size:1.75rem;font-weight:700;color:#000}.mainpage .stats-cards{display:flex;gap:1.25rem;margin-top:1.25rem;width:100%}.mainpage .card{flex:1;min-width:180px;padding:1.5rem;border-radius:.75rem;color:#fff;font-weight:500;box-shadow:0 4px 6px #0000001a;background:linear-gradient(135deg,#b43d70,#9a2f5d)}.mainpage .card p{opacity:.9;font-size:.875rem}.mainpage .card h3{margin-top:.5rem;font-size:1.5rem;font-weight:700}.mainpage .quick-actions{margin-top:2rem}.mainpage .quick-actions h3{font-size:1.25rem;color:#000;margin-bottom:.75rem;font-weight:600}.mainpage .action-buttons{display:flex;gap:1rem;flex-wrap:wrap;width:100%}.mainpage .btn{padding:.75rem 1.25rem;border:none;border-radius:.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .25s ease;box-shadow:0 2px 4px #0000001a;background:#b43d70;color:#fff}.mainpage .btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #b43d704d;background:#9a2f5d}.mainpage .document-summary{margin-top:2rem;width:100%}.mainpage .document-summary h3{font-size:1.25rem;color:#000;margin-bottom:.75rem;font-weight:600}.mainpage table{width:100%;border-collapse:separate;border-spacing:0;background:transparent;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 12px #00000014}.mainpage thead{background:#b43d70}.mainpage thead th{color:#fff!important;font-weight:700}.mainpage tbody tr{background:#fdf2f7!important}.mainpage tbody td{color:#000!important;font-weight:500}.mainpage th,.mainpage td{padding:1rem;text-align:left;font-size:.9375rem;border-bottom:1px solid #f8d7e0}.mainpage tr:last-child td{border-bottom:none}.mainpage .view-btn{background:#b43d70!important;color:#fff!important;border:none!important;padding:.55rem 1.1rem!important;border-radius:.5rem!important;font-size:.8125rem!important;font-weight:600!important;cursor:pointer!important;transition:all .25s ease!important;min-width:72px!important;text-align:center!important;box-shadow:0 2px 6px #b43d7040!important;text-transform:uppercase;letter-spacing:.5px}.mainpage .view-btn:hover{background:#9a2f5d!important;transform:translateY(-2px)!important;box-shadow:0 6px 16px #b43d7059!important}.preview-panel{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.preview-panel.open{opacity:1;visibility:visible}.preview-panel>div{background:#fff;width:90%;max-width:500px;max-height:90vh;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0003;animation:slideUp .3s ease}.preview-header{background:#b43d70;color:#fff;padding:16px 20px;display:flex;justify-content:center;align-items:center;font-weight:600;border-top-left-radius:16px;border-top-right-radius:16px}.preview-header h3{margin:0;font-size:1.1rem;text-align:center;flex:1}.preview-body{padding:20px;max-height:calc(90vh - 100px);overflow-y:auto}.preview-section{margin-bottom:20px}.preview-section h4{margin:0 0 8px;color:#b43d70;font-size:.95rem;font-weight:600}.doc-item,.comment-box,.voice-item,.doctor-reply{background:#fdf2f7;padding:12px;border-radius:8px;font-size:.9rem;line-height:1.5}.doc-item{display:flex;justify-content:space-between;align-items:center}.check{color:#b43d70;text-decoration:none;font-weight:600;font-size:.85rem}.check:hover{text-decoration:underline}.back-btn{background:#b43d70;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600;width:100%;margin-top:16px}.back-btn:hover{background:#9a2f5d}.preview-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:transparent;z-index:999}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 1024px){.mainpage .dashboard{left:80px;width:calc(100vw - 80px)}.mainpage .stats-cards{gap:1rem}.mainpage .card{min-width:160px}}@media (max-width: 768px){.mainpage .dashboard{left:0;top:70px;width:100vw;height:calc(100vh - 140px);padding:1.5rem;padding-bottom:100px!important;overflow-y:auto}.mainpage .stats-cards,.mainpage .action-buttons{flex-direction:column}.mainpage .btn{width:100%}.mainpage table{font-size:.875rem}.mainpage th,.mainpage td{padding:.75rem}.mainpage .view-btn{padding:.45rem .9rem!important;font-size:.75rem!important}.mainpage .document-summary{overflow-x:auto;margin-bottom:2rem}.mainpage .document-summary table{min-width:800px;width:100%}.preview-panel>div{width:95%;max-height:92vh}.preview-body{padding:16px}}.mainpage body{padding-bottom:env(safe-area-inset-bottom,80px)!important}.quick-actions>div>div[style*="background: white"],.quick-actions>div>div:empty,div[style*=border-radius][style*="background: white"],.preview-header button,.close-btn{display:none!important}.uploadpage *,.uploadpage *:before,.uploadpage *:after,.uploadpage input,.uploadpage textarea,.uploadpage button,.uploadpage select,.uploadpage table,.uploadpage th,.uploadpage td,.uploadpage span,.uploadpage p,.uploadpage h1,.uploadpage h2,.uploadpage h3,.uploadpage h4,.uploadpage h5,.uploadpage h6{font-family:Poppins,sans-serif!important;box-sizing:border-box;margin:0;padding:0}.uploadpage{background:#fff;color:#000}.uploadpage table,.uploadpage th,.uploadpage td,.uploadpage thead,.uploadpage tbody,.uploadpage tr{background:none!important;color:inherit!important;border:none!important}.uploadpage .upload-page{position:fixed;top:70px;left:260px;width:calc(100vw - 260px);height:calc(100vh - 70px);padding:2rem;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;background:#fff}.uploadpage .upload-page::-webkit-scrollbar{display:none}.uploadpage .page-header{margin-bottom:1.75rem;text-align:left}.uploadpage .page-header h2{font-size:1.6rem;font-weight:700;color:#000}.uploadpage .page-header p{font-size:.9rem;color:#4b5563;margin-top:.35rem;font-weight:500}.uploadpage .upload-grid{display:grid;grid-template-columns:1fr .75fr;gap:1.75rem;align-items:start}.uploadpage .drop-zone{background:#fff;border-radius:.875rem;padding:2.75rem 2rem;text-align:center;border:2.5px dashed #B43D70;transition:all .3s ease;cursor:pointer;box-shadow:0 4px 12px #0000000d}.uploadpage .drop-zone:hover{border-color:#9a2f5d;background:#fdf2f7}.uploadpage .drop-zone.active{background:#fdf2f7;border-color:#9a2f5d;box-shadow:0 8px 20px #b43d7026}.uploadpage .icon-upload{width:68px;height:68px;color:#b43d70;margin-bottom:1.1rem}.uploadpage .drop-text{font-weight:600;color:#000;font-size:1.05rem;margin-bottom:.75rem}.uploadpage .drop-text .browse{color:#b43d70;text-decoration:underline;font-weight:600}.uploadpage .drop-text .browse:hover{color:#9a2f5d}.uploadpage .info-row{display:flex;justify-content:center;gap:1.5rem;margin-top:1.25rem;flex-wrap:wrap}.uploadpage .info-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4b5563;font-weight:500}.uploadpage .info-num{width:22px;height:22px;background:#b43d70;color:#fff;border-radius:50%;font-weight:700;font-size:.75rem;display:flex;align-items:center;justify-content:center}.uploadpage .right-panel{display:flex;flex-direction:column;gap:1.25rem}.uploadpage .input-card{background:#fff;border-radius:.875rem;padding:1rem;border:1.8px solid #F5C1D9;box-shadow:0 2px 8px #0000000a}.uploadpage .input-label{font-weight:600;color:#000;font-size:.9rem;margin-bottom:.5rem}.uploadpage textarea{width:100%;min-height:80px;padding:.75rem;border:1.8px solid #F5C1D9;border-radius:.625rem;font-size:.9rem;color:#000;resize:vertical;background:#fff;transition:all .3s ease}.uploadpage textarea:focus{outline:none;border-color:#b43d70;box-shadow:0 0 0 3.5px #b43d7026}.uploadpage .footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.uploadpage .char-count{font-size:.75rem;color:#6b7280}.uploadpage .send-btn{background:#b43d70;color:#fff;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 6px #b43d7040}.uploadpage .send-btn:hover{background:#9a2f5d;transform:scale(1.08)}.uploadpage .voice-line{display:flex;align-items:center;justify-content:space-between;font-size:.85rem;color:#000;cursor:pointer;padding:.75rem 0;font-weight:500}.uploadpage .mic-icon{width:20px;height:20px;stroke:#b43d70}.uploadpage .submit-btn,.uploadpage .view-btn{background:#b43d70;color:#fff;border:none;padding:.8rem 1.6rem;border-radius:.625rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 3px 8px #b43d7033;text-transform:uppercase;letter-spacing:.5px}.uploadpage .submit-btn:hover,.uploadpage .view-btn:hover{background:#9a2f5d;transform:translateY(-2px);box-shadow:0 6px 16px #b43d704d}.uploadpage .status-section{margin-top:2.75rem}.uploadpage .status-section h3{font-size:1.2rem;font-weight:700;color:#000;margin-bottom:.5rem}.uploadpage .section-desc{font-size:.85rem;color:#4b5563;margin-bottom:1rem;font-weight:500}.uploadpage .table-wrapper{background:#fff;border-radius:.875rem;overflow:hidden;border:1.8px solid #F5C1D9;box-shadow:0 4px 12px #0000000f}.uploadpage .status-table{width:100%;border-collapse:collapse}.uploadpage .status-table th{background:#b43d70!important;color:#fff!important;padding:.9rem!important;font-size:.9rem!important;font-weight:700!important;text-align:left!important}.uploadpage .status-table td{padding:.9rem;font-size:.9rem;color:#000!important;font-weight:500;background:#fdf2f7!important;border-bottom:1px solid #f0c9da!important}.uploadpage .status-table tr:last-child td{border-bottom:none!important}.uploadpage .file-name{font-weight:600!important;color:#000!important;font-size:.9rem!important;letter-spacing:.2px!important}.uploadpage .status-badge{border-radius:12px;padding:.25rem .75rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;display:inline-block;min-width:70px;text-align:center}.uploadpage .status-badge.reviewed{background:#d4edda;color:#155724}.uploadpage .status-badge.pending{background:#fff3cd;color:#856404}.uploadpage .status-badge.in-review{background:#d1ecf1;color:#0c5460}.uploadpage .view-btn{background:#b43d70!important;color:#fff!important;padding:.45rem 1rem!important;border-radius:.5rem!important;font-size:.8125rem!important;font-weight:600!important;min-width:72px!important;text-align:center!important;box-shadow:0 2px 6px #b43d7040!important;transition:all .25s ease!important;text-transform:uppercase;letter-spacing:.5px}.uploadpage .view-btn:hover{background:#9a2f5d!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #b43d7059!important}.uploadpage .preview-panel{position:fixed;top:70px;right:-100%;width:440px;height:calc(100vh - 70px);background:#fff;border-left:2.5px solid #F5C1D9;transition:right .4s ease;overflow-y:auto;box-shadow:-8px 0 20px #00000014;z-index:1000}.uploadpage .preview-panel.open{right:0}.uploadpage .preview-header{position:sticky;top:0;background:#fff;padding:1.25rem 1.5rem;border-bottom:2px solid #F5C1D9;display:flex;justify-content:space-between;align-items:center}.uploadpage .preview-header h3{font-size:1.15rem;font-weight:700;color:#000}.uploadpage .close-btn{background:none;border:none;font-size:28px;color:#b43d70;cursor:pointer;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.uploadpage .close-btn:hover{background:#fdeaf3;color:#9a2f5d}.uploadpage .preview-body{padding:1.5rem}.uploadpage .preview-item{margin-bottom:1.25rem}.uploadpage .preview-item label{display:block;font-size:.875rem;font-weight:600;color:#000;margin-bottom:.5rem}.uploadpage .preview-item input,.uploadpage .preview-item textarea{width:100%;padding:.75rem 1rem;border:1.8px solid #F5C1D9;border-radius:.625rem;background-color:#fff;color:#000;font-size:.9rem}.uploadpage .preview-item input[readonly],.uploadpage .preview-item textarea[readonly]{background-color:#fdf2f7;color:#9a2f5d;cursor:not-allowed}.uploadpage .preview-actions{display:flex;gap:1rem;margin-top:1.5rem;border-top:1.8px solid #F5C1D9;padding-top:1.25rem}.uploadpage .preview-actions .submit-btn{flex:1;padding:.85rem;font-size:.95rem}.uploadpage .preview-actions .clear-btn{flex:1;background:#fff;color:#b43d70;border:1.8px solid #B43D70;padding:.85rem;font-size:.95rem;font-weight:600}.uploadpage .preview-actions .clear-btn:hover{background:#fdeaf3;color:#9a2f5d}@media (max-width: 1024px){.uploadpage .upload-page{left:84px;width:calc(100vw - 84px)}.uploadpage .upload-grid{grid-template-columns:1fr}}@media (max-width: 768px){.uploadpage .upload-page{left:0;top:70px;width:100vw;height:calc(100vh - 140px);padding:1.25rem}.uploadpage .preview-panel{width:100%}}.uploadpage .upload-page,.uploadpage .table-wrapper{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.uploadpage .status-table{min-width:800px!important;width:100%}.uploadpage .preview-panel{overflow-x:hidden!important}.historypage *,.historypage *:before,.historypage *:after,.historypage input,.historypage textarea,.historypage button,.historypage select,.historypage table,.historypage th,.historypage td,.historypage span,.historypage p,.historypage h1,.historypage h2,.historypage h3,.historypage h4,.historypage h5,.historypage h6{font-family:Poppins,sans-serif!important;box-sizing:border-box;margin:0;padding:0}.historypage{background:#f9fafb;color:#000}.historypage table,.historypage th,.historypage td,.historypage thead,.historypage tbody,.historypage tr{background:none!important;color:inherit!important;border:none!important}.historypage .history-page{position:fixed;top:70px;left:260px;width:calc(100vw - 260px);height:calc(100vh - 70px);padding:1.5rem;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;background:#f9fafb}.historypage .history-page::-webkit-scrollbar{display:none}.historypage .sticky-header{position:sticky;top:0;background:#f9fafb;padding:1.5rem 0 1rem;z-index:10;border-bottom:1px solid #e2e8f0;text-align:left}.historypage .sticky-header h2{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:.25rem}.historypage .sticky-header p{font-size:.875rem;color:#4b5563;line-height:1.5;max-width:700px;font-weight:500}.historypage .stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:1.5rem 0 2rem}.historypage .stat-card{background:#fff;border-radius:.875rem;padding:1.25rem;box-shadow:0 2px 8px #0000000d;display:flex;align-items:center;gap:1rem;border-left:4px solid transparent;transition:all .3s ease;border:1.8px solid #F5C1D9}.historypage .stat-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #b43d701f;border-color:#b43d70}.historypage .stat-card.total .stat-icon,.historypage .stat-card.reviewed .stat-icon{background:#b43d70}.historypage .stat-card.pending .stat-icon{background:#ef4444}.historypage .stat-icon{width:48px;height:48px;color:#fff;padding:.75rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000026}.historypage .stat-info h3{font-size:.9375rem;font-weight:600;color:#000;margin-bottom:.25rem}.historypage .stat-info p.stat-number{font-size:1.125rem;font-weight:700;color:#000}.historypage .status-section{margin-top:1rem}.historypage .status-section h3{font-size:1.2rem;font-weight:700;color:#000;margin-bottom:.25rem}.historypage .section-desc{font-size:.8125rem;color:#4b5563;margin-bottom:.75rem;font-weight:500}.historypage .table-wrapper{background:#fff;border-radius:.875rem;overflow:hidden;border:1.8px solid #F5C1D9;box-shadow:0 4px 12px #0000000f}.historypage .status-table{width:100%;border-collapse:collapse}.historypage .status-table th{background:#b43d70!important;color:#fff!important;padding:.9rem!important;font-size:.9rem!important;font-weight:700!important;text-align:left!important}.historypage .status-table td{padding:.9rem;font-size:.9rem;color:#000!important;font-weight:500;background:#fdf2f7!important;border-bottom:1px solid #f0c9da!important}.historypage .status-table tr:last-child td{border-bottom:none!important}.historypage .file-name{font-weight:600!important;color:#000!important;font-size:.9rem!important;letter-spacing:.2px!important}.historypage .status-badge{border-radius:12px;padding:.25rem .75rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;display:inline-block;min-width:70px;text-align:center;color:#000!important}.historypage .status-badge.reviewed{background:#fdf2f7}.historypage .status-badge.pending{background:#fff3cd}.historypage .status-badge.in-review{background:#fdf2f7}.historypage .action-btn{padding:.45rem 1rem!important;font-size:.8125rem!important;border-radius:.5rem!important;cursor:pointer;font-weight:600!important;min-width:72px!important;text-align:center!important;box-shadow:0 2px 6px #b43d7040!important;transition:all .25s ease!important;text-transform:uppercase;letter-spacing:.5px;border:none!important;outline:none}.historypage .action-btn.view{background:#b43d70!important;color:#fff!important}.historypage .action-btn.view:hover:not(:disabled){background:#9a2f5d!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #b43d7059!important}.historypage .action-btn.pending{background:#fdf2f7!important;color:#b43d70!important;cursor:not-allowed!important;opacity:.8}.historypage .action-btn.pending:hover{background:#fdeaf3!important;transform:none!important}.historypage .preview-panel{position:fixed;top:70px;right:-500px;width:480px;height:calc(100vh - 70px);background:#fff;border-left:2px solid #F5C1D9;box-shadow:-8px 0 30px #0000001f;z-index:1000;transition:right .4s cubic-bezier(.25,.8,.25,1);display:flex;flex-direction:column;overflow-y:auto;padding:1.5rem}.historypage .preview-panel.open{right:0}.historypage .preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #f0c9da}.historypage .preview-header h3{font-size:1.35rem;font-weight:700;color:#000}.historypage .close-btn{background:none;border:none;font-size:1.8rem;color:#94a3b8;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.historypage .close-btn:hover{background:#fdf2f7;color:#b43d70}.historypage .preview-section{margin-bottom:1.8rem}.historypage .preview-section h4{font-size:1.1rem;font-weight:700;color:#000;margin-bottom:.75rem}.historypage .doc-item{display:flex;align-items:center;justify-content:space-between;background:#fdf2f7;padding:.75rem 1rem;border-radius:.75rem;border:1.8px solid #F5C1D9;margin-bottom:.75rem;font-size:.9rem;font-weight:500;color:#000}.historypage .doc-item .check{color:#b43d70;font-weight:700;font-size:.9rem}.historypage .comment-box{background:#fdf2f7;padding:1rem;border-radius:.75rem;border:1.8px solid #F5C1D9;margin-bottom:1rem;font-size:.875rem;color:#000;line-height:1.6;position:relative}.historypage .comment-box:after{content:"Check";position:absolute;right:12px;top:12px;width:20px;height:20px;background:#b43d70;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.7rem;font-weight:700}.historypage .voice-item{background:#fdf2f7;padding:.75rem 1rem;border-radius:.75rem;border:1.8px solid #F5C1D9;display:flex;align-items:center;justify-content:space-between;font-size:.9rem;color:#000;margin-bottom:1rem}.historypage .voice-item .check{color:#b43d70;font-weight:700}.historypage .doctor-reply{background:#f8f9fa;padding:1.25rem;border-radius:.875rem;border:1.8px solid #F5C1D9;font-size:.875rem;color:#000;line-height:1.6;margin-bottom:2rem}.historypage .back-btn{background:#ef4444;color:#fff;border:none;padding:.875rem 2rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;width:100%;margin-top:auto;transition:all .3s ease;box-shadow:0 4px 12px #ef44444d}.historypage .back-btn:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 8px 20px #ef444466}@media (max-width: 1024px){.historypage .history-page{left:84px;width:calc(100vw - 84px)}.historypage .stats-grid{grid-template-columns:1fr}.historypage .preview-panel{width:420px}}@media (max-width: 768px){.historypage .history-page{left:0;top:70px;width:100vw;height:calc(100vh - 140px);padding:1rem}.historypage .sticky-header{padding:1rem 0}.historypage .stats-grid{gap:1rem}.historypage .stat-card{padding:1rem}.historypage .preview-panel{width:100vw;right:-100vw;border-left:none;border-top:2px solid #F5C1D9}.historypage .preview-panel.open{right:0}}.historypage .history-page{overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.historypage .table-wrapper{overflow-x:auto!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;will-change:scroll}.historypage .status-table{min-width:800px!important;width:100%;table-layout:auto}.historypage .status-table thead th{position:sticky;top:0;z-index:6;background:#b43d70!important}.historypage .preview-panel{overflow-x:hidden!important}.historypage .table-wrapper::-webkit-scrollbar{height:8px;width:8px}.historypage .table-wrapper::-webkit-scrollbar-thumb{background:#b43d7040;border-radius:6px}.historypage .table-wrapper::-webkit-scrollbar-thumb:hover{background:#b43d7073}@media (max-width: 1024px){.historypage .table-wrapper{min-width:100%}.historypage .status-table{min-width:700px!important}}@media (max-width: 768px){.historypage .status-table{min-width:600px!important}}.historypage .desktop-only{display:block}.historypage .mobile-only{display:none}.historypage .mobile-header{padding:1rem 0;background:#f9fafb}.historypage .mobile-header h2{font-size:1.35rem;font-weight:700;color:#000;margin-bottom:.25rem}.historypage .mobile-header p{font-size:.8125rem;color:#4b5563;font-weight:500}@media (max-width: 768px){.historypage .desktop-only{display:none!important}.historypage .mobile-only{display:block!important}.historypage .sticky-header{position:static!important;border-bottom:none!important;padding:0!important}}.historypage .preview-overlay{display:none}@media (max-width: 768px){.historypage .preview-overlay{display:block;position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:999}}.helppage *,.helppage *:before,.helppage *:after,.helppage input,.helppage textarea,.helppage button,.helppage select,.helppage label{font-family:Poppins,sans-serif!important;box-sizing:border-box;margin:0;padding:0}.helppage{background:#f9fafb;color:#000}.helppage .help-page{position:fixed;top:70px;left:260px;width:calc(100vw - 260px);height:calc(100vh - 70px);padding:1.5rem;overflow-y:auto;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none;background:#f9fafb}.helppage .help-page::-webkit-scrollbar{display:none}.helppage .header{padding:1.5rem 0 1rem;border-bottom:1px solid #f5c1d9;text-align:left}.helppage .header h2{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:.25rem}.helppage .header p{font-size:.875rem;color:#4a4a4a;line-height:1.5;max-width:700px;font-weight:500}.helppage .help-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem}.helppage .contact-form-card{background:#fff;border-radius:.875rem;padding:2rem;border:1.8px solid #f5c1d9;box-shadow:0 4px 12px #b43d700f}.helppage .form-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.helppage .input-group{display:flex;flex-direction:column}.helppage .input-group label{font-size:.875rem;font-weight:600;color:#000;margin-bottom:.5rem}.helppage .input-group input,.helppage .input-group select,.helppage .input-group textarea{padding:.875rem;border:1.8px solid #f5c1d9;border-radius:.75rem;font-size:.9rem;background:#fff;transition:all .25s ease}.helppage .input-group input:focus,.helppage .input-group select:focus,.helppage .input-group textarea:focus{outline:none;border-color:#b43d70;box-shadow:0 0 0 3.5px #b43d702e;background:#fdf2f7}.helppage .input-group textarea{resize:vertical;min-height:100px}.helppage .full-width{grid-column:1 / -1}.helppage .file-upload{position:relative}.helppage .file-label{display:flex;align-items:center;gap:.65rem;padding:.875rem 1rem;border:2px dashed #f5c1d9;border-radius:.75rem;background:#fdf2f7;color:#b43d70;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.helppage .file-label:hover{border-color:#b43d70;background:#fdeaf3;color:#9a2f5d;box-shadow:0 4px 12px #b43d7033}.helppage .file-label svg{width:20px;height:20px;stroke:currentColor;stroke-width:2.2}.helppage .submit-row{display:flex;justify-content:flex-end;margin-top:1.5rem}.helppage .btn-submit{background:#b43d70;color:#fff;border:none;padding:.875rem 2rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #b43d7040}.helppage .btn-submit:hover{background:#9a2f5d;box-shadow:0 8px 20px #b43d7059;transform:translateY(-2px)}.helppage .contact-info-card{background:#fff;border-radius:.875rem;padding:2rem;border:1.8px solid #f5c1d9;box-shadow:0 4px 12px #b43d700f}.helppage .contact-info-card h3{font-size:1.125rem;font-weight:700;color:#000;margin-bottom:1.5rem}.helppage .contact-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.helppage .contact-item svg{width:22px;height:22px;stroke:#b43d70;margin-top:.125rem}.helppage .contact-item p{font-size:.9375rem;color:#000;font-weight:500}.helppage .contact-item .small{font-size:.8125rem;color:#666;margin-top:.25rem;font-weight:500}.helppage .faq-section{margin-top:2.5rem}.helppage .faq-section h3{font-size:1.2rem;font-weight:700;color:#000;margin-bottom:1rem}.helppage .faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.helppage .faq-item{background:#fff;border-radius:.875rem;padding:1.5rem;border:1.8px solid #f5c1d9;box-shadow:0 4px 12px #b43d700f}.helppage .faq-item h4{font-size:.9375rem;font-weight:700;color:#b43d70;margin-bottom:.75rem}.helppage .faq-item p{font-size:.875rem;color:#000;line-height:1.6;font-weight:500}@media (max-width: 1024px){.helppage .help-page{left:80px;width:calc(100vw - 80px)}.helppage .help-grid,.helppage .faq-grid{grid-template-columns:1fr}}@media (max-width: 768px){.helppage .help-page{left:0;top:70px;width:100vw;height:calc(100vh - 140px);padding:1rem}.helppage .header{padding:1rem 0}.helppage .form-grid{grid-template-columns:1fr}.helppage .contact-form-card,.helppage .contact-info-card{padding:1.5rem}}.chatpage *,.chatpage *:before,.chatpage *:after{font-family:Poppins,sans-serif!important;box-sizing:border-box;margin:0;padding:0}.chatpage{background:#fff;color:#000;width:100%;overflow:hidden}.chatpage .chat-page{position:fixed;top:70px;left:260px;width:calc(100vw - 260px);height:calc(100vh - 70px);padding:2rem;overflow-y:auto;overflow-x:hidden;background:#fff;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.chatpage .chat-page::-webkit-scrollbar{display:none}.chatpage .sticky-header{position:sticky;top:0;background:#fff;padding:1.25rem 0 1rem;z-index:10;border-bottom:1px solid #f5c1d9}.chatpage .sticky-header h2{font-size:1.55rem;font-weight:700;color:#000;margin-bottom:.25rem}.chatpage .sticky-header p{font-size:.925rem;color:#4a4a4a;line-height:1.55;max-width:720px}.chatpage .chat-form-card{background:#fff;border-radius:1rem;padding:2rem;margin-top:1.5rem;border:1.8px solid #f5c1d9;box-shadow:0 4px 16px #b43d7014;transition:all .3s ease}.chatpage .chat-form-card:hover{box-shadow:0 8px 24px #b43d701f}.chatpage .form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.5rem}.chatpage .input-group{display:flex;flex-direction:column}.chatpage .input-group label{font-size:.875rem;font-weight:600;margin-bottom:.6rem}.chatpage .input-group input,.chatpage .input-group select,.chatpage .input-group textarea{padding:.875rem 1rem;border:1.8px solid #f5c1d9;border-radius:.75rem;font-size:.925rem;background:#fff;transition:all .25s ease}.chatpage .input-group input:focus,.chatpage .input-group select:focus,.chatpage .input-group textarea:focus{outline:none;border-color:#b43d70;box-shadow:0 0 0 3px #b43d702e;background:#fdf2f7}.chatpage .input-group textarea{resize:vertical;min-height:120px}.chatpage .full-width{grid-column:1 / -1}.chatpage .file-upload{position:relative}.chatpage .file-label{display:flex;align-items:center;justify-content:center;gap:.65rem;padding:.875rem 1rem;border:2px dashed #f5c1d9;border-radius:.75rem;background:#fdf2f7;color:#b43d70;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center}.chatpage .file-label:hover{border-color:#b43d70;background:#fdeaf3;color:#9a2f5d;box-shadow:0 4px 12px #b43d7033}.chatpage .file-label svg{width:20px;height:20px;stroke:currentColor}.chatpage .submit-row{display:flex;justify-content:flex-end;margin-top:1.5rem}.chatpage .btn-submit{background:#b43d70;color:#fff;border:none;padding:.875rem 2rem;border-radius:.75rem;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 12px #b43d7040}.chatpage .btn-submit:hover{background:#9a2f5d;box-shadow:0 8px 20px #b43d7059;transform:translateY(-2px)}.chatpage .btn-submit:active{transform:translateY(0)}@media (max-width: 1024px){.chatpage .chat-page{left:80px;width:calc(100vw - 80px);padding:1.75rem}.chatpage .form-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width: 768px){.chatpage .chat-page{left:0;top:70px;width:100%;height:calc(100vh - 70px);padding:1.25rem;overflow-y:auto;padding-bottom:100px!important}.chatpage .sticky-header{position:static!important;padding:1rem 0}.chatpage .sticky-header h2{font-size:1.4rem}.chatpage .sticky-header p{font-size:.85rem;line-height:1.4}.chatpage .chat-form-card{padding:1.5rem;margin-top:1.25rem}.chatpage .form-grid{grid-template-columns:1fr;gap:1rem}.chatpage .btn-submit{width:100%;justify-content:center;font-size:.95rem}}@media (max-width: 480px){.chatpage .chat-page{padding:1rem;padding-bottom:100px!important}.chatpage .sticky-header{position:static!important}.chatpage .sticky-header h2{font-size:1.25rem}.chatpage .chat-form-card{padding:1.25rem}.chatpage .file-label{font-size:.85rem;padding:.75rem}.chatpage .btn-submit{font-size:.9rem;padding:.75rem 1.5rem}}.chatpage body{padding-bottom:env(safe-area-inset-bottom,80px)!important}.chat-container{display:flex;flex-direction:column;height:calc(100vh - 220px);margin-top:20px;background:#fff;border-radius:12px;border:1.8px solid #f5c1d9;overflow:hidden}.chat-messages{flex:1;padding:16px;overflow-y:auto;background:#fafafa}.msg{margin:12px 0;display:flex;flex-direction:column}.msg.left{align-items:flex-start}.msg.right{align-items:flex-end}.bubble{max-width:75%;padding:10px 14px;border-radius:18px;background:#e5e7eb;color:#111;font-size:14px}.msg.right .bubble{background:#b43d70;color:#fff}.chat-input-bottom{display:flex;align-items:center;padding:12px;background:#fff;border-top:1px solid #f5c1d9;gap:8px}.attach-icon{cursor:pointer;font-size:20px;color:#b43d70}.file-name{font-size:13px;color:#6b7280;max-width:80px;overflow:hidden;white-space:nowrap}.msg-input{flex:1;padding:10px 14px;border:1.8px solid #f5c1d9;border-radius:20px;font-size:14px}.send-icon{background:#b43d70;color:#fff;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;font-size:16px}.chat-closed{text-align:center;padding:40px 20px;background:#fff;border-radius:12px;margin-top:20px;border:1.8px solid #f5c1d9}.chat-closed p{color:#666;margin-bottom:16px;font-size:14px}.reopen-btn{background:#b43d70;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;font-size:14px;transition:.3s}.reopen-btn:hover{background:#9a2f5d;transform:translateY(-2px)}html,body{font-family:Poppins,sans-serif}.admin-sidebar{position:fixed;top:0;left:0;width:260px;height:100vh;background:#fff;color:#2d3748;display:flex;flex-direction:column;border-right:1px solid #e2e8f0;z-index:1000;padding:1.5rem 0;transition:width .3s ease;font-family:Poppins,sans-serif}.admin-logo{display:flex;align-items:center;gap:.75rem;padding:0 1.5rem;margin-bottom:2rem}.admin-logo-img{width:44px;height:44px;border-radius:12px;object-fit:cover;border:1.5px solid #e2e8f0;box-shadow:0 2px 6px #0000000d}.admin-logo h3{margin:0;font-size:1.15rem;font-weight:700;color:#1a202c}.admin-logo p{margin:0;font-size:.78rem;color:#718096;font-weight:500}.admin-sidebar-menu{flex:1;display:flex;flex-direction:column;gap:.75rem;padding:0 1.25rem;overflow-y:auto;scrollbar-width:none}.admin-sidebar-menu::-webkit-scrollbar{display:none}.admin-menu-item{width:100%;padding:.95rem 1.1rem;background:transparent;border:none;border-radius:12px;color:#1a202c;font-size:.98rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.85rem}.admin-menu-item .icon{font-size:1.2rem;min-width:24px;color:#6b7280;transition:all .3s ease}.admin-menu-item:hover{background:#fdf2f7;color:#b43d70;transform:translate(4px);box-shadow:0 4px 12px #b43d701f}.admin-menu-item:hover .icon{color:#b43d70;transform:scale(1.1)}.admin-menu-item.active{background:#b43d70;color:#fff!important;font-weight:600;box-shadow:0 6px 16px #b43d704d;transform:translate(2px)}.admin-menu-item.active .icon{color:#fff!important;transform:scale(1.15)}.admin-menu-item.active:before{content:"";position:absolute;left:0;width:6px;height:40px;background:#9f305c;border-radius:0 4px 4px 0;box-shadow:0 0 8px #9f305c66}.admin-profile{margin-top:auto;padding:1.5rem;background:#f9fafb;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-profile-name p{margin:0;font-weight:600;font-size:.98rem;color:#1a202c}.admin-profile-name span{font-size:.78rem;color:#718096}.admin-logout-btn{background:#b43d70;color:#fff;border:none;padding:.65rem 1.15rem;border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 3px 10px #b43d7040;display:flex;align-items:center;gap:.5rem}.admin-logout-btn:hover{background:#9f305c;transform:translateY(-2px) scale(1.03);box-shadow:0 8px 20px #b43d7059}@media (max-width: 1024px){.admin-sidebar{width:84px;padding:1.5rem 0}.admin-logo h3,.admin-logo p,.admin-menu-item span,.admin-profile-name,.admin-logout-btn span{display:none}.admin-logo{justify-content:center;padding:0;margin-bottom:1.5rem}.admin-logo-img{width:40px;height:40px}.admin-menu-item{justify-content:center;padding:1rem;gap:0}.admin-menu-item .icon{font-size:1.4rem}.admin-profile{justify-content:center;padding:1.25rem 0}}@media (max-width: 768px){.admin-sidebar{display:none!important}.admin-mobile-nav{display:flex;position:fixed;bottom:0;left:0;width:100%;height:70px;background:#fff;border-top:1.5px solid #e2e8f0;box-shadow:0 -4px 12px #0000000d;z-index:1000;padding:0 .5rem;justify-content:space-around}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:none;border:none;color:#6b7280;font-size:.7rem;font-weight:500;cursor:pointer;transition:all .3s ease}.nav-item .icon{font-size:1.35rem}.nav-item span{font-size:.68rem}.nav-item.active{color:#b43d70}.nav-item.active .icon{transform:scale(1.1)}.mobile-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:2000;display:flex;justify-content:flex-start;align-items:stretch}.mobile-drawer{width:260px;background:#fff;border-right:1px solid #e2e8f0;padding:1.5rem 1rem;display:flex;flex-direction:column;animation:slideIn .3s ease forwards;box-shadow:4px 0 12px #0000001a}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-weight:600;font-size:1.1rem;color:#1a202c}.close-drawer{background:none;border:none;font-size:1.6rem;cursor:pointer;color:#666}.drawer-item{width:100%;padding:1rem;background:#fdf2f7;border:none;border-radius:12px;margin-bottom:.75rem;font-size:.95rem;font-weight:500;color:#1a202c;display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:all .3s ease}.drawer-item:hover{background:#fce7f3;color:#b43d70;transform:translate(4px)}.drawer-item.active{background:#b43d70;color:#fff}.drawer-item.logout{background:#fee2e2;color:#dc2626}.drawer-item.logout:hover{background:#fecaca;color:#b91c1c}}.top-navbar{position:fixed;top:0;left:260px;width:calc(100% - 260px);background:#fff;display:flex;align-items:center;justify-content:space-between;padding:.85rem 2.25rem;box-shadow:0 2px 10px #0000000f;z-index:1000;border-bottom:1px solid #e2e8f0;font-family:Poppins,sans-serif}.navbar-left{display:flex;align-items:center}.user-text h3{font-size:1.05rem;color:#1a202c;margin:0;font-weight:600}.user-text span{font-weight:600;color:#b43d70}.user-text p{margin:0;font-size:.82rem;color:#718096;font-weight:500}.navbar-right{display:flex;align-items:center;gap:1.25rem}.notification-icon{background:#fdf2f7;color:#b43d70;border-radius:50%;padding:.55rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #b43d7026}.notification-icon:hover{background:#b43d70;color:#fff}.search-wrapper{position:relative;display:flex;align-items:center;background:#fff;border:2px solid #B43D70;border-radius:24px;padding:.55rem 1.1rem;min-width:200px;box-shadow:0 0 0 4px #b43d7026}.search-wrapper:focus-within{border:2px solid #B43D70;background:#fff;box-shadow:0 0 0 4px #b43d7026}.search-icon{color:#b43d70;margin-right:.6rem}.search-input{border:none;outline:none;background:transparent;font-size:.92rem;color:#2d3748;font-family:Poppins,sans-serif;width:100%;padding:0}.search-input::placeholder{color:#94a3b8;font-weight:500}.profile-avatar{background:#b43d70;color:#fff;font-weight:700;font-size:.95rem;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 3px 8px #b43d7040;cursor:pointer}@media (max-width: 1024px){.top-navbar{left:84px;width:calc(100% - 84px);padding:.75rem 1.5rem}.search-wrapper{min-width:160px}}@media (max-width: 768px){.top-navbar{left:0;width:100%;padding:.75rem 1.25rem}.search-wrapper{min-width:120px;padding:.5rem .9rem}.search-input{font-size:.85rem}}@media (max-width: 480px){.user-text p,.search-wrapper{display:none}}*{box-sizing:border-box;margin:0;padding:0}.dashboard{position:fixed;top:70px;left:260px;width:calc(100vw - 260px);height:calc(100vh - 70px);padding:32px;background:#fff;overflow-y:auto;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}.dashboard::-webkit-scrollbar{display:none}.dashboard-header h2{font-size:1.75rem;font-weight:700;color:#000}.stats-cards{display:flex;gap:1.25rem;margin-top:1.25rem;width:100%}.card{flex:1;min-width:180px;padding:1.5rem;border-radius:.75rem;color:#fff;font-weight:500;box-shadow:0 4px 6px #0000001a;background:linear-gradient(135deg,#b43d70,#9a2f5d)}.card p{opacity:.9;font-size:.875rem}.card h3{margin-top:.5rem;font-size:1.5rem;font-weight:700}.quick-actions{margin-top:2rem}.quick-actions h3{font-size:1.25rem;color:#000;margin-bottom:.5rem;font-weight:600}.actions-subtitle{font-size:.875rem;color:#555;margin-bottom:1rem;line-height:1.5}.action-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .25s ease;box-shadow:0 2px 4px #0000001a;background:#b43d70;color:#fff}.btn-icon{font-size:1.1rem}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 12px #b43d704d;background:#9a2f5d}.document-summary{margin-top:2rem;width:100%}.document-summary h3{font-size:1.25rem;color:#000;margin-bottom:.5rem;font-weight:600}.table-subtitle{font-size:.875rem;color:#555;margin-bottom:1rem}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:.75rem;box-shadow:0 4px 12px #00000014}table{width:100%;min-width:800px;border-collapse:separate;border-spacing:0;background:transparent}thead{background:#b43d70}thead th{color:#fff!important;font-weight:700;padding:1rem;text-align:left;font-size:.9375rem}tbody tr{background:#fdf2f7!important}tbody td{color:#000!important;font-weight:500;padding:1rem;font-size:.9375rem;border-bottom:1px solid #f8d7e0}tr:last-child td{border-bottom:none}.status-badge{display:inline-block;padding:.35rem .75rem;border-radius:1.5rem;font-size:.8125rem;font-weight:600;color:#000;min-width:80px;text-align:center}@media (max-width: 1024px){.dashboard{left:80px;width:calc(100vw - 80px)}.stats-cards{gap:1rem}.card{min-width:160px}}@media (max-width: 768px){.dashboard{left:0;top:70px;width:100vw;height:calc(100vh - 140px);padding:1.5rem;padding-bottom:100px}.stats-cards,.action-buttons{flex-direction:column}.btn{width:100%;justify-content:center}table{font-size:.875rem}th,td{padding:.75rem}.view-btn{padding:.45rem .9rem!important;font-size:.75rem!important}.table-container{margin-bottom:2rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100vw;height:100vh;overflow:hidden;font-family:Poppins,sans-serif;background:#f8f9fc}.view-pending-page{position:fixed;top:70px;left:260px;width:calc(100vw - 260px);height:calc(100vh - 70px);padding:32px;background:#fff;overflow-y:auto;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}.view-pending-page::-webkit-scrollbar{display:none}.page-header h2{font-size:1.75rem;font-weight:600;color:#1e293b;margin:0 0 8px}.page-subtitle{margin-top:.5rem;font-size:.9375rem;color:#475569;line-height:1.5;color:#666;margin-bottom:20px;font-size:14px}.table-scroll-container{margin-top:2rem;width:100%;-webkit-overflow-scrolling:touch;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;scroll-behavior:smooth;overflow-x:auto;border:1px solid #eee;border-radius:8px}.table-scroll-container .table-wrapper{min-width:800px;width:100%}.documents-table{width:100%;border-collapse:collapse;background:#fff;border-radius:.75rem;overflow:hidden}.documents-table thead{background:#b43d70}.documents-table thead th{color:#fff!important;font-weight:700;padding:1rem;text-align:left;font-size:.9375rem;position:sticky;top:0;z-index:10}.documents-table tbody tr{background:#fdf2f7!important;border-bottom:1px solid #f8d7e0}.documents-table tbody td{color:#000!important;font-weight:500;padding:1rem;font-size:.9375rem;padding:12px 16px;border-bottom:1px solid #eee}.documents-table tr:last-child td{border-bottom:none}.file-name{padding-left:1.25rem}.status-badge{display:inline-block;min-width:80px;padding:.35rem .75rem;border-radius:1.5rem;font-size:.8125rem;font-weight:600;text-align:center;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:700}.status-pending{background:#fecaca;color:#7f1d1d}.status-inreview{background:#fef3b2;color:#92400e}.status-reviewed{background:#bbf7d0;color:#166534}.view-btn{background:#b43d70;color:#fff;border:none;padding:.55rem 1.1rem;border-radius:.5rem;font-size:.8125rem;font-weight:600;cursor:pointer;min-width:72px;text-align:center;box-shadow:0 2px 6px #b43d7040;text-transform:uppercase;letter-spacing:.5px;transition:all .25s ease;font-family:Poppins,sans-serif}.view-btn:hover{background:#9a2f5d;transform:translateY(-2px);box-shadow:0 6px 16px #b43d7059}@media (max-width: 1024px){.view-pending-page{left:80px;width:calc(100vw - 80px)}}@media (max-width: 768px){.view-pending-page{left:0;top:70px;width:100vw;height:calc(100vh - 140px);padding:1.5rem;padding-bottom:100px}.documents-table{font-size:.875rem}.documents-table th,.documents-table td{padding:.75rem}.view-btn{padding:.45rem .9rem!important;font-size:.75rem!important}.table-scroll-container{-webkit-overflow-scrolling:touch}}body{padding-bottom:env(safe-area-inset-bottom,80px)!important}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;font-family:Poppins,sans-serif}.modal-content{background:#fff;border-radius:12px;width:560px;max-width:90%;box-shadow:0 10px 30px #0003;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eee;background:#fdf2f7}.modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#b43d70}.close-btn{background:none;border:none;font-size:28px;cursor:pointer;color:#999;font-weight:700;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.close-btn:hover{color:#dc3545}.modal-body{padding:24px;color:#333}.modal-body p{margin:10px 0;font-size:.9375rem;line-height:1.5}.modal-body strong{color:#1e293b;font-weight:600}.modal-body hr{border:none;border-top:1px solid #eee;margin:20px 0}.modal-body label{display:block;margin:16px 0 6px;font-weight:600;color:#1e293b;font-size:.9375rem}.modal-body select,.modal-body textarea,.modal-body input[type=file]{width:100%;padding:10px 12px;border:1.5px solid #ddd;border-radius:8px;font-family:Poppins,sans-serif;font-size:.9375rem;background:#fff;transition:border .2s ease}.modal-body select:focus,.modal-body textarea:focus{outline:none;border-color:#b43d70;box-shadow:0 0 0 3px #b43d7026}.modal-body textarea{resize:vertical;min-height:100px;line-height:1.5}.modal-body .file-info{margin-top:6px;color:#28a745;font-size:.875rem;font-weight:500}.modal-body .btn-group{display:flex;gap:12px;margin-top:28px}.modal-body .submit-review-btn,.modal-body .close-modal-btn{flex:1;padding:12px 16px;border:none;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease;font-family:Poppins,sans-serif}.submit-review-btn{background:#28a745;color:#fff}.submit-review-btn:hover{background:#218838;transform:translateY(-1px)}.close-modal-btn{background:#dc3545;color:#fff}.close-modal-btn:hover{background:#c82333;transform:translateY(-1px)}@media (max-width: 480px){.modal-content{width:95%;margin:10px}.modal-body .btn-group{flex-direction:column}}.manage-page *,.manage-page *:before,.manage-page *:after{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}.manage-page{position:fixed;top:70px;left:260px;width:calc(100vw - 260px);height:calc(100vh - 70px);padding:32px;background:#fff;overflow-y:auto;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}.manage-page::-webkit-scrollbar{display:none}@media (max-width: 1024px){.manage-page{left:80px;width:calc(100vw - 80px)}}@media (max-width: 768px){.manage-page{left:0;top:70px;width:100vw;height:calc(100vh - 140px);padding:1.5rem;padding-bottom:100px}}.manage-container{width:100%}.page-header h2{font-size:1.75rem;font-weight:700;color:#000;margin-bottom:.25rem}.page-header p{font-size:.875rem;color:#555;margin-top:.25rem}.stats-cards{display:flex;gap:1.25rem;margin-top:1.5rem;flex-wrap:wrap}.card{flex:1;min-width:180px;padding:1.5rem;border-radius:.75rem;background:linear-gradient(135deg,#b43d70,#9a2f5d);color:#fff;box-shadow:0 4px 6px #0000001a}.card p{font-size:.875rem;opacity:.9}.card h3{font-size:1.5rem;font-weight:700;margin-top:.5rem}.table-wrapper{margin-top:2rem;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 12px #00000014;background:transparent}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%}@media (max-width: 768px){.table-scroll{margin-bottom:1.5rem}}.patients-table{width:100%;min-width:800px;border-collapse:separate;border-spacing:0;background:transparent}.patients-table thead{background:#b43d70}.patients-table th{color:#fff!important;font-weight:700;padding:1rem;text-align:left;font-size:.9375rem;position:sticky;top:0;z-index:10}.patients-table tbody tr{background:#fdf2f7!important}.patients-table tbody tr:hover{background:#fae5ee!important}.patients-table td{padding:1rem;color:#000!important;font-weight:500;font-size:.9375rem;border-bottom:1px solid #f8d7e0}.patients-table tr:last-child td{border-bottom:none}.patient-name{font-weight:600;color:#000}.pending-count{color:#d69e2e;font-weight:600}.status-badge{padding:6px 14px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;display:inline-block}.status-badge.active{background:#ecfdf5;color:#10b981}.status-badge.inactive{background:#fff3e8;color:#f97316}.view-btn{background:#b43d70!important;color:#fff!important;border:none!important;padding:.55rem 1.1rem!important;border-radius:.5rem!important;font-size:.8125rem!important;font-weight:600!important;cursor:pointer!important;transition:all .25s ease!important;min-width:72px!important;text-align:center!important;box-shadow:0 2px 6px #b43d7040!important;text-transform:uppercase;letter-spacing:.5px}.view-btn:hover{background:#9a2f5d!important;transform:translateY(-2px)!important;box-shadow:0 6px 16px #b43d7059!important}@media (max-width: 768px){.patients-table{font-size:.875rem}.patients-table th,.patients-table td{padding:.75rem}.view-btn{padding:.45rem .9rem!important;font-size:.75rem!important}}.manage-page{padding-bottom:max(100px,env(safe-area-inset-bottom,80px))}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}.communication-main{position:fixed;top:70px;left:260px;width:calc(100vw - 260px);height:calc(100vh - 70px);padding:32px;background:#fff;overflow-y:auto;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}.communication-main::-webkit-scrollbar{display:none}@media (max-width: 1024px){.communication-main{left:80px;width:calc(100vw - 80px);padding:24px 16px}}@media (max-width: 768px){.communication-main{left:0;top:70px;width:100vw;height:calc(100vh - 140px);padding:1.5rem;padding-bottom:120px}}.communication-header h2{font-size:1.75rem;font-weight:700;color:#000;margin-bottom:.5rem}.communication-header p{font-size:.9375rem;color:#555;margin-bottom:1.5rem}.communication-container{background:#fff;border-radius:.75rem;width:100%;height:calc(100vh - 220px);display:flex;flex-direction:column;box-shadow:0 4px 12px #00000014;overflow:hidden;border:1px solid #eee}.chat-layout{display:grid;grid-template-columns:1fr 2.3fr;gap:1.25rem;flex:1;overflow:hidden}@media (max-width: 768px){.chat-layout{grid-template-columns:1fr;gap:1rem}}.chat-user-list{background:#fff;border-radius:.75rem;overflow:hidden;display:flex;flex-direction:column;border:1px solid #eee;min-width:0}.chat-user-list-header{background:#b43d70;color:#fff;padding:1rem;font-weight:600;font-size:1rem;text-align:center}.search-box{padding:.75rem 1rem;border:none;border-bottom:1px solid #eee;outline:none;font-size:.9375rem;width:100%}.search-box::placeholder{color:#aaa}.chat-users-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.chat-user{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;cursor:pointer;border-bottom:1px solid #f1f1f1;transition:background .2s ease}.chat-user:hover,.chat-user.active{background:#fce5ef}.avatar{width:38px;height:38px;border-radius:50%;background:#b43d70;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.user-info{flex:1;min-width:0}.user-name{font-weight:600;color:#000;font-size:.9375rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.last-message{font-size:.75rem;color:#777;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-area{background:#fff;border-radius:.75rem;display:flex;flex-direction:column;border:1px solid #eee;min-height:0;position:relative}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem;-webkit-overflow-scrolling:touch}.message-row{display:flex;max-width:100%}.message-row.patient{justify-content:flex-start}.message-row.admin{justify-content:flex-end}.message-bubble{padding:.75rem 1rem;border-radius:1rem;max-width:75%;font-size:.875rem;word-wrap:break-word;line-height:1.4;box-shadow:0 1px 2px #0000001a}.message-row.patient .message-bubble{background:#ececec;color:#333;border-bottom-left-radius:.25rem}.message-row.admin .message-bubble{background:#b43d70;color:#fff;border-bottom-right-radius:.25rem}.chat-input-section{display:flex;gap:.75rem;padding:1rem;border-top:1px solid #eee;background:#fafafa;align-items:center}.chat-input{flex:1;min-width:0;border-radius:1.5rem;border:1.5px solid #ddd;padding:.75rem 1rem;outline:none;font-size:.9375rem;background:#fff;width:100%}.chat-input:focus{border-color:#b43d70;box-shadow:0 0 0 3px #b43d7026}.send-btn{width:44px!important;height:44px!important;min-width:44px!important;border-radius:50%;border:none;background:#b43d70;color:#fff;cursor:pointer;font-size:1.125rem;display:flex;align-items:center;justify-content:center;transition:all .25s ease;flex-shrink:0;box-shadow:0 2px 8px #b43d704d}.send-btn:hover,.send-btn:active{background:#9a2f5d;transform:translateY(-2px);box-shadow:0 6px 16px #b43d7059}@media (max-width: 768px){.communication-header h2{font-size:1.5rem}.communication-header p{font-size:.875rem}.chat-user{padding:.75rem;gap:.5rem}.avatar{width:34px;height:34px;font-size:.8125rem}.user-name{font-size:.875rem}.last-message{font-size:.6875rem}.message-bubble{font-size:.8125rem;padding:.625rem .875rem;max-width:80%}.chat-input{font-size:.875rem;padding:.625rem 1rem}.send-btn{width:40px!important;height:40px!important;font-size:1rem}.chat-user-list{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20;border-radius:0;transform:translate(-100%);transition:transform .3s ease;background:#fff}.chat-user-list.visible{transform:translate(0)}.chat-area{width:100%}.mobile-user-toggle{position:absolute;top:1rem;left:1rem;background:#b43d70;color:#fff;border:none;padding:.5rem .75rem;border-radius:.5rem;font-size:1rem;z-index:30;font-weight:600}}*::-webkit-scrollbar{display:none}*{scrollbar-width:none;-ms-overflow-style:none}.communication-main{padding-bottom:max(120px,env(safe-area-inset-bottom,80px))}body{font-family:Poppins,sans-serif}*{margin:0;padding:0;box-sizing:border-box}
