@charset "UTF-8";@font-face{font-family:Inter;src:url(/fonts/Inter-Light.woff2) format("woff2"),url(/fonts/Inter-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.woff2) format("woff2"),url(/fonts/Inter-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.woff2) format("woff2"),url(/fonts/Inter-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.woff2) format("woff2"),url(/fonts/Inter-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.woff2) format("woff2"),url(/fonts/Inter-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraBold.woff2) format("woff2"),url(/fonts/Inter-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}*::-webkit-scrollbar-thumb:hover{background:#0000004d}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0;padding:0;font-family:Inter,sans-serif;font-size:15px;line-height:1.5;color:#2d2c3a;overflow-y:scroll}body::-webkit-scrollbar{width:6px}body::-webkit-scrollbar-track{background:#f3f3f9}body::-webkit-scrollbar-thumb{background:#515454;border-radius:4px}body::-webkit-scrollbar-thumb:hover{background:#6f6f6f}body::-webkit-scrollbar-corner{background:#f3f3f9}h1,h2,h3,h4,h5,h6,p{margin:0}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button{cursor:pointer;background-color:transparent;border:0;padding:0}ul,ol{margin:0;padding:0}a{color:inherit;text-decoration:none;cursor:pointer}@font-face{font-family:Inter;src:url(/fonts/Inter-Light.woff2) format("woff2"),url(/fonts/Inter-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.woff2) format("woff2"),url(/fonts/Inter-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.woff2) format("woff2"),url(/fonts/Inter-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.woff2) format("woff2"),url(/fonts/Inter-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.woff2) format("woff2"),url(/fonts/Inter-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraBold.woff2) format("woff2"),url(/fonts/Inter-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Light.woff2) format("woff2"),url(/fonts/Inter-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.woff2) format("woff2"),url(/fonts/Inter-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.woff2) format("woff2"),url(/fonts/Inter-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.woff2) format("woff2"),url(/fonts/Inter-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.woff2) format("woff2"),url(/fonts/Inter-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraBold.woff2) format("woff2"),url(/fonts/Inter-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}.doctorLoginContainer{font-family:Inter;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:40px}.doctorLoginContainer .leftSec img{width:550px}.doctorLoginContainer .rightSec{display:flex;flex-direction:column;align-items:center;justify-content:center}.doctorLoginContainer .rightSec .loginSec{width:450px;display:flex;flex-direction:column;align-items:center}.doctorLoginContainer .rightSec .loginSec .logoWrapper{display:flex;align-items:center}.doctorLoginContainer .rightSec .loginSec .logoWrapper .logo{width:200px}.doctorLoginContainer .rightSec .loginSec .loginSwitchBtn{width:100%;display:flex;justify-content:center;align-items:center;gap:20px}.doctorLoginContainer .rightSec .loginSec .loginSwitchBtn .doctorLoginBtn,.doctorLoginContainer .rightSec .loginSec .loginSwitchBtn .clinicLoginBtn{flex:1;outline:none;border:none;color:#009688;font-family:Inter;background:#e6f5f3;border-radius:10px;padding:13px 40px;margin-top:25px;font-size:16px;cursor:pointer;transition:all .3s ease}.doctorLoginContainer .rightSec .loginSec .loginSwitchBtn .doctorLoginBtn.active,.doctorLoginContainer .rightSec .loginSec .loginSwitchBtn .clinicLoginBtn.active{background:#009688;color:#fff;transform:scale(1.02)}.doctorLoginContainer .rightSec .loginSec .loginSwitchBtn .doctorLoginBtn:hover,.doctorLoginContainer .rightSec .loginSec .loginSwitchBtn .clinicLoginBtn:hover{opacity:.9}.doctorLoginContainer .rightSec .loginSec .welcomeSec{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;margin-top:25px}.doctorLoginContainer .rightSec .loginSec .welcomeSec h1{font-size:22px;color:#41404d;transition:opacity .4s ease,transform .4s ease;animation:fadeInSlide .4s ease}.doctorLoginContainer .rightSec .loginSec .welcomeSec p{text-align:center;font-size:16px;color:#545a6a;transition:opacity .4s ease,transform .4s ease;animation:fadeInSlide .4s ease .1s;animation-fill-mode:both}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.doctorLoginContainer .rightSec .loginSec .disclaimerText{margin-top:20px;font-size:12px;color:#545a6a;text-align:center;line-height:1.6}.doctorLoginContainer .rightSec .loginSec .disclaimerText a{color:#009688;text-decoration:underline}.doctorLoginContainer .rightSec .loginSec .disclaimerText a:hover{opacity:.8}.doctorLoginContainer .rightSec .loginSec .loginFormWrapper{width:100%}.doctorLoginContainer .rightSec .loginSec .loginFormWrapper .loginform{display:flex;flex-direction:column;justify-content:center;gap:20px;margin-top:33px}.doctorLoginContainer .rightSec .loginSec .loginFormWrapper .loginBtn{width:100%;background:#009688;padding:16px 12px;margin-top:54px;color:#fff;border-radius:10px}@media screen and (max-width:769px){.doctorLoginContainer .leftSec{display:none}}@media screen and (max-width:426px){.doctorLoginContainer .rightSec .loginSec{padding-inline:20px;width:380px}}@font-face{font-family:Inter;src:url(/fonts/Inter-Light.woff2) format("woff2"),url(/fonts/Inter-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.woff2) format("woff2"),url(/fonts/Inter-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.woff2) format("woff2"),url(/fonts/Inter-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.woff2) format("woff2"),url(/fonts/Inter-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.woff2) format("woff2"),url(/fonts/Inter-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraBold.woff2) format("woff2"),url(/fonts/Inter-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}.otpModal{font-family:Inter;border-radius:16px!important;background:#fff;box-shadow:0 20px 60px #00000026;max-width:420px;margin:0 auto}.otpModal .modalContent{padding:44px}.otpModal .modalHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:44px}.otpModal .modalHeader .headerLeft{display:flex;align-items:center;gap:12px}.otpModal .modalHeader .headerLeft .otpIcon{background-color:#d7f4f1;padding:5px;border-radius:10px}.otpModal .modalHeader .headerLeft h2{margin:0;font-size:20px;font-weight:600;color:#1f2937}.otpModal .modalHeader .closeBtn{width:36px;height:36px;border-radius:8px;border:none;background:#f3f4f6;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s ease}.otpModal .modalHeader .closeBtn:hover:not(:disabled){background:#e5e7eb;color:#374151}.otpModal .modalHeader .closeBtn:disabled{opacity:.5;cursor:not-allowed}.otpModal .modalBody .otpDescription{text-align:center;color:#6b7280;font-size:15px;margin-bottom:24px}.otpModal .modalBody .otpDescription .phoneNumber{font-weight:600;color:#374151}.otpModal .modalBody .otpDescription .sentOTP strong{color:#008074;font-size:16px;letter-spacing:2px}.otpModal .modalBody .otpInputContainer{display:flex;justify-content:center;gap:8px;margin-bottom:16px}.otpModal .modalBody .otpInputContainer .otpInput{width:48px;height:56px;border:2px solid #E5E7EB;border-radius:12px;text-align:center;font-size:24px;font-weight:600;color:#1f2937;background:#f9fafb;transition:all .2s ease;outline:none}.otpModal .modalBody .otpInputContainer .otpInput:focus{border-color:#009688;background:#fff;box-shadow:0 0 0 3px #4f46e51a}.otpModal .modalBody .otpInputContainer .otpInput:disabled{opacity:.6;cursor:not-allowed}.otpModal .modalBody .otpInputContainer .otpInput.error{border-color:#ef4444;background:#fef2f2}.otpModal .modalBody .otpInputContainer .otpInput::-webkit-outer-spin-button,.otpModal .modalBody .otpInputContainer .otpInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.otpModal .modalBody .otpInputContainer .otpInput[type=number]{-moz-appearance:textfield}.otpModal .modalBody .errorMessage{color:#dc2626;font-size:14px;text-align:center;margin:0 0 16px}.otpModal .modalBody .resendSection{text-align:center;margin-top:16px}.otpModal .modalFooter{margin-top:24px}.otpModal .modalFooter .verifyBtn{width:100%;padding:14px 24px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;background:#008074;color:#fff}.otpModal .modalFooter .verifyBtn:hover:not(:disabled){background:#009688;transform:translateY(-1px)}.otpModal .modalFooter .verifyBtn:active:not(:disabled){transform:translateY(0)}.otpModal .modalFooter .verifyBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.otpModal .modalFooter .verifyBtn .spinner{width:18px;height:18px;border:2px solid #ffffff;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:480px){.otpModal{margin:16px}.otpModal .modalContent{padding:20px}.otpModal .modalBody .otpInputContainer{gap:6px}.otpModal .modalBody .otpInputContainer .otpInput{width:42px;height:50px;font-size:20px}}@font-face{font-family:Inter;src:url(/fonts/Inter-Light.woff2) format("woff2"),url(/fonts/Inter-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.woff2) format("woff2"),url(/fonts/Inter-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.woff2) format("woff2"),url(/fonts/Inter-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.woff2) format("woff2"),url(/fonts/Inter-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.woff2) format("woff2"),url(/fonts/Inter-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraBold.woff2) format("woff2"),url(/fonts/Inter-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}.auth-loader{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f8f9fa}.auth-loader__container{text-align:center;padding:2rem}.auth-loader__spinner{margin-bottom:1.5rem}.auth-loader__spinner .spinner-border{width:3rem;height:3rem;border-width:.3rem}.auth-loader__message{font-size:1.125rem;color:#6c757d;margin:0;font-weight:500}@font-face{font-family:Inter;src:url(/fonts/Inter-Light.woff2) format("woff2"),url(/fonts/Inter-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.woff2) format("woff2"),url(/fonts/Inter-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.woff2) format("woff2"),url(/fonts/Inter-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.woff2) format("woff2"),url(/fonts/Inter-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.woff2) format("woff2"),url(/fonts/Inter-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraBold.woff2) format("woff2"),url(/fonts/Inter-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}.chunk-error{display:flex;justify-content:center;align-items:center;min-height:60vh;background-color:#f8f9fa}.chunk-error__container{text-align:center;padding:2rem;max-width:28rem}.chunk-error__title{font-size:1.375rem;color:#212529;margin:0 0 .75rem;font-weight:600}.chunk-error__message{font-size:1rem;color:#6c757d;margin:0 0 1.5rem;line-height:1.5}.chunk-error__action{border:none;border-radius:.5rem;padding:.625rem 1.75rem;font-size:1rem;font-weight:600;color:#fff;background-color:#0d6efd;cursor:pointer}.chunk-error__action:hover{background-color:#0b5ed7}@font-face{font-family:Inter;src:url(/fonts/Inter-Light.woff2) format("woff2"),url(/fonts/Inter-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.woff2) format("woff2"),url(/fonts/Inter-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.woff2) format("woff2"),url(/fonts/Inter-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.woff2) format("woff2"),url(/fonts/Inter-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.woff2) format("woff2"),url(/fonts/Inter-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraBold.woff2) format("woff2"),url(/fonts/Inter-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}.doctorLayout{height:100dvh;display:flex;flex-direction:column;overflow:hidden}.doctorLayout>.MuiToolbar-root{min-height:72px;flex-shrink:0}.doctorLayout .doctorLayoutWrapper{flex:1;min-height:0;overflow-y:auto;padding:24px 40px 0}.doctorLayout .doctorLayoutWrapper::-webkit-scrollbar{width:6px}.doctorLayout .doctorLayoutWrapper::-webkit-scrollbar-track{background:transparent}.doctorLayout .doctorLayoutWrapper::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.doctorLayout .doctorLayoutWrapper::-webkit-scrollbar-thumb:hover{background:#0003}@media screen and (max-width:1025px){.doctorLayout>.MuiToolbar-root{min-height:68px}.doctorLayout .doctorLayoutWrapper{padding-inline:15px}}@media screen and (max-width:769px){.doctorLayout>.MuiToolbar-root{min-height:64px}}@font-face{font-family:Inter;src:url(/fonts/Inter-Light.woff2) format("woff2"),url(/fonts/Inter-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.woff2) format("woff2"),url(/fonts/Inter-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.woff2) format("woff2"),url(/fonts/Inter-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.woff2) format("woff2"),url(/fonts/Inter-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.woff2) format("woff2"),url(/fonts/Inter-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraBold.woff2) format("woff2"),url(/fonts/Inter-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}.doctorNavWrapper{padding-block:14px;padding-inline:36px;display:flex;justify-content:space-between;align-items:center;font-family:Inter}.doctorNavWrapper .leftSec{display:flex;align-items:center;gap:30px}.doctorNavWrapper .leftSec .logo{display:flex;align-items:center;gap:10px}.doctorNavWrapper .leftSec .logo .logoImg{width:32px}.doctorNavWrapper .leftSec .logo .logoTypo{display:flex;flex-direction:column;gap:3px}.doctorNavWrapper .leftSec .logo .logoTypo .logoName{font-size:18px;font-weight:700;color:#009688}.doctorNavWrapper .leftSec .logo .logoTypo .greeting{font-size:14px;font-weight:500;color:#545a6a;margin-left:2px}.doctorNavWrapper .leftSec .logo .logoTypo .greeting .doctorName{font-weight:600;color:#2d2c3a}.doctorNavWrapper .clinicSelector{position:relative}.doctorNavWrapper .clinicSelector .clinicBtn{display:flex;align-items:center;gap:7px;padding:7px 12px;background:#fff;border:1px solid #E8E8F0;border-radius:10px;cursor:pointer;font-family:Inter;font-size:14px;font-weight:500;color:#41404d;box-shadow:0 1px 3px #0000000f;transition:box-shadow .2s ease,border-color .2s ease,color .2s ease;white-space:nowrap;-webkit-user-select:none;user-select:none}.doctorNavWrapper .clinicSelector .clinicBtn .clinicIcon{width:15px;height:15px;color:#7a7987;flex-shrink:0;transition:color .2s ease}.doctorNavWrapper .clinicSelector .clinicBtn .clinicName{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doctorNavWrapper .clinicSelector .clinicBtn .chevron{width:11px;height:11px;color:#7a7987;flex-shrink:0;transition:transform .2s ease,color .2s ease}.doctorNavWrapper .clinicSelector .clinicBtn .chevron.rotated{transform:rotate(180deg)}.doctorNavWrapper .clinicSelector .clinicBtn:hover{border-color:#d0d0de;box-shadow:0 2px 8px #00000017;color:#2d2c3a}.doctorNavWrapper .clinicSelector .clinicBtn:hover .clinicIcon,.doctorNavWrapper .clinicSelector .clinicBtn:hover .chevron{color:#41404d}.doctorNavWrapper .clinicSelector .clinicBtn.open{border-color:#009688;box-shadow:0 0 0 3px #0096881a;color:#008074}.doctorNavWrapper .clinicSelector .clinicBtn.open .clinicIcon,.doctorNavWrapper .clinicSelector .clinicBtn.open .chevron{color:#009688}.doctorNavWrapper .clinicSelector .clinicDropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:200px;background:#fff;border:1px solid #E8E8F0;border-radius:12px;box-shadow:0 8px 24px #0000001a,0 2px 6px #0000000f;z-index:1300;overflow:hidden;animation:navDropFadeIn .18s ease}.doctorNavWrapper .clinicSelector .clinicDropdown .clinicOption{display:flex;align-items:center;justify-content:space-between;padding:11px 14px;font-family:Inter;font-size:15px;font-weight:500;color:#41404d;cursor:pointer;transition:background-color .15s ease,color .15s ease}.doctorNavWrapper .clinicSelector .clinicDropdown .clinicOption .optionName{flex:1}.doctorNavWrapper .clinicSelector .clinicDropdown .clinicOption .checkIcon{width:14px;height:14px;color:#009688;flex-shrink:0;margin-left:8px}.doctorNavWrapper .clinicSelector .clinicDropdown .clinicOption:not(:last-child){border-bottom:1px solid #F1F1F5}.doctorNavWrapper .clinicSelector .clinicDropdown .clinicOption:hover:not(.disabled){background-color:#e6f5f3;color:#008074}.doctorNavWrapper .clinicSelector .clinicDropdown .clinicOption.selected{background-color:#e6f5f3;color:#009688;font-weight:600}.doctorNavWrapper .clinicSelector .clinicDropdown .clinicOption.disabled{color:#9b9aaa;cursor:default;font-size:14px;font-weight:400}@keyframes navDropFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.doctorNavWrapper .rightSec{display:flex;align-items:center;gap:16px}.doctorNavWrapper .rightSec .logout{display:flex;align-items:center;justify-content:center;gap:8px;color:#545a6a;border-radius:10px;padding:9px 14px;font-size:15px;font-weight:500;box-shadow:1px 1px 4px #707e721f;cursor:pointer;background:#fff5f7;white-space:nowrap}.doctorNavWrapper .rightSec .logout:hover{box-shadow:0 1px 8px #0000001f}.doctorNavWrapper .rightSec .logout .logoutIcon{width:14px;height:14px}@media screen and (max-width:1025px){.doctorNavWrapper{padding-inline:24px}.doctorNavWrapper .leftSec{gap:16px}.doctorNavWrapper .leftSec .logo .logoImg{width:30px}.doctorNavWrapper .leftSec .logo .logoTypo .logoName{font-size:16px}.doctorNavWrapper .leftSec .logo .logoTypo .greeting{display:none}.doctorNavWrapper .clinicSelector .clinicBtn .clinicName{max-width:120px}.doctorNavWrapper .rightSec{gap:12px}}@media screen and (max-width:769px){.doctorNavWrapper{padding-inline:16px;padding-block:12px}.doctorNavWrapper .leftSec{gap:12px}.doctorNavWrapper .leftSec .logo .logoTypo{display:none}.doctorNavWrapper .clinicSelector .clinicBtn{padding:7px 10px}.doctorNavWrapper .clinicSelector .clinicBtn .clinicName,.doctorNavWrapper .clinicSelector .clinicBtn .chevron{display:none}.doctorNavWrapper .rightSec{gap:10px}.doctorNavWrapper .rightSec .logout{padding:8px 10px;font-size:14px}.doctorNavWrapper .rightSec .logout p{display:none}}@media screen and (max-width:480px){.doctorNavWrapper{padding-inline:12px}.doctorNavWrapper .leftSec{gap:10px}.doctorNavWrapper .leftSec .logo .logoImg{width:28px}.doctorNavWrapper .clinicSelector .clinicBtn{padding:7px 9px}.doctorNavWrapper .clinicSelector .clinicBtn .clinicName,.doctorNavWrapper .clinicSelector .clinicBtn .chevron{display:none}.doctorNavWrapper .rightSec{gap:8px}.doctorNavWrapper .rightSec .logout{padding:7px 9px}}@font-face{font-family:Inter;src:url(/fonts/Inter-Light.woff2) format("woff2"),url(/fonts/Inter-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.woff2) format("woff2"),url(/fonts/Inter-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.woff2) format("woff2"),url(/fonts/Inter-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.woff2) format("woff2"),url(/fonts/Inter-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.woff2) format("woff2"),url(/fonts/Inter-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraBold.woff2) format("woff2"),url(/fonts/Inter-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}.patientStats{display:flex;gap:16px}.patientStats .patientCheckedIn,.patientStats .patientInClinic,.patientStats .patientCompleted,.patientStats .patientCanceled{display:flex;align-items:center;justify-content:flex-start;gap:14px;padding:10px 18px;border-radius:12px;transition:transform .2s ease;width:150px;background:#fff;border:1px solid #509e7c}.patientStats .patientCheckedIn:hover,.patientStats .patientInClinic:hover,.patientStats .patientCompleted:hover,.patientStats .patientCanceled:hover{transform:translateY(-2px)}.patientStats .patientCheckedIn .statsIcon,.patientStats .patientInClinic .statsIcon,.patientStats .patientCompleted .statsIcon,.patientStats .patientCanceled .statsIcon{width:30px;background-color:#e0f5f0;padding:7px;border-radius:8px;flex-shrink:0}.patientStats .patientCheckedIn .content,.patientStats .patientInClinic .content,.patientStats .patientCompleted .content,.patientStats .patientCanceled .content{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.patientStats .patientCheckedIn .content h1,.patientStats .patientInClinic .content h1,.patientStats .patientCompleted .content h1,.patientStats .patientCanceled .content h1{font-size:16px;font-weight:700;color:#41404d;margin:0}.patientStats .patientCheckedIn .content p,.patientStats .patientInClinic .content p,.patientStats .patientCompleted .content p,.patientStats .patientCanceled .content p{color:#545a6a;font-size:12px;margin:0;font-weight:500;white-space:nowrap}@media screen and (max-width:1025px){.patientStats{gap:8px}.patientStats .patientCheckedIn,.patientStats .patientInClinic,.patientStats .patientCompleted,.patientStats .patientCanceled{width:104px;padding:6px 9px;gap:8px;border-radius:10px}.patientStats .patientCheckedIn .statsIcon,.patientStats .patientInClinic .statsIcon,.patientStats .patientCompleted .statsIcon,.patientStats .patientCanceled .statsIcon{width:26px;padding:6px;border-radius:7px}.patientStats .patientCheckedIn .content h1,.patientStats .patientInClinic .content h1,.patientStats .patientCompleted .content h1,.patientStats .patientCanceled .content h1{font-size:15px}.patientStats .patientCheckedIn .content p,.patientStats .patientInClinic .content p,.patientStats .patientCompleted .content p,.patientStats .patientCanceled .content p{font-size:11px}}@media screen and (max-width:769px){.patientStats{gap:6px}.patientStats .patientCheckedIn,.patientStats .patientInClinic,.patientStats .patientCompleted,.patientStats .patientCanceled{width:auto;padding:6px 9px;gap:6px;border-radius:9px}.patientStats .patientCheckedIn .statsIcon,.patientStats .patientInClinic .statsIcon,.patientStats .patientCompleted .statsIcon,.patientStats .patientCanceled .statsIcon{width:24px;padding:5px;border-radius:6px}.patientStats .patientCheckedIn .content h1,.patientStats .patientInClinic .content h1,.patientStats .patientCompleted .content h1,.patientStats .patientCanceled .content h1{font-size:14px}.patientStats .patientCheckedIn .content p,.patientStats .patientInClinic .content p,.patientStats .patientCompleted .content p,.patientStats .patientCanceled .content p{display:none}}@media screen and (max-width:480px){.patientStats{gap:5px}.patientStats .patientCheckedIn,.patientStats .patientInClinic,.patientStats .patientCompleted,.patientStats .patientCanceled{padding:5px 7px}.patientStats .patientCheckedIn .statsIcon,.patientStats .patientInClinic .statsIcon,.patientStats .patientCompleted .statsIcon,.patientStats .patientCanceled .statsIcon{width:20px;padding:4px}.patientStats .patientCheckedIn .content h1,.patientStats .patientInClinic .content h1,.patientStats .patientCompleted .content h1,.patientStats .patientCanceled .content h1{font-size:13px}}@font-face{font-family:Inter;src:url(/fonts/Inter-Light.woff2) format("woff2"),url(/fonts/Inter-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.woff2) format("woff2"),url(/fonts/Inter-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.woff2) format("woff2"),url(/fonts/Inter-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.woff2) format("woff2"),url(/fonts/Inter-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.woff2) format("woff2"),url(/fonts/Inter-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraBold.woff2) format("woff2"),url(/fonts/Inter-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}.sessionExpiryNotice{display:flex;align-items:center;gap:6px;white-space:nowrap;font-family:Inter;font-size:13px;font-weight:500;color:#545a6a}.sessionExpiryNotice .label{opacity:.6}.sessionExpiryNotice .value{font-variant-numeric:tabular-nums}@media screen and (max-width:1025px){.sessionExpiryNotice{display:none}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}@font-face{font-family:Inter;src:url(/fonts/Inter-Light.woff2) format("woff2"),url(/fonts/Inter-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Regular.woff2) format("woff2"),url(/fonts/Inter-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Medium.woff2) format("woff2"),url(/fonts/Inter-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-SemiBold.woff2) format("woff2"),url(/fonts/Inter-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-Bold.woff2) format("woff2"),url(/fonts/Inter-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/fonts/Inter-ExtraBold.woff2) format("woff2"),url(/fonts/Inter-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}.pageNotFoundContainer{font-family:Inter;margin-top:100px;min-height:100dvh;display:flex;flex-direction:column;align-items:center}.pageNotFoundContainer .statusCode{font-size:64px;color:#009688}.pageNotFoundContainer .pageNotFoundText{color:#646464}
