@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px 15px;box-sizing:border-box;background-image:linear-gradient(135deg,#eaf4fb26,#f5f5f526),url(/login-bg-pattern.png.jpeg);background-size:100% 100%;background-position:center;background-repeat:no-repeat}.login-box{display:flex;width:900px;max-width:100%;min-height:640px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #12284c1f;align-items:stretch}.login-left{flex:1 1 50%;display:flex;min-height:640px;background:linear-gradient(160deg,#cfe9fb,#e3f2fd)}.login-image{width:100%;height:100%;object-fit:cover;display:block}.login-right{flex:1 1 50%;display:flex;flex-direction:column;align-items:center;padding:35px 40px;box-sizing:border-box}.clinic-logo{width:110px;margin-bottom:8px}h2,h3.form-title{font-size:22px;color:#12284c;margin:6px 0 20px;font-family:Alice,serif;text-align:center;letter-spacing:.3px}.login-right form{width:100%}.form-login{width:100%;display:flex;flex-direction:column;text-align:left;margin-bottom:13px}.form-login label{font-size:13px;font-weight:700;color:#333;margin-bottom:6px;letter-spacing:.2px}.form-login input{width:100%;height:50px;padding:11px 14px;border:1.5px solid #dfe6ee;border-radius:8px;background-color:#f1f8fe;font-size:15px;font-family:inherit;color:#12284c;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.form-login input::placeholder{color:#90a4b7}.form-login input:focus{outline:none;border-color:#148cb4;box-shadow:0 0 0 3px #148cb41f;background-color:#fff}.clinic-select{width:100%!important;height:50px;background-color:#f1f8fe;border-radius:8px;font-family:inherit;font-size:15px;color:#12284c;transition:all .2s ease}.clinic-select .MuiOutlinedInput-notchedOutline{border:1.5px solid #dfe6ee}.clinic-select:hover .MuiOutlinedInput-notchedOutline{border-color:#148cb4}.clinic-select.Mui-focused{background-color:#fff}.clinic-select.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#148cb4;border-width:1.5px;box-shadow:0 0 0 3px #148cb41a}.clinic-select .MuiSelect-select{display:flex;align-items:center;min-height:50px!important;padding:0 42px 0 14px!important;box-sizing:border-box}.clinic-select .MuiSelect-icon{color:#148cb4;right:12px}.clinic-placeholder{color:#90a4b7}.clinic-dropdown-menu{margin-top:6px;border-radius:10px!important;border:1px solid #e3edf5;box-shadow:0 8px 25px #12284c26!important}.clinic-dropdown-menu .MuiMenuItem-root{min-height:44px;padding:10px 14px;margin:3px 5px;border-radius:6px;font-family:inherit;font-size:15px;color:#12284c;transition:background-color .15s ease,color .15s ease}.clinic-dropdown-menu .MuiMenuItem-root:hover{background-color:#eaf7fc;color:#148cb4}.clinic-dropdown-menu .MuiMenuItem-root.Mui-selected{background-color:#e1f4fa;color:#148cb4;font-weight:600}.clinic-dropdown-menu .MuiMenuItem-root.Mui-selected:hover{background-color:#d8f1f8}.error-input{border-color:#e5484d!important;background-color:#fff5f5!important}.error-input:focus{box-shadow:0 0 0 3px #e5484d1f!important}.error-text{color:#e5484d;font-size:12px;margin-top:5px;display:block}.password-input-wrapper{position:relative;width:100%;height:50px;align-items:center}.password-input-wrapper input{width:100%;height:100%;padding-right:48px!important;box-sizing:border-box}.password-toggle{position:absolute;right:6px;margin:auto 0;height:32px;width:32px;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;color:#7a8ba0;cursor:pointer;z-index:2;line-height:0}.password-toggle:hover{color:#148cb4}.password-toggle svg{display:block;font-size:22px;margin-bottom:55px;margin-left:10px}.forgot-password-wrapper{width:100%;display:flex;justify-content:flex-end;margin-top:-4px;margin-bottom:5px}.forgot-password{background:none;border:none;padding:0;font-family:inherit;font-size:13px;color:#148cb4;cursor:pointer;font-weight:600;transition:color .2s ease}.forgot-password:hover{color:#0a5a82;text-decoration:underline}.signup-link{margin-top:20px;margin-bottom:4px;font-size:14px;text-align:center;color:#4a5568}.signup-link a,.signup-link span{color:#148cb4;cursor:pointer;font-weight:700;text-decoration:none;transition:color .2s ease}.signup-link a:hover,.signup-link span:hover{color:#0a5a82;text-decoration:underline}@media (max-width: 768px){.login-container{padding:20px 15px;align-items:flex-start}.login-box{flex-direction:column;width:100%;min-height:auto}.login-left{min-height:180px;height:180px}.login-right{padding:30px 26px}.clinic-logo{width:100px}}:root{--clinic-accent: #0e7c91;--clinic-accent-dark: #075866;--clinic-accent-light: #e5f4f7;--clinic-border: #e1e7ea;--clinic-text: #1d2a32;--clinic-muted: #72838c;--clinic-bg-hover: #f7fbfc}.clinic-dialog{min-width:420px;max-width:480px}@media (max-width: 480px){.clinic-dialog{min-width:unset;width:100%}}.clinic-dialog-subtitle{font-size:13.5px;color:var(--clinic-muted);margin:-4px 0 16px}.clinic-search{display:flex;align-items:center;gap:8px;border:1px solid var(--clinic-border);border-radius:8px;padding:8px 12px;margin-bottom:14px}.clinic-search input{border:none;outline:none;flex:1;font-size:14px;color:var(--clinic-text);background:transparent}.clinic-search input::placeholder{color:var(--clinic-muted)}.clinic-search svg{color:var(--clinic-muted);font-size:19px}.clinic-list{display:flex;flex-direction:column;gap:10px;max-height:320px;overflow-y:auto;padding:2px 4px 2px 2px}.clinic-card{display:flex;align-items:center;gap:14px;padding:13px 16px;border:1px solid var(--clinic-border);border-radius:10px;cursor:pointer;position:relative;background:#fff;transition:border-color .15s ease,background .15s ease}.clinic-card:hover{background:var(--clinic-bg-hover)}.clinic-card:focus-visible{outline:2px solid var(--clinic-accent);outline-offset:2px}.clinic-card.selected{border-color:var(--clinic-accent);background:var(--clinic-accent-light)}.clinic-card.selected:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:10px 0 0 10px;background:var(--clinic-accent)}.clinic-card.static{cursor:default}.clinic-card.static:hover{background:var(--clinic-accent-light)}.clinic-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--clinic-accent-light);color:var(--clinic-accent-dark);flex-shrink:0}.clinic-card.selected .clinic-icon{background:var(--clinic-accent);color:#fff}.clinic-info{flex:1;min-width:0}.clinic-name{font-family:Alice,serif;font-size:15px;color:var(--clinic-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clinic-code{font-size:12.5px;color:var(--clinic-muted);margin-top:2px}.clinic-check{width:20px;height:20px;border-radius:50%;border:2px solid var(--clinic-border);flex-shrink:0;position:relative;transition:border-color .15s,background .15s}.clinic-card.selected .clinic-check{border-color:var(--clinic-accent);background:var(--clinic-accent)}.clinic-card.selected .clinic-check:after{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;border-radius:50%;background:#fff;transform:translate(-50%,-50%)}.clinic-remember{display:flex;align-items:center;gap:8px;margin-top:14px;font-size:13px;color:var(--clinic-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.clinic-switch-link{display:inline-block;margin-top:14px;background:none;border:none;padding:0;font-size:13px;color:var(--clinic-accent-dark);text-decoration:underline;cursor:pointer}.clinic-switch-link:hover{color:var(--clinic-accent)}.clinic-switch-link:disabled{opacity:.5;cursor:default}.clinic-empty{text-align:center;padding:28px 0;color:var(--clinic-muted);font-size:14px}.app-topbar{height:60px;position:fixed;top:0;left:260px;width:calc(100% - 260px);background:#f4f8fa;border-bottom:1px solid #dce7eb;display:flex;align-items:center;justify-content:space-between;padding:0 20px;z-index:5}.app-topbar-breadcrumb{display:flex;align-items:center;gap:6px}.app-topbar-page{font-family:Lato,Arial,sans-serif;font-weight:600;font-size:15px;color:#1f2430}.app-topbar-right{display:flex;align-items:center;gap:14px}.app-topbar-search{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #dce7eb;border-radius:999px;padding:0 14px;height:36px;transition:border-color .15s ease}.app-topbar-search:focus-within{border-color:#14b8a6}.app-topbar-search-input{border:none;outline:none;background:transparent;font-size:13px;width:200px}.app-topbar-search-input::placeholder{color:#9aa0a6}.app-topbar-signout{display:inline-flex;align-items:center;gap:7px;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:13.5px;font-weight:600;color:#4b5568;background:transparent;border:1px solid #DEE3EC;border-radius:8px;padding:7px 14px;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.app-topbar-signout:hover{color:#b23b32;background:#fbeae8;border-color:#efc9c4}.app-topbar-signout:active{transform:scale(.98)}@media screen and (max-width: 600px){.app-topbar-search{display:none}}.form-login{width:100%;display:inline-flex;flex-direction:column;text-align:left}.form-login label{display:block;font-weight:700;color:#333;margin-bottom:5px}.form-login input{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;background-color:#f1f8fe;font-size:16px;box-sizing:border-box}.error-input{border:1px solid red}.error-text{color:red;font-size:12px;margin-top:5px;display:block}.login-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f5f5f5}.login-box{display:flex;width:900px;height:500px;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px #0000001a;padding:20px}.login-left{flex:2;display:flex;align-items:center;justify-content:center;background-color:#e3f2fd;padding-right:20px}.login-image{width:100%;height:100%;object-fit:cover}.login-right{width:95%;max-width:370px;display:flex;flex-direction:column;align-items:center;padding-left:20px}.clinic-logo{width:125px;margin-bottom:15px;margin-top:10%}h2{font-size:20px;color:#12284c;margin-bottom:15px;font-family:Alice,serif}.form-group{width:100%;display:inline-flex;flex-direction:column;text-align:left}.form-group label{display:block;font-weight:700;color:#333;margin-bottom:5px}.form-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;background-color:#f1f8fe;font-size:16px;box-sizing:border-box}.form-group.error-input{border:1px solid red}.form-group.error .error-text{color:red;font-size:12px;margin-top:5px;display:block}.password-container{position:relative}.password-toggle{position:absolute;right:10px;top:40px;background:none;border:none;cursor:pointer}.forgot-password{display:block;text-align:center;font-size:14px;color:#12284c;cursor:pointer;margin-top:5px}.signup-link{margin-top:15px;font-size:14px}.signup-link span{color:#12284c;cursor:pointer;font-weight:700}.patient-history-page{min-height:100vh;background:#f4f7f9}.patient-history-content{padding:70px 48px 48px;transition:margin-left .2s ease}@media (max-width: 700px){.patient-history-content{padding:20px 16px;margin-left:0!important}}.ph-hero{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.ph-hero h1{font-family:Alice,serif;font-size:26px;color:#14313f;margin:0 0 4px}.ph-hero p{font-size:13px;color:#6b7a85;margin:0}.ph-refresh-btn{width:40px!important;height:40px!important;color:#0e7c91!important;background:#e5f4f7!important;border-radius:10px!important;transition:all .2s ease!important}.ph-refresh-btn:hover{background:#0e7c91!important;color:#fff!important;transform:rotate(-90deg)}.ph-card{border-radius:14px!important;padding:4px;border:1px solid #e1e7ea!important;box-shadow:0 8px 24px #14313f0f!important}.history-detail-btn{text-transform:none!important;font-size:12.5px!important;font-weight:600!important;color:#075866!important;background:#e5f4f7!important;border-radius:20px!important;padding:5px 14px!important;box-shadow:none!important}.history-detail-btn .MuiButton-startIcon{margin-right:4px}.history-detail-btn:hover{background:#0e7c91!important;color:#fff!important}.sidebar-container{position:fixed;top:0;left:0;width:260px;height:100vh;background:#102a43;font-family:Lato,Arial,sans-serif;display:flex;flex-direction:column;overflow:hidden;z-index:20;box-sizing:border-box}.sidebar-header{display:flex;align-items:center;justify-content:center;padding:16px 14px 8px}.sidebar-logo{display:block;width:100%;max-width:230px;height:auto;object-fit:contain}.sidebar-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:8px 12px 24px;display:flex;flex-direction:column;gap:20px;scrollbar-width:none}.sidebar-scroll::-webkit-scrollbar{display:none}.sidebar-section{display:flex;flex-direction:column;gap:2px}.sidebar-section-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#b8c7d9b3;padding:0 10px 8px}.sidebar-link-container{display:flex;align-items:center;width:100%;min-height:48px;box-sizing:border-box;padding:11px 12px;border-radius:10px;cursor:pointer;color:#b8c7d9;transition:background .15s ease,color .15s ease,transform .15s ease}.sidebar-link-container .main-menu-item-container{display:flex;align-items:center;gap:12px;min-width:0;width:100%}.sidebar-link-container .sidebar-icon{display:flex;align-items:center;justify-content:center;width:22px;min-width:22px;height:22px;opacity:.85;transition:opacity .15s ease,color .15s ease}.sidebar-link-container .sidebar-icon svg{color:#b8c7d9!important;width:22px;height:22px;transition:color .15s ease}.sidebar-link-container .sidebar-icon svg g{fill:#b8c7d9}.sidebar-link-container .sidebar-label{font-weight:600;font-size:14px;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-link-container:hover{background:#193b59;color:#fff}.sidebar-link-container:hover .sidebar-icon{opacity:1}.sidebar-link-container:hover .sidebar-icon svg{color:#fff!important}.sidebar-link-container:hover .sidebar-icon svg g{fill:#fff}.sidebar-link-container.active{background:#14b8a6;color:#fff;box-shadow:0 4px 10px #14b8a62e}.sidebar-link-container.active .sidebar-icon{opacity:1}.sidebar-link-container.active .sidebar-icon svg{color:#fff!important}.sidebar-link-container.active .sidebar-icon svg g{fill:#fff}.sidebar-link-container.active .sidebar-label{font-weight:700}.sidebar-footer{flex-shrink:0;padding:12px;border-top:1px solid rgba(255,255,255,.08);background:#102a43}.sidebar-user-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:#ffffff12;border:1px solid rgba(255,255,255,.06);cursor:pointer;transition:background .15s ease,border-color .15s ease}.sidebar-user-card:hover{background:#193b59;border-color:#ffffff1a}.sidebar-user-avatar{width:34px;height:34px;min-width:34px;border-radius:50%;background:#14b8a640;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0}.sidebar-user-info{min-width:0;flex:1}.sidebar-user-email{font-size:13px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-role{font-size:11px;color:#ffffffa6;margin-top:2px}.page-header-container{margin:10px 15.5% 10px 18%;padding:30px 0;z-index:0;position:relative}.page-header-container-sidebar-hide{margin:10px 20% 20px 30%;padding:30px 0;z-index:0;position:relative}.btn-app{padding:10px 15px;background-color:#229d9b;color:#fff;border:none;border-radius:5px;cursor:pointer;margin-left:10px;width:20%;margin-bottom:10px}.patient-list{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:20px}.patient-card{display:flex;justify-content:space-between;align-items:center;padding-left:25px;border:2px solid #ff0000;border-radius:10px;margin-bottom:10px;margin-left:319px;width:30%;box-shadow:2px 2px 5px #0000001a}.patient-info{flex:1;font-size:16px;color:#000}.record-button{background-color:red;color:#fff;padding:20px 35px;border:none;border-radius:8%;cursor:pointer;width:40px;height:40px;display:flex;justify-content:center;align-items:center;box-shadow:2px 2px 5px #0003}.record-button:hover{background-color:#c00}.recorder-container{margin:7px 15.5% 10px 18%;display:flex;justify-content:center;font-size:20px;z-index:0;position:relative;box-shadow:#00000059 0 5px 15px}@media screen and (max-width: 1020px){.recorder-container,.page-header-container{margin:20px 2% 20px 30%}}@media screen and (max-width: 900px){.recorder-container{margin:20px 2%}.recorder-container .tabbed-form-container .bottom-buttons-container{flex-direction:column-reverse;gap:30px}.recorder-container .tabbed-form-container .tabs .goods-services-class-container .tab-sidebar{width:30%}}.vitalContainer{background:#fff;box-shadow:0 4px 8px #0000001a;padding:16px;border-radius:8px}.vitalHeader{display:flex;justify-content:space-between;align-items:center}.vitalHeader h2{font-size:18px;font-weight:700}.vitalHeader span{color:gray;font-size:14px}.viewAll{color:#00f;font-size:14px;font-weight:500;text-decoration:none}.vitalGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:16px;text-align:center}.vitalSign{display:flex;flex-direction:column;align-items:center}.icon{color:#0077b6;font-size:32px}.label{color:gray;font-size:14px}.value{font-size:18px;font-weight:700}.link{color:#00737e}.link:hover{color:#0093a3}.download-icon{filter:invert(81%) sepia(6%) saturate(5183%) hue-rotate(135deg) brightness(74%) contrast(61%)}.pp-page{min-height:100vh;background:#f4f7f9}.pp-content{padding:70px 48px 48px;transition:margin-left .2s ease}@media (max-width: 700px){.pp-content{padding:20px 16px;margin-left:0!important}}.pp-hero{margin-bottom:20px}.pp-hero h1{font-family:Alice,serif;font-size:26px;color:#14313f;margin:0 0 4px}.pp-hero p{font-size:13px;color:#6b7a85;margin:0}.pp-card{border-radius:14px;padding:22px;border:1px solid #e1e7ea;box-shadow:0 8px 24px #14313f0f;background:#fff}.pp-card-title{font-family:Alice,serif!important;font-weight:700!important;color:#14313f!important;font-size:16px!important;margin-bottom:14px!important}.pp-action-btn{width:32px;height:32px}.pp-action-btn.edit{color:#0e7c91!important}.pp-action-btn.view{color:#4a5b64!important}.pp-action-btn.view:hover{color:#14313f!important}.appt-page{min-height:100vh;background:#f4f7f9}.appt-loading{display:flex;align-items:center;justify-content:center;height:84vh}.appt-content{padding:70px 48px 48px;transition:margin-left .2s ease}@media (max-width: 700px){.appt-content{padding:20px 16px;margin-left:0!important}}.appt-hero{margin-bottom:20px}.appt-hero h1{font-family:Alice,serif;font-size:26px;color:#14313f;margin:0 0 4px}.appt-hero p{font-size:13px;color:#6b7a85;margin:0}.appt-card{border-radius:14px;padding:22px;border:1px solid #e1e7ea;box-shadow:0 8px 24px #14313f0f;background:#fff}.appt-card-title{font-family:Alice,serif!important;font-weight:700!important;color:#14313f!important;font-size:16px!important;margin-bottom:14px!important}.appt-toolbar{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}@media (max-width: 800px){.appt-toolbar{grid-template-columns:1fr}}.appt-booking-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:start}@media (max-width: 1100px){.appt-booking-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.appt-booking-grid{grid-template-columns:1fr}}.appt-field-label{font-size:12px;font-weight:600;color:#4a5b64;margin-bottom:6px;display:block}.consult-toggle{display:flex;gap:8px}.consult-pill{flex:1;text-align:center;padding:9px 10px;border-radius:8px;border:1px solid #d7e2e6;font-size:13px;font-weight:600;color:#4a5b64;cursor:pointer;background:#fff;transition:all .15s ease;-webkit-user-select:none;user-select:none}.consult-pill:hover:not(.disabled){border-color:#9fbcc4}.consult-pill.selected{border-color:#0e7c91;background:#e5f4f7;color:#075866}.consult-pill.disabled{opacity:.45;cursor:not-allowed}.time-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8.5px 12px;border-radius:8px;border:1px solid #d7e2e6;background:#fff;cursor:pointer;font-size:.85rem;color:#1d2a32;transition:border-color .15s ease}.time-trigger:hover{border-color:#9fbcc4}.time-trigger svg{color:#72838c;font-size:19px}.time-trigger.placeholder{color:#9aa8ae}.time-slot-popover{padding:10px;width:220px}.time-slot-btn{width:100%;text-align:center;padding:9px 0;border-radius:8px;border:1px solid #d7e2e6;background:#fff;font-size:13px;font-weight:600;color:#1d2a32;cursor:pointer;transition:all .15s ease}.time-slot-btn:hover{border-color:#0e7c91;background:#f7fbfc}.time-slot-btn.selected{border-color:#0e7c91;background:#0e7c91;color:#fff}.appt-day.available{background:#e5f4f7!important;color:#075866!important;font-weight:600}.appt-day.available:hover{background:#0e7c91!important;color:#fff!important}.appt-day.unavailable{color:#c3ccd1!important}.appt-day.MuiPickersDay-root.Mui-selected{background:#0e7c91!important;color:#fff!important}.appt-submit-btn{margin-top:20px!important;text-transform:none!important;box-shadow:0 4px 12px #0e7c914d!important;border-radius:8px!important;padding:11px!important;font-size:14.5px!important;font-weight:600!important;color:#fff!important;background:linear-gradient(90deg,#0e7c91,#00bee6)!important;transition:all .2s ease!important}.appt-submit-btn:hover{background:linear-gradient(90deg,#096273,#00a0c4)!important;box-shadow:0 6px 16px #0e7c9166!important}.appt-submit-btn:active{box-shadow:0 2px 8px #0e7c914d!important}.appt-submit-btn.Mui-disabled{background:#d7e2e6!important;color:#9aa8ae!important;box-shadow:none!important}.appt-list-card{border-radius:14px;padding:22px;border:1px solid #e1e7ea;box-shadow:0 8px 24px #14313f0f;margin-top:24px;background:#fff}.appt-table-wrap{border-radius:10px;overflow:hidden;border:1px solid #e1e7ea}.appt-table-head{background:linear-gradient(90deg,#148cb4 35%,#00bee6)}.appt-table-head th{color:#fff!important;font-family:Alice,serif;font-weight:700!important;font-size:13.5px!important;padding:12px 14px!important;white-space:nowrap}.appt-table-row td{font-size:13.5px!important;color:#1d2a32;padding:12px 14px!important;border-bottom:1px solid #eef2f4!important}.appt-table-row:last-child td{border-bottom:none!important}.appt-table-row:hover{background:#f7fbfc}.consult-chip{display:inline-block;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600;text-transform:capitalize}.consult-chip.online{background:#e5f4f7;color:#075866}.consult-chip.offline{background:#fdeee0;color:#9a5321}.appt-action-btn{width:32px;height:32px}.appt-action-btn.edit{color:#0e7c91!important}.appt-action-btn.cancel{color:#d32f2f!important}.appt-empty-row{text-align:center;padding:32px 0!important;color:#72838c;font-size:13.5px}.date-picker-disabled-hint{padding:8.5px 12px;border-radius:8px;border:1px dashed #d7e2e6;background:#f7fbfc;color:#9aa8ae;font-size:.85rem}.section-card-header{margin-bottom:22px}.section-card-title{font-family:Alice,serif;font-weight:700;color:#14313f}.section-card-subtitle{font-size:13px;color:#6b7a85;margin:4px 0 0}.section-card-body{display:grid;gap:22px;grid-template-columns:repeat(2,1fr)}@media (max-width: 900px){.section-card-body{grid-template-columns:1fr}}.section-card-body .full-span{grid-column:1/-1}.step-indicator{display:flex;align-items:center;margin-bottom:36px}.step-item{display:flex;align-items:center;gap:10px;background:none;border:none;cursor:pointer;padding:4px 0}.step-item .step-number{width:30px;height:30px;min-width:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#8fa3ad;border:2px solid #d7e2e6;background:#fff;transition:all .15s ease}.step-item .step-label{font-size:14px;font-weight:600;color:#8fa3ad;white-space:nowrap;transition:color .15s ease}@media (max-width: 700px){.step-item .step-label{display:none}}.step-item.active .step-number{border-color:#0e7c91;background:linear-gradient(90deg,#148cb4 35%,#00bee6);color:#fff}.step-item.active .step-label{color:#14313f}.step-item.complete .step-number{border-color:#0e7c91;background:#0e7c91;color:#fff}.step-item.complete .step-label{color:#0e7c91}.step-connector{flex:1;height:2px;background:#d7e2e6;margin:0 10px}.step-connector.complete{background:#0e7c91}.patient-registration-page{min-height:100vh;background:#f4f7f9}.patient-registration-loading{display:flex;align-items:center;justify-content:center;height:84vh}.patient-registration-content{padding:70px 56px 60px;transition:margin-left .2s ease}@media (max-width: 700px){.patient-registration-content{padding:24px 16px 40px;margin-left:0!important}}.registration-hero{margin-bottom:24px}.registration-hero h1{font-family:Alice,serif;font-size:30px;color:#14313f;margin:0 0 6px}.registration-hero p{font-size:14px;color:#6b7a85;margin:0}.registration-card{border-radius:16px;padding:32px;border:1px solid #e1e7ea;box-shadow:0 8px 24px #14313f0f}.guardian-panel{padding:18px;border:1px dashed #cfe0e5;border-radius:10px;background:#f7fbfc}.guardian-panel-title{font-family:Alice,serif;font-weight:700;font-size:16px;color:#14313f}.upload-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:10px 0;border-bottom:1px solid #eef2f4}.upload-row:last-child{border-bottom:none}.test-list-title{font-family:Alice,serif;font-weight:700;font-size:17px;color:#14313f;margin:18px 0 6px}.test-grid{display:flex;flex-direction:column}.health-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px 24px}@media (max-width: 700px){.health-grid{grid-template-columns:1fr}}.registration-actions{display:flex;align-items:center;justify-content:space-between;margin-top:36px;padding-top:24px;border-top:1px solid #eef2f4}.registration-actions-right{display:flex;gap:12px}.btn-primary{text-transform:none!important;box-shadow:none!important;background:linear-gradient(90deg,#148cb4 35%,#00bee6)!important;color:#fff!important;border-radius:8px!important;padding:8px 22px!important}.btn-primary:hover{background:linear-gradient(90deg,#0a5a82 35%,#0082aa)!important}.btn-ghost{text-transform:none!important;border-radius:8px!important;border-color:#d7e2e6!important;color:#4a5b64!important}.btn-ghost:hover{border-color:#0e7c91!important;background:#f7fbfc!important}.success-dialog{border-radius:14px!important}.healthcare-page{font-family:Inter,Roboto,sans-serif}.healthcare-page .header{padding:24px;background:linear-gradient(to right,#f8f9fa,#e9ecef);border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.healthcare-page .header .patient-info h2{margin:0 0 5px;font-size:1.5rem;color:#0b5ed7;font-weight:600}.healthcare-page .header .patient-info p{margin:0;color:#495057;font-size:.95rem}.healthcare-page .header .summary-info p{margin:5px 0;color:#495057;font-size:.9rem}.healthcare-page .header .summary-info p:before{content:"•";color:#0b5ed7;font-weight:700;display:inline-block;width:1em;margin-left:-1em}.healthcare-page .content{display:flex;gap:24px}@media (max-width: 768px){.healthcare-page .content{flex-direction:column}}.healthcare-page .main-section{display:flex;flex-wrap:wrap;gap:24px;width:100%}.healthcare-page .main-section .encounters-header{width:100%;padding:15px 0;border-bottom:1px solid #e0e0e0}.healthcare-page .encounters-list{width:100%;max-width:350px;min-width:280px;height:calc(100vh - 300px);overflow-y:auto;padding-right:15px;scrollbar-width:thin;scrollbar-color:#0b5ed7 #f5f5f5}.healthcare-page .encounters-list::-webkit-scrollbar{width:6px}.healthcare-page .encounters-list::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}.healthcare-page .encounters-list::-webkit-scrollbar-thumb{background-color:#0b5ed7;border-radius:10px}.healthcare-page .encounters-list .encounter-item{background-color:#fff;border-radius:8px;padding:16px;margin-bottom:12px;box-shadow:0 2px 4px #0000000d;cursor:pointer;transition:all .2s ease;border-left:3px solid transparent}.healthcare-page .encounters-list .encounter-item h4{margin:0 0 10px;color:#212529;font-size:1rem;font-weight:500}.healthcare-page .encounters-list .encounter-item p{font-size:.85rem;color:#6c757d;margin:0;line-height:1.6}.healthcare-page .encounters-list .encounter-item strong{color:#495057;font-weight:500}.healthcare-page .encounters-list .encounter-item:hover{box-shadow:0 4px 8px #00000014;transform:translateY(-2px)}.healthcare-page .encounters-list .encounter-item.active{border-left:3px solid #0b5ed7;background-color:#f0f7ff}.healthcare-page .encounters-list .encounter-item.active h4{color:#0b5ed7}.healthcare-page .encounter-details{flex:1;min-width:0}.healthcare-page .encounter-details .details-content{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:24px;min-height:calc(100vh - 300px)}.healthcare-page .encounter-details .details-content .MuiTypography-h5{color:#0b5ed7;font-weight:600}.healthcare-page .encounter-details .details-content .MuiTypography-h6{color:#0b5ed7;font-size:1.1rem;font-weight:500;margin-bottom:12px}.healthcare-page .encounter-details .details-content .MuiTypography-subtitle1{color:#495057;font-weight:500;margin-top:12px}.healthcare-page .encounter-details .details-content .MuiPaper-root{border-radius:8px;box-shadow:0 1px 3px #0000000d;transition:box-shadow .2s ease;border:1px solid #f0f0f0}.healthcare-page .encounter-details .details-content .MuiPaper-root:hover{box-shadow:0 3px 6px #00000014}.healthcare-page .encounter-details .details-content .MuiTypography-body1,.healthcare-page .encounter-details .details-content .MuiTypography-body2{font-size:.9rem;line-height:1.6;color:#495057}.healthcare-page .encounter-details .details-content .MuiTypography-body1 strong,.healthcare-page .encounter-details .details-content .MuiTypography-body2 strong{color:#212529;font-weight:500}.healthcare-page .encounter-details .details-content .MuiBox-root:last-child .MuiDivider-root{display:none}.healthcare-page .encounter-details .details-content .MuiTextField-root{margin-bottom:16px}.healthcare-page .encounter-details .details-content .MuiTextField-root .MuiInputLabel-root{color:#495057}.healthcare-page .encounter-details .details-content .MuiTextField-root .MuiOutlinedInput-root{border-radius:8px}.healthcare-page .encounter-details .details-content .MuiTextField-root .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline,.healthcare-page .encounter-details .details-content .MuiTextField-root .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#0b5ed7}.healthcare-page .encounter-details .details-content .MuiButton-root{text-transform:none;font-weight:500;border-radius:8px;padding:8px 16px}.healthcare-page .encounter-details .details-content .MuiButton-root.MuiButton-contained{background-color:#0b5ed7}.healthcare-page .encounter-details .details-content .MuiButton-root.MuiButton-contained:hover{background-color:#0a58ca}.healthcare-page .encounter-details .details-content [style*="white-space: pre-line"]{font-family:Roboto Mono,monospace;font-size:.85rem;background-color:#f8f9fa;padding:12px;border-radius:6px;border:1px solid #e9ecef}.vitals-indicator{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:5px}.vitals-indicator.normal{background-color:#198754}.vitals-indicator.warning{background-color:#ffc107}.vitals-indicator.alert{background-color:#dc3545}button[startIcon]{background-color:#0b5ed7;color:#fff}button[startIcon]:hover{background-color:#0a58ca;box-shadow:0 4px 8px #0b5ed733}@media (max-width: 992px){.healthcare-page .content{flex-direction:column}.healthcare-page .encounters-list{max-width:100%;height:auto;max-height:300px}}@media print{.healthcare-page .header,.healthcare-page .encounters-list{display:none}.healthcare-page .encounter-details{width:100%}.healthcare-page .encounter-details .MuiPaper-root{box-shadow:none;border:1px solid #ddd;break-inside:avoid}.healthcare-page .encounter-details button{display:none}}.admin-sidebar-container{position:fixed;top:0;left:0;width:260px;height:100vh;background:#102a43;display:flex;flex-direction:column;overflow:hidden;z-index:50;box-sizing:border-box}.admin-sidebar-header{display:flex;align-items:center;justify-content:center;padding:16px 14px 8px}.admin-sidebar-logo{display:block;width:100%;max-width:230px;height:auto;object-fit:contain}.admin-sidebar-logo-mark{width:30px;height:30px;object-fit:contain;border-radius:6px;flex-shrink:0}.admin-sidebar-brand{font-family:Alice,serif;font-size:15px;font-weight:700;color:#102a43;white-space:nowrap;letter-spacing:.2px}.admin-sidebar-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;padding:8px 12px 24px;display:flex;flex-direction:column;gap:20px;scrollbar-width:none}.admin-sidebar-scroll::-webkit-scrollbar{display:none}.admin-sidebar-section{display:flex;flex-direction:column;gap:2px}.admin-sidebar-section-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#b8c7d9b3;padding:0 10px 8px}.admin-sidebar-link-container{display:flex;align-items:center;width:100%;min-height:48px;box-sizing:border-box;padding:11px 12px;border-radius:10px;cursor:pointer;color:#b8c7d9;transition:background .15s ease,color .15s ease,transform .15s ease}.admin-sidebar-link-container .main-menu-item-container{display:flex;align-items:center;gap:12px;min-width:0;width:100%}.admin-sidebar-link-container .admin-sidebar-icon{display:flex;align-items:center;justify-content:center;width:22px;min-width:22px;height:22px;opacity:.85;transition:opacity .15s ease,color .15s ease}.admin-sidebar-link-container .admin-sidebar-icon svg{color:#b8c7d9!important;width:22px;height:22px;transition:color .15s ease}.admin-sidebar-link-container .admin-sidebar-icon svg g{fill:#b8c7d9}.admin-sidebar-link-container .admin-sidebar-label{font-family:Lato,Arial,sans-serif;font-weight:600;font-size:14px;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-sidebar-link-container:hover{background:#193b59;color:#fff}.admin-sidebar-link-container:hover .admin-sidebar-icon{opacity:1}.admin-sidebar-link-container:hover .admin-sidebar-icon svg{color:#fff!important}.admin-sidebar-link-container:hover .admin-sidebar-icon svg g{fill:#fff}.admin-sidebar-link-container.active{background:#14b8a6;color:#fff;box-shadow:0 4px 10px #14b8a62e}.admin-sidebar-link-container.active .admin-sidebar-icon{opacity:1}.admin-sidebar-link-container.active .admin-sidebar-icon svg{color:#fff!important}.admin-sidebar-link-container.active .admin-sidebar-icon svg g{fill:#fff}.admin-sidebar-link-container.active .admin-sidebar-label{font-weight:700}.admin-sidebar-footer{flex-shrink:0;padding:12px;border-top:1px solid rgba(255,255,255,.08);background:#102a43}.admin-sidebar-user-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:#ffffff12;border:1px solid rgba(255,255,255,.06);cursor:pointer;transition:background .15s ease,border-color .15s ease}.admin-sidebar-user-card:hover{background:#193b59;border-color:#ffffff1a}.admin-sidebar-user-avatar{width:34px;height:34px;min-width:34px;border-radius:50%;background:#14b8a640;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;flex-shrink:0}.admin-sidebar-user-info{min-width:0;flex:1}.admin-sidebar-user-email{font-size:13px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-sidebar-user-role{font-size:11px;color:#ffffffa6;margin-top:2px}.contact{display:flex;flex-direction:column;align-items:center;justify-content:center}.contact_title{position:absolute;top:60px;left:280px;display:flex;align-items:center;gap:420px;margin-top:20px}.contact_title img{position:absolute;bottom:0;right:0;z-index:-1;height:50px}.contact_section{display:flex;gap:150px;margin-top:80px}.contact_left{display:flex;flex-direction:column;gap:30px}.contact_left h1{font-size:50px;font-family:500;background:linear-gradient(270deg,#df8908 80%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact_left p{font-size:18px;line-height:30px;max-width:550px}.contact_details{display:flex;flex-direction:column;font-size:20px;gap:20px}.contact_detail{display:flex;gap:20px;align-items:center}.contact_right{display:flex;flex-direction:column;align-items:start;gap:30px}.contact_right label{font-size:20px;font-weight:400}.contact_right input{border:none;padding-left:20px;width:600px;height:60px;background-color:#4c4c4f;font-family:Outfit;font-size:20px;border-radius:4px}.contact_right textarea{border:none;padding:25px;width:650px;background-color:#4c4c4f;font-family:Outfit;font-size:20px;border-radius:4px}.contact_sub{padding:13px 40px;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);cursor:pointer;border:none;color:#fff;font-size:20px;margin-bottom:50px;transition:.3s}.contact_sub:hover{transform:scale(1.1);transition:.3s}@media (max-width: 768px){.contact{margin:40px 20px;gap:40px}.contact_title h1{font-size:40px;padding:0 20px}.contact_title img{height:30px}.contact_section{flex-direction:column;gap:40px}.contact_left{gap:20px}.contact_left h1{font-size:30px}.contact_left p{font-size:16px;line-height:24px;max-width:100%}.contact_details{font-size:15px;gap:15px}.contact_details img{width:20px;height:20px}.contact_detail{flex-direction:row;gap:10px}.contact_right{width:100%;gap:10px;margin-left:20px}.contact_right label{font-size:18px}.contact_right input,.contact_right textarea{width:80%;padding:15px;font-size:16px;height:15px}.contact_right textarea{height:auto}.contact_sub{padding:10px 30px;font-size:18px;margin-bottom:30px}}.dashboard .main-content .patients-summary .chart-container .donut-chart .donut-placeholder{width:100%;height:100%;border-radius:50%;background:conic-gradient(#0b4bac,#0b4bac 45%,#f0a830 45%,#f0a830 65%,#9ab9f3 65%,#9ab9f3);position:relative}.dashboard .main-content .doctor-dashboard{background-color:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 10px #0000000d}.dashboard .main-content .doctor-dashboard .doctor-card{display:grid;grid-template-columns:40px 1fr 100px;border-bottom:1px solid #f0f3f8;gap:30px;padding-bottom:12px;cursor:pointer}.dashboard .main-content .doctor-dashboard .card-left{padding-top:8px}.dashboard .main-content .doctor-dashboard .doctor-name{font-size:16px;color:#2e70e2;font-weight:500}.dashboard .main-content .doctor-dashboard .doctor-specialization{color:#758193;font-size:14px}.dashboard .main-content .doctor-dashboard .experience-bar{margin-top:5px}.dashboard .main-content .doctor-dashboard .bar-container{background-color:#e0e0e0;height:8px;border-radius:4px;position:relative;margin-top:20px}.dashboard .main-content .doctor-dashboard .bar-fill{background-color:#0b4bac;height:100%;border-radius:4px}.dashboard .main-content .doctor-dashboard .bar-text{position:absolute;top:-20px;right:0;font-size:12px;color:#333}.dashboard .main-content .doctor-dashboard .see-all{color:#2e70e2;font-weight:500;text-align:center;margin-top:15px;cursor:pointer}.dashboard .main-content .next-doctor .doctor-details .doctor-header{display:flex;align-items:center;margin-bottom:20px}.dashboard .main-content .next-doctor .doctor-details .doctor-header .doctor-avatar{padding-top:10px;width:60px;height:60px;overflow:hidden;margin-right:4px}.dashboard .main-content .next-doctor .doctor-details .doctor-header .doctor-avatar img{width:100%;height:100%;object-fit:cover}.dashboard .main-content .next-doctor .doctor-details .doctor-header .doctor-header-info{flex:1}.dashboard .main-content .next-doctor .doctor-details .doctor-header .doctor-header-info .doctor-name{color:#2e70e2;font-weight:500;margin-bottom:5px;font-size:18px}.dashboard .main-content .next-doctor .doctor-details .doctor-header .doctor-header-info .doctor-specialization{color:#758193;font-size:14px}.dashboard .main-content .next-doctor .doctor-details .doctor-header .doctor-id{text-align:left}.dashboard .main-content .next-doctor .doctor-details .doctor-header .doctor-id div:first-child{color:#758193;font-size:14px}.dashboard .main-content .next-doctor .doctor-details .doctor-header .doctor-id div:last-child{color:#2c3e50;font-weight:500}.dashboard .main-content .next-doctor .doctor-details .doctor-data-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:15px;margin-bottom:20px}.dashboard .main-content .next-doctor .doctor-details .doctor-data-grid .data-row .data-label{color:#758193;font-size:14px;margin-bottom:5px}.dashboard .main-content .next-doctor .doctor-details .doctor-data-grid .data-row .data-value{color:#2c3e50;font-weight:500}.dashboard .main-content .next-doctor .doctor-details .doctor-skills{margin-bottom:15px}.dashboard .main-content .next-doctor .doctor-details .doctor-skills h3{font-size:16px;font-weight:500;color:#2c3e50;margin:0 0 10px}.dashboard .main-content .next-doctor .doctor-details .doctor-skills .skill-tags{display:flex;gap:10px}.dashboard .main-content .next-doctor .doctor-details .doctor-skills .skill-tags .skill-tag{padding:5px 15px;border-radius:20px;font-size:14px}.dashboard .main-content .next-doctor .doctor-details .doctor-skills .skill-tags .skill-tag.yellow{background-color:#fff5e6;color:#f0a830}.dashboard .main-content .next-doctor .doctor-details .doctor-skills .skill-tags .skill-tag.blue{background-color:#e8eef9;color:#2e70e2}.dashboard .main-content .next-doctor .doctor-details .doctor-skills .skill-tags .skill-tag.red{background-color:#ffebee;color:#f44336}.dashboard .main-content .next-doctor .doctor-details .doctor-actions{display:flex;gap:20px;margin-bottom:15px}.dashboard .main-content .next-doctor .doctor-details .doctor-actions button{padding:8px 10px;border-radius:8px;display:flex;align-items:center;border:none;cursor:pointer;font-size:14px}.dashboard .main-content .next-doctor .doctor-details .doctor-actions button i{margin-right:8px}.dashboard .main-content .next-doctor .doctor-details .doctor-actions .rating-display{display:flex;align-items:center;margin-bottom:10px}.dashboard .main-content .next-doctor .doctor-details .doctor-actions .schedule-btn,.dashboard .main-content .next-doctor .doctor-details .doctor-actions .chat-btn{background-color:#f0f3f8;color:#758193}.dashboard .main-content .next-doctor .doctor-details .chat-btn{background-color:#f0f3f8;color:#758193;padding-right:10px;cursor:pointer}.dashboard .main-content .next-doctor .doctor-details .last-notes h3{font-size:16px;font-weight:500;color:#2c3e50;margin:10 0 10px}.dashboard .bottom-row .payment-history .patient-name{margin-left:8px;color:#2e70e2;font-weight:500}._addButton_1oqdx_2{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 20px;border:none;border-radius:9px;background:linear-gradient(135deg,#1f6e71,#2aacae);color:#fff;font-family:inherit;font-size:14px;font-weight:600;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;box-shadow:0 4px 10px #1f6e712e;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease,background .15s ease}._addButton_1oqdx_2:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(180deg,#ffffff24,#fff0 55%);pointer-events:none}._addButton_1oqdx_2:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #1f6e7142}._addButton_1oqdx_2:active:not(:disabled){transform:translateY(0) scale(.97);box-shadow:0 2px 6px #1f6e7133}._addButton_1oqdx_2:focus-visible{outline:none;box-shadow:0 4px 10px #1f6e712e,0 0 0 2px #fff,0 0 0 4px #1f6e71}._addButton_1oqdx_2:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}._icon_1oqdx_59{font-size:20px!important;transition:transform .15s ease}._addButton_1oqdx_2:hover:not(:disabled) ._icon_1oqdx_59{transform:rotate(90deg)}._addButton_1oqdx_2._loading_1oqdx_70{cursor:default;pointer-events:none}._addButton_1oqdx_2._loading_1oqdx_70 ._icon_1oqdx_59,._addButton_1oqdx_2._loading_1oqdx_70 ._label_1oqdx_76{opacity:0}._spinner_1oqdx_80{position:absolute;width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:_spin_1oqdx_80 .7s linear infinite}@keyframes _spin_1oqdx_80{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){._addButton_1oqdx_2,._icon_1oqdx_59{transition:none}._addButton_1oqdx_2:hover:not(:disabled) ._icon_1oqdx_59{transform:none}._spinner_1oqdx_80{animation-duration:1.4s}}._page_1m6nx_5{height:100vh;overflow:hidden;background:#f5f8f8}._mainContent_1m6nx_14{margin-left:280px;height:100vh;padding:80px 25px 30px 5px;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;transition:margin-left .25s ease}._contentWrapper_1m6nx_28{width:100%;max-width:1500px;margin:0 auto;display:flex;flex-direction:column;flex:1;min-height:0}._pageHeader_1m6nx_41{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-shrink:0;margin-bottom:10px}._titleSection_1m6nx_50{min-width:0}._pageTitle_1m6nx_54{margin:0;color:#152325;font-size:26px;font-weight:700;line-height:1.2;letter-spacing:-.4px}._pageSubtitle_1m6nx_63{margin:6px 0 0;color:#6b7b7d;font-size:13px;line-height:1.7}._statHighlight_1m6nx_70{color:#152325;font-weight:700}._statSep_1m6nx_75{display:inline-block;margin:0 8px;color:#c6d2d2}._statActive_1m6nx_81{color:#198754;font-weight:600}._statInactive_1m6nx_86{color:#c4463a;font-weight:600}._filterBar_1m6nx_94{display:flex;align-items:center;gap:10px;flex-shrink:0;margin-bottom:10px}._searchBox_1m6nx_105{position:relative;width:320px;height:38px;display:flex;align-items:center;background:#fff;border:1px solid #dbe5e5;border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease}._searchBox_1m6nx_105:focus-within{border-color:#2aacae;box-shadow:0 0 0 3px #2aacae1a}._searchIcon_1m6nx_122{margin-left:12px;color:#7a898b;font-size:19px!important;flex-shrink:0}._searchBox_1m6nx_105 input{width:100%;height:100%;padding:0 12px 0 8px;border:none;outline:none;background:transparent;color:#152325;font-size:13.5px;font-family:inherit;box-sizing:border-box}._searchBox_1m6nx_105 input::placeholder{color:#9aa6a8}._statusSelect_1m6nx_149{height:38px;min-width:140px;padding:0 32px 0 12px;border:1px solid #dbe5e5;border-radius:8px;background-color:#fff;color:#263638;font-size:13.5px;font-family:inherit;outline:none;cursor:pointer}._statusSelect_1m6nx_149:focus{border-color:#2aacae;box-shadow:0 0 0 3px #2aacae1a}._tableCard_1m6nx_171{width:100%;flex:0 1 auto;min-height:0;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}._staffCell_1m6nx_188{display:flex;align-items:center;gap:10px;min-width:0}._staffInfo_1m6nx_195{min-width:0}._staffName_1m6nx_199{color:#152325;font-size:13.5px;font-weight:600;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._staffSubText_1m6nx_209{margin-top:1px;color:#718082;font-size:10.5px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._normalText_1m6nx_222{color:#263638;font-size:13.5px;font-weight:400;white-space:nowrap}._actionButtons_1m6nx_232{display:flex;align-items:center;justify-content:center;gap:5px}._iconButton_1m6nx_239{width:28px!important;height:28px!important;color:#1f6e71!important;background:#e8f4f4!important;border-radius:7px!important;transition:background-color .2s ease,transform .15s ease}._iconButton_1m6nx_239:hover{background:#d6eeee!important;transform:translateY(-1px)}@media (max-width: 1200px){._mainContent_1m6nx_14{margin-left:240px;padding-left:22px;padding-right:22px}._pageTitle_1m6nx_54{font-size:24px}._searchBox_1m6nx_105{width:280px}}@media (max-width: 900px){._mainContent_1m6nx_14{margin-left:80px;padding-left:18px;padding-right:18px}._pageHeader_1m6nx_41{align-items:flex-start;flex-direction:column}._filterBar_1m6nx_94{width:100%;flex-wrap:wrap}._searchBox_1m6nx_105{flex:1;min-width:220px;width:auto}}@media (max-width: 600px){._mainContent_1m6nx_14{height:auto;overflow:visible;display:block;padding-top:74px;padding-left:12px;padding-right:12px}._contentWrapper_1m6nx_28{display:block;flex:none}._tableCard_1m6nx_171{display:block;flex:none;border-radius:10px}._pageTitle_1m6nx_54{font-size:21px}._pageSubtitle_1m6nx_63{font-size:12px}._filterBar_1m6nx_94{flex-direction:column;align-items:stretch}._searchBox_1m6nx_105,._statusSelect_1m6nx_149{width:100%}}._page_42fx0_4{height:100vh;overflow:hidden;background:#f5f8f8}._mainContent_42fx0_13{margin-left:280px;height:100vh;padding:80px 25px 30px 5px;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;transition:margin-left .25s ease}._contentWrapper_42fx0_27{width:100%;max-width:1500px;margin:0 auto;display:flex;flex-direction:column;flex:1;min-height:0}._pageHeader_42fx0_40{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-shrink:0;margin-bottom:10px}._titleSection_42fx0_49{min-width:0}._pageTitle_42fx0_53{margin:0;color:#152325;font-size:26px;font-weight:700;line-height:1.2;letter-spacing:-.4px}._pageSubtitle_42fx0_62{margin:6px 0 0;color:#6b7b7d;font-size:13px;line-height:1.7}._statHighlight_42fx0_69{color:#152325;font-weight:700}._statSep_42fx0_74{display:inline-block;margin:0 8px;color:#c6d2d2}._statActive_42fx0_80{color:#198754;font-weight:600}._statInactive_42fx0_85{color:#c4463a;font-weight:600}._filterBar_42fx0_93{display:flex;align-items:center;gap:10px;flex-shrink:0;margin-bottom:10px}._searchBox_42fx0_104{position:relative;width:320px;height:38px;display:flex;align-items:center;background:#fff;border:1px solid #dbe5e5;border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease}._searchBox_42fx0_104:focus-within{border-color:#2aacae;box-shadow:0 0 0 3px #2aacae1a}._searchIcon_42fx0_121{margin-left:12px;color:#7a898b;font-size:19px!important;flex-shrink:0}._searchBox_42fx0_104 input{width:100%;height:100%;padding:0 12px 0 8px;border:none;outline:none;background:transparent;color:#152325;font-size:13.5px;font-family:inherit;box-sizing:border-box}._searchBox_42fx0_104 input::placeholder{color:#9aa6a8}._statusSelect_42fx0_148{height:38px;min-width:140px;padding:0 32px 0 12px;border:1px solid #dbe5e5;border-radius:8px;background-color:#fff;color:#263638;font-size:13.5px;font-family:inherit;outline:none;cursor:pointer}._statusSelect_42fx0_148:focus{border-color:#2aacae;box-shadow:0 0 0 3px #2aacae1a}._tableCard_42fx0_173{width:100%;flex:1 1 auto;min-height:0;box-sizing:border-box;display:flex;flex-direction:column;background:#fff;border:1px solid #e0e9e9;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #1523250a}._doctorCell_42fx0_191{display:flex;align-items:center;gap:10px;min-width:0}._doctorInfo_42fx0_198{min-width:0}._doctorName_42fx0_202{color:#152325;font-size:13.5px;font-weight:600;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._doctorSubText_42fx0_212{margin-top:1px;color:#718082;font-size:10.5px;line-height:1.25;white-space:nowrap}._normalText_42fx0_220{color:#263638;font-size:13.5px;font-weight:400;white-space:nowrap}._feeText_42fx0_227{color:#263638;font-size:13.5px;font-weight:600;white-space:nowrap}._actionButtons_42fx0_237{display:flex;align-items:center;justify-content:center;gap:5px}._iconButton_42fx0_244{width:28px!important;height:28px!important;color:#1f6e71!important;background:#e8f4f4!important;border-radius:7px!important;transition:background-color .2s ease,transform .15s ease}._iconButton_42fx0_244:hover{background:#d6eeee!important;transform:translateY(-1px)}._iconButtonSecondary_42fx0_258{width:28px!important;height:28px!important;color:#276fc2!important;background:#edf4fc!important;border-radius:7px!important;transition:background-color .2s ease,transform .15s ease}._iconButtonSecondary_42fx0_258:hover{background:#dcebf9!important;transform:translateY(-1px)}@media (max-width: 1200px){._mainContent_42fx0_13{margin-left:240px;padding-left:22px;padding-right:22px}._pageTitle_42fx0_53{font-size:24px}._searchBox_42fx0_104{width:280px}}@media (max-width: 900px){._mainContent_42fx0_13{margin-left:80px;padding-left:18px;padding-right:18px}._pageHeader_42fx0_40{align-items:flex-start;flex-direction:column}._filterBar_42fx0_93{width:100%;flex-wrap:wrap}._searchBox_42fx0_104{flex:1;min-width:220px;width:auto}}@media (max-width: 600px){._mainContent_42fx0_13{height:auto;overflow:visible;display:block;padding-top:74px;padding-left:12px;padding-right:12px}._contentWrapper_42fx0_27{display:block;flex:none}._tableCard_42fx0_173{display:block;flex:none;border-radius:10px}._pageTitle_42fx0_53{font-size:21px}._pageSubtitle_42fx0_62{font-size:12px}._filterBar_42fx0_93{flex-direction:column;align-items:stretch}._searchBox_42fx0_104,._statusSelect_42fx0_148{width:100%}}._page_adc3m_5{height:100vh;overflow:hidden;background:#f5f8f8}._mainContent_adc3m_14{margin-left:280px;height:100vh;padding:80px 32px 80px 15px;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;transition:margin-left .25s ease}._contentWrapper_adc3m_31{width:100%;max-width:1500px;margin:0 auto;display:flex;flex-direction:column;flex:1;min-height:0}._pageHeader_adc3m_44{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-shrink:0;margin-bottom:10px}._titleSection_adc3m_53{min-width:0}._pageTitle_adc3m_57{margin:0;color:#152325;font-size:26px;font-weight:700;line-height:1.2;letter-spacing:-.4px}._pageSubtitle_adc3m_66{margin:6px 0 0;color:#6b7b7d;font-size:13px;line-height:1.7}._statHighlight_adc3m_73{color:#152325;font-weight:700}._filterBar_adc3m_81{display:flex;align-items:center;gap:10px;flex-shrink:0;margin-bottom:10px}._searchBox_adc3m_92{position:relative;width:320px;height:38px;display:flex;align-items:center;background:#fff;border:1px solid #dbe5e5;border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease}._searchBox_adc3m_92:focus-within{border-color:#2aacae;box-shadow:0 0 0 3px #2aacae1a}._searchIcon_adc3m_109{margin-left:12px;color:#7a898b;font-size:19px!important;flex-shrink:0}._searchBox_adc3m_92 input{width:100%;height:100%;padding:0 12px 0 8px;border:none;outline:none;background:transparent;color:#152325;font-size:13.5px;font-family:inherit;box-sizing:border-box}._searchBox_adc3m_92 input::placeholder{color:#9aa6a8}._tableCard_adc3m_136{width:100%;flex:0 1 auto;min-height:0;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}._testNameCell_adc3m_153{min-width:0}._testName_adc3m_153{color:#152325;font-size:13.5px;font-weight:600;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._testSubText_adc3m_167{margin-top:1px;color:#718082;font-size:10.5px;line-height:1.25;white-space:nowrap}._normalText_adc3m_178{color:#263638;font-size:13.5px;font-weight:400;white-space:nowrap}._chargeText_adc3m_188{color:#263638;font-size:13.5px;font-weight:600;white-space:nowrap}._descriptionText_adc3m_198{display:block;color:#263638;font-size:13.5px!important;font-weight:400;max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._actionButtons_adc3m_212{display:flex;align-items:center;justify-content:center;gap:5px}._iconButton_adc3m_219{width:28px!important;height:28px!important;color:#1f6e71!important;background:#e8f4f4!important;border-radius:7px!important;transition:background-color .2s ease,transform .15s ease}._iconButton_adc3m_219:hover{background:#d6eeee!important;transform:translateY(-1px)}@media (max-width: 1200px){._mainContent_adc3m_14{margin-left:240px;padding-left:22px;padding-right:22px}._pageTitle_adc3m_57{font-size:24px}._searchBox_adc3m_92{width:280px}}@media (max-width: 900px){._mainContent_adc3m_14{margin-left:80px;padding-left:18px;padding-right:18px}._pageHeader_adc3m_44{align-items:flex-start;flex-direction:column}._filterBar_adc3m_81{width:100%;flex-wrap:wrap}._searchBox_adc3m_92{flex:1;min-width:220px;width:auto}}@media (max-width: 600px){._mainContent_adc3m_14{height:auto;overflow:visible;display:block;padding-top:74px;padding-left:12px;padding-right:12px}._contentWrapper_adc3m_31{display:block;flex:none}._tableCard_adc3m_136{display:block;flex:none;border-radius:10px}._pageTitle_adc3m_57{font-size:21px}._pageSubtitle_adc3m_66{font-size:12px}._filterBar_adc3m_81{flex-direction:column;align-items:stretch}._searchBox_adc3m_92{width:100%}}._page_2syg8_8{height:100vh;overflow:hidden;background:#f5f8f8}._mainContent_2syg8_14{margin-left:280px;height:100vh;padding:80px 25px 65px 5px;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;transition:margin-left .25s ease}._contentWrapper_2syg8_31{width:100%;max-width:1500px;margin:0 auto;display:flex;flex-direction:column;flex:1;min-height:0}._pageHeader_2syg8_44{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-shrink:0;margin-bottom:10px}._titleSection_2syg8_53{min-width:0}._titleWithIcon_2syg8_57{display:flex;align-items:center;gap:12px}._pageIcon_2syg8_63{width:44px;height:44px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(135deg,#1f6e71,#2aacae);color:#fff;box-shadow:0 4px 12px #1f6e712e}._pageIcon_2syg8_63 svg{font-size:24px}._pageTitle_2syg8_80{margin:0;color:#152325;font-size:26px;font-weight:700;line-height:1.2;letter-spacing:-.4px}._pageSubtitle_2syg8_89{margin:6px 0 0;color:#6b7b7d;font-size:13px;line-height:1.7}._statHighlight_2syg8_96{color:#152325;font-weight:700}._statSep_2syg8_101{display:inline-block;margin:0 8px;color:#c6d2d2}._statActive_2syg8_107{color:#198754;font-weight:600}._filterBar_2syg8_115{display:flex;align-items:center;gap:10px;flex-shrink:0;margin-bottom:10px}._searchBox_2syg8_126{position:relative;width:340px;height:38px;display:flex;align-items:center;background:#fff;border:1px solid #dbe5e5;border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease}._searchBox_2syg8_126:focus-within{border-color:#2aacae;box-shadow:0 0 0 3px #2aacae1a}._searchIcon_2syg8_143{margin-left:12px;color:#7a898b;font-size:19px!important;flex-shrink:0}._searchBox_2syg8_126 input{width:100%;height:100%;padding:0 12px 0 8px;border:none;outline:none;background:transparent;color:#152325;font-size:13.5px;font-family:inherit;box-sizing:border-box}._searchBox_2syg8_126 input::placeholder{color:#9aa6a8}._tableCard_2syg8_174{width:100%;flex:0 1 auto;min-height:0;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}._patientCell_2syg8_191{display:flex;align-items:center;gap:10px;min-width:0}._patientInfo_2syg8_198{min-width:0}._patientName_2syg8_202{color:#152325;font-size:13.5px;font-weight:600;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._patientSubText_2syg8_212{margin-top:1px;color:#718082;font-size:10.5px;line-height:1.25;white-space:nowrap}@media (max-width: 1200px){._mainContent_2syg8_14{margin-left:240px;padding-left:22px;padding-right:22px}._pageTitle_2syg8_80{font-size:24px}._searchBox_2syg8_126{width:300px}}@media (max-width: 900px){._mainContent_2syg8_14{margin-left:80px;padding-left:18px;padding-right:18px}._pageHeader_2syg8_44{align-items:flex-start;flex-direction:column}._filterBar_2syg8_115{width:100%;flex-wrap:wrap}._searchBox_2syg8_126{flex:1;min-width:220px;width:auto}}@media (max-width: 600px){._mainContent_2syg8_14{height:auto;overflow:visible;display:block;padding-top:74px;padding-left:12px;padding-right:12px}._contentWrapper_2syg8_31{display:block;flex:none}._tableCard_2syg8_174{display:block;flex:none;border-radius:10px}._titleWithIcon_2syg8_57{gap:9px}._pageIcon_2syg8_63{width:40px;height:40px;border-radius:10px}._pageIcon_2syg8_63 svg{font-size:22px}._pageTitle_2syg8_80{font-size:21px}._pageSubtitle_2syg8_89{font-size:12px}._filterBar_2syg8_115{flex-direction:column;align-items:stretch}._searchBox_2syg8_126{width:100%}}._listTitle_1b4dv_4{margin:0 0 14px;color:#152325;font-size:18px;font-weight:700;line-height:1.2}._nameCell_1b4dv_15{display:flex;align-items:center;gap:10px;min-width:0}._nameText_1b4dv_22{color:#152325;font-size:13.5px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._datesCell_1b4dv_34{display:flex;flex-wrap:wrap;gap:6px}._dateChip_1b4dv_40{padding:3px 8px;border-radius:6px;background:#eef2f2;color:#344b4d;font-size:12px;font-weight:500;white-space:nowrap}._normalText_1b4dv_50{color:#263638;font-size:13.5px;font-weight:400}._iconButton_1b4dv_59{width:28px!important;height:28px!important;color:#1f6e71!important;background:#e8f4f4!important;border-radius:7px!important;transition:background-color .2s ease,transform .15s ease}._iconButton_1b4dv_59:hover{background:#d6eeee!important;transform:translateY(-1px)}._page_11xii_8{width:100%;height:100vh;background:#f5f8f8;overflow:hidden;box-sizing:border-box}._mainContent_11xii_16{margin-left:var(--sidebar-width, 240px);width:calc(100% - var(--sidebar-width, 240px));height:100vh;box-sizing:border-box;display:flex;flex-direction:column;padding-top:80px;overflow:hidden}._contentWrapper_11xii_27{width:100%;max-width:1500px;margin:0 auto;padding:32px 40px 50px;box-sizing:border-box;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}._pageHeader_11xii_43{width:100%;flex-shrink:0;margin-bottom:24px;box-sizing:border-box}._pageTitle_11xii_50{margin:0;color:#172b2d;font-size:32px;line-height:1.2;font-weight:700;letter-spacing:-.5px}._pageSubtitle_11xii_59{margin:8px 0 0;color:#718082;font-size:15px}._managementCard_11xii_70{width:100%;flex-shrink:0;box-sizing:border-box;background:#fff;border:1px solid #e2eaea;border-radius:14px;padding:24px;box-shadow:0 3px 14px #1f6e710f;overflow:hidden}._tabsAndFilter_11xii_85{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;box-sizing:border-box;min-width:0}._tabsWrapper_11xii_95{display:flex;flex:0 0 auto;gap:4px;padding:4px;background:#f0f5f5;border-radius:10px;box-sizing:border-box}._tabButton_11xii_105{border:none;outline:none;min-width:120px;height:42px;padding:0 24px;border-radius:8px;background:transparent;color:#667678;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}._tabButton_11xii_105:hover{background:#e4eeee;color:#1f6e71}._activeTab_11xii_125{background:#fff;color:#1f6e71;box-shadow:0 2px 8px #00000014}._filterWrapper_11xii_134{width:320px;max-width:100%;flex:0 1 320px;min-width:0}._filterWrapper_11xii_134 ._MuiAutocomplete-root_11xii_141{width:100%}._calendarSection_11xii_148{width:100%;margin-top:28px;padding-top:26px;border-top:1px solid #e7eeee;box-sizing:border-box}._calendarHeader_11xii_156{margin-bottom:20px}._sectionTitle_11xii_160{margin:0;color:#172b2d;font-size:20px;font-weight:700}._sectionSubtitle_11xii_167{margin:6px 0 0;color:#718082;font-size:14px;line-height:1.5}._calendarContent_11xii_174{width:100%;display:flex;align-items:center;gap:45px;box-sizing:border-box;min-width:0}._calendarWrapper_11xii_183{flex:0 0 auto;max-width:100%}._calendarInfo_11xii_188{display:flex;align-items:flex-start;gap:12px;max-width:300px;padding:18px;border-radius:10px;background:#f3f8f8;color:#526466;font-size:14px;line-height:1.6;box-sizing:border-box}._calendarInfo_11xii_188 strong{display:block;margin-bottom:5px;color:#263b3d}._calendarInfo_11xii_188 p{margin:0}._infoIcon_11xii_212{font-size:18px}._selectedDatesSection_11xii_219{width:100%;margin-top:24px;padding-top:24px;border-top:1px solid #e7eeee;box-sizing:border-box}._selectedDatesHeader_11xii_227{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px}._selectedDatesHeader_11xii_227 h3{margin:0;font-size:17px;color:#263b3d}._selectedDatesHeader_11xii_227 span{flex-shrink:0;padding:5px 11px;border-radius:20px;background:#e6f5f5;color:#1f6e71;font-size:13px;font-weight:600}._selectedDatesList_11xii_251{display:flex;flex-wrap:wrap;gap:10px;width:100%}._dateChip_11xii_258{display:inline-flex;align-items:center;gap:4px;padding:5px 7px 5px 12px;border:1px solid #d8e7e7;border-radius:8px;background:#f8fbfb;color:#344b4d;font-size:14px}._deleteDateButton_11xii_270{width:28px!important;height:28px!important}._deleteDateButton_11xii_270 svg{color:#d9534f}._noDates_11xii_279{padding:10px 0;color:#899596;font-size:14px}._submitWrapper_11xii_288{display:flex;justify-content:flex-end;margin-top:22px}._submitButton_11xii_294{min-width:140px!important;height:42px!important;border-radius:8px!important;background:#1f6e71!important;text-transform:none!important;font-size:14px!important;font-weight:600!important;box-shadow:none!important}._submitButton_11xii_294:hover{background:#18595c!important}._leaveListCard_11xii_316{width:100%;margin-top:24px;box-sizing:border-box;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}@media (max-width: 1000px){._contentWrapper_11xii_27{padding:28px 24px 40px}._tabsAndFilter_11xii_85{align-items:stretch;flex-direction:column}._tabsWrapper_11xii_95{width:100%}._tabButton_11xii_105{flex:1}._filterWrapper_11xii_134{width:100%;flex-basis:auto}._calendarContent_11xii_174{gap:25px}}@media (max-width: 700px){._page_11xii_8{height:auto;overflow:visible}._mainContent_11xii_16{margin-left:0;width:100%;height:auto;overflow:visible}._contentWrapper_11xii_27{display:block;flex:none;overflow:visible;padding:20px 14px 30px}._pageTitle_11xii_50{font-size:27px}._pageSubtitle_11xii_59{font-size:13px}._managementCard_11xii_70,._leaveListCard_11xii_316{padding:16px;border-radius:10px}._leaveListCard_11xii_316{display:block;flex:none}._tabsWrapper_11xii_95{width:100%}._tabButton_11xii_105{min-width:0;width:50%;padding:0 10px}._calendarContent_11xii_174{flex-direction:column;align-items:flex-start}._calendarInfo_11xii_188{width:100%;max-width:none}._submitWrapper_11xii_288{justify-content:stretch}._submitButton_11xii_294{width:100%}}.page{width:100%;height:100vh;margin:0;padding:0;overflow:hidden;background:#f5f8f8}.mainContent{width:100%;height:calc(100vh - 70px);min-height:0;overflow:hidden;box-sizing:border-box}.patientContent{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;margin:0 auto}.patientHeader{flex-shrink:0;margin-bottom:16px}.patientError{flex-shrink:0;margin-bottom:12px;padding:12px 16px;border-radius:10px;background:#fbeae8;border:1px solid #f1c7c3}.patientStats{flex-shrink:0;margin-bottom:12px;display:flex;gap:8px;flex-wrap:wrap}.patientFilters{flex-shrink:0;margin-bottom:12px}.patientTableArea,.patientTableWrapper{flex:1 1 0;min-height:0;width:100%;overflow:hidden;display:flex;flex-direction:column}@media (max-width: 900px){.page,.mainContent,.patientContent,.patientTableArea{overflow:hidden}}.dashboard{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#fff;padding:20px;margin-left:250px}.dashboard .dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.dashboard .dashboard-header h1{color:#2c3e50;font-size:24px;font-weight:600;margin:0}.dashboard .dashboard-header .dashboard-actions{display:flex;align-items:center;gap:15px}.dashboard .dashboard-header .dashboard-actions .icon{width:40px;height:40px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#758193;box-shadow:0 2px 5px #0000000d}.dashboard .dashboard-header .dashboard-actions .search-bar{background-color:#fff;display:flex;align-items:center;padding:8px 15px;border-radius:8px;box-shadow:0 2px 5px #0000000d}.dashboard .dashboard-header .dashboard-actions .search-bar i{color:#758193;margin-right:10px}.dashboard .dashboard-header .dashboard-actions .search-bar input{border:none;outline:none;background:transparent;width:150px;color:#758193}.dashboard .dashboard-header .dashboard-actions .search-bar input::placeholder{color:#b4c0d3}.dashboard .dashboard-header .dashboard-actions .menu-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#758193}.dashboard .stats-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}.dashboard .stats-cards .stat-card{background-color:#fff;border-radius:12px;padding:20px;display:flex;align-items:center;box-shadow:0 2px 10px #0000000d}.dashboard .stats-cards .stat-card .stat-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;margin-right:15px}.dashboard .stats-cards .stat-card .stat-icon.blue{background-color:#0b4bac;color:#fff}.dashboard .stats-cards .stat-card .stat-icon .download-icon{filter:brightness(0) invert(1);width:40px;height:40px}.dashboard .stats-cards .stat-card .stat-info{flex:1}.dashboard .stats-cards .stat-card .stat-info h2{font-size:16px;font-weight:500;color:#758193;margin:0 0 5px}.dashboard .stats-cards .stat-card .stat-info .stat-value{font-size:28px;font-weight:600;color:#2c3e50}.dashboard .stats-cards .stat-card .stat-info .stat-date{font-size:14px;color:#758193;margin-top:5px}.dashboard .main-content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-bottom:20px}.dashboard .main-content h2{font-size:18px;font-weight:600;color:#2c3e50;margin:0 0 15px}.dashboard .main-content .patients-summary{background-color:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 10px #0000000d}.dashboard .main-content .patients-summary .chart-container{display:flex;flex-direction:column;align-items:center}.dashboard .main-content .patients-summary .chart-container .donut-chart{width:200px;height:200px;position:relative}.dashboard .main-content .patients-summary .chart-container .donut-chart .donut-placeholder{width:100%;height:100%;border-radius:50%;background:conic-gradient(#0b4bac,#0b4bac 40%,#f0a830 40%,#f0a830 65%,#9ab9f3 65%,#9ab9f3);position:relative}.dashboard .main-content .patients-summary .chart-container .donut-chart .donut-placeholder:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;height:60%;background-color:#fff;border-radius:50%}.dashboard .main-content .patients-summary .chart-container .chart-legend{margin-top:20px;width:100%}.dashboard .main-content .patients-summary .chart-container .chart-legend .legend-item{display:flex;align-items:center;margin-bottom:8px}.dashboard .main-content .patients-summary .chart-container .chart-legend .legend-item .legend-color{width:15px;height:15px;margin-right:10px}.dashboard .main-content .patients-summary .chart-container .chart-legend .legend-item .legend-color.light-blue{background-color:#9ab9f3}.dashboard .main-content .patients-summary .chart-container .chart-legend .legend-item .legend-color.orange{background-color:#f0a830}.dashboard .main-content .patients-summary .chart-container .chart-legend .legend-item .legend-color.blue{background-color:#0b4bac}.dashboard .main-content .today-appointments{background-color:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 10px #0000000d}.dashboard .main-content .today-appointments .appointment-header{display:grid;grid-template-columns:1fr 80px 90px;font-weight:500;color:#758193;margin-bottom:15px;text-align:center}.dashboard .main-content .today-appointments .appointment-item{display:grid;grid-template-columns:1fr 80px 90px;align-items:center;padding:10px 0;border-bottom:1px solid #f0f3f8}.dashboard .main-content .today-appointments .appointment-item .patient-avatar{margin-top:14px;margin-right:8px;width:auto;height:auto;overflow:hidden}.dashboard .main-content .today-appointments .appointment-item .patient-avatar img{width:100%;height:100%;object-fit:cover}.dashboard .main-content .today-appointments .appointment-item .patient-info .patient-name{color:#2e70e2;font-weight:500;margin-bottom:5px}.dashboard .main-content .today-appointments .appointment-item .patient-info .patient-diagnosis{color:#758193;font-size:14px}.dashboard .main-content .today-appointments .appointment-item .mode{text-align:center;color:#2e70e2}.dashboard .main-content .today-appointments .appointment-item .mode.offline{color:#2c3e50}.dashboard .main-content .today-appointments .appointment-item .appointment-time{background-color:#e8eef9;color:#2e70e2;padding:5px 10px;border-radius:4px;text-align:center;font-size:14px}.dashboard .main-content .today-appointments .appointment-item .appointment-time.ongoing{background-color:#f0f3f8;color:#758193}.dashboard .main-content .today-appointments .see-all{color:#2e70e2;font-weight:500;text-align:center;margin-top:15px;cursor:pointer}.dashboard .main-content .next-patient{background-color:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 10px #0000000d}.dashboard .main-content .next-patient .patient-details .patient-header{display:flex;align-items:center;margin-bottom:20px}.dashboard .main-content .next-patient .patient-details .patient-header .patient-avatar{width:60px;height:60px;overflow:hidden;margin-right:4px}.dashboard .main-content .next-patient .patient-details .patient-header .patient-avatar img{width:100%;height:100%;object-fit:cover}.dashboard .main-content .next-patient .patient-details .patient-header .patient-header-info{flex:1}.dashboard .main-content .next-patient .patient-details .patient-header .patient-header-info .patient-name{color:#2e70e2;font-weight:500;margin-bottom:5px}.dashboard .main-content .next-patient .patient-details .patient-header .patient-header-info .patient-type{color:#758193;font-size:14px}.dashboard .main-content .next-patient .patient-details .patient-header .patient-id{text-align:right}.dashboard .main-content .next-patient .patient-details .patient-header .patient-id div:first-child{color:#758193;font-size:14px}.dashboard .main-content .next-patient .patient-details .patient-header .patient-id div:last-child{color:#2c3e50;font-weight:500}.dashboard .main-content .next-patient .patient-details .patient-data-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:15px;margin-bottom:20px}.dashboard .main-content .next-patient .patient-details .patient-data-grid .data-row .data-label{color:#758193;font-size:14px;margin-bottom:5px}.dashboard .main-content .next-patient .patient-details .patient-data-grid .data-row .data-value{color:#2c3e50;font-weight:500}.dashboard .main-content .next-patient .patient-details .patient-history{margin-bottom:15px}.dashboard .main-content .next-patient .patient-details .patient-history h3{font-size:16px;font-weight:500;color:#2c3e50;margin:0 0 10px}.dashboard .main-content .next-patient .patient-details .patient-history .condition-tags{display:flex;gap:10px}.dashboard .main-content .next-patient .patient-details .patient-history .condition-tags .condition-tag{padding:5px 15px;border-radius:20px;font-size:14px}.dashboard .main-content .next-patient .patient-details .patient-history .condition-tags .condition-tag.yellow{background-color:#fff5e6;color:#f0a830}.dashboard .main-content .next-patient .patient-details .patient-history .condition-tags .condition-tag.blue{background-color:#e8eef9;color:#2e70e2}.dashboard .main-content .next-patient .patient-details .patient-history .condition-tags .condition-tag.red{background-color:#ffebee;color:#f44336}.dashboard .main-content .next-patient .patient-details .patient-actions{display:flex;gap:10px;margin-bottom:15px}.dashboard .main-content .next-patient .patient-details .patient-actions button{padding:8px 15px;border-radius:8px;display:flex;align-items:center;border:none;cursor:pointer;font-size:14px}.dashboard .main-content .next-patient .patient-details .patient-actions button i{margin-right:8px}.dashboard .main-content .next-patient .patient-details .patient-actions .phone-btn{background-color:#2e70e2;color:#fff;width:"10px"}.dashboard .main-content .next-patient .patient-details .patient-actions .document-btn,.dashboard .main-content .next-patient .patient-details .patient-actions .chat-btn{background-color:#f0f3f8;color:#758193}.dashboard .main-content .next-patient .patient-details .last-prescriptions h3{font-size:16px;font-weight:500;color:#2c3e50;margin:0 0 10px}.dashboard .bottom-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.dashboard .bottom-row h2{font-size:18px;font-weight:600;color:#2c3e50;margin:0 0 15px}.dashboard .bottom-row .patients-review{background-color:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 10px #0000000d}.dashboard .bottom-row .patients-review .review-bars .review-bar{display:flex;align-items:center;margin-bottom:15px}.dashboard .bottom-row .patients-review .review-bars .review-bar .review-level{width:80px;color:#758193;font-size:14px}.dashboard .bottom-row .patients-review .review-bars .review-bar .bar-container{flex:1;height:6px;background-color:#f0f3f8;border-radius:3px}.dashboard .bottom-row .patients-review .review-bars .review-bar .bar-container .bar{height:100%;border-radius:3px}.dashboard .bottom-row .patients-review .review-bars .review-bar .bar-container .bar.blue{background-color:#2e70e2}.dashboard .bottom-row .patients-review .review-bars .review-bar .bar-container .bar.green{background-color:#4caf50}.dashboard .bottom-row .patients-review .review-bars .review-bar .bar-container .bar.orange{background-color:#f0a830}.dashboard .bottom-row .patients-review .review-bars .review-bar .bar-container .bar.teal{background-color:#26a69a}.dashboard .bottom-row .payment-history{background-color:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 10px #0000000d}.dashboard .bottom-row .payment-history .payment-header{display:grid;grid-template-columns:1fr 100px 100px;font-weight:500;color:#758193;margin-bottom:15px;text-align:center}.dashboard .bottom-row .payment-history .patient-name{color:#2e70e2;font-weight:500}.dashboard .bottom-row .payment-history .payment-item{display:grid;grid-template-columns:1fr 100px 100px;align-items:center;padding:10px 0;border-bottom:1px solid #f0f3f8;text-align:center}.dashboard .bottom-row .payment-history .amount{font-weight:500}.dashboard .bottom-row .payment-history .patient-info{display:flex;align-items:center}.dashboard .bottom-row .payment-history .see-all{color:#2e70e2;font-weight:500;text-align:center;margin-top:15px;cursor:pointer}.dashboard .bottom-row .calendar{background-color:f5f7fc;border-radius:12px;padding:20px;box-shadow:0 2px 10px #0000000d}.dashboard .bottom-row .calendar .calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.dashboard .bottom-row .calendar .calendar-header .month{color:#758193;font-size:14px}.dashboard .bottom-row .calendar .calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.dashboard .bottom-row .calendar .calendar-grid .day-name{color:#758193;margin-bottom:2px;text-align:center}.dashboard .bottom-row .calendar .calendar-grid .calendar-day{display:flex;flex-direction:column;align-items:center;padding:8px 0;border-radius:8px}.dashboard .bottom-row .calendar .calendar-grid .calendar-day.current{background-color:#2e70e2;color:#fff}.dashboard .bottom-row .calendar .calendar-grid .calendar-day .leave{display:flex;flex-wrap:nowrap;padding:0 2px;border-radius:2px;font-size:10px;background-color:#fff5e6;color:#f0a830}.dashboard .bottom-row .calendar .calendar-grid .calendar-day .leave.third-row{color:#e6d3b6}.dashboard .bottom-row .calendar .calendar-grid .calendar-day .day-number{font-weight:500}.dashboard .bottom-row .calendar .calendar-grid .calendar-day .day-number.third-row{color:#d3d9e4}.dashboard .bottom-row .calendar .calendar-grid .calendar-day .total-appointments{font-size:11px;color:#a9a9a9}.dashboard .bottom-row .calendar .calendar-grid .calendar-day .total-appointments.third-row{color:#d3d9e4}.dashboard .bottom-row .calendar .calendar-grid .calendar-day.current .total-appointments,.dashboard .bottom-row .calendar .calendar-grid .calendar-day.current .leave,.dashboard .bottom-row .calendar .calendar-grid .calendar-day.current .day-number{background-color:#2e70e2;color:#fff}@media (max-width: 1200px){.dashboard .main-content,.dashboard .bottom-row{grid-template-columns:1fr 1fr}.dashboard .next-patient{grid-column:span 2}}@media (max-width: 768px){.dashboard .stats-cards,.dashboard .main-content,.dashboard .bottom-row{grid-template-columns:1fr}.dashboard .next-patient{grid-column:auto}.dashboard .dashboard-header{flex-direction:column;align-items:flex-start}.dashboard .dashboard-header .dashboard-actions{width:100%;margin-top:15px;justify-content:space-between}}:root{--header-height: 80px;--header-height-mobile: 64px}html,body,#root{margin:0;padding:0;width:100%;height:100%}*{box-sizing:border-box}.doctor-history-page{height:100vh;max-height:100vh;padding-top:var(--header-height);min-height:0;min-width:0;overflow:hidden;background:#f5f8f8;display:flex;flex-direction:column}.doctor-history-content{width:100%;height:100%;min-height:0;min-width:0;overflow:hidden;display:flex;flex-direction:column;padding-top:20px;padding-bottom:10px}.doctor-history-top{flex:0 0 auto;width:100%;min-width:0;overflow:visible}.doctor-history-table-area,.doctor-history-table-wrap{flex:1 1 auto;width:100%;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.doctor-history-refresh-row{flex:0 0 auto;height:52px;min-height:52px;display:flex;align-items:center;justify-content:flex-end;padding:6px 0 4px}@media (max-width: 768px){.doctor-history-page{height:100vh;max-height:100vh;padding-top:var(--header-height-mobile)}.doctor-history-content{padding-top:14px;padding-bottom:6px}.doctor-history-refresh-row{height:46px;min-height:46px}}.doctor-profile{width:100%}.doctor-profile .back-button-wrapper{margin-bottom:20px;display:flex;align-items:center}.doctor-profile .back-button{text-transform:none;font-weight:600;font-size:14px;border-radius:8px;padding:8px 16px;min-height:40px;border:1px solid #1976d2;color:#1976d2;background-color:#fff;transition:all .2s ease}.doctor-profile .back-button:hover{background-color:#e3f2fd;border-color:#1565c0}.doctor-profile .profile-card{padding:2rem;height:100%}.doctor-profile .profile-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem}.doctor-profile .profile-avatar{width:150px;height:150px;margin-bottom:1rem;box-shadow:0 4px 12px #0000001a}.doctor-profile .doctor-name{margin:1rem 0 .5rem;font-weight:600}.doctor-profile .rating-box{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.doctor-profile .rating-box .star-icon{color:gold}.doctor-profile .divider{margin:1.5rem 0}.doctor-profile .contact-list{margin-bottom:1.5rem}.doctor-profile .languages-box .language-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.doctor-profile .languages-box .language-chip{border-radius:16px}.doctor-profile .section-card{padding:1.5rem;height:100%}.doctor-profile .expertise-chips{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.doctor-profile .expertise-chips .expertise-chip{background-color:#e3f2fd;color:#1976d2;font-weight:500}.doctor-profile .schedule-card{height:100%;background-color:#fafafa}.doctor-profile .schedule-card .working-hours{margin-top:1rem;font-weight:500}.doctor-profile .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.doctor-profile .appointment-item{border-bottom:1px solid #eee;padding:1rem 0}.doctor-profile .appointment-item:last-child{border-bottom:none}@media (max-width: 960px){.doctor-profile .profile-card{margin-bottom:2rem}}@media (max-width: 600px){.doctor-profile .section-header{flex-direction:column;gap:1rem;align-items:flex-start}.doctor-profile .appointment-item{flex-direction:column;gap:1rem}.doctor-profile .back-button-wrapper{margin-bottom:15px}.doctor-profile .back-button{font-size:13px;padding:7px 12px}}.page-header:hover{box-shadow:0 12px 36px #0003}.page-header-container{padding:30px 0;z-index:0;position:relative;margin:20px 5% 20px 20%}.page-header-container .page-header{width:100%;color:#fff;font-size:24px;padding:20px 0;display:flex;justify-content:center;border-radius:20px 20px 0 0;background-color:#016de7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.313);box-shadow:0 8px 32px #0000001a;letter-spacing:1.5px;transition:all .3s ease-in-out;margin:0 auto}.sidebar-hide{padding-top:40px;margin-left:16px;margin-right:0%;width:100%}.page-header-container-sidebar-hide{margin:10px 20% 20px;padding:30px 0;z-index:0}.page-header-container-sidebar-hide .page-header{width:100%;color:#fff;font-size:24px;padding:20px 0;display:flex;justify-content:center;border-radius:20px 20px 0 0;background-color:#016de7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.313);box-shadow:0 8px 32px #0000001a;letter-spacing:1.5px;transition:all .3s ease-in-out;margin:0 auto}.patient-list{margin-left:"400px";margin-right:"auto";margin-top:"15px";box-shadow:"0px 8px 30px rgba(0, 0, 0, 0.15)";max-width:"900px";background:"white";position:"relative"}.home-container{margin:7px 15.5% 10px 18%}.home-container .page-header{margin:55px auto 30px;width:100%;color:#fff;font-size:24px;padding:20px 0;display:flex;justify-content:center;border-radius:20px 20px 0 0;background-color:#016de7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.313);box-shadow:0 8px 32px #0000001a;letter-spacing:1.5px;transition:all .3s ease-in-out}@media screen and (max-width: 1680px){.page-header-container-sidebar-hide{margin:20px 2%;width:100%;padding:30px}.trademark-container{margin:20px 13% 20px 27%}.page-header-container{margin:20px 2% 20px 20%}.sidebar-hide{margin:20px 1.7% 20px 1.3%}}@media screen and (max-width: 1240px){.page-header-container-sidebar-hide{margin:20px 2%;width:100%;padding:30px}.trademark-container{margin:20px 2% 20px 25%}.page-header-container,.sidebar-hide{margin:20px 2%}}@media screen and (max-width: 1020px){.home-container{margin:20px 2% 20px 20%}.page-header-container{margin:20px 2% 20px 30%}}@media screen and (max-width: 1020px){.home-container{margin:20px 2% 20px 30%;width:80%}.page-header-container{margin:20px 2% 20px 30%}}@media screen and (max-width: 900px){.page-header-container{margin:20px 2%;width:90%}}.patient-recorder .record-button,.patient-recorder .stop-button{margin-right:10px}.patient-recorder .stop-button{margin-left:10px}.patient-recorder .record-button{background-color:#fff;border:4px solid black;border-radius:50%}.patient-recorder .record-button svg{color:red;font-size:40px}.patient-recorder .record-button:hover{background-color:#fff;box-shadow:0 0 15px #0000004d;transform:scale(1.1);transition:transform .3s ease}.patient-recorder .record-button:disabled{color:#ccc;background:#e0e0e0;cursor:not-allowed}.patient-recorder .rec-label{margin-top:10px;font-size:16px;font-weight:700;color:#000}.patient-recorder .stop-button{color:#dc3545;background:linear-gradient(45deg,#dc3545,#a71d2a);border-radius:50%;transition:all .3s ease}.patient-recorder .stop-button:hover{background:linear-gradient(45deg,#a71d2a,#7d1420);transform:scale(1.1)}.patient-recorder .stop-button:disabled{color:#ccc;background:#e0e0e0;cursor:not-allowed}.medicine-dropdown-container{padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px #0000001a;background:#c9ffd452;max-width:900px;margin:2rem auto}.medicine-dropdown-container .medicine-search-input{width:100%}.medicine-dropdown-container .medicine-search-input .MuiOutlinedInput-root{transition:all .3s ease}.medicine-dropdown-container .medicine-search-input .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#1976d2}.medicine-dropdown-container .medicine-search-input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#1976d2;border-width:2px}.dropdown-paper{margin-top:4px;border-radius:8px;box-shadow:0 4px 12px #0000001a}.medicine-option{padding:1rem!important;transition:background-color .3s ease}.medicine-option:hover{background-color:#f5f5f5!important}.medicine-option .medicine-option-content{width:100%}.medicine-option .medicine-option-content .medicine-name{color:#333;font-weight:500;margin-bottom:.25rem}.medicine-option .medicine-option-content .medicine-details{color:#666;margin-bottom:.25rem}.medicine-option .medicine-option-content .medicine-company{color:#666;font-style:italic}.medicine-option .medicine-option-content .medicine-combinations{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.medicine-option .medicine-option-content .medicine-combinations .combination-chip{background-color:#1976d21a;color:#1976d2;font-size:.75rem;height:24px}.medicine-option .medicine-option-content .medicine-combinations .combination-chip:hover{background-color:#1976d233}.selected-medicine-details{margin-top:2rem;padding:1rem;background-color:#f5f5f5;border-radius:8px}.selected-medicine-details h6{color:#1976d2;margin-bottom:1rem}.selected-medicine-details p{margin-bottom:.5rem;color:#666}.selected-medicine-details p:last-child{margin-bottom:0}@media (max-width: 600px){.medicine-dropdown-container{margin:1rem;padding:1rem}.medicine-option{padding:.75rem!important}}body{margin:unset;font-family:Platypi}html,body,#root{height:100%;margin:0;padding:0;box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
