@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-button{width:100%;padding:12px;background:#12284c;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer;margin-top:10px}.login-button:hover{background:#2867e4}.app-bar{background-color:#fff;height:120%;position:sticky}.menu-button{color:#fff}.app-logo{height:48px;background-color:#fff}.title{font-weight:700;font-size:1.5rem;letter-spacing:1px;flex-grow:1}.toolbar{display:flex;justify-content:space-between;align-items:center;height:150%;position:sticky}.user-email{color:#288588}.sidebar-container{background-color:#000;color:#fff;position:relative;z-index:0;font-family:Lato,Arial,Platypi}.sidebar-container .arrow-icons .icon{display:flex;justify-content:flex-end;margin-bottom:20px}.sidebar-container .arrow-icons img{padding:10px 20px 0 0}.sidebar-container .sidebar-nav{width:240px;height:100%;display:flex;justify-content:center;position:fixed;top:60px;transition:.35s;box-shadow:#00000040 0 54px 55px,#0000001f 0 -12px 30px,#0000001f 0 4px 6px,#0000002b 0 12px 13px,#00000017 0 -3px 5px;overflow-y:auto;max-height:calc(120vh - 75px)}.sidebar-container .sidebar-nav .sidebar-link-container{display:flex;color:#000;justify-content:space-between;align-items:center;padding-top:10px;padding-left:10px;list-style:none;height:40px;text-decoration:none}.sidebar-container .sidebar-nav .sidebar-link-container a{height:40px}.sidebar-container .sidebar-nav .sidebar-link-container:active{background:#01927d;color:#fff;cursor:pointer}.sidebar-container .sidebar-nav .sidebar-link-container:active svg{color:#fff}.sidebar-container .sidebar-nav .sidebar-link-container:active svg g{fill:#fff}.sidebar-container .sidebar-nav .sidebar-link-container:hover{color:#fff;cursor:pointer}.sidebar-container .sidebar-nav .sidebar-link-container:hover svg{color:#fff}.sidebar-container .sidebar-nav .sidebar-link-container:hover svg g{fill:#01927d}.sidebar-container .sidebar-link-container:hover{background:#01927d;color:#fff!important}.sidebar-container .sidebar-link-container:hover svg{color:#fff!important}.sidebar-container .collapsed{width:60px;overflow:hidden;white-space:nowrap}.sidebar-container .collapsed .sidebar-link-container{justify-content:center;padding-left:0}.sidebar-container .collapsed .sidebar-link-container a{display:none}.sidebar-container .collapsed .main-menu-item-container{justify-content:center}.sidebar-container .collapsed .sidebar-link-container span{display:none}.sidebar-container .sidebar-link-container span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity .3s ease-in-out}.sidebar-container .main-menu-item-container{display:flex;font-size:"20px"}.sidebar-container .open-close-icon-container svg{width:20px;height:20px;color:#fff}.sidebar-container .open-close-icon-container svg g{fill:#e9f6f6}.sidebar-container .open-close-icon-container:hover svg{color:#fff}.sidebar-container .open-close-icon-container:hover svg g{fill:#fff}.test{background:#01927d;color:#fff;height:30px;padding-left:3rem;padding-right:10px;display:flex;align-items:center;text-decoration:none;font-size:18px;justify-content:space-between}.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%)}.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}.appointment-container{padding:20px;width:"76%";margin:auto}.appointment-form{display:flex;flex-wrap:wrap;gap:15px;align-items:center;justify-content:space-between}.consultation-type{display:flex;align-items:center;gap:10px}.schedule-btn{margin-top:15px;background:linear-gradient(to right,#0093e9,#80d0c7);color:#fff;padding:10px;font-size:16px}.schedule-btn:hover{opacity:.9}.recorder-containe{font-family:Poppins,sans-serif;width:90%;max-width:800px;margin:0 auto;justify-content:center;font-size:18px;border-radius:10px;box-shadow:#00000059 0 5px 15px}.doc-det{font-family:Poppins,sans-serif;justify-content:center;align-items:center;font-size:25px;background-color:#a6192e;padding-left:40%;padding-top:10px;padding-bottom:10px;border-radius:10px}.btn-appoR{font-family:Poppins,sans-serif;width:15%;margin-bottom:25px;background-color:#7b7b7b;color:#fff;border:none;border-radius:8px;font-size:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.btn-appo{font-family:Poppins,sans-serif;width:60%;margin-bottom:25px;background-color:#a6192e;color:#fff;padding:8px 16px;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.btn{height:40px}.btn-appo:hover{background-color:#1e8a89}.btn-oldappo{font-family:Poppins,sans-serif;margin-bottom:25px;background-color:#7b7b7b;color:#fff;border:none;border-radius:8px;font-size:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;margin-right:10px}.btn-oldappo:hover{background-color:#1e8a89}.doctor-name{display:flex}.doctor-name-value{font-weight:700;padding-left:35px}.popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#dadada;padding:20px;border-radius:8px;box-shadow:0 4px 6px #0000001a;z-index:1000;width:50%;height:460px;gap:10px}.popup-content{display:flex;flex-direction:column}.popup-content h3{width:101.3%;background-color:#909090;color:#fff;padding:15px;text-align:center;border-radius:8px 8px 0 0;margin:-20px -20px 15px}.form-group{display:flex;align-items:center;padding-top:20px}.form-groups{margin-top:30px;margin-left:10%;display:flex}.form-group label{width:40%;margin-left:10%}.form-group input{width:80%;padding:10px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;margin-right:8%}.btn-div{margin-left:36%}.btn-pop{margin-top:50px;padding:10px 15px;background-color:#229d9b;color:#fff;border:none;border-radius:5px;cursor:pointer;margin-right:10px;width:20%}button:hover{background-color:#1e8a89}.App{padding:20px}.dashboard-card{width:95%;display:flex;justify-content:space-between;align-items:center;background:#f8f7f7;margin-bottom:20px;border-radius:12px;padding:24px;box-shadow:0 4px 8px #0000001a}.dashboard-left{flex:1}.greeting{font-size:18px;color:#a6192e;margin:0}.doctor-name{font-size:28px;font-weight:700;color:#1e3a8a;margin:4px 0}.schedule-text{font-size:16px;color:#6b7280;margin-top:8px}.today-date{font-size:1rem;color:#666;margin-top:10px}.dashboard-stats{display:flex;gap:16px;margin-top:20px}.stat-box{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px}.appointments-box{background:#d6f0ff}.surgeries-box{background:#d4fbe4}.stat-icon{font-size:28px}.stat-number{font-size:24px;font-weight:700;color:#1e3a8a}.stat-label{font-size:14px;color:#6b7280}.dashboard-right{flex-shrink:0}.doctors-image{width:290px;height:auto}.main-container{grid-area:main;padding:20px;color:#fffffff2}.main-title{display:flex}.main-cards{display:flex;flex-direction:row;gap:auto;width:auto}.mainCards{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;margin-left:25px;margin-top:19px;background:#f5f5f5;padding:20px;border-radius:20px}.mainCards02{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;margin-left:20px;margin-top:39px;background:#f5f5f5;padding:15px;border-radius:25px}.card{width:180px;display:flex;flex-direction:column;padding:6px 10px;border-radius:5px;height:120px}.card:first-child{background-color:#0e7094}.card:nth-child(2){background-color:#b8de46}.card:nth-child(3){background-color:#46c86b}.card:nth-child(4){background-color:#b28723}.card-inner{display:flex;align-items:center;justify-content:space-between}.card-inner>.card_icon{font-size:20px}.charts{display:flex;flex-direction:column;gap:20px;margin-top:60px;height:300px}.chartsBar{padding:10px;background:#f9f9f9;box-shadow:0 4px 6px #0000001a;border-radius:10px;width:95%}.chartsBar div{padding-left:20px;padding-top:20px}.chartsBar span{margin-left:20px;font-weight:500}.chartsLine{box-shadow:0 4px 6px #0000001a;background:#f9f9f9;border-radius:10px;width:96.5%}.chartsLine div{padding-left:20px;padding-top:20px}.chartsLine span{margin-left:20px;font-weight:500}@media screen and (min-resolution: 120dpi){.main-cards{flex-direction:row}.main-cards01{justify-items:center}.mainCards02{justify-items:center;width:40%}}@media screen and (max-width: 1280px){.main-cards{flex-direction:column}.main-cards01{margin-left:60px}.main-cards01{justify-items:center}.mainCards02{justify-items:center;width:60%;margin-left:18%}h3{margin-left:8%}}@media screen and (max-width: 1024px){.recorder-containe{width:95%}.doc-det{font-size:22px;padding-left:30%}.btn-appo,.btn-appoR,.btn-oldappo{width:40%}.dashboard-card{align-items:flex-start;width:90%;margin-left:10px}.dashboard-stats{flex-wrap:wrap;gap:10px}.main-cards{flex-direction:column}.main-cards01{margin-left:60px}.mainCards02{margin-left:150px}.charts{flex-direction:column;height:auto}.chartsLine{height:600px}h3{margin-left:8%}}@media screen and (max-width: 768px){.doc-det{font-size:18px;text-align:center;padding:10px}.btn-appo,.btn-appoR,.btn-oldappo{width:100%}.form-group{flex-direction:column;align-items:flex-start}.form-group label{width:100%;margin-bottom:5px}.form-group input{width:100%}.dashboard-card{align-items:flex-start;width:100%;margin-left:70px}.dashboard-stats{flex-direction:column}.chartsBar,.chartsLine{padding:10px}}@media screen and (max-width: 480px){.doc-det{font-size:16px}.doctor-name{font-size:20px}.btn-appo,.btn-appoR,.btn-oldappo{width:100%}.charts{margin-top:20px}.dashboard-card{padding:10px}.stat-number{font-size:20px}.stat-label{font-size:12px}}.admin-sidebar-container{background-color:#fff;position:relative;z-index:0;font-family:Lato,Arial,Platypi}.admin-sidebar-container .arrow-icons .icon{display:flex;justify-content:flex-end;margin-bottom:20px}.admin-sidebar-container .arrow-icons img{padding:10px 20px 0 0}.admin-sidebar-container .admin-sidebar-nav{background:linear-gradient(to right,#fbfbfb,#fdfbfb);color:#000;width:240px;height:100%;display:flex;justify-content:center;position:fixed;top:60px;transition:.35s;box-shadow:#00000040 0 54px 55px,#0000001f 0 -12px 30px,#0000001f 0 4px 6px,#0000002b 0 12px 13px,#00000017 0 -3px 5px;overflow-y:auto;max-height:calc(120vh - 75px)}.admin-sidebar-container .admin-sidebar-nav .admin-sidebar-link-container{display:flex;color:#000;justify-content:space-between;align-items:center;padding-top:10px;padding-left:10px;list-style:none;height:40px;text-decoration:none}.admin-sidebar-container .admin-sidebar-nav .admin-sidebar-link-container a{height:40px}.admin-sidebar-container .admin-sidebar-nav .admin-sidebar-link-container:active{background:#01927d;color:#fff;cursor:pointer}.admin-sidebar-container .admin-sidebar-nav .admin-sidebar-link-container:active svg{color:#fff}.admin-sidebar-container .admin-sidebar-nav .admin-sidebar-link-container:active svg g{fill:#fff}.admin-sidebar-container .admin-sidebar-nav .admin-sidebar-link-container:hover{color:#000;cursor:pointer}.admin-sidebar-container .admin-sidebar-nav .admin-sidebar-link-container:hover svg{color:#fff}.admin-sidebar-container .admin-sidebar-nav .admin-sidebar-link-container:hover svg g{fill:#01927d}.admin-sidebar-container .admin-sidebar-link-container span.sc-dycHyt fEuOaU{margin-top:"5px"}.admin-sidebar-container .admin-sidebar-link-container:hover{background:#01927d;color:#fff!important}.admin-sidebar-container .admin-sidebar-link-container:hover svg{color:#fff!important}.admin-sidebar-container .collapsed{width:60px;overflow:hidden;white-space:nowrap}.admin-sidebar-container .collapsed .admin-sidebar-link-container span:last-child{display:none}.admin-sidebar-container .collapsed .admin-sidebar-link-container{justify-content:center;padding-left:0}.admin-sidebar-container .admin-sidebar-link-container span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity .3s ease-in-out}.admin-sidebar-container .main-menu-item-container{display:flex}.admin-sidebar-container .open-close-icon-container svg{width:20px;height:20px;color:#fff}.admin-sidebar-container .open-close-icon-container svg g{fill:#e9f6f6}.admin-sidebar-container .open-close-icon-container:hover svg{color:#fff}.admin-sidebar-container .open-close-icon-container:hover svg g{fill:#fff}.open-close-sub-menu-icon-container svg{width:20px;height:20px;color:#fff}.open-close-sub-menu-icon-container svg g{fill:#e9f6f6}@media screen and (max-width: 900px){.sidebar-container{z-index:1}}@media screen and (max-width: 600px){.sidebar-container{z-index:1}.sidebar-container .sidebar-nav{top:50px;max-height:calc(100vh - 50px)}}.test{background:#01927d;color:#fff;height:30px;padding-left:3rem;padding-right:10px;display:flex;align-items:center;text-decoration:none;font-size:15px;justify-content:space-between}.schudleTime{display:flex;list-style:none}.btn:hover{background:#c9c9c9}.appointment-cancellation-container{padding:2rem;width:auto}.appointment-cancellation-container .main-content{background:var(--mui-palette-background-paper);border-radius:var(--mui-shape-borderRadius);overflow:hidden}.appointment-cancellation-container .header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--mui-palette-divider);background-color:#19a68d}.appointment-cancellation-container .appointments-table .MuiTableHead-root{background-color:var(--mui-palette-grey-50)}.appointment-cancellation-container .appointments-table .MuiTableHead-root .MuiTableCell-head{font-weight:600}.appointment-cancellation-container .appointments-table .MuiTableBody-root .MuiTableRow-root:hover{background-color:var(--mui-palette-action-hover)}.cancellation-dialog .dialog-content{margin-top:1rem}.cancellation-dialog .date-range-picker{border:1px solid var(--mui-palette-divider);border-radius:var(--mui-shape-borderRadius);padding:1rem}.cancellation-dialog .MuiAlert-root{margin-top:1rem}.confirm-dialog-title{display:flex;align-items:center;gap:.5rem}.confirm-alert{margin-top:1rem}.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}}.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}}.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}}.doctorLeave{display:flex;margin-top:20px;align-items:center;gap:10px}.leaveTimePeriod{background:#fff;margin-top:8px;border-radius:10px}.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}.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 .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 .payment-history .patient-name{color:#2e70e2;font-weight:500}.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 45%,#f0a830 45%,#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 .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{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{margin-left:8px;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}}body{margin:unset;font-family:Platypi}
