@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";.header{height:70px;background-color:var(--white);position:sticky;top:0;box-shadow:0 0 .5em #0000004d;z-index:10;overflow:hidden;font-size:16px}.header-container{padding:0 30px;margin:0 auto;height:100%;max-width:1100px;display:flex;align-items:center;justify-content:space-between}.header-container img{height:70px;width:75px;cursor:pointer}.header-container .hamburger-menu{display:none;position:relative;width:28px;height:200px}.header-container .hamburger-menu img{cursor:pointer;width:28px;height:170px;position:absolute;right:4.438px;top:.9rem;right:0rem}.nav{display:flex;align-items:center;gap:40px}.nav ul{display:flex;align-items:center;justify-content:center;gap:30px}.nav ul li{width:65px}.nav li a{text-decoration:none;color:var(--black);font-weight:400;white-space:nowrap;cursor:pointer}.nav li a:hover{color:var(--green)}.nav ul li .active{font-weight:500;color:var(--green)}.nav .links{margin-left:130px;white-space:nowrap}.nav #login{margin-right:1.2rem;text-align:center;color:var(--green)}.nav #getStarted{text-align:center;padding:8px 10px;border-radius:10px;font-size:15px;color:var(--white);border:1px solid var(--green);background-color:var(--green)}@media all and (max-width: 900px){.nav{display:none}.header-container .hamburger-menu{display:block}.header-container{padding:0 25px;margin-left:-10px}.mobile-nav-container{position:fixed;top:0;right:0;border-radius:10px 0 0 10px;width:0px;min-height:943px;z-index:9999;background:linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.6) 100%);width:100%}.mobile-nav{position:fixed;top:0;right:0;background-color:var(--white);border-radius:10px 0 0 10px;width:0;min-height:943px;z-index:9999;overflow:hidden;transform:translate(-100%);animation-name:hamburgerToggle;animation-duration:.25s;transition-timing-function:cubic-bezier(.4,0,1,1)}@keyframes hamburgerToggle{0%{width:0%}to{max-width:60%}}.mobile-nav-width{transform:translate(0);width:35%}.mobile-nav ul{margin-top:90px;margin-left:20px}.mobile-nav ul .active{background-color:var(--green);color:var(--white);border-radius:8px}.mobile-nav ul li{max-width:220px;height:64px;font-size:20px;font-weight:500;white-space:nowrap;color:var(--black);display:flex;padding:20px 60px 20px 20px;align-items:center;gap:14px;margin-bottom:40px}}@media screen and (max-width: 700px){.mobile-nav-width{transform:translate(0);width:45%}}@media screen and (max-width: 545px){.mobile-nav-width{transform:translate(0);width:50%}}@media screen and (max-width: 490px){.mobile-nav-width{transform:translate(0);width:65%}}@media screen and (max-width: 375px){.mobile-nav-width{transform:translate(0);width:70%}}.hero{display:flex;flex-direction:column;justify-content:center;color:var(--white);height:568px;background:linear-gradient(0deg,rgba(1,40,40,.7) 0%,rgba(64,93,93,.4) 58.84%,rgba(255,255,255,0) 100%),url(/assets/hero-image-fd924507.jpg),lightgray 0px -65.949px / 100% 146.61% no-repeat;background-size:cover;background-position-y:25%}.hero-content{margin-top:170px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:20px}.hero-content h1{padding:auto;font-size:60px;font-weight:600;line-height:65px}.hero-content p{font-size:24px;font-weight:400;margin-bottom:20px}#hero-explore{text-align:center;padding:10px 16px;border-radius:10px;font-size:18px;color:var(--white);background:#bc6e00}@media screen and (max-width: 642px){.hero{background-position-x:-190px}.hero-content h1{padding:auto;font-size:50px;line-height:normal}.hero-content p{font-size:19px}}@media screen and (max-width: 490px){.hero-content h1{padding:auto;font-size:40px}}.PatientInfoContent-container{background-color:var(--lightest-green);min-height:400px;display:flex;flex-direction:column;justify-content:center;padding:80px 80px 120px}.PatientInfoContent-header{margin-top:0;display:flex;flex-direction:column;align-items:center;gap:15px;text-align:center;color:var(--black)}.PatientInfoContent-header h3{font-size:35px;font-weight:700}.PatientInfoContent-header p{font-size:18px;max-width:75%}.PatientInfoContent-content{display:flex;justify-content:center;gap:120px;max-width:1440px;margin:100px auto 0}.PatientInfoContent-left{max-width:50%}.PatientContent-left-container h4{font-size:25px;margin-bottom:20px}.PatientContent-left-container p{max-width:321px;font-size:16px;line-height:26px;margin-bottom:40px}.PatientContent-left-container #freeDemo-btn{text-align:center;padding:10px 14px;border-radius:10px;color:var(--white);background:var(--green)}.PatientInfoContent-right{max-width:50%}.PatientInfoContent-right img{width:100%;height:320px;transform:translateY(-10px)}@media screen and (max-width: 820px){.PatientInfoContent-container{padding:32.998px 21.999px 54.997px}.PatientInfoContent-content{margin-top:40px;gap:30px}}@media screen and (max-width: 580px){.PatientInfoContent-header h3{font-size:27px}.PatientInfoContent-header p{max-width:100%;font-size:18px;line-height:24px}.PatientInfoContent-content{flex-direction:column-reverse;gap:20px}.PatientInfoContent-left h4{font-size:22px}.PatientInfoContent-content p{font-size:18px;line-height:24px}.PatientInfoContent-left{text-align:center;max-width:100%}.PatientContent-left-container p,.PatientInfoContent-right{max-width:100%}}.patientAppointmentSchedulling-wrapper{background-color:var(--white)}.PatientAppointmentScheduling-container{min-height:400px;max-width:1440px;margin:20px auto 0;display:flex;justify-content:center;align-items:center;padding:0 80px 0 120px;gap:120px}.PatientAppointmentScheduling-left{max-width:50%}.PatientAppointmentScheduling-left img{width:100%;height:320px}.PatientAppointmentScheduling-right{max-width:50%;text-align:right}.PatientAppointmentScheduling-right-container{text-align:right;max-width:75%}.PatientAppointmentScheduling-right h3{font-size:25px;font-weight:700;margin-bottom:20px}.PatientAppointmentScheduling-right p{font-size:16px;line-height:26px}@media screen and (max-width: 820px){.PatientAppointmentScheduling-container{padding:32.998px 21.999px 54.997px}}@media screen and (max-width: 580px){.PatientAppointmentScheduling-container{flex-direction:column;gap:28px}.PatientAppointmentScheduling-left{max-width:100%}.PatientAppointmentScheduling-left img{width:100%;height:260px}.PatientAppointmentScheduling-right,.PatientAppointmentScheduling-right-container{text-align:center;max-width:100%}.PatientAppointmentScheduling-right-container h3{font-size:22px}.PatientAppointmentScheduling-right-container p{font-size:18px;width:100%;line-height:24px}}.patientCommunicationWrapper{background-color:var(--lightest-green)}.PatientCommunication-container{min-height:450px;display:flex;align-items:center;justify-content:center;padding:0 80px 0 120px;max-width:1440px;margin:0 auto}.PatientCommunication-left{max-width:50%}.PatientCommunication-left h3{font-size:25px;margin-bottom:20px}.PatientCommunication-left p{width:70%;font-size:16px;line-height:26px}.PatientCommunication-right{max-width:50%}.PatientCommunication-right img{max-width:100%;height:320px}@media screen and (max-width: 820px){.PatientCommunication-container{padding:32.998px 21.999px 54.997px}}@media screen and (max-width: 580px){.PatientCommunication-container{flex-direction:column-reverse;gap:28px}.PatientCommunication-left{text-align:center;max-width:100%}.PatientCommunication-left h3{font-size:22px}.PatientCommunication-left p{width:100%}.PatientCommunication-right{max-width:100%}.PatientCommunication-right img{width:100%;height:260px}}.patnersContent-container{background-color:var(--white);min-height:250px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:50px}.patnersContent-header{font-size:25px;font-weight:700}.patners-logo-container{display:flex;align-items:center;justify-content:center;gap:60px;flex-wrap:wrap}.patners-logo-container img{max-width:150px;max-height:80px}@media screen and (max-width: 820px){.patnersContent-container{padding:32.998px 21.999px 54.997px;gap:40px}}@media screen and (max-width: 580px){.patnersContent-header{text-align:center;font-size:22px}.patners-logo-container{gap:45px}.patners-logo-container img{max-width:60px;max-height:65px}}.whyUs-container{background-color:var(--lightest-green);min-height:950px;display:flex;flex-direction:column;align-items:center;padding:120px 80px}.whyUs-top{display:flex;flex-direction:column;align-items:center;text-align:center;gap:15px}.whyUs-top h3{font-size:35px;font-weight:700;width:80%}.whyUs-top p{font-size:18px;line-height:27px;max-width:61%}.whyUs-bottom{margin-top:70px;display:flex;align-items:center;justify-content:center;gap:13%;gap:80px}.whyUs-left{margin-top:30px;max-width:50%}.whyUs-left-activeContent{max-width:400px;padding:20px;border-radius:8px;border:.5px solid var(--lightest-grey);background:var(--white);box-shadow:2px 7px 17px #005e5d17;margin-bottom:50px;overflow:hidden;animation-name:accordion;animation-duration:.25s;animation-timing-function:cubic-bezier(.57,.51,.25,.26)}@keyframes accordion{0%{max-height:40px}to{max-height:172px}}.whyUs-left-content_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;cursor:pointer}.whyUs-left-content_header h4{font-size:18px;font-weight:600}.whyUs-left-activeContent p{font-size:16px;width:327px}.whyUs-left-inactive{max-width:400px;padding:0 20px;margin-bottom:30px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.whyUs-left-inactive h4{font-size:18px;font-weight:500}.whyUs-left .inactive{display:none}.whyUs-right{width:50%}.whyUs-right img{width:100%;height:100%;height:280px}@media screen and (max-width: 880px){.whyUs-container{padding:60px 40px}.whyUs-top h3{width:89%}.whyUs-top p{max-width:100%}.whyUs-bottom{flex-direction:column-reverse;justify-content:center}.whyUs-left{width:100%}.whyUs-left-activeContent{max-width:100%}.whyUs-left-activeContent p{font-size:16px;width:327px;width:100%}.whyUs-left{min-width:100%}.whyUs-left-inactive{max-width:100%}.whyUs-right{width:100%}}@media screen and (max-width: 500px){.whyUs-container{padding:54.997px 23px}.whyUs-top h3{font-size:27px;font-weight:700;width:100%;line-height:35px}.whyUs-top p{font-size:18px;line-height:27px;max-width:100%}.whyUs-bottom{margin-top:30px}.whyUs-left-activeContent p{font-size:16px;width:327px}.whyUs-left{min-width:100%}}@media screen and (max-width: 393px){.whyUs-top p{font-size:16px;width:100%}.whyUs-bottom{margin-top:12px}.whyUs-left{min-width:100%}.whyUs-right{width:95%;height:250px}.whyUs-right img{width:100%}.whyUs-left-activeContent p{font-size:16px;width:327px;width:100%}}.footer-container{height:470px;background-color:var(--green);color:var(--white);padding:70px 70px 90px}.footer-top{display:flex;gap:120px}.footer-logo img{width:112px;height:112px}.footer-logo p{color:var(--lighter-grey);font-size:16px;width:253.811px;line-height:21px}.footer-top h4{font-size:18px;padding-bottom:13.501px}.footer-top ul li{white-space:nowrap;color:var(--lighter-grey);font-size:18px;margin-bottom:13.501px;cursor:pointer}.footer-bottom{padding-top:60px;color:var(--lighter-grey)}.horizontal-line{border-top:1.5px solid var(--lighter-grey);max-width:1400px}.contact-address{width:400px;display:flex;align-items:center;gap:20px}.contact-address .mail,.contact-address .address{display:flex;align-items:center;gap:5px;padding-bottom:13.501px}.footer-allRights{max-width:1400px;padding-top:13.501px;display:flex;justify-content:space-between}.socials{display:flex;gap:14px}.socials img{cursor:pointer}@media all and (max-width: 1082px){.footer-top{gap:60px}}@media all and (max-width: 900px){.footer-top{gap:2.3rem}}@media all and (max-width: 830px){.footer-container{display:none}.footer-top{flex-direction:column}}@media all and (min-width: 830px){.mobile-footer{display:none}}@media all and (max-width: 830px){.mobile-footer{display:flex;flex-direction:column;gap:30px;min-height:980px;background-color:var(--green);color:var(--white);padding:40px 20px 60px}.mobile-footer .mobileContact-address{margin-top:50px;display:flex;flex-direction:column;color:var(--lighter-grey);font-size:16px;gap:10px;margin-bottom:30px}.mobileContact-address .mail,.mobileContact-address .address{display:flex;gap:10px}.mobileFooter-mid{display:flex;flex-direction:column;gap:30px}.mobileList-active-header{display:flex;justify-content:space-between;align-items:center;max-width:68%;font-size:20px;margin-top:15px;cursor:pointer}.mobileList-inactive-header{padding-left:20px;display:flex;justify-content:space-between;align-items:center;max-width:68%;font-size:20px;margin-top:20px;cursor:pointer}.mobileList-inactive-body{display:none}.mobileFooter-mid .mobileFooter-hr{width:75%;border-top:.5px solid var(--lightest-grey)}.mobileFooter-mid-list{margin-top:15px;max-height:100%;overflow:hidden;animation-name:animate1;animation-duration:.7s;animation-timing-function:linear}.mobileFooter-mid ul li{margin-bottom:12px;font-size:18px;color:var(--lighter-grey);cursor:pointer}@keyframes animate1{0%{opacity:0;max-height:50px}to{opacity:1;max-height:200px}}.mobileFooter-bottom .horizontal-line{margin-top:60px}.mobileFooter-bottom .socials{margin:25px 0 50px}.mobileFooter-bottom p{font-size:16px;color:var(--lighter-grey)}}.plans-container{min-height:920px;background-color:var(--white);padding:120px 80px;display:flex;flex-direction:column;align-items:center}.plans-container h3{font-size:35px;font-weight:700;margin-bottom:60px}.plans-container .plans{display:flex;gap:40px}.plans .plan{padding:30px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px}.plans #selected_plan{padding:40px 60px;border-radius:10px;background:var(--light-green);box-shadow:2px 7px 17px #005e5d17}.plans .unselected_plan{border:1px solid var(--lightest-grey);border-radius:10px}.plan .package{display:flex;flex-direction:column;gap:35px;margin-left:-10px}.plan .package h5{font-size:20px;font-weight:500;text-align:center}.package .price{display:flex;flex-direction:column;gap:8px}.package .price h4{font-size:30px;font-weight:700}.package p{font-size:14px}.plan .plan-list{display:flex;flex-direction:column;gap:20px}.plan-list span{margin-right:8px}.plan-list li{font-size:16px}.plan .plan-btn{margin-top:5px;text-align:center;width:180px;height:49px;padding:15px 30px;border-radius:10px;color:var(--white);background:var(--green)}@media screen and (max-width: 920px){.plans-container .plans{gap:15px}}@media screen and (max-width: 882px){.plans-container{display:none}}:root{--green: #005e5d;--light-green: #d3efd9;--lightest-green: #f8fcf9;--white: #ffffff;--black: #000;--grey: #464949;--light-grey: #939393;--lighter-grey: #d1d1d1;--lightest-grey: #e9e9e9}body{font-family:Roboto,sans-serif}ul{list-style:none}a{text-decoration:none}button{border:none}input{outline:none}.schedule-appointment-container{min-height:100vh;background:linear-gradient(180deg,#005e5d 0%,rgba(0,0,0,.65) 100%),url(/assets/schedule-appointment-ab78b040.jpeg),lightgray -390.222px 4px / 126.42% 100% no-repeat;background-size:cover}.schedule-appointment-header{display:flex;align-items:center;justify-content:space-between;height:80px;padding:10px 60px 0}#scheduleAppointment-logo{width:80px;height:80px}.schedule-appointment-header #scheduleAppointment-closeIcon{width:37.19px;height:27.19px}#scheduleAppointment-mobile-closeIcon{display:none}.schedule-appointment-content{display:flex;flex-direction:column;align-items:center}.schedule-appointment-content h1{font-size:40px;font-weight:700;color:var(--white);margin-bottom:5px}.schedule-appointment-content p{color:var(--lighter-grey);font-size:18px}.schedule-appointment-cards{margin-top:40px;display:flex;gap:45px}.schedule-appointment-card{width:300px;height:340px;text-align:center;padding:45px 25px 50px;border-radius:12.371px;border:1.546px solid var(--light-grey);background:var(--white);box-shadow:0 4px 4px #0000004d,0 8px 12px 12px #00000026}.schedule-appointment-card h3{font-size:30px;font-weight:500;margin-bottom:30px}.schedule-appointment-card p{color:var(--grey);font-size:20px}.schedule-appointment-card button{margin-top:45px;background-color:var(--green);color:var(--white);font-size:18px;width:150.938px;height:50px;border-radius:15.464px;cursor:pointer}.schedule-appointment-footer{margin-left:80px;position:fixed;bottom:10px;color:var(--white)}@media all and (max-width: 656px){.schedule-appointment-cards{flex-direction:column;margin-top:50px;gap:20px}.schedule-appointment-footer{display:none}#scheduleAppointment-logo{display:none!important}}@media all and (max-width: 564px){.schedule-appointment-container{background:var(--white);min-height:900px}.schedule-appointment-header{height:170px;position:relative;width:100%}#scheduleAppointment-mobile-closeIcon{display:block;position:absolute;right:38px;top:80px}.schedule-appointment-header #scheduleAppointment-closeIcon{display:none}.schedule-appointment-content h1{font-size:28px;font-weight:700;color:var(--black);margin-bottom:5px}.schedule-appointment-content p{color:var(--black);font-size:14px}.schedule-appointment-cards{gap:45px}.schedule-appointment-card{width:265px;height:270px;box-shadow:none;text-align:center;padding:50px 20px;border-radius:10px;border:.5px solid var(--black);background:var(--white)}.schedule-appointment-card h3{font-size:24px;font-weight:500;margin-bottom:30px}.schedule-appointment-card p{color:var(--black);font-size:16px}.schedule-appointment-card button{margin-top:45px;font-size:18px;width:133px;height:39px;border-radius:10px}}.dashboard-Navbar{display:flex;justify-content:space-between;align-items:center;border-bottom:.832px solid var(--lighter-grey);background:var(--white);height:60px;max-width:1400px;z-index:100;position:fixed;top:0px;overflow:hidden}.dashboard-Navbar-container{display:flex;justify-content:space-between;align-items:center;height:100%;width:80vw;padding:0 90px 0 40px}.dashboard-Navbar-container .navbar-search{position:relative;display:flex;align-items:center;width:280px;height:30px;overflow-y:hidden;border-radius:7px;border:.5px solid var(--lighter-grey);background:var(--white);white-space:nowrap}.navbar-search img{position:absolute;left:20px;width:18px;height:18px}.dashboard-Navbar-container .navbar-search input{width:100%;height:100%;padding-left:50px;border:none;outline:none;border-radius:7px;font-size:14px;background-color:transparent;color:var(--light-grey)}.dashboard-Navbar-container .navbar-search:focus-within{border-bottom-width:2px;transition:all .25s ease-in-out}.navbar-right{display:flex;align-items:center;gap:16px;height:100%}.navbar-right .notification-container{display:flex;position:relative}.navbar-right .notification-icon{width:27px;height:27px;border-radius:7.873px;background:var(--white);padding:4.921px 3.936px;cursor:pointer;box-shadow:2px 7px 17px #005e5d17}.navbar-right .ellipse{width:7px;height:7px;position:absolute;right:4.996px;right:7px;top:4px}.navbar-right .profile{display:flex;align-items:center;gap:10px;height:100%;font-weight:500;font-size:18px;cursor:pointer}.navbar-right .profile img{width:35px;height:35px}.sidebar-container{padding:20px 10px 30px 40px;width:300px;background-color:var(--green);color:var(--white);height:100vh;overflow-y:auto;position:fixed;top:0;left:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background-color:var(--lighter-grey)}::-webkit-scrollbar-thumb{background-color:var(--lightest-grey);border-radius:5px;width:4px}.sidebar-logo img{width:80px;height:80px}.sidebar-top .sidebar-tabs .active{background-color:var(--white);display:flex;padding-left:15px;align-items:center;height:45px;width:190px;border-radius:8px;color:var(--black);font-weight:600}.sidebar-tabs a{color:var(--white)}.sidebar-tabs{margin-top:40px;display:flex;flex-direction:column;justify-content:center;gap:40px}.sidebar-tabs li{display:flex;align-items:center;gap:12px;font-size:16px;cursor:pointer}.sidebar-tabs li img{width:20.903px;height:16.722px}.sidebar-hr{margin-top:30px;border:.5px solid var(--lighter-grey);width:80%}.sidebar-mid{margin-top:30px}.sidebar-mid .chats{background-color:#bb0808;border-radius:50%;margin-left:25px;padding:4px;font-size:10px;display:flex;justify-content:center;align-items:center;white-space:nowrap}.sidebar-bottom{margin-top:50px}.home-container{display:flex;margin-top:60px}.home-dashboard{left:300px;position:relative;width:calc(100% - 300px);overflow-y:auto;max-width:1400px}.login-container{display:flex;margin:0 auto;align-items:center;max-width:100vw;height:100vh;background-color:var(--white)}.login-leftContainer{max-width:45%}.login-form{display:flex;flex-direction:column;margin:0 80px 0 100px}.login-form h1{color:var(--green);font-size:30px;font-weight:700;line-height:normal}.login-form p{margin-bottom:25px;color:var(--grey);font-size:14px}.login-form label{color:var(--black);font-size:16px;font-weight:500}.login-form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:18px}.login-form-group input{width:100%;height:50px;padding:10px 45px 10px 50px;border-radius:6px;border:.81px solid var(--light-grey);background:var(--white);font-size:16px;color:var(--grey)}.login-form-group input:focus-within{border:1px solid var(--green)}.login-input-with-icon{position:relative}.login-input-with-icon .login-icon{position:absolute;top:50%;left:14px;transform:translateY(-50%);width:15px}.login-input-with-icon .login-visibility-icon{position:absolute;top:50%;right:20px;transform:translateY(-50%);cursor:pointer;width:20px;height:20px}.login-error{display:none;color:var(--red, #bb0808);font-size:14px}#login-error-icon{width:16.925px;height:16.925px;margin-right:10px;margin-bottom:-5px}.login-check-box input[type=checkbox]:checked{accent-color:var(--green)!important}.login-reminder{display:flex;justify-content:space-between;align-items:baseline;font-size:14px}#login-remember{margin-right:5px}.login-reminder label{color:var(--grey);font-weight:400}.login-reminder p{color:var(--green);text-align:right;font-weight:500}.login-logging{margin-top:8px;width:100%;height:50px;border-radius:8px;background-color:var(--green);color:var(--white);text-align:center;font-size:18px}.login-horizontal-lines{margin-top:28px;display:flex;justify-content:center;align-items:center;align-self:stretch}.login-or-text{display:flex;align-items:center;color:var(--light-grey, #939393);text-align:center;font-size:16px;font-weight:500;justify-content:center;padding:0 10px}.login-horizontal-lines span{width:100%;height:0px;flex-grow:1}#login-google-signin{margin-top:28px;display:flex;width:100%;height:40px;justify-content:center;align-items:center;gap:8.097px;border-radius:8px;border:.81px solid var(--light-grey);background:var(--white);color:var(--light-grey);text-align:center;font-size:14px}#login-google-signin img{width:16px}.login-account-p{margin-top:30px;display:inline;text-align:center;align-items:center;color:var(--grey);font-size:18px}.login-account-p span{color:var(--green);cursor:pointer}.login-lines{display:flex}.login-lines hr{width:500px}.login-medic-lady{width:55%;height:100vh;background:linear-gradient(180deg,rgba(0,94,93,.65) 0%,rgba(0,16,16,.08) 19.27%,rgba(0,14,14,.2) 33.32%,rgba(0,11,11,.2) 33.33%,rgba(0,0,0,.65) 100%),url(/assets/medic.lady-66a5c826.jpeg),lightgray -551.982px 2px / 184.627% 100% no-repeat;background-size:cover;background-position:100% 50%;background-repeat:no-repeat;display:flex;padding:30px 50px 35px 30px;flex-direction:column;justify-content:space-between}.login-medic-lady img{width:70px}.login-medic-lady h1{width:90%;color:var(--white);font-size:40px;font-style:normal;font-weight:700}.login-copyright{display:flex;flex-direction:column;align-items:flex-start;gap:40px}.login-copyright span{text-align:center;color:var(--white);text-align:right;font-size:14px;font-weight:400}@media screen and (max-width: 1020px){.login-leftContainer{max-width:50%}.login-form{display:flex;flex-direction:column;margin:0 50px 0 60px}.login-medic-lady{width:50%;height:100vh;background-position:100% 50%;background-repeat:no-repeat;display:flex;padding:30px 50px 35px 30px}}@media screen and (max-width: 725px){.login-leftContainer{max-width:50%}.login-form{display:flex;flex-direction:column;margin:0 20px}.login-medic-lady{width:50%;height:100vh;background-position:75% 50%}.login-medic-lady h1{font-size:30px;width:100%}.login-copyright span{font-size:12px}}@media screen and (max-width: 592px){.login-container{flex-direction:column;justify-content:center}.login-leftContainer{max-width:100%}.login-form{display:flex;flex-direction:column;margin:0 70px}.login-medic-lady{display:none}}@media screen and (max-width: 400px){.login-form h1{font-size:25px}.login-form{margin:0 25px}}: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-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--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__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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.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:.7s}.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}.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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.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}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{padding:0;margin:0;box-sizing:border-box}.signup-container{display:flex}.signup-form{display:flex;padding:78px 80px 30px;flex-direction:column;align-items:flex-start;align-self:stretch;height:100%}.signup-form h1{color:var(--green, #005e5d);font-family:Roboto;font-size:40.486px;font-style:normal;font-weight:700;line-height:normal}.signup-form #signup-text{color:var(--grey, #464949);font-family:Roboto;font-size:18px;font-style:normal;font-weight:400;line-height:normal}.signup-name{display:flex;flex-direction:column;align-items:flex-start;gap:6.478px;flex:1 0 0}.signup-icon{display:flex;padding:3.385px;align-items:flex-start;gap:8.463px}.signup-input-with-icon{border-radius:6.478px;border:.81px solid var(--light-grey, #939393);background:var(--white, #fff);display:flex;padding:24.292px 28.34px 24.292px 12.146px;align-items:center;gap:16.194px;align-self:stretch}.signup-input-with-icon input[type=text]::placeholder{text-align:left;padding-left:0}.signup-input-with-icon input[type=text],input{padding-left:0;margin-left:0%}.signup-form-group{display:flex;flex-direction:column;align-items:flex-start;gap:6.478px;margin-bottom:33px}.signup-button-teal button{display:flex;width:490px;align-items:center;gap:16.194px;padding:24.3px 24.292px;justify-content:center;gap:8.097px;align-self:stretch}#signup-terms{color:var(--grey, #464949);text-align:center;font-family:Roboto;font-size:14.575px;font-style:normal;font-weight:400;line-height:normal}#signup-terms span{color:var(--green, #005e5d);font-family:Roboto;font-size:14.575px;font-style:normal;font-weight:400;line-height:normal}#signup-first-lastname{display:flex;align-items:flex-start;gap:20px;align-self:stretch}.horizontal-lines{display:flex;justify-content:center;align-items:center;gap:12px;align-self:stretch}.horizontal-lines hr{color:var(--light-grey, #939393)}.horizontal-line{width:100%;height:1px;background-color:var(--light-grey, #939393);border:none}#signup-google{display:flex;justify-content:center;color:var(--light-grey, #939393);text-align:center;font-family:Roboto;font-size:20.243px;font-style:normal;font-weight:400;line-height:normal;padding:20px 24.292px;align-items:center;gap:8.097px;align-self:stretch;border-radius:8.097px;border:.81px solid var(--light-grey, #939393);background:var(--white, #fff)}#signup-google img{width:28.485px;height:29.15px}.signup-account-p{justify-content:center;color:var(--grey, #464949);font-family:Roboto;font-size:20px;font-style:normal;font-weight:400;line-height:normal;display:flex;flex-direction:column;align-items:center;margin-top:55px}.signup-account-p span{color:var(--green, #005e5d);font-family:Roboto;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.signup-medic-img{display:flex;padding:62.261px 50px 35.578px;flex-direction:column;align-items:flex-start;gap:470px;flex:1 0 0;align-self:stretch;background:linear-gradient(180deg,rgba(0,94,93,.5) 0%,rgba(0,16,16,.06) 33.92%,rgba(0,11,11,0) 52.34%,rgba(0,0,0,.5) 100%),url(/assets/medicimg-6c1e0fc5.jpeg) lightgray 50% / cover no-repeat}.signup-medic-img h1{color:#fff;font-family:Roboto;font-size:50px;font-style:normal;font-weight:700;line-height:normal;width:644px}.signup-medic-img span{color:var(--white, #fff);text-align:right;font-family:Roboto;font-size:16.01px;font-style:normal;font-weight:400;line-height:normal}.Mui-selected{background-color:var(--green)!important}.MuiPickersDay-today{background-color:green}.MuiDayCalendar-monthContainer{margin:-2px}.home-dashbord-top{display:flex;justify-content:space-between;align-items:center;height:50px;max-width:1440px;padding:35px 45px 25px 40px;margin-bottom:20px}.home-dashbord-top h3{font-size:20px;font-weight:500}.dashboard-date-container{display:flex;justify-content:center;align-items:center;gap:30px;min-width:180px;height:35px;padding:8px;font-size:14px;color:var(--black);border-radius:4px;border:.5px solid var(--lighter-grey)}.dashboard-date-container span{font-size:14px}.home-dashboard-main{display:flex;gap:15px;margin:0 10px 35px 15px;max-width:1400px;min-height:100vh}.home-dasboard-left{flex:1.5;display:flex;flex-direction:column;gap:15px}.home-dasboard-left .schedule-container{display:flex;justify-content:space-between}.schedule-container .schedule-app{cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;width:220px;height:100px;border-radius:5px;border-top:.469px solid var(--lighter-grey);border-left:.469px solid var(--lighter-grey);background:var(--white);box-shadow:2px 7px 17px #005e5d17}.schedule-app-icon{background-color:var(--light-green);padding:15px;border-radius:50%;box-shadow:2px 7px 17px #005e5d17}.schedule-app img{width:16px;height:16px}.schedule-app p{font-size:14px;max-width:120px}.home-dasboard-left .upcomming-app{width:100%;min-height:350px;padding:20px 32.006px 20px 20px;border-radius:5px;border-left:.469px solid var(--lighter-grey);border-top:.469px solid var(--lighter-grey);background:var(--white);box-shadow:1.8746399879455566px 6.561239719390869px 15.934440612792969px #005e5d17}.upcomming-app h4{font-weight:500;margin-bottom:24px}.home-dasboard-left .available-docs{padding:20px;border-radius:5px;border:.469px solid var(--lighter-grey)}.available-docs-header{display:flex;justify-content:space-between;align-items:center}.available-docs-icon{display:flex;gap:10px}.available-docs-header .available-docs-icon .leftIcon{padding:5px;display:flex;text-align:center;justify-content:center;border-radius:50%;border:.501px solid var(--lighter-grey);background:var(--white);cursor:pointer}.available-docs-header .available-docs-icon .rightIcon{padding:5px;display:flex;text-align:center;justify-content:center;border-radius:50%;border:.501px solid var(--green);background:var(--white);cursor:pointer}.available-docs-header .available-docs-icon img{width:8px;height:10px}.available-docs h4{font-weight:500}.available-docs-wrapper{display:flex;gap:25px}.available-docs-wrapper .available-doc{margin-top:18px;height:200px;min-width:160px;border-radius:5px;border:.469px solid var(--lighter-grey);background-color:var(--white);box-shadow:2px 7px 17px #005e5d17}.available-doc{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;text-align:center;cursor:pointer}.available-doc:hover{transform:scale(1.05);transition:all .6s ease-in-out}.available-doc img{width:80px;border-radius:50%}.available-doc .available-doc-details h5{color:var(--black);font-size:14px;font-weight:500}.available-doc .available-doc-details p{font-size:12px}.home-dashboard-right{flex:1;display:flex;flex-direction:column;gap:10px}.calender-wrapper{flex:4;padding:20px 10px;border-radius:5px;border:.469px solid var(--lighter-grey);background:var(--white);box-shadow:1.8746399879455566px 6.561239719390869px 15.934440612792969px #005e5d17}.picked-dates-container{border-top:.5px solid var(--lighter-grey);padding-top:20px;margin-top:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px}.picked-date{display:flex;align-items:center;justify-content:space-evenly;gap:25px;border-radius:9px;background:var(--green);width:92%;padding:16px;box-shadow:2px 7px 17px 10px #054b4a17;cursor:pointer}.picked-date:hover{box-shadow:2px 7px 17px #005e5d17;transition:all .25s ease-in-out}.picked-date:nth-child(2),.picked-date:nth-child(3){background-color:var(--white)}#picked-doc{color:var(--white)}.picked-doctor-header{display:flex;justify-content:space-between;align-items:center;min-width:180px}.picked-doctor h4{font-size:16px;font-weight:500;margin-bottom:5px}.picked-doctor p{font-size:14px}.picked-date .picked-day{width:56px;height:57px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:8px;background:var(--light-green);box-shadow:2px 7px 17px #005e5d17}.picked-day p{font-size:12px}.picked-day h5{font-size:20px}.patient-files-wrapper{flex:1;padding:20px 28.12px;border-radius:7.499px;border:.469px solid var(--lighter-grey);background:var(--white);box-shadow:1.8746399879455566px 6.561239719390869px 15.934440612792969px #005e5d17}.patient-files-wrapper h5{font-size:18px;font-weight:500;margin-bottom:10px}.patient-files{display:flex;flex-direction:column;justify-content:center;gap:8px}.patient-file{display:flex;gap:8px}.file{display:flex;justify-content:space-between;align-items:center;width:100%;cursor:pointer}.file p{font-size:15px}.appointment-wrapper{display:flex}.appointment-container{padding:30px 20px}.appointment-container .appointment-nav{display:flex;gap:30px;border-bottom:1px solid var(--lighter-grey)}.appointment-nav .appointment-items{cursor:pointer}.appointment-nav a{font-size:18px;color:var(--lighter-grey)}.appointment-container .appointment-nav .active{color:var(--green);font-weight:600;padding-bottom:8px;border-bottom:3px solid var(--green)}.appointment-cardWrapper{display:flex;align-items:center;flex-wrap:wrap;gap:15px;margin-top:30px}.appointment-card{padding:28px 17px;border-radius:8.899px;border:.5px solid var(--lighter-grey);width:295px}.appointment-card h5{font-size:17.797px;font-weight:500;margin-bottom:10px}.appointment-card p{color:var(--grey);font-size:12px}.appointment-card .appointment-schedule{margin-top:10px;display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:.5px solid var(--lighter-grey)}.appointment-card .appointment-schedule p{font-weight:500;font-size:14.2px;color:var(--black)}.appointment-schedule .date{display:flex;align-items:center;gap:5px;color:var(--green);font-size:12px}.appointment-container .scheduled-doc-profile{margin-top:18px;display:flex;justify-content:space-between;align-items:center;padding-bottom:20px;border-bottom:.5px solid var(--lighter-grey)}.scheduled-doc-profile .contact-doc{display:flex;gap:9px}.scheduled-doc-profile .doc-avatar{width:53px;height:55px}.scheduled-doc-profile .doc-contact h6{width:94px;font-size:14px;color:var(--black);margin-bottom:8px;font-weight:500}.scheduled-doc-profile .phone{color:var(--grey);font-weight:300;font-size:12px}.appointment-card .appointment-btn{margin-top:30px;width:100%;height:45px;background-color:var(--green);font-size:18px;color:var(--white);border-radius:8px;cursor:pointer}.precscription-container{margin:30px 20px;border-radius:8px;min-height:100vh}.prescription-table{padding:10px}.payments-container{margin:30px;border-radius:8px;min-height:100vh}.payments-container .payments-tabs{display:flex;align-items:center;justify-content:space-between;gap:55px}.payments-tabs .tab{border-radius:8px;background:var(--white);box-shadow:2.13498px 7.47241px 18.14729px #005e5d17;padding:40px 30px;width:250px;height:100px;display:flex;justify-content:center;align-items:center;gap:18px}.payments-tabs .balance-icon{padding:20px;border-radius:50%;background:var(--light-blue, #bfe6f6)}.payments-tabs .debt-icon{padding:20px;border-radius:50%;background:var(--light-red, #ffd6d6)}.payments-tabs .total-icon{padding:20px;border-radius:50%;background:var(--light-green, #d3efd9)}.payments-tabs .tab img{width:25.357px;height:18.442px}.payments-tabs p{font-size:16px;margin-top:5px}.payments-nav{margin-top:25px;display:flex;gap:20px}.payments-nav a{color:var(--green)}.payments-nav li{display:flex;justify-content:center;align-items:center;white-space:nowrap;width:140px;height:40px;font-size:14px;border-radius:8px;border:1px solid var(--green);background:var(--white);cursor:pointer;transition:all .5s}.payments-nav li:hover{color:var(--white);background-color:var(--green);border-radius:8px;border:none}.payments-table{margin-top:25px;border-radius:10px;background:var(--white);min-height:500px}.settings-container{max-width:1300px;margin:30px 40px;border-radius:8px;min-height:100vh;display:flex;justify-content:space-between}#personalInfo{max-width:520px;padding:10px 30px}#personalInfo h3{font-size:20px;font-weight:500}#personalInfo h4{font-size:20px;font-weight:500;margin-bottom:20px}#personalInfo .personal-pics{margin-top:20px;margin-bottom:20px;width:85px;height:85px;position:relative}#personalInfo .personal-pics img{width:100%;height:100%}.personal-pics .camera-icon{border:4.303px solid var(--white);cursor:pointer;display:flex;justify-content:center;align-items:center;position:absolute;right:0px;bottom:-8px;width:35px;height:35px;border-radius:50%;background-color:var(--green)}.personal-pics .camera-icon #cameraIcon{height:60%;width:60%}#personalInfo label{font-size:16px;font-weight:500;display:inline-block;margin-bottom:5px}#personalInfo input{font-size:14px;font-weight:400;color:var(--light-grey);width:100%;height:40px;padding:15px 15px 15px 32px;border-radius:4.017px;border:.502px solid var(--light-grey);background:var(--white);margin-bottom:16px}#personalInfo .firstName,.lastName,.phone-control,.email-control,.address-control,.city,.state,.zipcode,.country,.gender,.dob,.marital_stats,.blood,.weight,.height{position:relative}#icon{position:absolute;top:39px;left:14px;width:10px;height:10px}#personalInfo .name-control,.city_state-control,.zip_country-control,.gender_birth-control,.marital_blood-control,.weight_height-control{display:flex;align-items:center;gap:10px}.settings-rightComponent{width:330px;height:200px;padding:24px;border-radius:8px;border:.5px solid var(--lighter-grey);background-color:var(--white)}.settings-rightComponent #settings-nav{display:flex;flex-direction:column;gap:20px}.settings-rightComponent #settings-nav li{font-size:18px;font-weight:500;color:var(--black);margin-left:12px}#settings-nav .active{margin-left:-7px;display:flex;justify-self:center;align-items:center;max-width:270px;height:50px;border-radius:8px;border-left:10px solid var(--green);background-color:var(--light-green, #d3efd9)}.bookAppointment-container{margin:0 20px;display:flex;flex-direction:column;gap:20px}.bookAppointment{display:flex;align-items:center;gap:20px;border-radius:8.186px;border:.5px solid var(--lighter-grey);background:var(--white);height:200px;box-shadow:1.95085px 6.82798px 16.58223px #005e5d17}.bookAppointment .doc-avatar{height:200px}.bookAppointment .doctor-portfolio{width:100%;padding:15px}.bookAppointment .doctor-portfolio h3{font-size:22px;font-weight:500}.bookAppointment .doctor-portfolio h5{margin-top:8px;font-size:16px;font-weight:500}.bookAppointment .doctor-portfolio p{margin-top:10px;font-size:14.735px;max-width:361px}.bookAppointment .doctor-portfolio .bottomContent{display:flex;justify-content:space-between;gap:12px;align-items:center}.bookAppointment .doctor-portfolio .bottomContent .doc-rating{display:flex;align-items:baseline;gap:4px;font-weight:500}.doctor-portfolio #appointment-btn{text-align:center;padding:8px 10px;border-radius:10px;font-size:15px;color:var(--white);border:1px solid var(--green);background-color:var(--green)}.SetAppointment-container{padding:30px;min-height:100vh}.SetAppointment-wrapper{max-width:800px;display:flex;justify-content:space-between;gap:60px}.SetAppointment-leftCOmponent img{width:255px;height:250px}.SetAppointment-doc-portfolio{margin-top:30px}.SetAppointment-doc-portfolio h3{font-size:20px;font-weight:600}.SetAppointment-doc-portfolio p{margin-top:5px;font-size:16px;color:var(--grey)}.SetAppointment-doc-portfolio h6{margin-top:20px;font-size:18px}.SetAppointment-doc-portfolio .portfolio-text{font-size:14px;max-width:310px}.SetAppointment-rightCOmponent .calender-wrapper2{border-radius:8px;box-shadow:2px 7px 17px #005e5d17;margin-bottom:25px}.SetAppointment-rightCOmponent label{font-size:16px;font-weight:500;margin-bottom:12px;display:inline-block}.SetAppointment-rightCOmponent .SetAppointment-radioBTN{display:flex;gap:40px;margin-top:30px}.SetAppointment-radioBTN .virtual,.physical{display:flex;align-content:center;gap:8px}.SetAppointment-radioBTN .virtual h6,.physical h6{font-size:16px;font-style:normal;font-weight:500}.SetAppointment-radioBTN .virtual input,.physical input{position:relative;appearance:none;width:20px;height:20px;border-radius:50%;transition:.2s all linear;border:1px solid var(--green)}.SetAppointment-radioBTN .virtual input:after,.physical input:after{content:"";position:absolute;display:none}.SetAppointment-radioBTN .virtual input:checked:after,.physical input:checked:after{display:block}.SetAppointment-radioBTN .virtual input:after,.physical input:after{top:2px;left:2px;width:14px;height:14px;border-radius:50%;transition:10.4s all linear;background-color:var(--green)}form button{margin-top:30px;background-color:var(--green);color:var(--white);font-size:16px;padding:12px 18px;border-radius:10px;cursor:pointer}.MuiInputBase-input:focus{border:none!important}.MuiOutlinedInput-root .MuiInputBase-colorPrimary .MuiInputBase-formControl .MuiInputBase-adornedEnd .css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root{background-color:red!important}.files-container{width:520px;padding:10px;min-height:400px;border-radius:8px;border:.5px solid var(--lighter-grey);background:var(--white)}.custom-BTN{text-align:center;margin-top:30px;width:128px;height:40px;padding:8px 10px;border-radius:8px;background-color:var(--green);color:var(--white);cursor:pointer;white-space:nowrap}.changePassword-container h6{font-size:20px;font-weight:400;margin-bottom:35px}.changePassword-container #changePassword-form{width:360px}#changePassword-form label{color:var(--black);font-size:16px;font-weight:500;display:inline-block;margin-bottom:8px}#changePassword-form .password-control{margin-bottom:20px;padding:14px;display:flex;justify-content:space-between;align-items:center;max-width:100%;height:50px;border:.8px solid var(--light-grey);border-radius:6px;font-size:16px}#changePassword-form .password-control:focus-within{border:1px solid var(--green)}#changePassword-form .password-control input{border:none;border-radius:6px;padding:16px;width:100%;height:100%;font-size:16px;background-color:var(--white);margin:0 6px}#changePassword-form .password-control input:focus-within{background-color:var(--white)}#changePassword-form .password-control #icon1{width:15px;height:18px}#changePassword-form .password-control #Vicon{width:24px;height:18px;cursor:pointer}.profile-container{margin:30px 20px}.profile-top{display:flex;justify-content:space-between;align-items:center;margin:0 20px}.profile-top p{font-size:14px}.profile-avatar{display:flex;justify-content:center;align-items:center;gap:12px}.profile-avatar img{width:80px;height:80px}.profile-top .date{text-align:end}.profile-cards{margin-top:30px;display:flex;justify-content:space-between;gap:30px}.profile-leftCard-container{flex:1;max-width:500px}.profile-leftCard{padding:30px 30px 40px;border-radius:6px;border:.5px solid var(--lighter-grey);background:var(--white);box-shadow:2px 7px 17px #005e5d17}.profile-leftCard .info1{margin-top:16px;display:flex;justify-content:space-between}.profile-leftCard .info2{margin-top:14px;display:flex;justify-content:space-between;padding-bottom:40px;border-bottom:.5px solid var(--lighter-grey)}.profile-leftCard h6{font-size:14px;font-weight:500}.profile-leftCard p{font-size:14px;color:var(--grey)}.profile-leftCard-bottom{margin-top:30px;display:flex;justify-content:space-between}.profile-leftCard-bottom #leftButtom-card{padding:20px 30px;border-radius:6px;border:.5px solid var(--lighter-grey);background:var(--white);box-shadow:2px 7px 17px #005e5d17}.profile-leftCard-bottom #leftButtom-card h6{font-size:20px;font-weight:500;margin-top:8px}.profile-leftCard-bottom #leftButtom-card p{font-size:14px;color:var(--black)}.profile-leftCard-bottom #leftButtom-card span{font-size:14px;color:var(--grey)}.profile-rightCard-container{flex:1;max-width:650px}.profile-rightCard-container .diagnoses{padding:30px;border-radius:6px;border:.5px solid var(--lighter-grey);background:var(--white)}.profile-rightCard-container .diagnoses-header{display:flex;justify-content:space-between}.profile-rightCard-container .diagnoses-icon{display:flex;gap:8px}.profile-rightCard-container .diagnosesLeftIcon{border-radius:50%;height:20px;width:18px;display:flex;justify-content:center;align-items:center;border:.595px solid var(--lighter-grey);background:var(--white);box-shadow:2px 7px 17px #005e5d17;cursor:pointer}.profile-rightCard-container .diagnosesReftIcon{border-radius:50%;height:20px;width:18px;display:flex;justify-content:center;align-items:center;border:.595px solid var(--green);background:var(--white);box-shadow:2px 7px 17px #005e5d17;cursor:pointer}.profile-rightCard-container .diagnoses-list{display:flex;gap:16px}.profile-rightCard-container #diagnoses{margin-top:20px;height:170px;width:140px;padding:30px 20px;border-radius:6px;background:var(--white);box-shadow:2px 7px 17px #005e5d17}.profile-rightCard-container #diagnoses .diagnoses-details{margin-top:20px}.profile-rightCard-container #diagnoses .diagnoses-icon{display:flex;justify-content:center;align-items:center;height:44px;width:44px;border-radius:50%;background:var(--light-green)}.profile-rightCard-container #diagnoses .diagnoses-icon img{width:20px}.profile-rightCard-container #diagnoses h6{font-size:14px;font-weight:500;margin-bottom:4px}.profile-rightCard-container #diagnoses p{font-size:12px;white-space:nowrap}.systolic-Analysis{margin-top:20px;padding:30px;border-radius:6px;border:.5px solid var(--lighter-grey);background:var(--white)}.systolic-Analysis-content{margin-top:30px;display:flex;justify-content:center;align-items:center;flex-direction:column;max-width:450px}.systolic-AnalysisCard-container{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}#systolic-AnalysisCard{padding:15px 10px;margin-top:40px;width:100px;height:100px;border-radius:8px;border:.5px solid var(--lighter-grey);background:var(--white);box-shadow:2px 7px 17px #005e5d17}#systolic-AnalysisCard h6{font-size:24px;font-weight:500;color:var(--black)}#systolic-AnalysisCard span,#systolic-AnalysisCard p{font-size:14px;color:var(--grey)}.chat-container{min-height:300px;display:flex;justify-content:center;align-items:center}
