@charset "UTF-8";:root{--primary-color: #;--bg-color: #f9f9ff;--text-color: rgba(0, 0, 0, .87);--placeholder-color: #000;--font-main: system-ui, Avenir, Helvetica, Arial, sans-serif;font-family:var(--font-main);font-weight:400;line-height:1.5;color-scheme:light;color:var(--text-color);background-color:var(--bg-color);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center}a{color:var(--primary-color);text-decoration:none;font-weight:500}a:hover{color:#1e40af}h1{font-size:2.5rem;color:var(--primary-color)}button{border-radius:8px;border:none;padding:.6em 1.2em;font-size:1rem;font-weight:500;font-family:inherit;background-color:var(--primary-color);color:#fff;cursor:pointer;transition:background-color .25s}button:hover{background-color:#1e40af}input,textarea{font-family:inherit;padding:.5rem;font-size:1rem;border-radius:4px;border:1px solid #cbd5e1;color:#000;background-color:#fff}input::placeholder,textarea::placeholder{color:var(--placeholder-color);opacity:1}.nav{background-color:#ffffffe6;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;position:fixed;top:0;left:0;width:100%;height:80px;padding:0 40px;z-index:999;box-sizing:border-box;box-shadow:0 2px 10px #00000026}.nav__logo{display:flex;align-items:center;gap:10px}.nav__logo img{height:50px;width:auto}.nav__logo span{font-weight:700;color:#3b82f6;font-size:1.5rem}.nav__logo-link{text-decoration:none}.nav__toggle{display:none;font-size:2rem;background:none;border:none;cursor:pointer;color:#3b82f6}@media (max-width: 768px){.nav__toggle{display:block}}.nav__list{display:flex;justify-content:center;gap:2rem;list-style:none}@media (max-width: 768px){.nav__list{position:absolute;top:60px;left:0;right:0;flex-direction:column;align-items:center;background-color:#fff;padding:1.5rem;gap:1rem;transform:translateY(-200%);transition:transform .3s ease;box-shadow:0 8px 16px #00000026}}.nav__list--open{transform:translateY(0)}.nav__item{color:#212121cf}.nav__item:hover{background-color:var(--color37);border-radius:8px}.nav__item a{text-decoration:none;color:#3b82f6!important;font-size:18px;display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;transition:background .2s,color .2s}.nav__item a:hover,.nav__item a.active{color:#fff}.nav__item a:hover svg,.nav__item a.active svg{color:#fff}.nav__item a svg{transition:color .2s}.nav__item:hover a{color:#fff}.nav__item:hover a svg{color:#fff}.nav .user{position:relative;cursor:pointer;display:flex;align-items:center;color:var(--color2);padding:10px;border-radius:50%}.nav .user svg{font-size:24px}.nav .user:hover{background-color:var(--color37)}.nav .user-menu{position:absolute;top:120%;right:0;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #0000001a;padding:10px 0;display:flex;flex-direction:column;opacity:0;pointer-events:none;transition:opacity .2s ease}.nav .user-menu.active{opacity:1;pointer-events:auto}.nav .user-menu a{text-decoration:none;color:#333;padding:10px 20px;transition:background .2s}.nav .user-menu a:hover{background:var(--color37);color:var(--color35)}.nav .user-menu a:first-child{border-bottom:1px solid #eee}@media (max-width: 768px){.nav__cta{display:none}}.nav__mobile-button{display:none}@media (max-width: 768px){.nav__mobile-button{display:block}}.nav__link-button{background:none;border:none;color:inherit;font:inherit;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:color .2s}.nav__link-button svg{transition:color .2s;color:inherit}.nav__link-button:hover{color:#fff}.nav__link-button:hover svg{color:#fff}.custom-btn{background:#1e90ff;color:#fff;border:none;padding:.7em 1.5em;border-radius:25px;font-size:1rem;cursor:pointer;transition:background .2s;font-weight:600}.custom-btn:hover{background:#1565c0}.menu-section{width:100%;height:100vh;background:#f9f9ff;display:flex;align-items:center;justify-content:center;padding:2rem 2rem 2rem 0;flex-direction:column}.menu-container{display:flex;justify-content:space-between;align-items:center;width:90%;gap:2rem}@media (max-width: 768px){.menu-container{flex-direction:column;text-align:center}}.menu-text{flex:40%}.menu-text h1{font-size:3rem;color:#1e1e1e;line-height:1.3}.menu-text h1 .highlight{color:#3b82f6}.menu-text p{margin-top:1rem;font-size:1.2rem;color:#555;max-width:500px}.menu-text .buttons{display:flex;gap:1rem;margin-top:2rem;justify-content:flex-start}.menu-text .buttons button{padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;margin:0 40px;transition:background-color .3s ease}.menu-text .buttons button:hover{background-color:#2563eb}.menu-text button{margin-top:1.5rem;padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.menu-text button:hover{background-color:#2563eb}.numbers{display:flex;list-style:none;margin:3rem 0}.numbers li{margin-right:2rem;font-size:1.2rem;color:#555;display:flex;align-items:center;flex-direction:column;text-align:center;font-size:20px}.numbers li strong{font-weight:700;font-size:35px;color:#3b82f6}.menu-image{flex:55%}.menu-image img{width:100%;border-radius:16px;box-shadow:0 4px 12px #0000001a}.date{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;margin-top:-2rem;margin-bottom:3rem}.date h1{font-size:2.5rem;color:#3b82f6;margin-bottom:1rem}.appointment-form{padding:2rem;border-radius:1rem;box-shadow:0 6px 24px #00000065;display:flex;align-items:flex-end;justify-content:center;flex-wrap:wrap;gap:1.5rem;max-width:1200px;margin:0 auto 5rem}.appointment-form .form-group{display:flex;flex-direction:column;flex:1 1 200px}.appointment-form .form-group label{font-weight:600;font-size:.9rem;margin-bottom:.5rem;color:#1f2937;display:flex;align-items:center;gap:.5rem}.appointment-form .form-group label i{color:#3b82f6}.appointment-form .form-group input{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:inherit;font-size:1rem;transition:border .3s ease;width:80%}.appointment-form .form-group input:focus{border-color:#3b82f6;outline:none}.appointment-form .form-group ::placeholder{color:#9ca3af}.appointment-form .book-button{padding:.9rem 1.5rem;background-color:#3b82f6;color:#fff;font-weight:600;border:none;border-radius:.5rem;font-size:1rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;height:fit-content;margin-bottom:10px;transition:background-color .3s ease}.appointment-form .book-button i{color:#fff}.appointment-form .book-button:hover{background-color:#2563eb}@media (max-width: 768px){.appointment-form{flex-direction:column;align-items:stretch}.appointment-form .book-button{width:100%;justify-content:center}}.medical-section{background:#f9fafb;padding:4rem 3rem;display:flex;flex-direction:column;gap:6rem}.medical-about{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:3rem;align-items:center;justify-content:space-between}.medical-about .about-text{flex:0 0 58%;display:flex;flex-direction:column;gap:1.25rem}.medical-about .about-text .section-subtitle{color:#3b82f6;font-weight:600;font-size:1.1rem}.medical-about .about-text .section-title{font-size:2.25rem;font-weight:700;color:#1f2937}.medical-about .about-text .description{font-size:1rem;color:#6b7280;line-height:1.6}.medical-about .about-text .features,.medical-about .about-text .checklist{list-style:none;padding:0;margin:0;font-size:.95rem;color:#1f2937}.medical-about .about-text .features li,.medical-about .about-text .checklist li{margin-bottom:.5rem;padding-left:1rem;position:relative}.medical-about .about-text .features li:before,.medical-about .about-text .checklist li:before{content:"✔";color:#3b82f6;position:absolute;left:0;top:0}.medical-about .about-text .more-button{margin-top:1rem;background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:1.25rem;font-weight:600;cursor:pointer;transition:background .3s}.medical-about .about-text .more-button:hover{background:#2563eb}.medical-about .about-image{flex:0 0 38%;display:flex;justify-content:center}.medical-about .about-image .main-doctor{width:100%;border-radius:1rem;box-shadow:0 4px 16px #0000001a;height:auto}@media (max-width: 768px){.medical-about,.trust-inner{flex-direction:column}.about-text,.about-image,.trust-content,.trust-image{flex:1 1 100%}}.features-section{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center;padding:1rem}.features-section .feature{background:#fff;border-radius:1rem;box-shadow:0 8px 24px #0000000f;padding:2rem;width:300px;text-align:center;transition:transform .3s ease}.features-section .feature:hover{transform:translateY(-5px)}.features-section .feature .feature-icon{margin-bottom:1rem}.features-section .feature h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:#1f2937}.features-section .feature p{font-size:1rem;color:#6b7280;line-height:1.5}.text-gradient{background:linear-gradient(90deg,#38bdf8,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.section{margin-bottom:3rem;margin-left:3rem}.medical-trust{background:#1f2937;border-radius:2rem;padding:3rem 1rem;color:#fff}.medical-trust .trust-inner{max-width:1400px;margin:0 auto;display:flex;flex-wrap:wrap;gap:2rem;align-items:center;justify-content:space-between}.medical-trust .trust-content{flex:0 0 50%}.medical-trust .trust-content .trust-subtitle{color:#3b82f6;font-size:.95rem;font-weight:500}.medical-trust .trust-content .trust-title{font-size:2rem;margin:1rem 0;font-weight:700}.medical-trust .trust-content p{color:#cbd5e1;font-size:1rem;margin-bottom:2rem}.medical-trust .trust-content .trust-boxes{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.medical-trust .trust-content .trust-boxes .box{background:#ffffff1a;padding:1rem;border-radius:1rem;text-align:center;font-weight:500;font-size:.95rem}.medical-trust .trust-content .trust-boxes .box.highlight{background:#3b82f6;color:#fff;font-weight:700}.medical-trust .trust-image{flex:0 0 40%;display:flex;justify-content:center}.medical-trust .trust-image img{width:100%;max-width:500px;max-height:500px;border-radius:1rem}@media (max-width: 900px){.section-content{flex-direction:column;gap:1.5rem}.section-info,.section-experience{min-width:unset;width:100%}}@media (max-width: 600px){.section-title{font-size:30px;line-height:40px}.skillcard-header{margin-left:.5rem}.experience-header{flex-direction:column;align-items:flex-start;gap:.5rem}.experience-title{margin-left:0}.experience-list,.experience-item{margin-left:.5rem}}.services-section{width:100%;min-height:100vh;padding:4rem 2rem 0;background:#f9fafb;display:flex;flex-direction:column;align-items:center;gap:3rem}.services-section .services-header{width:100%;max-width:1200px;display:flex;justify-content:space-between;align-items:flex-center;flex-wrap:wrap}.services-section .services-header .services-text{flex:1;min-width:280px}.services-section .services-header .services-text h2{font-size:3rem;font-weight:700;color:#1f2937}.services-section .services-header .services-text h2 span{color:#3b82f6}.services-section .services-header .services-text p{margin-top:1rem;font-size:1.1rem;color:#4b5563;line-height:1.6}.services-section .services-header .services-button{display:flex;align-items:center;justify-content:center;margin-bottom:30px}.services-section .services-header .services-button button{padding:.75rem 2rem;font-size:1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .3s ease}.services-section .services-header .services-button button:hover{background-color:#2563eb}.services-section .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:2rem;width:100%;max-width:1200px}.services-section .services-grid .service-card{background-color:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 16px #0000000d;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.services-section .services-grid .service-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.services-section .services-grid .service-card .service-image{width:100%;max-width:120px;height:auto;margin:0 auto 1rem;object-fit:cover;border-radius:50%;border:2px solid #3b82f6}.services-section .services-grid .service-card h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:.5rem 0}.services-section .services-grid .service-card p{font-size:.95rem;color:#6b7280;line-height:1.4}@media (max-width: 768px){.services-header{flex-direction:column;align-items:flex-start;text-align:left}.services-header .services-button{align-self:center}}.info-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:2rem 1rem;background-color:#f7f7f7;border-radius:12px;max-width:1300px;margin:0 auto 5rem}.info-cards .card{flex:1 1 300px;padding:2rem;border-radius:12px;color:#fff;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.info-cards .card:hover{transform:translateY(-5px)}.info-cards .card h3{font-size:1.6rem;margin-bottom:1rem}.info-cards .card p{font-size:1rem;line-height:1.5;margin-bottom:1rem}.info-cards .card .card-icon{width:60px;height:60px;object-fit:contain;margin-bottom:1rem;display:block}.info-cards .card .phone{font-size:1.5rem;font-weight:700}.info-cards .card .btn{background-color:#fff;color:#2290eb;border:none;padding:.6rem 1.2rem;border-radius:6px;font-weight:700;cursor:pointer;transition:background .3s}.info-cards .card .btn:hover{background-color:#ffffffe6}.info-cards .card .schedule{list-style:none;padding:0}.info-cards .card .schedule li{margin:.4rem 0;font-size:.95rem;display:flex;justify-content:space-between;border-bottom:solid 1px rgba(255,255,255,.2);padding-bottom:.4rem}.info-cards .card .schedule li strong{font-weight:600}.info-cards .card--blue{background-color:#2290eb}.info-cards .card--dark{background-color:#14467b}.footer-section{background-color:#0e2258;color:#fff;width:100%;padding:4rem 8rem;box-sizing:border-box}.footer-section .footer-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.footer-section .footer-column{flex:1 1 220px}.footer-section .footer-column h4{font-size:1.2rem;margin-bottom:1rem}.footer-section .footer-column p{font-size:.95rem;color:#cbd5e1;margin-bottom:1rem}.footer-section .footer-column ul{list-style:none;padding:0}.footer-section .footer-column ul li{margin-bottom:.5rem}.footer-section .footer-column ul li a{color:#cbd5e1;text-decoration:none}.footer-section .footer-column ul li a:hover{text-decoration:underline}.footer-section .footer-column .read-more{display:inline-block;margin-bottom:1rem;color:#2290eb;font-weight:700;text-decoration:none}.footer-section .footer-column .read-more:hover{text-decoration:underline}.footer-section .footer-column .footer-logo{font-size:1.3rem;font-weight:700;color:#fff}.footer-section .footer-column input[type=email]{width:95%;padding:.6rem;margin-bottom:.5rem;border:none;border-radius:4px}.footer-section .footer-column button{width:100%;padding:.6rem;background-color:#2290eb;border:none;color:#fff;font-weight:700;border-radius:4px;cursor:pointer}.footer-section .footer-column button:hover{background-color:#14467b}.footer-section .footer-column .footer-socials{display:flex;gap:.8rem;font-size:1.2rem;margin-top:1rem}.footer-section .footer-column .footer-socials a{color:#cbd5e1;text-decoration:none}.footer-section .footer-bottom{margin-top:3rem;border-top:1px solid #1e2e5c;padding-top:1rem;display:flex;flex-wrap:wrap;justify-content:space-between;font-size:.85rem;color:#94a3b8}.footer-section .footer-bottom .footer-links{display:flex;gap:1rem}.footer-section .footer-bottom .footer-links a{color:#94a3b8;text-decoration:none}.footer-section .footer-bottom .footer-links a:hover{text-decoration:underline}@media (max-width: 768px){.footer-section .footer-container{flex-direction:column;gap:2.5rem}.footer-section .footer-bottom{flex-direction:column;align-items:center;gap:.5rem;text-align:center}}.admin-login-button{background:none;border:none;color:#94a3b8;font-size:.85rem;text-decoration:underline;cursor:pointer;align-self:flex-end}.admin-login-button:hover{color:#fff}@media (max-width: 768px){.admin-login-button{align-self:center}}form{background-color:var(--color2);display:flex;align-items:center;justify-content:center;flex-direction:column;padding:0 50px;height:100%;text-align:center}label{font-size:14px;-webkit-user-select:none;user-select:none}input{background-color:#eee;border-radius:10px;border:none;padding:12px 15px;margin:8px 0;width:100%;font-size:14px}._container_ha64o_1{background-color:var(--color2);border-radius:25px;box-shadow:0 14px 28px #00000040,0 10px 10px #00000038;position:relative;overflow:hidden;width:768px;max-width:100%;min-height:500px}._container_ha64o_1._right-panel-active_ha64o_11 ._login-container_ha64o_11{transform:translate(100%)}._container_ha64o_1._right-panel-active_ha64o_11 ._register-container_ha64o_14{transform:translate(100%);opacity:1;z-index:5;animation:_show_ha64o_1 .6s}._form-container_ha64o_21{position:absolute;top:0;height:100%;transition:all .6s ease-in-out}._login-container_ha64o_11,._register-container_ha64o_14{left:0;width:50%}._register-container_ha64o_14{opacity:0;z-index:1}@keyframes _show_ha64o_1{0%,49.99%{opacity:0;z-index:1}50%,to{opacity:1;z-index:5}}._overlay-container_ha64o_49{position:absolute;top:0;left:50%;width:50%;height:100%;overflow:hidden;transition:transform .6s ease-in-out;z-index:10}._container_ha64o_1._right-panel-active_ha64o_11 ._overlay-container_ha64o_49{transform:translate(-100%)}._overlay_ha64o_49{background-image:url(/assets/scroll-C0794upw.jpg);background-repeat:no-repeat;background-size:cover;background-position:0 0;position:relative;left:-100%;height:100%;width:200%;transform:translate(0);transition:transform .65s ease-in-out}._overlay_ha64o_49:before{content:"";position:absolute;inset:0;background:#0000004d;z-index:1}._container_ha64o_1._right-panel-active_ha64o_11 ._overlay_ha64o_49{transform:translate(50%)}._overlay-panel_ha64o_87{position:absolute;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:0 40px;text-align:center;top:0;height:100%;width:50%;transform:translate(0);transition:transform .65s ease-in-out;z-index:2;border-radius:16px}._overlay-panel_ha64o_87 h1,._overlay-panel_ha64o_87 p{color:#fff}._overlay-panel_ha64o_87 button{color:#fff;background-color:#ffffff1a;border:1px solid #fff;transition:background-color .3s}._overlay-panel_ha64o_87 button:hover{background-color:#ffffff40}._overlay-panel_ha64o_87._overlay-left_ha64o_116,._container_ha64o_1._right-panel-active_ha64o_11 ._overlay-panel_ha64o_87._overlay-left_ha64o_116{transform:translate(-10%)}._overlay-panel_ha64o_87._overlay-left_ha64o_116 ._title_ha64o_122{text-align:left}._overlay-panel_ha64o_87._overlay-right_ha64o_125{right:0;transform:translate(40px)}._container_ha64o_1._right-panel-active_ha64o_11 ._overlay-panel_ha64o_87._overlay-right_ha64o_125{transform:translate(10%)}._overlay-panel_ha64o_87._overlay-right_ha64o_125 ._title_ha64o_122{text-align:right}.appointment-page{min-height:100vh;padding:4rem 2rem;background-color:#f8fafc;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:100%}.appointment-page h1,.appointment-page h2{color:#2563eb;margin-bottom:2rem;font-size:2rem;text-align:center;width:100%}.appointment-page .appointment-form{background-color:var(--color2);border-radius:25px;box-shadow:0 14px 28px #00000040,0 10px 10px #00000038;padding:2rem 2.5rem;width:100%;max-width:600px;display:flex;flex-direction:column;gap:1.5rem;box-sizing:border-box;align-items:center}.appointment-page .appointment-form label{font-weight:600;font-size:1rem;margin-bottom:.3rem;text-align:left}.appointment-page .appointment-form input,.appointment-page .appointment-form textarea{width:100%;padding:.8rem 1rem;border-radius:12px;border:1px solid #cbd5e1;font-size:1rem;transition:border-color .2s ease-in-out;background-color:#fff;box-sizing:border-box}.appointment-page .appointment-form input::placeholder,.appointment-page .appointment-form textarea::placeholder{color:#94a3b8}.appointment-page .appointment-form input:focus,.appointment-page .appointment-form textarea:focus{outline:none;border-color:#3b82f6}.appointment-page .appointment-form .error{color:#dc2626;font-size:.95rem;text-align:left}.appointment-page .appointment-form .success{color:#16a34a;font-size:.95rem;text-align:left}.appointment-page .appointment-form button{padding:1rem;background-color:#3b82f6;color:#fff;border:none;font-weight:700;font-size:1rem;border-radius:12px;cursor:pointer;transition:background .3s}.appointment-page .appointment-form button:hover{background-color:#1e40af}@media (max-width: 600px){.appointment-page .appointment-form{padding:1.5rem}}.appointment-dashboard{padding:2rem;background-color:#f9fafb;width:80%;margin-top:5rem;font-family:Segoe UI,sans-serif}.appointment-dashboard .dashboard{display:flex;gap:2rem;flex-wrap:wrap}.appointment-dashboard .dashboard .dashboard-left{flex:2;display:flex;flex-direction:column;gap:1.5rem}.appointment-dashboard .dashboard .dashboard-left header,.appointment-dashboard .dashboard .dashboard-left .calendar,.appointment-dashboard .dashboard .dashboard-left .timeline{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 12px #0000000d}.appointment-dashboard .dashboard .dashboard-left header{display:flex;overflow:hidden;box-sizing:border-box}.appointment-dashboard .dashboard .dashboard-left header .left{flex:1}.appointment-dashboard .dashboard .dashboard-left header .right{flex:1;width:100px;height:100%;transform:translate(50px,40px)}.appointment-dashboard .dashboard .dashboard-left header img{width:100%}.appointment-dashboard .dashboard .dashboard-left .dashboard-header{display:flex;justify-content:space-between;align-items:center}.appointment-dashboard .dashboard .dashboard-left .dashboard-header h2{font-size:1.8rem;color:#1f2937}.appointment-dashboard .dashboard .dashboard-left .dashboard-header .btn-add{background-color:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;font-weight:600;border-radius:8px;cursor:pointer}.appointment-dashboard .dashboard .dashboard-left .dashboard-header .btn-add:hover{background-color:#2563eb}.appointment-dashboard .dashboard .dashboard-left .calendar h2{font-size:1.2rem;color:#1f2937;margin-bottom:1rem}.appointment-dashboard .dashboard .dashboard-left .calendar .calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.75rem;text-align:center;font-size:.875rem}.appointment-dashboard .dashboard .dashboard-left .calendar .calendar-day{font-weight:600;color:#9ca3af;text-transform:uppercase}.appointment-dashboard .dashboard .dashboard-left .calendar .calendar-date{padding:.75rem 0;background-color:#f3f4f6;border-radius:12px;cursor:pointer;transition:background-color .2s}.appointment-dashboard .dashboard .dashboard-left .calendar .calendar-date:hover{background-color:#e0f2fe}.appointment-dashboard .dashboard .dashboard-left .calendar .calendar-date.active{background-color:#3b82f6;color:#fff;font-weight:700}.appointment-dashboard .dashboard .dashboard-left .timeline h3{font-size:1.2rem;color:#111827;margin-bottom:1rem}.appointment-dashboard .dashboard .dashboard-left .timeline .appointment-entry{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid #e5e7eb}.appointment-dashboard .dashboard .dashboard-left .timeline .appointment-entry .details .type{font-weight:600;color:#1f2937}.appointment-dashboard .dashboard .dashboard-left .timeline .appointment-entry .details .patient{font-size:.85rem;color:#6b7280}.appointment-dashboard .dashboard .dashboard-left .timeline .appointment-entry .time{font-size:.875rem;color:#4b5563;font-weight:500}.appointment-dashboard .dashboard .dashboard-left .timeline .appointment-entry .link{font-size:.75rem;font-weight:500;color:#3b82f6}.appointment-dashboard .dashboard .dashboard-right{flex:1;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 12px #0000000d}.appointment-dashboard .dashboard .dashboard-right h3{font-size:1.4rem;color:#1f2937;margin-bottom:1rem}.appointment-dashboard .dashboard .dashboard-right .appointment-request{margin-bottom:1.5rem;border-bottom:1px solid #e5e7eb;padding-bottom:1.5rem}.appointment-dashboard .dashboard .dashboard-right .appointment-request .request-header{display:flex;justify-content:space-between}.appointment-dashboard .dashboard .dashboard-right .appointment-request .request-header .info .name{font-size:.875rem;font-weight:600;color:#1f2937}.appointment-dashboard .dashboard .dashboard-right .appointment-request .request-header .info .meta{font-size:.75rem;color:#6b7280}.appointment-dashboard .dashboard .dashboard-right .appointment-request .request-header .time{font-size:.75rem;color:#6b7280;white-space:nowrap}.appointment-dashboard .dashboard .dashboard-right .appointment-request .actions{display:flex;gap:.5rem;margin-top:.5rem}.appointment-dashboard .dashboard .dashboard-right .appointment-request .actions button{padding:.4rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;border:none}.appointment-dashboard .dashboard .dashboard-right .appointment-request .actions button.accept{background-color:#3b82f6;color:#fff}.appointment-dashboard .dashboard .dashboard-right .appointment-request .actions button.reject{background-color:#fee2e2;color:#b91c1c}@media (max-width: 900px){.appointment-dashboard .dashboard{flex-direction:column}.appointment-dashboard .dashboard .dashboard-left,.appointment-dashboard .dashboard .dashboard-right{width:100%}}#root{width:100%;background-color:var(--bg-color);display:flex;align-items:center;flex-direction:column;justify-content:center}.card{padding:2rem;box-shadow:0 2px 8px #0000001a;border-radius:12px;background-color:#fff}.read-the-docs{color:#888;font-size:.9rem}
