.Button-module__AgwNLq__button{cursor:pointer;border:none;border-radius:.2rem;outline:none;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-weight:500;transition:all .2s;display:inline-flex}.Button-module__AgwNLq__button:disabled{opacity:.6;cursor:not-allowed}.Button-module__AgwNLq__primary{background-color:var(--primary);color:#fff}.Button-module__AgwNLq__primary:hover:not(:disabled){background-color:var(--primary)}.Button-module__AgwNLq__secondary{background-color:var(--secondary);color:#fff}.Button-module__AgwNLq__secondary:hover:not(:disabled){background-color:#6a9bb8;transform:translateY(-1px)}.Button-module__AgwNLq__outline{color:var(--primary);border:1px solid var(--primary);background-color:#0000}.Button-module__AgwNLq__outline:hover:not(:disabled){background-color:var(--primary);color:#fff;box-shadow:0 4px 8px #36439b4d}.Button-module__AgwNLq__ghost{color:var(--primary);background-color:#0000}.Button-module__AgwNLq__ghost:hover:not(:disabled){background-color:#9ca7ee1a}.Button-module__AgwNLq__sm{min-height:2.25rem;padding:.5rem 1rem;font-size:.875rem}.Button-module__AgwNLq__md{min-height:2.75rem;padding:.25rem 1.5rem;font-size:1rem}.Button-module__AgwNLq__lg{min-height:3.25rem;padding:1rem 2rem;font-size:1.125rem}.Button-module__AgwNLq__fullWidth{width:100%}.Button-module__AgwNLq__loading{pointer-events:none;position:relative}.Button-module__AgwNLq__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1rem;height:1rem;animation:.6s linear infinite Button-module__AgwNLq__spin}@keyframes Button-module__AgwNLq__spin{to{transform:rotate(360deg)}}
.Input-module__VCYrmG__container{flex-direction:column;gap:.5rem;width:100%;display:flex}.Input-module__VCYrmG__label{color:#374151;font-size:.875rem;font-weight:500}.Input-module__VCYrmG__inputWrapper{align-items:center;display:flex;position:relative}.Input-module__VCYrmG__input{border:1px solid var(--border);width:100%;color:var(--title-color);background-color:#fff;border-radius:.5rem;outline:none;padding:.5rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.Input-module__VCYrmG__input::placeholder{color:#9ca3af}.Input-module__VCYrmG__input:focus{border-color:var(--primary)}.Input-module__VCYrmG__input:disabled{cursor:not-allowed;opacity:.6;background-color:#f3f4f6}.Input-module__VCYrmG__hasLeftIcon{padding-left:2.75rem}.Input-module__VCYrmG__hasRightIcon{padding-right:2.75rem}.Input-module__VCYrmG__leftIcon{color:#6b7280;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;left:.75rem}.Input-module__VCYrmG__rightIcon{color:var(--secondary);cursor:pointer;justify-content:center;align-items:center;transition:color .2s;display:flex;position:absolute;right:.75rem}.Input-module__VCYrmG__rightIcon:hover{color:var(--primary)}.Input-module__VCYrmG__error{border-color:#ef4444}.Input-module__VCYrmG__error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.Input-module__VCYrmG__errorText{color:#ef4444;margin-top:.25rem;font-size:.875rem}.Input-module__VCYrmG__helperText{color:#6b7280;margin-top:.25rem;font-size:.875rem}
.Dropdown-module__FUWiBG__container{flex-direction:column;gap:.5rem;display:flex;position:relative}.Dropdown-module__FUWiBG__fullWidth{width:100%}.Dropdown-module__FUWiBG__label{color:#374151;font-size:.875rem;font-weight:500;margin-bottom:0!important}.Dropdown-module__FUWiBG__dropdownWrapper{z-index:1;isolation:isolate;width:100%;position:relative}.Dropdown-module__FUWiBG__dropdownButton{width:100%;color:var(--title-color);cursor:pointer;text-align:left;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;outline:none;justify-content:space-between;align-items:center;padding:.5rem 2.5rem .5rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s;display:flex;position:relative}.Dropdown-module__FUWiBG__dropdownButton:hover:not(:disabled){border-color:var(--primary)}.Dropdown-module__FUWiBG__dropdownButton:focus{border-color:var(--primary);box-shadow:0 0 0 3px #36439b1a}.Dropdown-module__FUWiBG__dropdownButton.Dropdown-module__FUWiBG__disabled{cursor:not-allowed;opacity:.6;background-color:#f3f4f6}.Dropdown-module__FUWiBG__selectedText{text-overflow:ellipsis;white-space:nowrap;color:var(--title-color);flex:1;overflow:hidden}.Dropdown-module__FUWiBG__selectedText.Dropdown-module__FUWiBG__placeholder{color:#9ca3af}.Dropdown-module__FUWiBG__chevronWrapper{justify-content:center;align-items:center;transition:transform .2s;display:flex;position:absolute;right:.75rem}.Dropdown-module__FUWiBG__chevronWrapper.Dropdown-module__FUWiBG__rotated{transform:rotate(180deg)}.Dropdown-module__FUWiBG__chevronIcon{color:var(--primary)}.Dropdown-module__FUWiBG__dropdownMenu{z-index:10001;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:column;max-height:300px;display:flex;position:absolute;top:calc(100% + .25rem);left:0;right:0;overflow:hidden;box-shadow:0 10px 25px #00000026,0 4px 10px #0000001a}.Dropdown-module__FUWiBG__searchContainer{background-color:#fff;padding:0;position:relative}.Dropdown-module__FUWiBG__searchIcon{color:#9ca3af;pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.Dropdown-module__FUWiBG__searchInput{border:none;border-bottom:1px solid var(--secondary);width:100%;color:var(--title-color);background-color:#0000;outline:none;padding:.5rem .75rem .5rem 2.75rem;font-family:inherit;font-size:.9375rem}.Dropdown-module__FUWiBG__searchInput::placeholder{color:#9ca3af}.Dropdown-module__FUWiBG__searchInput:focus{border-bottom-color:var(--primary)}.Dropdown-module__FUWiBG__optionsList{max-height:240px;overflow:hidden auto}.Dropdown-module__FUWiBG__optionItem{text-align:left;color:#374151;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem 1rem;font-family:inherit;font-size:.9375rem;transition:all .2s;display:block}.Dropdown-module__FUWiBG__optionItem:hover:not(:disabled){background-color:var(--primary);color:#fff}.Dropdown-module__FUWiBG__optionItem:disabled{opacity:.5;cursor:not-allowed}.Dropdown-module__FUWiBG__optionItem.Dropdown-module__FUWiBG__selected{color:var(--primary);background-color:#36439b1a;font-weight:500}.Dropdown-module__FUWiBG__optionItem.Dropdown-module__FUWiBG__selected:hover{background-color:var(--primary);color:#fff}.Dropdown-module__FUWiBG__noResults{text-align:center;color:#6b7280;padding:1rem;font-size:.875rem}.Dropdown-module__FUWiBG__error{border-color:#ef4444}.Dropdown-module__FUWiBG__error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.Dropdown-module__FUWiBG__errorText{color:#ef4444;margin-top:.25rem;font-size:.875rem}.Dropdown-module__FUWiBG__helperText{color:#6b7280;margin-top:.25rem;font-size:.875rem}.Dropdown-module__FUWiBG__optionsList::-webkit-scrollbar{width:6px}.Dropdown-module__FUWiBG__optionsList::-webkit-scrollbar-track{background:0 0}.Dropdown-module__FUWiBG__optionsList::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}.Dropdown-module__FUWiBG__optionsList::-webkit-scrollbar-thumb:hover{background-color:var(--primary)}
.TimeInput-module__Qznuwq__container{flex-direction:column;gap:.5rem;display:flex;position:relative}.TimeInput-module__Qznuwq__fullWidth{width:100%}.TimeInput-module__Qznuwq__label{color:#374151;margin-bottom:.25rem;font-size:.875rem;font-weight:500}.TimeInput-module__Qznuwq__inputWrapper{align-items:center;display:flex;position:relative}.TimeInput-module__Qznuwq__input{width:100%;color:var(--title-color);background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;outline:none;padding:.5rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.TimeInput-module__Qznuwq__input::placeholder{color:#9ca3af}.TimeInput-module__Qznuwq__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #36439b1a}.TimeInput-module__Qznuwq__input:disabled{cursor:not-allowed;opacity:.6;background-color:#f3f4f6}.TimeInput-module__Qznuwq__hasLeftIcon{padding-left:2.75rem}.TimeInput-module__Qznuwq__hasRightIcon{padding-right:2.75rem}.TimeInput-module__Qznuwq__leftIcon{color:#6b7280;pointer-events:none;z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;left:.75rem}.TimeInput-module__Qznuwq__rightIcon{color:var(--secondary);cursor:pointer;z-index:1;justify-content:center;align-items:center;transition:color .2s;display:flex;position:absolute;right:.75rem}.TimeInput-module__Qznuwq__rightIcon:hover{color:var(--primary)}.TimeInput-module__Qznuwq__displayValue{pointer-events:none;color:var(--title-color);z-index:0;font-size:1rem;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.TimeInput-module__Qznuwq__hasLeftIcon .TimeInput-module__Qznuwq__displayValue{left:2.75rem}.TimeInput-module__Qznuwq__input:focus~.TimeInput-module__Qznuwq__displayValue,.TimeInput-module__Qznuwq__input:not(:placeholder-shown)~.TimeInput-module__Qznuwq__displayValue{display:none}.TimeInput-module__Qznuwq__error{border-color:#ef4444}.TimeInput-module__Qznuwq__error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.TimeInput-module__Qznuwq__errorText{color:#ef4444;margin-top:.25rem;font-size:.875rem}.TimeInput-module__Qznuwq__helperText{color:#6b7280;margin-top:.25rem;font-size:.875rem}
.AddressInput-module__z0qQsq__container{flex-direction:column;gap:.5rem;display:flex}.AddressInput-module__z0qQsq__fullWidth{width:100%}.AddressInput-module__z0qQsq__label{color:#374151;margin-bottom:.25rem;font-size:.875rem;font-weight:500}.AddressInput-module__z0qQsq__inputWrapper{align-items:center;display:flex;position:relative}.AddressInput-module__z0qQsq__input{width:100%;color:var(--title-color);background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;outline:none;padding:.5rem 1rem;font-family:inherit;font-size:1rem;transition:all .2s}.AddressInput-module__z0qQsq__input::placeholder{color:#9ca3af}.AddressInput-module__z0qQsq__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #36439b1a}.AddressInput-module__z0qQsq__input:disabled{cursor:not-allowed;opacity:.6;background-color:#f3f4f6}.AddressInput-module__z0qQsq__hasLeftIcon{padding-left:2.75rem}.AddressInput-module__z0qQsq__hasRightIcon{padding-right:2.75rem}.AddressInput-module__z0qQsq__leftIcon{color:#6b7280;pointer-events:none;z-index:1;justify-content:center;align-items:center;display:flex;position:absolute;left:.75rem}.AddressInput-module__z0qQsq__rightIcon{color:var(--secondary);cursor:pointer;z-index:1;justify-content:center;align-items:center;transition:color .2s;display:flex;position:absolute;right:.75rem}.AddressInput-module__z0qQsq__rightIcon:hover{color:var(--primary)}.AddressInput-module__z0qQsq__error{border-color:#ef4444}.AddressInput-module__z0qQsq__error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.AddressInput-module__z0qQsq__errorText{color:#ef4444;margin-top:.25rem;font-size:.875rem}.AddressInput-module__z0qQsq__helperText{color:#6b7280;margin-top:.25rem;font-size:.875rem}
.Calendar-module__lVk3rG__calendar{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:300px;margin-top:.5rem;padding:1rem;position:absolute;top:100%;left:0;box-shadow:0 10px 25px #0000001a}.Calendar-module__lVk3rG__calendarHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.Calendar-module__lVk3rG__navButton{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.Calendar-module__lVk3rG__navButton:hover{color:var(--title-color);background:#e5e7eb}.Calendar-module__lVk3rG__monthYear{color:var(--title-color);font-size:1rem;font-weight:600}.Calendar-module__lVk3rG__calendarGrid{grid-template-columns:repeat(7,1fr);gap:.5rem;display:grid}.Calendar-module__lVk3rG__dayHeader{text-align:center;color:#6b7280;padding:.5rem 0;font-size:.75rem;font-weight:600}.Calendar-module__lVk3rG__day,.Calendar-module__lVk3rG__emptyDay{aspect-ratio:1;cursor:pointer;color:var(--title-color);background:#fff;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:.875rem;transition:all .2s;display:flex}.Calendar-module__lVk3rG__day:hover:not(.Calendar-module__lVk3rG__disabled){background:#f3f4f6}.Calendar-module__lVk3rG__day.Calendar-module__lVk3rG__today{color:#2563eb;background:#eff6ff;font-weight:600}.Calendar-module__lVk3rG__day.Calendar-module__lVk3rG__selected{background:var(--primary);color:#fff;font-weight:600}.Calendar-module__lVk3rG__day.Calendar-module__lVk3rG__disabled{color:#d1d5db;cursor:not-allowed;background:#f9fafb}.Calendar-module__lVk3rG__day.Calendar-module__lVk3rG__disabled:hover{background:#f9fafb}.Calendar-module__lVk3rG__emptyDay{cursor:default}
.Navbar-module__xT97FG__navbar{z-index:1000;background-color:#fff;width:100%;position:sticky;top:0;box-shadow:0 2px 4px #0000000d}.Navbar-module__xT97FG__navbarContent{justify-content:space-between;align-items:center;max-width:100%;margin:0 auto;padding:1rem 2rem;display:flex}.Navbar-module__xT97FG__logoContainer{align-items:center;display:flex}.Navbar-module__xT97FG__logoContainer img{object-fit:contain;width:200px;height:auto}.Navbar-module__xT97FG__actionsContainer{align-items:center;gap:1rem;display:flex}.Navbar-module__xT97FG__dropdownWrapper{min-width:180px}.Navbar-module__xT97FG__clinicDropdown{color:#9ca3af;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.625rem 1rem;font-size:.9375rem}.Navbar-module__xT97FG__clinicDropdown:focus{border-color:var(--primary);color:#374151}.Navbar-module__xT97FG__tutorialButton{border:1.5px solid var(--primary);color:#374151;cursor:pointer;background-color:#0000;border-radius:2rem;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.Navbar-module__xT97FG__tutorialButton svg{color:var(--primary)}.Navbar-module__xT97FG__tutorialButton:hover{border-color:var(--secondary);background-color:#36439b0d}.Navbar-module__xT97FG__tutorialButton:hover svg{color:var(--secondary)}.Navbar-module__xT97FG__iconButton{cursor:pointer;background-color:#0000;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;padding:0;transition:background-color .2s;display:flex}.Navbar-module__xT97FG__iconButton:hover{background-color:#36439b0d}.Navbar-module__xT97FG__userDropdownWrapper{position:relative}.Navbar-module__xT97FG__userInfo{background:linear-gradient(135deg,var(--primary)0%,var(--primary)100%);cursor:pointer;color:#fff;border:none;border-radius:2rem;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:all .2s;display:flex}.Navbar-module__xT97FG__userInfo:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 8px #36439b4d}.Navbar-module__xT97FG__userAvatar{background-color:#fff3;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex;overflow:hidden}.Navbar-module__xT97FG__userAvatar img{object-fit:cover;width:100%;height:100%}.Navbar-module__xT97FG__userInfo span{color:#fff;font-size:.9375rem;font-weight:500}.Navbar-module__xT97FG__chevronIcon{color:#fff;justify-content:center;align-items:center;transition:transform .2s;display:flex}.Navbar-module__xT97FG__chevronIcon.Navbar-module__xT97FG__rotated{transform:rotate(180deg)}.Navbar-module__xT97FG__userDropdownMenu{z-index:1000;background-color:#fff;border-radius:.75rem;min-width:280px;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 10px 25px #00000026}.Navbar-module__xT97FG__userInfoSection{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:#fff;align-items:center;gap:1rem;padding:1.5rem;display:flex}.Navbar-module__xT97FG__userAvatarLarge{background-color:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;display:flex;overflow:hidden}.Navbar-module__xT97FG__userAvatarLarge img{object-fit:cover;width:100%;height:100%}.Navbar-module__xT97FG__userName{flex-direction:column;gap:.125rem;font-weight:500;display:flex}.Navbar-module__xT97FG__userName div:first-child{font-size:1rem;line-height:1.2}.Navbar-module__xT97FG__userName div:last-child{opacity:.9;font-size:.875rem}.Navbar-module__xT97FG__menuItems{padding:.5rem 0}.Navbar-module__xT97FG__menuItem{text-align:left;color:#374151;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.875rem 1.5rem;font-family:inherit;font-size:.9375rem;transition:all .2s;display:flex;position:relative}.Navbar-module__xT97FG__menuItem:hover{background-color:var(--primary);color:#fff}.Navbar-module__xT97FG__menuItem svg:first-child{color:inherit;flex-shrink:0}.Navbar-module__xT97FG__menuItem span{flex:1;font-weight:500}.Navbar-module__xT97FG__menuItem svg:last-child{color:#9ca3af;flex-shrink:0;transition:color .2s}.Navbar-module__xT97FG__menuItem:hover svg:last-child{color:#fff}.Navbar-module__xT97FG__logoutItem{color:#ef4444}.Navbar-module__xT97FG__logoutItem:hover{color:#fff;background-color:#ef4444}.Navbar-module__xT97FG__logoutItem svg:first-child{color:#ef4444}.Navbar-module__xT97FG__logoutItem:hover svg:first-child{color:#fff}.Navbar-module__xT97FG__logoutItem svg:last-child{display:none}@media (max-width:768px){.Navbar-module__xT97FG__navbarContent{padding:.75rem 1rem}.Navbar-module__xT97FG__logoY,.Navbar-module__xT97FG__logoText{font-size:1.5rem}.Navbar-module__xT97FG__actionsContainer{gap:.75rem}.Navbar-module__xT97FG__dropdownWrapper{min-width:150px}.Navbar-module__xT97FG__tutorialButton{padding:.5rem 1rem;font-size:.875rem}.Navbar-module__xT97FG__tutorialButton span{display:none}}.Navbar-module__xT97FG__clinicSection{align-items:center;gap:12px;display:flex}.Navbar-module__xT97FG__addClinicButton{background:linear-gradient(135deg,var(--primary)0%,#764ba2 100%);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .3s;box-shadow:0 2px 4px #667eea33}.Navbar-module__xT97FG__addClinicButton:hover{background:linear-gradient(135deg,#5568d3 0%,#6a3f8f 100%);transform:translateY(-2px);box-shadow:0 4px 8px #667eea4d}.Navbar-module__xT97FG__addClinicButton:active{transform:translateY(0);box-shadow:0 2px 4px #667eea33}
.Toast-module__mqWYvq__toastContainer{z-index:9999;pointer-events:none;flex-direction:column;gap:.75rem;width:100%;max-width:400px;display:flex;position:fixed;top:1rem;right:1rem}.Toast-module__mqWYvq__toast{pointer-events:auto;background-color:#fff;border-left:4px solid;border-radius:.5rem;flex-direction:column;gap:.5rem;min-width:300px;max-width:400px;padding:1rem;animation:.3s ease-out Toast-module__mqWYvq__slideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #00000026}@keyframes Toast-module__mqWYvq__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Toast-module__mqWYvq__toastContent{align-items:flex-start;gap:.75rem;display:flex}.Toast-module__mqWYvq__toastIcon{flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;margin-top:.125rem;display:flex}.Toast-module__mqWYvq__toastMessage{color:#374151;word-wrap:break-word;flex:1;font-size:.9375rem;line-height:1.5}.Toast-module__mqWYvq__toastClose{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex}.Toast-module__mqWYvq__toastClose:hover{color:#374151;background-color:#f3f4f6}.Toast-module__mqWYvq__toast.Toast-module__mqWYvq__success{background-color:#f0fdf4;border-left-color:#10b981}.Toast-module__mqWYvq__toast.Toast-module__mqWYvq__success .Toast-module__mqWYvq__toastIcon{color:#10b981}.Toast-module__mqWYvq__toast.Toast-module__mqWYvq__error{background-color:#fef2f2;border-left-color:#ef4444}.Toast-module__mqWYvq__toast.Toast-module__mqWYvq__error .Toast-module__mqWYvq__toastIcon{color:#ef4444}.Toast-module__mqWYvq__toast.Toast-module__mqWYvq__warning{background-color:#fffbeb;border-left-color:#f59e0b}.Toast-module__mqWYvq__toast.Toast-module__mqWYvq__warning .Toast-module__mqWYvq__toastIcon{color:#f59e0b}.Toast-module__mqWYvq__toast.Toast-module__mqWYvq__info{border-left-color:var(--primary);background-color:#eff6ff}.Toast-module__mqWYvq__toast.Toast-module__mqWYvq__info .Toast-module__mqWYvq__toastIcon{color:var(--primary)}.Toast-module__mqWYvq__toastProgress{background-color:#0000001a;height:3px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.Toast-module__mqWYvq__toastProgressBar{transform-origin:0;background-color:currentColor;height:100%;animation:linear forwards Toast-module__mqWYvq__progress}@keyframes Toast-module__mqWYvq__progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toast-module__mqWYvq__toast.Toast-module__mqWYvq__success .Toast-module__mqWYvq__toastProgressBar{background-color:#10b981}.Toast-module__mqWYvq__toast.Toast-module__mqWYvq__error .Toast-module__mqWYvq__toastProgressBar{background-color:#ef4444}.Toast-module__mqWYvq__toast.Toast-module__mqWYvq__warning .Toast-module__mqWYvq__toastProgressBar{background-color:#f59e0b}.Toast-module__mqWYvq__toast.Toast-module__mqWYvq__info .Toast-module__mqWYvq__toastProgressBar{background-color:var(--primary)}@media (max-width:768px){.Toast-module__mqWYvq__toastContainer{max-width:100%;top:.5rem;left:.5rem;right:.5rem}.Toast-module__mqWYvq__toast{min-width:auto;max-width:100%}}
.prescription-module__dVMMLW__pageContainer{background-color:#f9fafb;min-height:100vh}.prescription-module__dVMMLW__mainLayout{min-height:calc(100vh - 80px);display:flex}.prescription-module__dVMMLW__contentArea{flex-direction:column;flex:1;display:flex}.prescription-module__dVMMLW__mainContent{flex:1;padding:1rem;overflow-y:auto}.prescription-module__dVMMLW__prescriptionLayout{gap:1rem;height:100%;display:flex}.prescription-module__dVMMLW__leftSidebar{background:#fff;border-radius:.75rem;width:17%;height:fit-content;padding:1.5rem 0;box-shadow:0 1px 3px #0000001a}.prescription-module__dVMMLW__patientHeader{border-bottom:1px solid #e5e7eb;align-items:center;gap:1rem;padding-bottom:1.5rem;display:flex}.prescription-module__dVMMLW__backButton{cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.prescription-module__dVMMLW__backButton:hover{background-color:#f3f4f6}.prescription-module__dVMMLW__patientAvatar{background:var(--secondary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:600;display:flex}.prescription-module__dVMMLW__patientInfo{flex:1}.prescription-module__dVMMLW__patientName{color:var(--title-color);margin-bottom:.25rem;font-size:1rem;font-weight:600}.prescription-module__dVMMLW__patientDetails{color:#6b7280;font-size:.875rem}.prescription-module__dVMMLW__tabs{border-bottom:1px solid #e5e7eb;gap:.5rem;margin-bottom:1.5rem;display:flex}.prescription-module__dVMMLW__tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.75rem 1rem;font-size:.875rem;transition:all .2s}.prescription-module__dVMMLW__tab.prescription-module__dVMMLW__activeTab{color:var(--secondary);border-bottom-color:var(--secondary)}.prescription-module__dVMMLW__sidebarSections{flex-direction:column;gap:.75rem;display:flex}.prescription-module__dVMMLW__sidebarSection{border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem;transition:background-color .2s;display:flex}.prescription-module__dVMMLW__sidebarSection:hover{background-color:#f9fafb}.prescription-module__dVMMLW__sidebarSectionHeader{color:#374151;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.prescription-module__dVMMLW__sidebarIcon{font-size:1.25rem}.prescription-module__dVMMLW__addButton{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.875rem}.prescription-module__dVMMLW__addButton:hover{text-decoration:underline}.prescription-module__dVMMLW__rightContent{background:#fff;border-radius:.75rem;flex:1;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.prescription-module__dVMMLW__actionBar{border-bottom:1px solid #e5e7eb;justify-content:flex-end;gap:1rem;margin-bottom:1rem;padding-bottom:1.5rem;display:flex}.prescription-module__dVMMLW__prescriptionSections{flex-direction:column;gap:1.5rem;display:flex}.prescription-module__dVMMLW__section{flex-direction:column;gap:.75rem;display:flex}.prescription-module__dVMMLW__loadPrevious{color:var(--primary);cursor:pointer;font-size:.875rem;font-weight:500;text-decoration:underline}.prescription-module__dVMMLW__sectionHeader{align-items:center;gap:.75rem;display:flex}.prescription-module__dVMMLW__sectionIcon{font-size:1.25rem}.prescription-module__dVMMLW__sectionTitle{color:var(--title-color);flex:1;font-size:1rem;font-weight:600}.prescription-module__dVMMLW__searchWrapper{position:relative}.prescription-module__dVMMLW__dropdown{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;max-height:300px;margin-top:.25rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.prescription-module__dVMMLW__dropdownItem{cursor:pointer;color:#374151;padding:.75rem 1rem;font-size:.875rem;transition:background-color .2s}.prescription-module__dVMMLW__dropdownItem:hover{background-color:#f9fafb}.prescription-module__dVMMLW__addCustom{color:var(--secondary);font-weight:500;text-decoration:underline}.prescription-module__dVMMLW__dropdownDivider{background-color:#e5e7eb;height:1px;margin:.5rem 0}.prescription-module__dVMMLW__dropdownItem.prescription-module__dVMMLW__selectedItem{background-color:#f0f9ff}.prescription-module__dVMMLW__alreadyAdded{color:#10b981;margin-left:auto;font-size:.75rem;font-weight:500}.prescription-module__dVMMLW__selectedItems{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.prescription-module__dVMMLW__selectedItem{color:#374151;background:#f3f4f6;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.prescription-module__dVMMLW__removeButton{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:1.25rem;line-height:1;transition:background-color .2s;display:flex}.prescription-module__dVMMLW__removeButton:hover{background-color:#fee2e2}.prescription-module__dVMMLW__followUpButtons{gap:.75rem;margin-top:.5rem;display:flex}.prescription-module__dVMMLW__textArea{resize:vertical;border:1px solid #d1d5db;border-radius:.5rem;width:100%;min-height:100px;padding:.75rem;font-family:inherit;font-size:.875rem}.prescription-module__dVMMLW__textArea:focus{border-color:var(--secondary);outline:none;box-shadow:0 0 0 3px #7c3aed1a}@media (max-width:1024px){.prescription-module__dVMMLW__prescriptionLayout{flex-direction:column}.prescription-module__dVMMLW__leftSidebar{width:100%}}
.VitalsModal-module__P94zYq__modalOverlay{z-index:10000;background-color:#00000080;justify-content:flex-end;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.VitalsModal-module__P94zYq__modalContent{background:#fff;border-radius:.25rem;width:100%;max-width:1000px;max-height:100vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.VitalsModal-module__P94zYq__modalHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:.5rem 1.5rem;display:flex}.VitalsModal-module__P94zYq__modalTitle{color:var(--title-color);margin:0;font-size:1.25rem;font-weight:600}.VitalsModal-module__P94zYq__closeButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;width:32px;height:32px;padding:.5rem;font-size:1.5rem;transition:background-color .2s;display:flex}.VitalsModal-module__P94zYq__closeButton:hover{background-color:#f3f4f6}.VitalsModal-module__P94zYq__modalBody{padding:1.5rem}.VitalsModal-module__P94zYq__dateControls{margin-bottom:1.5rem;display:inline-block;position:relative}.VitalsModal-module__P94zYq__calendarPopup{z-index:10001;background:0 0;margin:0;padding:0;position:absolute;top:calc(100% + .5rem);left:0;visibility:visible!important;opacity:1!important;display:block!important}.VitalsModal-module__P94zYq__calendarPopup .calendar{min-width:300px;visibility:visible!important;opacity:1!important;margin-top:0!important;margin-bottom:0!important;display:block!important;position:relative!important;top:0!important;left:0!important;right:0!important}.VitalsModal-module__P94zYq__vitalsTableWrapper{-webkit-overflow-scrolling:touch;width:100%;overflow:auto visible}.VitalsModal-module__P94zYq__vitalsTable{width:100%;min-width:600px}.VitalsModal-module__P94zYq__tableHeader{color:#374151;background-color:#f9fafb;border-bottom:2px solid #e5e7eb;gap:1rem;padding:1rem;font-size:.875rem;font-weight:600;display:grid}.VitalsModal-module__P94zYq__tableBody{flex-direction:column;display:flex}.VitalsModal-module__P94zYq__tableRow{border-bottom:1px solid #e5e7eb;align-items:center;gap:1rem;padding:1rem;display:grid}.VitalsModal-module__P94zYq__nameColumn{color:#374151;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.VitalsModal-module__P94zYq__unit{color:#6b7280;font-size:.75rem}.VitalsModal-module__P94zYq__infoIcon{cursor:help;font-size:.875rem}.VitalsModal-module__P94zYq__dateColumn{align-items:center;gap:.5rem;display:flex}.VitalsModal-module__P94zYq__vitalInput{flex:1}.VitalsModal-module__P94zYq__unitButton{color:#374151;white-space:nowrap;background:#f3f4f6;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem .75rem;font-size:.75rem}.VitalsModal-module__P94zYq__calculatedValue{color:#6b7280;font-size:.875rem}.VitalsModal-module__P94zYq__patientNameValue{color:#374151;font-size:.875rem;font-weight:500}
.MedicalHistoryModal-module__wPVebq__modalOverlay{z-index:10000;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.MedicalHistoryModal-module__wPVebq__modalContent{background:#fff;border-radius:.75rem;width:100%;max-width:1200px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.MedicalHistoryModal-module__wPVebq__modalHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.MedicalHistoryModal-module__wPVebq__modalTitle{color:var(--title-color);margin:0;font-size:1.25rem;font-weight:600}.MedicalHistoryModal-module__wPVebq__closeButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;width:32px;height:32px;padding:.5rem;font-size:1.5rem;transition:background-color .2s;display:flex}.MedicalHistoryModal-module__wPVebq__closeButton:hover{background-color:#f3f4f6}.MedicalHistoryModal-module__wPVebq__modalBody{gap:2rem;padding:1.5rem;display:flex}.MedicalHistoryModal-module__wPVebq__leftPanel{flex-direction:column;flex:1;gap:1.5rem;display:flex}.MedicalHistoryModal-module__wPVebq__sectionRow{border:1px solid #e5e7eb;border-radius:.5rem;flex-direction:column;gap:.75rem;padding:.5rem 1.5rem}.MedicalHistoryModal-module__wPVebq__sectionInfo{color:#374151;justify-content:space-between;align-items:center;gap:.75rem;font-weight:600;display:flex}.MedicalHistoryModal-module__wPVebq__sectionInfoFirst{color:#374151;align-items:center;gap:.75rem;font-weight:600;display:flex}.MedicalHistoryModal-module__wPVebq__sectionIcon{font-size:1.25rem}.MedicalHistoryModal-module__wPVebq__sectionLabel{font-size:.875rem}.MedicalHistoryModal-module__wPVebq__sectionTags{flex-wrap:wrap;gap:.5rem;display:flex}.MedicalHistoryModal-module__wPVebq__tag{color:#374151;background:#f3f4f6;border-radius:1rem;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.MedicalHistoryModal-module__wPVebq__removeTag{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:1.25rem;line-height:1;transition:background-color .2s;display:flex}.MedicalHistoryModal-module__wPVebq__removeTag:hover{background-color:#fee2e2}.MedicalHistoryModal-module__wPVebq__editButton{color:var(--primary);cursor:pointer;font-size:.875rem;transition:all .2s}.MedicalHistoryModal-module__wPVebq__editButton:hover{color:var(--primary);text-decoration:underline}.MedicalHistoryModal-module__wPVebq__additionalHistory{flex-direction:column;gap:.5rem;display:flex}.MedicalHistoryModal-module__wPVebq__additionalHistory label{color:#374151;font-size:.875rem;font-weight:600}.MedicalHistoryModal-module__wPVebq__textArea{resize:vertical;border:1px solid #d1d5db;border-radius:.5rem;width:100%;min-height:120px;padding:.75rem;font-family:inherit;font-size:.875rem}.MedicalHistoryModal-module__wPVebq__textArea:focus{border-color:var(--secondary);outline:none;box-shadow:0 0 0 3px #7c3aed1a}.MedicalHistoryModal-module__wPVebq__charCount{text-align:right;color:#6b7280;font-size:.75rem}.MedicalHistoryModal-module__wPVebq__rightPanel{background:#f9fafb;border-radius:.5rem;flex-direction:column;gap:1rem;width:400px;padding:1.5rem;display:flex}.MedicalHistoryModal-module__wPVebq__panelTitle{color:var(--title-color);margin:0;font-size:1.125rem;font-weight:600}.MedicalHistoryModal-module__wPVebq__searchWrapper{position:relative}.MedicalHistoryModal-module__wPVebq__searchResults{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;margin-top:.25rem;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 6px #0000001a}.MedicalHistoryModal-module__wPVebq__searchItem{cursor:pointer;color:#374151;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.875rem;transition:background-color .2s;display:flex}.MedicalHistoryModal-module__wPVebq__searchItem:hover{background-color:#f9fafb}.MedicalHistoryModal-module__wPVebq__searchItem.MedicalHistoryModal-module__wPVebq__alreadyAdded{opacity:.6;cursor:not-allowed}.MedicalHistoryModal-module__wPVebq__existsLabel{color:#9ca3af;font-size:.75rem;font-style:italic}.MedicalHistoryModal-module__wPVebq__addCustom{color:var(--secondary);font-weight:500;text-decoration:underline}.MedicalHistoryModal-module__wPVebq__selectedItems{flex-wrap:wrap;gap:.5rem;max-height:300px;display:flex;overflow-y:auto}.MedicalHistoryModal-module__wPVebq__selectedItem{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.MedicalHistoryModal-module__wPVebq__removeButton{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:1.25rem;line-height:1;transition:background-color .2s;display:flex}.MedicalHistoryModal-module__wPVebq__removeButton:hover{background-color:#fee2e2}.MedicalHistoryModal-module__wPVebq__panelActions{justify-content:flex-end;gap:.75rem;margin-top:auto;display:flex}
.PrivateNoteModal-module__1pw-6G__modalOverlay{z-index:10000;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.PrivateNoteModal-module__1pw-6G__modalContent{background:#fff;border-radius:.75rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.PrivateNoteModal-module__1pw-6G__modalHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.PrivateNoteModal-module__1pw-6G__modalTitle{color:var(--title-color);margin:0;font-size:1.25rem;font-weight:600}.PrivateNoteModal-module__1pw-6G__closeButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;width:32px;height:32px;padding:.5rem;font-size:1.5rem;transition:background-color .2s;display:flex}.PrivateNoteModal-module__1pw-6G__closeButton:hover{background-color:#f3f4f6}.PrivateNoteModal-module__1pw-6G__modalBody{padding:1.5rem}.PrivateNoteModal-module__1pw-6G__sectionTitle{color:var(--title-color);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.PrivateNoteModal-module__1pw-6G__description{color:#6b7280;margin:0 0 1.5rem;font-size:.875rem;line-height:1.5}.PrivateNoteModal-module__1pw-6G__textArea{resize:vertical;border:1px solid #d1d5db;border-radius:.5rem;width:100%;min-height:200px;padding:.75rem;font-family:inherit;font-size:.875rem}.PrivateNoteModal-module__1pw-6G__textArea:focus{border-color:var(--secondary);outline:none;box-shadow:0 0 0 3px #7c3aed1a}
.Sidebar-module__MhC_Zq__sidebar{z-index:100;background-color:#fff;flex-direction:column;width:8%;min-width:8%;height:100vh;display:flex;position:fixed;top:8%;left:0}@media (max-width:1280px){.Sidebar-module__MhC_Zq__sidebar{width:10%;min-width:10%}}.Sidebar-module__MhC_Zq__nav{flex-direction:column;align-items:center;gap:2rem;padding:1.5rem 0;display:flex}.Sidebar-module__MhC_Zq__menuLink,.Sidebar-module__MhC_Zq__menuButton{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:.75rem 0;text-decoration:none;transition:all .2s;display:flex;position:relative}.Sidebar-module__MhC_Zq__menuLink.Sidebar-module__MhC_Zq__active:before,.Sidebar-module__MhC_Zq__menuButton.Sidebar-module__MhC_Zq__active:before{content:"";background-color:var(--primary);border-radius:0 2px 2px 0;width:3px;position:absolute;top:0;bottom:0;left:0}.Sidebar-module__MhC_Zq__menuLink:hover,.Sidebar-module__MhC_Zq__menuButton:hover{background-color:#36439b0d}.Sidebar-module__MhC_Zq__menuItem{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.Sidebar-module__MhC_Zq__iconContainer{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.Sidebar-module__MhC_Zq__iconContainer svg{color:var(--primary)!important}.Sidebar-module__MhC_Zq__menuLabel{text-align:center;color:var(--title-color);font-size:14px;font-weight:500;line-height:1.2;transition:color .2s}.Sidebar-module__MhC_Zq__menuItem.Sidebar-module__MhC_Zq__active .Sidebar-module__MhC_Zq__menuLabel{color:var(--primary);font-weight:600}.Sidebar-module__MhC_Zq__menuItem.Sidebar-module__MhC_Zq__active{position:relative}.Sidebar-module__MhC_Zq__menuItem.Sidebar-module__MhC_Zq__active:before{content:"";background-color:var(--primary);border-radius:0 2px 2px 0;width:3px;position:absolute;top:0;bottom:0;left:-2rem}@media (max-width:768px){.Sidebar-module__MhC_Zq__sidebar{width:70px;min-width:70px}.Sidebar-module__MhC_Zq__menuLabel{font-size:.6875rem}.Sidebar-module__MhC_Zq__nav{gap:1.5rem;padding:1rem 0}}
.MedicalRecordModal-module__oO1oJW__modalOverlay{z-index:10000;background-color:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.MedicalRecordModal-module__oO1oJW__modalContent{background:#fff;border-radius:.75rem;width:100%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.MedicalRecordModal-module__oO1oJW__modalHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.MedicalRecordModal-module__oO1oJW__modalTitle{color:var(--title-color);margin:0;font-size:1.25rem;font-weight:600}.MedicalRecordModal-module__oO1oJW__closeButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;width:32px;height:32px;padding:.5rem;font-size:1.5rem;transition:background-color .2s;display:flex}.MedicalRecordModal-module__oO1oJW__closeButton:hover{background-color:#f3f4f6}.MedicalRecordModal-module__oO1oJW__modalBody{padding:1.5rem}.MedicalRecordModal-module__oO1oJW__uploadSection{justify-content:center;padding:3rem 0;display:flex}.MedicalRecordModal-module__oO1oJW__uploadButton{background:var(--secondary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:background-color .2s}.MedicalRecordModal-module__oO1oJW__uploadButton:hover{background:var(--secondary)}.MedicalRecordModal-module__oO1oJW__filePreview{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.MedicalRecordModal-module__oO1oJW__imagePreview{border:1px solid #e5e7eb;border-radius:.5rem;width:100%;max-height:300px;overflow:hidden}.MedicalRecordModal-module__oO1oJW__imagePreview img{object-fit:contain;width:100%;height:100%}.MedicalRecordModal-module__oO1oJW__fileInfo{background:#f9fafb;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.MedicalRecordModal-module__oO1oJW__fileName{color:#374151;font-size:.875rem;font-weight:500}.MedicalRecordModal-module__oO1oJW__deleteFileButton{cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.5rem;font-size:1.25rem;transition:background-color .2s}.MedicalRecordModal-module__oO1oJW__deleteFileButton:hover{background-color:#fee2e2}.MedicalRecordModal-module__oO1oJW__formFields{flex-direction:column;gap:1rem;display:flex}.MedicalRecordModal-module__oO1oJW__formField{flex-direction:column;gap:.5rem;display:flex}.MedicalRecordModal-module__oO1oJW__formField label{color:#374151;font-size:.875rem;font-weight:500}.MedicalRecordModal-module__oO1oJW__textArea{resize:vertical;border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.75rem;font-family:inherit;font-size:.875rem}.MedicalRecordModal-module__oO1oJW__textArea:focus{border-color:var(--secondary);outline:none;box-shadow:0 0 0 3px #7c3aed1a}.MedicalRecordModal-module__oO1oJW__charCount{text-align:right;color:#6b7280;font-size:.75rem}.MedicalRecordModal-module__oO1oJW__existingRecords{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:2rem}.MedicalRecordModal-module__oO1oJW__recordsTitle{color:var(--title-color);margin:0 0 1rem;font-size:1rem;font-weight:600}.MedicalRecordModal-module__oO1oJW__recordsGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.MedicalRecordModal-module__oO1oJW__recordCard{border:1px solid #e5e7eb;border-radius:.5rem;transition:box-shadow .2s;position:relative;overflow:hidden}.MedicalRecordModal-module__oO1oJW__recordCard:hover{box-shadow:0 4px 6px #0000001a}.MedicalRecordModal-module__oO1oJW__recordImage{background:#f9fafb;justify-content:center;align-items:center;width:100%;height:150px;display:flex;overflow:hidden}.MedicalRecordModal-module__oO1oJW__recordImage img{object-fit:cover;width:100%;height:100%}.MedicalRecordModal-module__oO1oJW__fileIcon{font-size:3rem}.MedicalRecordModal-module__oO1oJW__recordInfo{padding:.75rem}.MedicalRecordModal-module__oO1oJW__recordType{color:#374151;margin-bottom:.25rem;font-size:.875rem;font-weight:500}.MedicalRecordModal-module__oO1oJW__recordDate{color:#6b7280;font-size:.75rem}.MedicalRecordModal-module__oO1oJW__deleteRecordButton{cursor:pointer;background:#ffffffe6;border:none;border-radius:.25rem;padding:.5rem;font-size:1.25rem;transition:background-color .2s;position:absolute;top:.5rem;right:.5rem}.MedicalRecordModal-module__oO1oJW__deleteRecordButton:hover{background:#fee2e2}
.ProfileSection-module__Qv8kda__profileSection{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:1.5rem;transition:all .3s;position:relative;overflow:visible}.ProfileSection-module__Qv8kda__sectionHeader{cursor:pointer;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;transition:background-color .2s;display:flex}.ProfileSection-module__Qv8kda__sectionHeader:hover{background-color:#f9fafb}.ProfileSection-module__Qv8kda__headerLeft{align-items:center;gap:.75rem;display:flex}.ProfileSection-module__Qv8kda__sectionIcon{color:#fff;background:#9ee0de;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.ProfileSection-module__Qv8kda__sectionTitle{color:#374151;margin:0;font-size:1rem;font-weight:600}.ProfileSection-module__Qv8kda__headerRight{align-items:center;gap:.75rem;display:flex}.ProfileSection-module__Qv8kda__editButton{cursor:pointer;color:var(--primary);background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.ProfileSection-module__Qv8kda__editButton:hover{background-color:#36439b1a}.ProfileSection-module__Qv8kda__chevronOpen{transform:rotate(180deg)}.ProfileSection-module__Qv8kda__sectionContent{border-top:1px solid #e5e7eb;padding:1.5rem;animation:.3s ease-out ProfileSection-module__Qv8kda__slideDown;position:relative;overflow:visible}@keyframes ProfileSection-module__Qv8kda__slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.ProfileSection-module__Qv8kda__viewMode{flex-direction:column;gap:1.25rem;display:flex}.ProfileSection-module__Qv8kda__detailRow{flex-direction:column;gap:.5rem;display:flex}.ProfileSection-module__Qv8kda__detailLabel{color:#6b7280;font-size:.875rem;font-weight:500}.ProfileSection-module__Qv8kda__detailValue{color:#374151;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:1rem;display:flex}.ProfileSection-module__Qv8kda__emptyValue{color:#9ca3af}.ProfileSection-module__Qv8kda__verifiedBadge{color:#10b981;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;display:flex}.ProfileSection-module__Qv8kda__verifiedDot{background-color:#10b981;border-radius:50%;width:.5rem;height:.5rem}.ProfileSection-module__Qv8kda__editMode{flex-direction:column;gap:1.25rem;display:flex;position:relative;overflow:visible}.ProfileSection-module__Qv8kda__editModeRow{justify-content:space-between;gap:1rem;display:flex}.ProfileSection-module__Qv8kda__inputField{margin-bottom:0}.ProfileSection-module__Qv8kda__editActions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.ProfileSection-module__Qv8kda__clinicsList{flex-direction:column;gap:1rem;display:flex}.ProfileSection-module__Qv8kda__clinicCard{border:1px solid var(--secondary);background-color:#f0f9ff;border-radius:.5rem;padding:1rem}.ProfileSection-module__Qv8kda__clinicHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.ProfileSection-module__Qv8kda__clinicName{color:var(--primary);margin:0;font-size:1rem;font-weight:600}.ProfileSection-module__Qv8kda__clinicActions{gap:.5rem;display:flex}.ProfileSection-module__Qv8kda__actionButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.375rem;transition:all .2s;display:flex}.ProfileSection-module__Qv8kda__actionButton:hover{color:var(--primary);background-color:#0000000d}.ProfileSection-module__Qv8kda__deleteButton:hover{color:#ef4444;background-color:#ef44441a}.ProfileSection-module__Qv8kda__clinicAddress{flex-direction:column;gap:.25rem;display:flex}.ProfileSection-module__Qv8kda__addressLabel{color:#6b7280;font-size:.875rem;font-weight:500}.ProfileSection-module__Qv8kda__addressValue{color:#374151;font-size:.9375rem}.ProfileSection-module__Qv8kda__emptyState{text-align:center;color:#9ca3af;padding:2rem;font-size:.9375rem}.ProfileSection-module__Qv8kda__addButton{white-space:nowrap}.ProfileSection-module__Qv8kda__uploadArea{flex-direction:column;gap:.5rem;display:flex}.ProfileSection-module__Qv8kda__fileInput{display:none}.ProfileSection-module__Qv8kda__uploadLabel{border:2px dashed var(--primary);cursor:pointer;text-align:center;background-color:#36439b05;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem 1.5rem;transition:all .2s;display:flex}.ProfileSection-module__Qv8kda__uploadLabel:hover{border-color:var(--secondary);background-color:#36439b0d}.ProfileSection-module__Qv8kda__uploadLabel svg{color:var(--primary)}.ProfileSection-module__Qv8kda__uploadText{color:var(--primary);font-size:1rem;font-weight:600}.ProfileSection-module__Qv8kda__uploadHint{color:#6b7280;max-width:300px;margin:0;font-size:.8125rem}.ProfileSection-module__Qv8kda__documentPreview{flex-direction:column;gap:1rem;display:flex}.ProfileSection-module__Qv8kda__documentImage{object-fit:contain;border:1px solid #e5e7eb;border-radius:.5rem;width:100%;max-width:400px;height:auto}.ProfileSection-module__Qv8kda__documentInfo{align-items:center;gap:.5rem;display:flex}.ProfileSection-module__Qv8kda__documentName{color:#374151;font-size:.9375rem;font-weight:500}@media (max-width:768px){.ProfileSection-module__Qv8kda__sectionHeader,.ProfileSection-module__Qv8kda__sectionContent{padding:1rem}.ProfileSection-module__Qv8kda__headerRight{gap:.5rem}.ProfileSection-module__Qv8kda__addButton{padding:.5rem .75rem;font-size:.875rem}}
.SymptomsSection-module__4fiecq__symptomsSection{background:#fff;border-radius:.5rem}.SymptomsSection-module__4fiecq__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.SymptomsSection-module__4fiecq__titleWrapper{align-items:center;gap:.5rem;display:flex}.SymptomsSection-module__4fiecq__icon{font-size:1.25rem}.SymptomsSection-module__4fiecq__title{color:var(--title-color);margin:0;font-size:1rem;font-weight:600}.SymptomsSection-module__4fiecq__actionButtons{gap:.75rem;display:flex}.SymptomsSection-module__4fiecq__saveButtonSymptoms,.SymptomsSection-module__4fiecq__clearButtonSymptoms{color:#333;cursor:pointer;align-items:center;gap:.5rem;text-decoration:underline;display:flex}.SymptomsSection-module__4fiecq__templateButton,.SymptomsSection-module__4fiecq__saveButton,.SymptomsSection-module__4fiecq__clearButton{align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;display:flex}.SymptomsSection-module__4fiecq__buttonIcon{font-size:1rem}.SymptomsSection-module__4fiecq__symptomsTable{border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1.5rem;overflow:visible}.SymptomsSection-module__4fiecq__tableHeader{color:#374151;background-color:#f9fafb;border-bottom:2px solid #e5e7eb;grid-template-columns:30px 1fr 180px 130px 1fr 40px;gap:.75rem;padding:.5rem .75rem;font-size:.875rem;font-weight:600;display:grid}.SymptomsSection-module__4fiecq__tableBody{flex-direction:column;display:flex;position:relative;overflow:visible}.SymptomsSection-module__4fiecq__tableRow{z-index:1;border-bottom:1px solid #e5e7eb;grid-template-columns:30px 1fr 180px 130px 1fr 40px;align-items:center;gap:.75rem;padding:.5rem .75rem;transition:all .2s;display:grid;position:relative}.SymptomsSection-module__4fiecq__tableRow:hover{z-index:2}.SymptomsSection-module__4fiecq__tableRow.SymptomsSection-module__4fiecq__dragging{opacity:.5;background-color:#f3f4f6}.SymptomsSection-module__4fiecq__tableRow.SymptomsSection-module__4fiecq__dragOver{border-top:2px solid var(--primary);background-color:#f0f4ff}.SymptomsSection-module__4fiecq__tableRow:hover{background-color:#f9fafb}.SymptomsSection-module__4fiecq__tableRow:last-child{border-bottom:none}.SymptomsSection-module__4fiecq__dragColumn{cursor:grab;justify-content:center;align-items:center;display:flex}.SymptomsSection-module__4fiecq__dragColumn:active{cursor:grabbing}.SymptomsSection-module__4fiecq__dragHandle{cursor:grab;color:#9ca3af;-webkit-user-select:none;user-select:none;font-size:1.25rem;transition:color .2s}.SymptomsSection-module__4fiecq__dragHandle:active{cursor:grabbing}.SymptomsSection-module__4fiecq__dragHandle:hover{color:var(--primary)}.SymptomsSection-module__4fiecq__nameColumn{color:#374151;align-items:center;font-size:.875rem;display:flex}.SymptomsSection-module__4fiecq__symptomName{font-weight:500}.SymptomsSection-module__4fiecq__sinceColumn,.SymptomsSection-module__4fiecq__severityColumn,.SymptomsSection-module__4fiecq__notesColumn{align-items:center;display:flex}.SymptomsSection-module__4fiecq__dateInput,.SymptomsSection-module__4fiecq__severityDropdown,.SymptomsSection-module__4fiecq__notesInput{width:100%}.SymptomsSection-module__4fiecq__dropdownWrapper{z-index:1000;width:100%;position:relative}.SymptomsSection-module__4fiecq__dropdownWrapper .container{z-index:1000;position:relative}.SymptomsSection-module__4fiecq__dropdownWrapper .dropdownWrapper{z-index:1001;position:relative}.SymptomsSection-module__4fiecq__dropdownWrapper .dropdownMenu{z-index:10003!important;position:absolute!important}.SymptomsSection-module__4fiecq__actionColumn{justify-content:center;align-items:center;display:flex}.SymptomsSection-module__4fiecq__deleteButton{cursor:pointer;color:#ef4444;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;font-size:1rem;transition:transform .2s;display:flex}.SymptomsSection-module__4fiecq__deleteButton:hover{color:#dc2626;transform:scale(1.1)}.SymptomsSection-module__4fiecq__searchWrapper{position:relative}.SymptomsSection-module__4fiecq__searchInput{border-radius:.5rem}.SymptomsSection-module__4fiecq__dropdown{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;max-height:300px;margin-top:.25rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.SymptomsSection-module__4fiecq__dropdownItem{cursor:pointer;color:#374151;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.875rem;transition:background-color .2s;display:flex}.SymptomsSection-module__4fiecq__dropdownItem:hover:not(.SymptomsSection-module__4fiecq__disabled){background-color:#f3f4f6}.SymptomsSection-module__4fiecq__dropdownItem.SymptomsSection-module__4fiecq__disabled{opacity:.5;cursor:not-allowed}.SymptomsSection-module__4fiecq__existsLabel{color:#9ca3af;font-size:.75rem;font-style:italic}.SymptomsSection-module__4fiecq__addCustom{color:var(--primary);font-weight:500}
.add-patient-module__N-hS-G__pageContainer{background-color:#f9fafb;min-height:100vh}.add-patient-module__N-hS-G__mainLayout{min-height:calc(100vh - 80px);display:flex}.add-patient-module__N-hS-G__contentArea{flex-direction:column;flex:1;margin-left:8%;padding:2rem;display:flex}.add-patient-module__N-hS-G__mainContent{background-color:#fff;border-radius:1rem;flex:1;margin-top:1rem;padding:2rem;box-shadow:0 1px 3px #0000000d}.add-patient-module__N-hS-G__formContainer{flex-direction:column;height:100%;display:flex}.add-patient-module__N-hS-G__formContent{flex:1;gap:2rem;display:flex}.add-patient-module__N-hS-G__formFields{flex-direction:column;flex:1;gap:1.5rem;display:flex}.add-patient-module__N-hS-G__profileSection{flex-direction:column;align-items:center;gap:1rem;min-width:200px;padding:1rem;display:flex}.add-patient-module__N-hS-G__profilePictureWrapper{background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:200px;height:200px;display:flex;overflow:hidden}.add-patient-module__N-hS-G__profileImage{object-fit:cover;width:100%;height:100%}.add-patient-module__N-hS-G__profilePlaceholder{background-color:#f3f4f6;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.add-patient-module__N-hS-G__uploadButton{background-color:var(--primary);color:#fff;cursor:pointer;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:background-color .2s;display:flex}.add-patient-module__N-hS-G__uploadButton:hover{background-color:var(--primary-dark,#4f46e5)}.add-patient-module__N-hS-G__section{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.add-patient-module__N-hS-G__sectionHeader{cursor:pointer;justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.add-patient-module__N-hS-G__sectionTitle{color:var(--primary);margin:0;font-size:1.125rem;font-weight:600}.add-patient-module__N-hS-G__sectionToggle{color:var(--primary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;display:flex}.add-patient-module__N-hS-G__sectionContent{flex-direction:column;gap:1.5rem;display:flex}.add-patient-module__N-hS-G__formRow{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.add-patient-module__N-hS-G__formField{flex-direction:column;gap:.5rem;display:flex}.add-patient-module__N-hS-G__formField label{color:#374151;font-size:.875rem;font-weight:500}.add-patient-module__N-hS-G__radioGroup{gap:1.5rem;margin-top:.5rem;display:flex}.add-patient-module__N-hS-G__radioLabel{cursor:pointer;color:#374151;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.add-patient-module__N-hS-G__radioLabel input[type=radio]{cursor:pointer;width:18px;height:18px;accent-color:var(--primary)}.add-patient-module__N-hS-G__ageInputs{gap:1rem;display:flex}.add-patient-module__N-hS-G__ageInputs input{flex:1}.add-patient-module__N-hS-G__orLabel{color:#6b7280;align-items:center;height:20px;margin:.5rem 0 .25rem;font-size:.875rem;font-weight:500;display:flex}.add-patient-module__N-hS-G__dateInputWrapper{align-items:center;display:flex;position:relative}.add-patient-module__N-hS-G__dateInputWrapper input{padding-right:2.5rem}.add-patient-module__N-hS-G__dateInputWrapper svg{pointer-events:none;color:#6b7280;position:absolute;right:.75rem}.add-patient-module__N-hS-G__actionButtons{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}@media (max-width:1200px){.add-patient-module__N-hS-G__formContent{flex-direction:column}.add-patient-module__N-hS-G__profileSection{align-items:flex-start;min-width:auto}.add-patient-module__N-hS-G__profilePictureWrapper{width:150px;height:150px}}@media (max-width:768px){.add-patient-module__N-hS-G__contentArea{margin-left:0;padding:1rem}.add-patient-module__N-hS-G__mainContent{padding:1.5rem}.add-patient-module__N-hS-G__formRow{grid-template-columns:1fr}.add-patient-module__N-hS-G__actionButtons{flex-direction:column-reverse}.add-patient-module__N-hS-G__actionButtons button{width:100%}}
.bill-preview-module__m_WY2a__container{background-color:#f9fafb;min-height:100vh}.bill-preview-module__m_WY2a__mainContent{min-height:calc(100vh - 60px);display:flex}.bill-preview-module__m_WY2a__contentArea{flex-direction:column;flex:1;margin-left:8%;padding:1.5rem;display:flex}.bill-preview-module__m_WY2a__loading{color:#6b7280;justify-content:center;align-items:center;min-height:400px;font-size:1.125rem;display:flex}.bill-preview-module__m_WY2a__pageLayout{gap:1.5rem;margin-top:1.5rem;display:flex}.bill-preview-module__m_WY2a__leftSidebar{flex-direction:column;gap:1.5rem;width:280px;display:flex}.bill-preview-module__m_WY2a__actionButtons{background:#f3f4f6;border-radius:.5rem;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.bill-preview-module__m_WY2a__actionButton{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;justify-content:space-between;align-items:center;gap:.75rem;padding:.875rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.bill-preview-module__m_WY2a__actionButton:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.bill-preview-module__m_WY2a__actionButton svg{flex-shrink:0}.bill-preview-module__m_WY2a__whatsappSection{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.bill-preview-module__m_WY2a__whatsappHeader{color:#374151;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.875rem;font-weight:500;display:flex}.bill-preview-module__m_WY2a__whatsappHeader svg{color:#25d366;flex-shrink:0}.bill-preview-module__m_WY2a__phoneNumber{color:#6b7280;background:#f9fafb;border-radius:.25rem;margin-bottom:1rem;padding:.5rem;font-size:.875rem}.bill-preview-module__m_WY2a__whatsappButton{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:.5rem;width:100%;padding:.75rem;font-weight:500;transition:all .2s}.bill-preview-module__m_WY2a__whatsappButton:hover{background:#20ba5a}.bill-preview-module__m_WY2a__billPreview{background:#fff;border-radius:.5rem;flex:1;padding:2rem;box-shadow:0 1px 3px #0000001a}.bill-preview-module__m_WY2a__billHeader{border-bottom:2px solid #000;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.bill-preview-module__m_WY2a__doctorInfo{flex:1}.bill-preview-module__m_WY2a__doctorName{color:var(--primary);margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.bill-preview-module__m_WY2a__doctorSpeciality{color:#6b7280;font-size:.875rem}.bill-preview-module__m_WY2a__clinicLogo{justify-content:center;align-items:center;width:120px;margin:0 auto;font-size:2rem;font-weight:600;display:flex}.bill-preview-module__m_WY2a__clinicInfo{text-align:right;flex:1}.bill-preview-module__m_WY2a__clinicName{color:var(--primary);margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.bill-preview-module__m_WY2a__clinicAddress{color:#6b7280;font-size:.75rem;line-height:1.5}.bill-preview-module__m_WY2a__billTitle{text-align:center;color:var(--title-color);margin-bottom:2rem;font-size:1.5rem;font-weight:600}.bill-preview-module__m_WY2a__patientDetails,.bill-preview-module__m_WY2a__billDetails{border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;padding-bottom:1rem}.bill-preview-module__m_WY2a__detailRow{justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;display:flex}.bill-preview-module__m_WY2a__detailLabel{color:#374151;font-weight:500}.bill-preview-module__m_WY2a__detailValue{color:#6b7280}.bill-preview-module__m_WY2a__billTable{border-collapse:collapse;width:100%;margin-top:1rem;margin-bottom:1.5rem}.bill-preview-module__m_WY2a__billTable thead{background-color:#f9fafb}.bill-preview-module__m_WY2a__billTable th{text-align:left;color:#374151;border-bottom:2px solid #000;padding:.75rem;font-size:.875rem;font-weight:600}.bill-preview-module__m_WY2a__billTable td{color:#6b7280;border-bottom:1px solid #e5e7eb;padding:.75rem;font-size:.875rem}.bill-preview-module__m_WY2a__summarySection{border-top:2px solid #000;margin-top:1.5rem;padding-top:1rem}.bill-preview-module__m_WY2a__summaryTitle{color:var(--title-color);margin-bottom:1rem;font-size:1rem;font-weight:600}.bill-preview-module__m_WY2a__summaryRow{color:#374151;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;display:flex}.bill-preview-module__m_WY2a__summaryTotal{border-top:1px solid #e5e7eb;margin-top:.5rem;padding-top:.5rem;font-size:1rem;font-weight:600}.bill-preview-module__m_WY2a__totalPaid{color:#10b981;margin-top:.5rem;padding-top:.5rem;font-size:1rem;font-weight:600}@media print{.bill-preview-module__m_WY2a__leftSidebar{display:none}.bill-preview-module__m_WY2a__billPreview{box-shadow:none;padding:0}}
.Availability-module__R8e5wW__availabilitySection{background-color:#fff;border-radius:.75rem;margin-bottom:2rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.Availability-module__R8e5wW__sectionTitle{color:var(--primary);margin:0 0 1rem;font-size:1.25rem;font-weight:600}.Availability-module__R8e5wW__clinicName{color:#6b7280;margin:0 0 1.5rem;font-size:1rem;font-weight:500}.Availability-module__R8e5wW__scheduleEntry,.Availability-module__R8e5wW__savedSchedule{background-color:#f9fafb;border-radius:.5rem;margin-bottom:1rem;padding:1.5rem;position:relative}.Availability-module__R8e5wW__savedSchedule{background-color:#fff;border:1px solid #e5e7eb}.Availability-module__R8e5wW__scheduleIndicator{background-color:var(--primary);border-radius:.5rem 0 0 .5rem;width:4px;position:absolute;top:0;bottom:0;left:0}.Availability-module__R8e5wW__scheduleRow{flex-wrap:wrap;align-items:flex-start;gap:1.5rem;display:flex}.Availability-module__R8e5wW__fieldGroup{flex-direction:column;gap:.5rem;min-width:120px;display:flex}.Availability-module__R8e5wW__fieldLabel{color:#374151;font-size:.875rem;font-weight:500}.Availability-module__R8e5wW__timeSlotDropdown{min-width:120px;margin-bottom:0}.Availability-module__R8e5wW__timeInput{min-width:140px;margin-bottom:0}.Availability-module__R8e5wW__daysContainer{flex-wrap:wrap;gap:.5rem;display:flex}.Availability-module__R8e5wW__dayButton{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.Availability-module__R8e5wW__dayButton:hover{border-color:var(--primary);background-color:#36439b0d}.Availability-module__R8e5wW__daySelected{color:#fff;background-color:#10b981;border-color:#10b981}.Availability-module__R8e5wW__daySelected:hover{background-color:#059669;border-color:#059669}.Availability-module__R8e5wW__saveButton{align-self:flex-end;margin-top:1.5rem}.Availability-module__R8e5wW__readOnlyField{color:#374151;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.5rem;min-width:120px;padding:.75rem 1rem;font-size:.9375rem}.Availability-module__R8e5wW__validity{color:#6b7280;align-self:flex-end;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.875rem;display:flex}.Availability-module__R8e5wW__validity svg{color:#6b7280}.Availability-module__R8e5wW__deleteButton{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-self:flex-end;align-items:center;margin-top:1.5rem;padding:.5rem;transition:background-color .2s;display:flex}.Availability-module__R8e5wW__deleteButton:hover{background-color:#ef44441a}.Availability-module__R8e5wW__addScheduleButton{margin-top:1rem}@media (max-width:1024px){.Availability-module__R8e5wW__scheduleRow{flex-direction:column;gap:1rem}.Availability-module__R8e5wW__fieldGroup{width:100%;min-width:auto}.Availability-module__R8e5wW__saveButton,.Availability-module__R8e5wW__deleteButton,.Availability-module__R8e5wW__validity{align-self:flex-start;margin-top:0}}
.BookingSidebar-module__oiw62W__overlay{z-index:1000;background-color:#00000080;justify-content:flex-end;align-items:flex-start;display:flex;position:fixed;inset:0;overflow-y:auto}.BookingSidebar-module__oiw62W__sidebar{background:#fff;flex-direction:column;width:100%;max-width:500px;display:flex;overflow:hidden;box-shadow:0 10px 25px #0003}.BookingSidebar-module__oiw62W__header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex;position:relative}.BookingSidebar-module__oiw62W__closeButton{cursor:pointer;color:#6b7280;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex}.BookingSidebar-module__oiw62W__closeButton:hover{color:var(--title-color)}.BookingSidebar-module__oiw62W__title{color:var(--title-color);margin:0;font-size:1.25rem;font-weight:600;position:absolute;left:30%;transform:translate(-50%)}.BookingSidebar-module__oiw62W__bookButton{margin-left:auto}.BookingSidebar-module__oiw62W__content{flex-direction:column;flex:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.BookingSidebar-module__oiw62W__infoCard{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:.5rem;align-items:center;gap:1rem;padding:1rem;display:flex}.BookingSidebar-module__oiw62W__infoCard svg{color:var(--primary);flex-shrink:0}.BookingSidebar-module__oiw62W__infoText{color:#374151;flex:1;font-size:.9375rem;font-weight:500}.BookingSidebar-module__oiw62W__editButton{cursor:pointer;color:var(--primary);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:opacity .2s;display:flex}.BookingSidebar-module__oiw62W__editButton:hover{opacity:.7}.BookingSidebar-module__oiw62W__dateTimeInputs{background:#f9fafb;border-radius:.5rem;flex-direction:column;gap:1rem;padding:1rem;display:flex}.BookingSidebar-module__oiw62W__inputGroup{flex-direction:column;gap:.5rem;display:flex}.BookingSidebar-module__oiw62W__inputGroup label{color:#374151;font-size:.875rem;font-weight:500}.BookingSidebar-module__oiw62W__formField{flex-direction:column;gap:.75rem;display:flex}.BookingSidebar-module__oiw62W__formField label{color:#374151;font-size:.875rem;font-weight:500}.BookingSidebar-module__oiw62W__searchWrapper{position:relative}.BookingSidebar-module__oiw62W__searchResults{z-index:10;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;max-height:300px;margin-top:.25rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.BookingSidebar-module__oiw62W__searchResultItem{cursor:pointer;border-bottom:1px solid #f3f4f6;padding:1rem;transition:background-color .2s}.BookingSidebar-module__oiw62W__searchResultItem:hover{background-color:#f9fafb}.BookingSidebar-module__oiw62W__searchResultItem:last-child{border-bottom:none}.BookingSidebar-module__oiw62W__patientInfo{color:#374151;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;display:flex}.BookingSidebar-module__oiw62W__patientInfo:last-child{margin-bottom:0}.BookingSidebar-module__oiw62W__patientInfo svg{color:#6b7280;flex-shrink:0}.BookingSidebar-module__oiw62W__selectedPatient{background:#f0f9ff;border:1px solid #bae6fd;border-radius:.5rem;margin-top:.5rem;padding:1rem}.BookingSidebar-module__oiw62W__addPatientButton{width:100%;margin-top:.75rem}.BookingSidebar-module__oiw62W__textarea{resize:vertical;border:1px solid #d1d5db;border-radius:.5rem;width:100%;min-height:100px;padding:.75rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.BookingSidebar-module__oiw62W__textarea:focus{border-color:var(--primary);outline:none}.BookingSidebar-module__oiw62W__textarea::placeholder{color:#9ca3af}@media (max-width:768px){.BookingSidebar-module__oiw62W__overlay{padding:0}.BookingSidebar-module__oiw62W__sidebar{border-radius:0;max-width:100%;max-height:100vh}}
.Header-module__eWpSXq__header{background-color:var(--header-background);z-index:50;border-radius:1rem;padding:3rem 2rem;position:sticky;top:0;box-shadow:0 1px 3px #0000000d}.Header-module__eWpSXq__headerContent{justify-content:space-between;align-items:center;gap:2rem;max-width:100%;display:flex}.Header-module__eWpSXq__logo{object-fit:contain;width:auto;height:auto}.Header-module__eWpSXq__centerSection{flex:1;align-items:center;gap:2rem;display:flex}.Header-module__eWpSXq__welcomeSection{flex-direction:column;gap:.25rem;display:flex}.Header-module__eWpSXq__welcomeTitle{color:var(--primary);margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.Header-module__eWpSXq__welcomeSubtitle{color:var(--primary);margin:0;font-size:.9375rem;font-weight:500}.Header-module__eWpSXq__illustrationWrapper{justify-content:center;align-items:center;width:140px;height:100px;display:flex;position:relative}.Header-module__eWpSXq__illustrationBackground{z-index:0;background:linear-gradient(135deg,#7daec933 0%,#36439b1a 100%);border-radius:1rem;width:100%;height:100%;position:absolute}.Header-module__eWpSXq__illustration{z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.Header-module__eWpSXq__actionsSection{flex-shrink:0;align-items:center;gap:1rem;display:flex}.Header-module__eWpSXq__addButton,.Header-module__eWpSXq__walkInButton{white-space:nowrap}@media (max-width:1200px){.Header-module__eWpSXq__headerContent{gap:1rem}.Header-module__eWpSXq__welcomeTitle{font-size:1.25rem}.Header-module__eWpSXq__illustrationWrapper{width:120px;height:80px}.Header-module__eWpSXq__addButton,.Header-module__eWpSXq__walkInButton{padding:.625rem 1rem;font-size:.875rem}}@media (max-width:968px){.Header-module__eWpSXq__header{padding:1rem 1.5rem}.Header-module__eWpSXq__centerSection{gap:1rem}.Header-module__eWpSXq__welcomeTitle{font-size:1.125rem}.Header-module__eWpSXq__welcomeSubtitle{font-size:.875rem}.Header-module__eWpSXq__illustrationWrapper{display:none}.Header-module__eWpSXq__actionsSection{gap:.75rem}.Header-module__eWpSXq__addButton span,.Header-module__eWpSXq__walkInButton span{display:none}.Header-module__eWpSXq__addButton:before{content:"+";font-size:1.25rem}.Header-module__eWpSXq__walkInButton:before{content:"▶";font-size:1rem}}
.AddClinicModal-module__KfCr7G__modalOverlay{z-index:9999;background-color:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.AddClinicModal-module__KfCr7G__modalContent{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;position:relative;overflow:visible auto;box-shadow:0 10px 40px #0003}.AddClinicModal-module__KfCr7G__modalHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.AddClinicModal-module__KfCr7G__modalHeader h2{color:var(--title-color);margin:0;font-size:1.5rem;font-weight:600}.AddClinicModal-module__KfCr7G__closeButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;transition:all .2s;display:flex}.AddClinicModal-module__KfCr7G__closeButton:hover{color:var(--title-color);background-color:#f3f4f6}.AddClinicModal-module__KfCr7G__modalBody{padding:24px}.AddClinicModal-module__KfCr7G__formGroup{margin-bottom:20px;position:relative;overflow:visible}.AddClinicModal-module__KfCr7G__formGroup label{color:#374151;margin-bottom:6px;font-size:14px;font-weight:500;display:block}.AddClinicModal-module__KfCr7G__formRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}.AddClinicModal-module__KfCr7G__error{color:#ef4444;margin-top:4px;font-size:12px;display:block}.AddClinicModal-module__KfCr7G__hint{color:#6b7280;margin-top:4px;font-size:12px;display:block}.AddClinicModal-module__KfCr7G__success{color:#10b981}.AddClinicModal-module__KfCr7G__warning{color:#f59e0b}.AddClinicModal-module__KfCr7G__modalFooter{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;padding:20px 24px;display:flex}@media (max-width:768px){.AddClinicModal-module__KfCr7G__modalContent{max-width:100%;margin:10px}.AddClinicModal-module__KfCr7G__formRow{grid-template-columns:1fr}}
.MedicationsSection-module__r-byVW__medicationsSection{background:#fff;border-radius:.5rem}.MedicationsSection-module__r-byVW__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.MedicationsSection-module__r-byVW__titleWrapper{align-items:center;gap:.5rem;display:flex}.MedicationsSection-module__r-byVW__icon{font-size:1.25rem}.MedicationsSection-module__r-byVW__title{color:var(--title-color);margin:0;font-size:1rem;font-weight:600}.MedicationsSection-module__r-byVW__actionButtons{gap:.75rem;display:flex}.MedicationsSection-module__r-byVW__saveButtonMedications,.MedicationsSection-module__r-byVW__clearButtonMedications{color:#333;cursor:pointer;align-items:center;gap:.5rem;text-decoration:underline;display:flex}.MedicationsSection-module__r-byVW__buttonIcon{font-size:1rem}.MedicationsSection-module__r-byVW__medicationsTable{border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1.5rem;overflow:visible}.MedicationsSection-module__r-byVW__tableHeader{color:#374151;background-color:#f9fafb;border-bottom:2px solid #e5e7eb;grid-template-columns:30px 2fr 140px 150px 140px 140px 1fr 40px;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.875rem;font-weight:600;display:grid}.MedicationsSection-module__r-byVW__tableHeader>div{align-items:center;gap:.25rem;display:flex}.MedicationsSection-module__r-byVW__infoIcon{cursor:help;color:#6b7280;font-size:.75rem}.MedicationsSection-module__r-byVW__tableBody{flex-direction:column;display:flex;position:relative;overflow:visible}.MedicationsSection-module__r-byVW__tableRow{z-index:1;border-bottom:1px solid #e5e7eb;grid-template-columns:30px 2fr 140px 150px 140px 140px 1fr 40px;align-items:center;gap:.75rem;padding:.5rem .75rem;transition:all .2s;display:grid;position:relative}.MedicationsSection-module__r-byVW__tableRow:hover{z-index:2}.MedicationsSection-module__r-byVW__tableRow:last-child{border-bottom:none}.MedicationsSection-module__r-byVW__tableRow.MedicationsSection-module__r-byVW__dragging{opacity:.5;background-color:#f3f4f6}.MedicationsSection-module__r-byVW__tableRow.MedicationsSection-module__r-byVW__dragOver{border-top:2px solid var(--primary);background-color:#f0f4ff}.MedicationsSection-module__r-byVW__dragColumn{cursor:grab;justify-content:center;align-items:center;display:flex}.MedicationsSection-module__r-byVW__dragColumn:active{cursor:grabbing}.MedicationsSection-module__r-byVW__dragHandle{cursor:grab;color:#9ca3af;-webkit-user-select:none;user-select:none;font-size:1.25rem;transition:color .2s}.MedicationsSection-module__r-byVW__dragHandle:active{cursor:grabbing}.MedicationsSection-module__r-byVW__dragHandle:hover{color:var(--primary)}.MedicationsSection-module__r-byVW__medicineColumn{color:#374151;align-items:center;font-size:.875rem;display:flex}.MedicationsSection-module__r-byVW__medicineInfo{flex-direction:column;gap:.25rem;display:flex}.MedicationsSection-module__r-byVW__medicineName{font-weight:500}.MedicationsSection-module__r-byVW__unitColumn,.MedicationsSection-module__r-byVW__frequencyColumn,.MedicationsSection-module__r-byVW__whenColumn,.MedicationsSection-module__r-byVW__durationColumn,.MedicationsSection-module__r-byVW__noteColumn{align-items:center;display:flex}.MedicationsSection-module__r-byVW__unitInput,.MedicationsSection-module__r-byVW__durationInput,.MedicationsSection-module__r-byVW__noteInput,.MedicationsSection-module__r-byVW__frequencyDropdown,.MedicationsSection-module__r-byVW__whenDropdown{width:100%}.MedicationsSection-module__r-byVW__dropdownWrapper{z-index:1000;width:100%;position:relative}.MedicationsSection-module__r-byVW__dropdownWrapper .container{z-index:1000;position:relative}.MedicationsSection-module__r-byVW__dropdownWrapper .dropdownWrapper{z-index:1001;position:relative}.MedicationsSection-module__r-byVW__dropdownWrapper .dropdownMenu{z-index:10003!important;position:absolute!important}.MedicationsSection-module__r-byVW__actionColumn{justify-content:center;align-items:center;display:flex}.MedicationsSection-module__r-byVW__deleteButton{cursor:pointer;color:#ef4444;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;font-size:1rem;transition:transform .2s;display:flex}.MedicationsSection-module__r-byVW__deleteButton:hover{color:#dc2626;transform:scale(1.1)}.MedicationsSection-module__r-byVW__searchWrapper{margin-bottom:1rem;position:relative}.MedicationsSection-module__r-byVW__searchInput{border-radius:.5rem}.MedicationsSection-module__r-byVW__dropdown{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;max-height:300px;margin-top:.25rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.MedicationsSection-module__r-byVW__dropdownItem{cursor:pointer;color:#374151;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.875rem;transition:background-color .2s;display:flex}.MedicationsSection-module__r-byVW__dropdownItem:hover:not(.MedicationsSection-module__r-byVW__disabled){background-color:#f3f4f6}.MedicationsSection-module__r-byVW__dropdownItem.MedicationsSection-module__r-byVW__disabled{opacity:.5;cursor:not-allowed}.MedicationsSection-module__r-byVW__existsLabel{color:#9ca3af;font-size:.75rem;font-style:italic}.MedicationsSection-module__r-byVW__addCustom{color:var(--primary);font-weight:500}.MedicationsSection-module__r-byVW__frequentlyUsed{background-color:#f9fafb;border-radius:.5rem;max-height:300px;margin-top:1rem;padding:1rem;overflow-y:auto}.MedicationsSection-module__r-byVW__frequentlyUsedTitle{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.MedicationsSection-module__r-byVW__frequentlyUsedList{flex-direction:column;gap:.5rem;display:flex}.MedicationsSection-module__r-byVW__frequentlyUsedItem{cursor:pointer;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;justify-content:space-between;align-items:center;padding:.75rem;font-size:.875rem;transition:all .2s;display:flex}.MedicationsSection-module__r-byVW__frequentlyUsedItem:hover:not(.MedicationsSection-module__r-byVW__disabled){border-color:var(--primary);background-color:#f3f4f6}.MedicationsSection-module__r-byVW__frequentlyUsedItem.MedicationsSection-module__r-byVW__disabled{opacity:.5;cursor:not-allowed;background-color:#f9fafb}
.add-appointment-module__m-TIjq__pageContainer{background-color:#f9fafb;min-height:100vh}.add-appointment-module__m-TIjq__mainLayout{min-height:calc(100vh - 80px);display:flex}.add-appointment-module__m-TIjq__contentArea{flex-direction:column;flex:1;margin-left:8%;padding:2rem;display:flex}.add-appointment-module__m-TIjq__pageHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.add-appointment-module__m-TIjq__pageTitle{color:var(--title-color);margin:0;font-size:1.75rem;font-weight:600}.add-appointment-module__m-TIjq__availabilityButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;transition:all .3s;box-shadow:0 2px 4px #667eea33}.add-appointment-module__m-TIjq__availabilityButton:hover{transform:translateY(-2px);box-shadow:0 4px 8px #667eea4d}.add-appointment-module__m-TIjq__mainContent{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.add-appointment-module__m-TIjq__calendarSection{margin-bottom:2rem}.add-appointment-module__m-TIjq__monthSelector{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex;position:relative}.add-appointment-module__m-TIjq__monthDropdown{color:var(--title-color);cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:1rem;font-weight:500;transition:all .2s;display:flex}.add-appointment-module__m-TIjq__monthDropdown:hover{border-color:var(--primary);background:#f9fafb}.add-appointment-module__m-TIjq__monthDropdown svg{transition:transform .2s}.add-appointment-module__m-TIjq__monthDropdown:active svg{transform:rotate(180deg)}.add-appointment-module__m-TIjq__weekNavigation{gap:.5rem;display:flex}.add-appointment-module__m-TIjq__navButton{cursor:pointer;color:#6b7280;background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.add-appointment-module__m-TIjq__navButton:hover{border-color:var(--primary);color:var(--primary);background:#f3f4f6}.add-appointment-module__m-TIjq__calendarPopup{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:300px;margin-top:.5rem;padding:1rem;position:absolute;top:100%;left:0;box-shadow:0 10px 25px #0000001a}.add-appointment-module__m-TIjq__calendarHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.add-appointment-module__m-TIjq__calendarHeader button{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.add-appointment-module__m-TIjq__calendarHeader button:hover{color:var(--title-color);background:#e5e7eb}.add-appointment-module__m-TIjq__calendarHeader span{color:var(--title-color);font-weight:600}.add-appointment-module__m-TIjq__calendarGrid{grid-template-columns:repeat(7,1fr);gap:.5rem;display:grid}.add-appointment-module__m-TIjq__calendarDayHeader{text-align:center;color:#6b7280;padding:.5rem 0;font-size:.75rem;font-weight:600}.add-appointment-module__m-TIjq__calendarDay,.add-appointment-module__m-TIjq__calendarDayEmpty{aspect-ratio:1;cursor:pointer;color:var(--title-color);background:#fff;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:.875rem;transition:all .2s;display:flex}.add-appointment-module__m-TIjq__calendarDay:hover:not(.add-appointment-module__m-TIjq__disabled){background:#f3f4f6}.add-appointment-module__m-TIjq__calendarDay.add-appointment-module__m-TIjq__today{color:var(--primary);background:#eff6ff;font-weight:600}.add-appointment-module__m-TIjq__calendarDay.add-appointment-module__m-TIjq__selected{background:var(--primary);color:#fff;font-weight:600}.add-appointment-module__m-TIjq__calendarDay.add-appointment-module__m-TIjq__disabled{color:#d1d5db;cursor:not-allowed;background:#f9fafb}.add-appointment-module__m-TIjq__calendarDayEmpty{cursor:default}.add-appointment-module__m-TIjq__weekStrip{gap:.75rem;margin-top:1rem;display:flex}.add-appointment-module__m-TIjq__dateCard{cursor:pointer;background:#f9fafb;border:2px solid #0000;border-radius:8px;flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:60px;padding:1rem .75rem;transition:all .2s;display:flex}.add-appointment-module__m-TIjq__dateCard.add-appointment-module__m-TIjq__selected{background:var(--primary);color:#fff}.add-appointment-module__m-TIjq__dateCard.add-appointment-module__m-TIjq__disabled{opacity:.8;cursor:not-allowed}.add-appointment-module__m-TIjq__dateNumber{margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.add-appointment-module__m-TIjq__dateDay{text-transform:uppercase;opacity:.8;font-size:.75rem}.add-appointment-module__m-TIjq__dateCard.add-appointment-module__m-TIjq__selected .add-appointment-module__m-TIjq__dateDay{opacity:1}.add-appointment-module__m-TIjq__doctorSection{width:18%;margin-bottom:2rem}.add-appointment-module__m-TIjq__doctorDropdown{width:100%;max-width:300px}.add-appointment-module__m-TIjq__slotsSection{margin-top:2rem}.add-appointment-module__m-TIjq__tabsContainer{border-bottom:2px solid #e5e7eb;gap:.5rem;margin-bottom:1.5rem;display:flex}.add-appointment-module__m-TIjq__tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .2s}.add-appointment-module__m-TIjq__tab:hover{color:var(--title-color);background:#f9fafb}.add-appointment-module__m-TIjq__tab.add-appointment-module__m-TIjq__activeTab{color:var(--primary);border-bottom-color:var(--primary);background:0 0}.add-appointment-module__m-TIjq__slotInfo{color:#6b7280;margin-bottom:1.5rem;font-size:.9375rem;font-weight:500}.add-appointment-module__m-TIjq__slotsGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;display:grid}.add-appointment-module__m-TIjq__slotButton{color:#374151;cursor:pointer;text-align:center;background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:.875rem 1rem;font-size:.9375rem;font-weight:500;transition:all .2s}.add-appointment-module__m-TIjq__slotButton.add-appointment-module__m-TIjq__selectedSlot{background:var(--primary);color:#fff}.add-appointment-module__m-TIjq__slotButton.add-appointment-module__m-TIjq__disabledSlot{opacity:.5;cursor:not-allowed;background:#f9fafb}@media (max-width:1024px){.add-appointment-module__m-TIjq__contentArea{margin-left:0;padding:1rem}.add-appointment-module__m-TIjq__pageHeader{flex-direction:column;align-items:flex-start;gap:1rem}.add-appointment-module__m-TIjq__weekStrip{padding-bottom:.5rem;overflow-x:auto}.add-appointment-module__m-TIjq__dateCard{min-width:80px}.add-appointment-module__m-TIjq__slotsGrid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}@media (max-width:768px){.add-appointment-module__m-TIjq__tabsContainer{-webkit-overflow-scrolling:touch;overflow-x:auto}.add-appointment-module__m-TIjq__tab{white-space:nowrap;padding:.625rem 1rem;font-size:.875rem}.add-appointment-module__m-TIjq__slotsGrid{grid-template-columns:repeat(2,1fr)}}
.all-appointments-module__8VQTiW__pageContainer{background-color:#f9fafb;min-height:100vh}.all-appointments-module__8VQTiW__mainLayout{min-height:calc(100vh - 60px);display:flex}.all-appointments-module__8VQTiW__contentArea{flex-direction:column;flex:1;min-height:calc(100vh - 60px);margin-left:8%;display:flex}@media (max-width:1280px){.all-appointments-module__8VQTiW__contentArea{margin-left:10%}}.all-appointments-module__8VQTiW__mainContent{z-index:1;background-color:#fff;border-radius:.5rem;flex:1;margin:0 2rem 2rem;padding:2rem;position:relative;bottom:2%;overflow:visible;box-shadow:0 1px 3px #0000001a}.all-appointments-module__8VQTiW__tabsContainer{border-bottom:2px solid #e5e7eb;gap:2rem;margin-bottom:1.5rem;display:flex}.all-appointments-module__8VQTiW__tab{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:.75rem 0;font-size:1rem;font-weight:500;transition:color .2s;position:relative}.all-appointments-module__8VQTiW__tab:hover,.all-appointments-module__8VQTiW__activeTab{color:var(--primary)}.all-appointments-module__8VQTiW__activeTab:after{content:"";background-color:var(--primary);height:2px;position:absolute;bottom:-2px;left:0;right:0}.all-appointments-module__8VQTiW__filtersContainer{z-index:100;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex;position:relative;overflow:visible}.all-appointments-module__8VQTiW__searchWrapper{flex:1;min-width:300px}.all-appointments-module__8VQTiW__searchInput{margin-bottom:0}.all-appointments-module__8VQTiW__dateFilterWrapper{z-index:100;align-items:center;gap:1rem;display:flex;position:relative}.all-appointments-module__8VQTiW__datePicker{background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;align-items:center;display:flex;position:relative;overflow:visible}.all-appointments-module__8VQTiW__dateNavButton{cursor:pointer;color:#6b7280;background:0 0;border:none;justify-content:center;align-items:center;padding:.625rem .75rem;transition:background-color .2s;display:flex}.all-appointments-module__8VQTiW__dateNavButton:hover{background-color:#f3f4f6}.all-appointments-module__8VQTiW__dateInput{color:#374151;text-align:center;border:none;outline:none;width:120px;padding:.5rem 1rem;font-size:.9375rem}.all-appointments-module__8VQTiW__calendarButton{cursor:pointer;color:#6b7280;background:0 0;border:none;border-left:1px solid #d1d5db;justify-content:center;align-items:center;padding:.625rem .75rem;transition:background-color .2s;display:flex}.all-appointments-module__8VQTiW__calendarButton:hover{background-color:#f3f4f6}.all-appointments-module__8VQTiW__filterDropdown{z-index:1000;min-width:150px;margin-bottom:0;position:relative}.all-appointments-module__8VQTiW__filterDropdown div[class*=dropdownWrapper]{z-index:1000!important;position:relative!important}.all-appointments-module__8VQTiW__filterDropdown div[class*=dropdownMenu]{z-index:10001!important;position:absolute!important}.all-appointments-module__8VQTiW__tableContainer{margin-bottom:1.5rem;overflow-x:auto}.all-appointments-module__8VQTiW__appointmentsTable{border-collapse:collapse;width:100%;font-size:.9375rem}.all-appointments-module__8VQTiW__appointmentsTable thead{background-color:#f9fafb;border-bottom:2px solid #e5e7eb}.all-appointments-module__8VQTiW__appointmentsTable th{text-align:left;color:#374151;text-transform:uppercase;letter-spacing:.05em;padding:1rem;font-size:.8125rem;font-weight:600}.all-appointments-module__8VQTiW__appointmentsTable td{color:#374151;border-bottom:1px solid #e5e7eb;padding:1rem}.all-appointments-module__8VQTiW__appointmentsTable tbody tr:hover{background-color:#f9fafb}.all-appointments-module__8VQTiW__appointmentsTable tbody tr:last-child td{border-bottom:none}.all-appointments-module__8VQTiW__actionButton{cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.all-appointments-module__8VQTiW__actionButton:hover{background-color:#f3f4f6}.all-appointments-module__8VQTiW__consultButton{background-color:var(--secondary);color:#fff;cursor:pointer;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.all-appointments-module__8VQTiW__consultButton:hover{background-color:var(--secondary)}.all-appointments-module__8VQTiW__billingBadge{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-block}.all-appointments-module__8VQTiW__billingBadge.all-appointments-module__8VQTiW__billed{color:#065f46;background-color:#d1fae5}.all-appointments-module__8VQTiW__billingBadge.all-appointments-module__8VQTiW__unbilled{color:#92400e;background-color:#fef3c7}.all-appointments-module__8VQTiW__actionMenu{display:inline-block;position:relative}.all-appointments-module__8VQTiW__moreButton{cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.all-appointments-module__8VQTiW__moreButton:hover{background-color:#f3f4f6}.all-appointments-module__8VQTiW__dropdownMenu{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;min-width:150px;margin-top:.25rem;position:absolute;top:100%;right:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.all-appointments-module__8VQTiW__dropdownItem{text-align:left;cursor:pointer;color:#374151;background:0 0;border:none;width:100%;padding:.75rem 1rem;font-size:.875rem;transition:background-color .2s}.all-appointments-module__8VQTiW__dropdownItem:hover{background-color:#f9fafb}.all-appointments-module__8VQTiW__dropdownItem:first-child{border-radius:.5rem .5rem 0 0}.all-appointments-module__8VQTiW__dropdownItem:last-child{border-radius:0 0 .5rem .5rem}.all-appointments-module__8VQTiW__paginationContainer{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.all-appointments-module__8VQTiW__paginationInfo{color:#6b7280;font-size:.875rem}.all-appointments-module__8VQTiW__paginationControls{align-items:center;gap:1rem;display:flex}.all-appointments-module__8VQTiW__recordsDropdown{min-width:180px;margin-bottom:0}.all-appointments-module__8VQTiW__pageNumbers{align-items:center;gap:.5rem;display:flex}.all-appointments-module__8VQTiW__pageButton{color:#374151;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;min-width:2.5rem;height:2.5rem;padding:.5rem;font-size:.875rem;transition:all .2s}.all-appointments-module__8VQTiW__pageButton:hover{border-color:var(--primary);color:var(--primary)}.all-appointments-module__8VQTiW__activePage{background-color:var(--primary);border-color:var(--primary);color:#fff}.all-appointments-module__8VQTiW__activePage:hover{color:#fff;background-color:#2d3578;border-color:#2d3578}@media (max-width:1200px){.all-appointments-module__8VQTiW__mainContent{margin:0 1rem 1rem;padding:1.5rem}.all-appointments-module__8VQTiW__filtersContainer{flex-direction:column}.all-appointments-module__8VQTiW__dateFilterWrapper{width:100%}}@media (max-width:768px){.all-appointments-module__8VQTiW__contentArea{margin-left:70px}.all-appointments-module__8VQTiW__mainContent{margin:0 .5rem .5rem;padding:1rem}.all-appointments-module__8VQTiW__tabsContainer{gap:1rem;overflow-x:auto}.all-appointments-module__8VQTiW__tab{white-space:nowrap;font-size:.875rem}.all-appointments-module__8VQTiW__appointmentsTable{font-size:.8125rem}.all-appointments-module__8VQTiW__appointmentsTable th,.all-appointments-module__8VQTiW__appointmentsTable td{padding:.75rem .5rem}.all-appointments-module__8VQTiW__paginationContainer{flex-direction:column;align-items:flex-start;gap:1rem}.all-appointments-module__8VQTiW__paginationControls{justify-content:space-between;width:100%}}
.create-bill-module__ABe-ra__pageContainer{background-color:#f9fafb;min-height:100vh}.create-bill-module__ABe-ra__mainLayout{min-height:calc(100vh - 60px);display:flex}.create-bill-module__ABe-ra__contentArea{flex-direction:column;flex:1;margin-left:8%;display:flex}.create-bill-module__ABe-ra__mainContent{flex:1;padding:1.5rem}.create-bill-module__ABe-ra__patientInfoSection{background:#fff;border-radius:.5rem;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.create-bill-module__ABe-ra__patientInfoRow{border-bottom:1px solid #e5e7eb;gap:2rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.create-bill-module__ABe-ra__patientInfoItem{flex:1;align-items:center;gap:.75rem;display:flex}.create-bill-module__ABe-ra__patientInfoItem svg{color:#6b7280}.create-bill-module__ABe-ra__label{color:#6b7280;margin-bottom:.25rem;font-size:.75rem}.create-bill-module__ABe-ra__value{color:var(--title-color);font-size:.875rem;font-weight:600}.create-bill-module__ABe-ra__billInfoRow{gap:2rem;display:flex}.create-bill-module__ABe-ra__billInfoItem{flex:1}.create-bill-module__ABe-ra__required{color:#ef4444}.create-bill-module__ABe-ra__billingLayout{gap:1.5rem;display:flex}.create-bill-module__ABe-ra__billingItemsSection{background:#fff;border-radius:.5rem;flex:2;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.create-bill-module__ABe-ra__paymentSection{background:#fff;border-radius:.5rem;flex:1;height:fit-content;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.create-bill-module__ABe-ra__actionButtons{gap:.75rem;margin-bottom:1.5rem;display:flex}.create-bill-module__ABe-ra__actionButton{align-items:center;gap:.5rem;display:flex}.create-bill-module__ABe-ra__tableSection{margin-top:1.5rem}.create-bill-module__ABe-ra__sectionTitle{color:var(--title-color);margin-bottom:1rem;font-size:1rem;font-weight:600}.create-bill-module__ABe-ra__billingTable{border-collapse:collapse;width:100%;font-size:.875rem}.create-bill-module__ABe-ra__billingTable thead{background-color:#f9fafb}.create-bill-module__ABe-ra__billingTable th{text-align:left;color:#374151;border-bottom:2px solid #e5e7eb;padding:.75rem;font-weight:600}.create-bill-module__ABe-ra__billingTable td{color:#374151;border-bottom:1px solid #e5e7eb;padding:.75rem}.create-bill-module__ABe-ra__billingTable tbody tr:hover{background-color:#f9fafb}.create-bill-module__ABe-ra__quantityInput,.create-bill-module__ABe-ra__discountField,.create-bill-module__ABe-ra__gstInput{margin:0;border-radius:.2rem!important;width:70px!important;font-size:14px!important}.create-bill-module__ABe-ra__discountInput{align-items:center;gap:.25rem;display:flex}.create-bill-module__ABe-ra__discountToggle{border:1px solid #d1d5db;border-radius:.25rem;display:flex;overflow:hidden}.create-bill-module__ABe-ra__discountToggle button{cursor:pointer;color:#6b7280;background:#fff;border:none;width:35px;height:35px;font-size:.75rem;transition:all .2s}.create-bill-module__ABe-ra__discountToggle button:hover{background:#f3f4f6}.create-bill-module__ABe-ra__discountToggle button.create-bill-module__ABe-ra__active{background:var(--primary);color:#fff}.create-bill-module__ABe-ra__deleteButton{cursor:pointer;color:#ef4444;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;display:flex}.create-bill-module__ABe-ra__deleteButton:hover{color:#dc2626}.create-bill-module__ABe-ra__searchWrapper{position:relative}.create-bill-module__ABe-ra__searchInput{width:100%;margin:0;border-radius:.2rem!important;font-size:14px!important}.create-bill-module__ABe-ra__searchDropdown{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;max-height:200px;margin-top:.25rem;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a}.create-bill-module__ABe-ra__dropdownItem{cursor:pointer;color:#374151;padding:.75rem 1rem;font-size:.875rem;transition:background-color .2s}.create-bill-module__ABe-ra__dropdownItem:hover{background-color:#f9fafb}.create-bill-module__ABe-ra__addCustom{color:var(--primary);font-weight:500}.create-bill-module__ABe-ra__addedItem{justify-content:space-between;align-items:center;display:flex}.create-bill-module__ABe-ra__alreadyAdded{color:#10b981;font-size:.75rem;font-weight:500}.create-bill-module__ABe-ra__dropdownDivider{background:#e5e7eb;height:1px;margin:.5rem 0}.create-bill-module__ABe-ra__paymentRow{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.create-bill-module__ABe-ra__paymentModeDropdown,.create-bill-module__ABe-ra__paymentAmountInput{flex:1;margin:0}.create-bill-module__ABe-ra__addPaymentButton{color:var(--primary);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:.5rem;font-size:.875rem}.create-bill-module__ABe-ra__addPaymentButton:hover{text-decoration:underline}.create-bill-module__ABe-ra__deletePaymentButton{cursor:pointer;color:#ef4444;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.create-bill-module__ABe-ra__summarySection{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem}.create-bill-module__ABe-ra__summaryRow{color:#374151;justify-content:space-between;margin-bottom:.75rem;font-size:.875rem;display:flex}.create-bill-module__ABe-ra__summaryRow.create-bill-module__ABe-ra__totalRow{border-top:1px solid #e5e7eb;margin-top:.75rem;padding-top:.75rem;font-size:1rem;font-weight:600}.create-bill-module__ABe-ra__summaryRow.create-bill-module__ABe-ra__totalPaidRow{color:#10b981;border-top:1px solid #e5e7eb;margin-top:.75rem;padding-top:.75rem;font-size:1rem;font-weight:600}.create-bill-module__ABe-ra__extraDiscountInput{align-items:center;gap:.25rem;display:flex}.create-bill-module__ABe-ra__extraDiscountField{width:80px;margin:0}.create-bill-module__ABe-ra__addNotesButton{color:#6b7280;cursor:pointer;background:0 0;border:1px dashed #d1d5db;border-radius:.5rem;width:100%;margin-top:1rem;padding:.75rem;font-size:.875rem;transition:all .2s}.create-bill-module__ABe-ra__addNotesButton:hover{border-color:var(--primary);color:var(--primary)}.create-bill-module__ABe-ra__notesSection{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;margin-top:1rem;padding:1rem}.create-bill-module__ABe-ra__notesHeader{color:#374151;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:flex}.create-bill-module__ABe-ra__editNotesButton{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:.75rem}.create-bill-module__ABe-ra__editNotesButton:hover{text-decoration:underline}.create-bill-module__ABe-ra__notesContent{color:#6b7280;font-size:.875rem;line-height:1.5}.create-bill-module__ABe-ra__modalOverlay{z-index:10000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.create-bill-module__ABe-ra__modalContent{background:#fff;border-radius:.75rem;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.create-bill-module__ABe-ra__modalHeader{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.create-bill-module__ABe-ra__modalHeader h2{color:var(--title-color);margin:0;font-size:1.25rem;font-weight:600}.create-bill-module__ABe-ra__closeButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;transition:background-color .2s;display:flex}.create-bill-module__ABe-ra__closeButton:hover{background-color:#f3f4f6}.create-bill-module__ABe-ra__modalBody{padding:1.5rem}.create-bill-module__ABe-ra__formField{margin-bottom:1.5rem}.create-bill-module__ABe-ra__formField label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.create-bill-module__ABe-ra__gstInputWrapper{align-items:center;gap:.5rem;display:flex}.create-bill-module__ABe-ra__gstField{flex:1;margin:0}.create-bill-module__ABe-ra__gstPercent{color:#6b7280;font-size:.875rem}.create-bill-module__ABe-ra__typeToggle{gap:.5rem;display:flex}.create-bill-module__ABe-ra__typeToggle button{cursor:pointer;color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;flex:1;padding:.75rem 1rem;font-size:.875rem;transition:all .2s}.create-bill-module__ABe-ra__typeToggle button:hover{border-color:var(--primary)}.create-bill-module__ABe-ra__typeToggle button.create-bill-module__ABe-ra__active{background:var(--primary);color:#fff;border-color:var(--primary)}.create-bill-module__ABe-ra__modalFooter{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:.75rem;padding:1.5rem;display:flex}.create-bill-module__ABe-ra__cancelButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;transition:background-color .2s}.create-bill-module__ABe-ra__cancelButton:hover{background-color:#f3f4f6}
.end-visit-module__y1y3xq__pageContainer{background-color:#f9fafb;min-height:100vh}.end-visit-module__y1y3xq__mainLayout{min-height:calc(100vh - 60px);display:flex}.end-visit-module__y1y3xq__contentArea{flex-direction:column;flex:1;margin-left:8%;display:flex}.end-visit-module__y1y3xq__mainContent{flex:1;padding:1.5rem}.end-visit-module__y1y3xq__topActionBar{background:#fff;border-radius:.5rem;justify-content:flex-end;margin-bottom:1.5rem;padding:1rem;display:flex;box-shadow:0 1px 3px #0000001a}.end-visit-module__y1y3xq__contentWrapper{gap:1.5rem;height:calc(100vh - 200px);display:flex}.end-visit-module__y1y3xq__leftSidebar{background:#fff;border-radius:.5rem;flex-direction:column;gap:1.5rem;width:20%;padding:1.5rem;display:flex;box-shadow:0 1px 3px #0000001a}.end-visit-module__y1y3xq__patientInfo{border-bottom:1px solid #e5e7eb;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.end-visit-module__y1y3xq__patientAvatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.125rem;font-weight:600;display:flex}.end-visit-module__y1y3xq__patientDetails{flex:1}.end-visit-module__y1y3xq__patientName{color:var(--title-color);font-size:.875rem;font-weight:600}.end-visit-module__y1y3xq__actionButtons{flex-direction:column;gap:.75rem;display:flex}.end-visit-module__y1y3xq__actionButton{background:var(--primary);color:#fff;cursor:pointer;text-align:left;border:none;border-radius:.5rem;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;transition:all .2s;display:flex}.end-visit-module__y1y3xq__actionButton:hover{background:var(--secondary);transform:translate(4px)}.end-visit-module__y1y3xq__actionIcon{font-size:1.25rem}.end-visit-module__y1y3xq__actionText{flex:1;font-size:.875rem;font-weight:500}.end-visit-module__y1y3xq__actionArrow{font-size:1rem}.end-visit-module__y1y3xq__settingsLink{color:#6b7280;cursor:pointer;border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem;font-size:.875rem;transition:background-color .2s;display:flex}.end-visit-module__y1y3xq__settingsLink:hover{background-color:#f3f4f6}.end-visit-module__y1y3xq__settingsIcon{font-size:1rem}.end-visit-module__y1y3xq__previewArea{background:#fff;border-radius:.5rem;flex:1;overflow-y:auto;box-shadow:0 1px 3px #0000001a}.end-visit-module__y1y3xq__previewHeader{border-bottom:1px solid #e5e7eb;padding:1.5rem}.end-visit-module__y1y3xq__previewHeader h2{color:var(--title-color);margin:0;font-size:1.25rem;font-weight:600}.end-visit-module__y1y3xq__prescriptionPreview{padding:2rem}.end-visit-module__y1y3xq__doctorClinicInfo{border-bottom:2px solid #e5e7eb;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.end-visit-module__y1y3xq__doctorInfo{flex:1}.end-visit-module__y1y3xq__doctorName{color:var(--title-color);margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.end-visit-module__y1y3xq__doctorSpeciality{color:#6b7280;font-size:.875rem}.end-visit-module__y1y3xq__clinicInfo{text-align:right}.end-visit-module__y1y3xq__clinicLogo{background:var(--primary);color:#fff;border-radius:.5rem;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto .5rem;font-size:1.5rem;font-weight:600;display:flex}.end-visit-module__y1y3xq__clinicName{color:var(--title-color);margin-bottom:.25rem;font-weight:600}.end-visit-module__y1y3xq__clinicAddress{color:#6b7280;font-size:.875rem}.end-visit-module__y1y3xq__patientDetailsSection{color:#374151;border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:1.5rem;font-size:.875rem;line-height:1.75}.end-visit-module__y1y3xq__patientDetailsSection div{margin-bottom:.5rem}.end-visit-module__y1y3xq__prescriptionSection{border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:1.5rem}.end-visit-module__y1y3xq__prescriptionSection h3{color:var(--title-color);margin-bottom:1rem;font-size:1rem;font-weight:600}.end-visit-module__y1y3xq__prescriptionSection ul,.end-visit-module__y1y3xq__prescriptionSection ol{color:#374151;margin:0;padding-left:1.5rem;font-size:.875rem;line-height:1.75}.end-visit-module__y1y3xq__prescriptionSection li{margin-bottom:.5rem}.end-visit-module__y1y3xq__medicationTable{border-collapse:collapse;width:100%;margin-top:1rem;font-size:.875rem}.end-visit-module__y1y3xq__medicationTable thead{background-color:#f9fafb}.end-visit-module__y1y3xq__medicationTable th{text-align:left;color:#374151;border-bottom:2px solid #e5e7eb;padding:.75rem;font-weight:600}.end-visit-module__y1y3xq__medicationTable td{color:#374151;border-bottom:1px solid #e5e7eb;padding:.75rem}.end-visit-module__y1y3xq__medicationTable tbody tr:hover{background-color:#f9fafb}
.my-availabilities-module__CAq9kG__pageContainer{background-color:#f9fafb;min-height:100vh}.my-availabilities-module__CAq9kG__mainLayout{min-height:calc(100vh - 60px);margin-left:4%;display:flex}.my-availabilities-module__CAq9kG__contentArea{flex-direction:column;flex:1;min-height:calc(100vh - 60px);margin-left:80px;display:flex}.my-availabilities-module__CAq9kG__mainContent{background-color:#f9fafb;flex:1;padding:2rem}.my-availabilities-module__CAq9kG__pageHeader{margin-bottom:2rem}.my-availabilities-module__CAq9kG__pageTitle{color:var(--primary);margin:0;font-size:1.75rem;font-weight:700}@media (max-width:768px){.my-availabilities-module__CAq9kG__contentArea{margin-left:70px}.my-availabilities-module__CAq9kG__mainContent{padding:1rem}.my-availabilities-module__CAq9kG__pageTitle{font-size:1.5rem}}
.my-profile-module__L3xwbG__pageContainer{background-color:#f0f9ff;min-height:100vh}.my-profile-module__L3xwbG__mainLayout{min-height:calc(100vh - 60px);margin-top:20px;margin-left:4%;display:flex}.my-profile-module__L3xwbG__contentArea{flex-direction:column;flex:1;min-height:calc(100vh - 60px);margin-left:80px;display:flex}.my-profile-module__L3xwbG__welcomeSubtitle{color:var(--primary);margin:0;font-size:1rem;font-weight:600}.my-profile-module__L3xwbG__mainContent{background-color:#f0f9ff;flex:1;padding:2rem}.my-profile-module__L3xwbG__editNameButton:hover{background:#ffffff4d}.my-profile-module__L3xwbG__specialization{color:#ffffffe6;margin:0;font-size:1rem;font-weight:500}.my-profile-module__L3xwbG__profileSections{flex-direction:column;gap:0;display:flex}@media (max-width:768px){.my-profile-module__L3xwbG__contentArea{margin-left:70px}.my-profile-module__L3xwbG__mainContent{padding:1rem}.my-profile-module__L3xwbG__avatarSection{gap:1rem}.my-profile-module__L3xwbG__avatar{width:4rem;height:4rem;font-size:1.25rem}.my-profile-module__L3xwbG__profileName{font-size:1.5rem}.my-profile-module__L3xwbG__specialization{font-size:.9375rem}}.my-profile-module__L3xwbG__header{background-color:var(--header-background);border-radius:1rem;margin:0 2rem;padding:3rem 2rem;box-shadow:0 1px 3px #0000000d}.my-profile-module__L3xwbG__headerContent{justify-content:space-between;align-items:center;gap:2rem;max-width:100%;display:flex}.my-profile-module__L3xwbG__centerSection{flex:1;align-items:center;gap:2rem;display:flex}.my-profile-module__L3xwbG__profileImageContainer{display:inline-block;position:relative}.my-profile-module__L3xwbG__profileImage{object-fit:cover;border:3px solid #fff;border-radius:50%;width:100px;height:100px;box-shadow:0 2px 8px #0000001a}.my-profile-module__L3xwbG__uploadingOverlay{background-color:#00000080;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.my-profile-module__L3xwbG__uploadingSpinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:30px;height:30px;animation:.8s linear infinite my-profile-module__L3xwbG__spin}@keyframes my-profile-module__L3xwbG__spin{to{transform:rotate(360deg)}}.my-profile-module__L3xwbG__editProfilePicture{position:absolute;bottom:0;right:0}.my-profile-module__L3xwbG__editProfilePicture label{cursor:pointer;background-color:var(--secondary);color:#fff;border-radius:5px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex;box-shadow:0 2px 4px #0003}.my-profile-module__L3xwbG__editProfilePicture label:hover:not(.my-profile-module__L3xwbG__disabled){background-color:var(--primary);transform:scale(1.1)}.my-profile-module__L3xwbG__editProfilePicture label.my-profile-module__L3xwbG__disabled{opacity:.5;cursor:not-allowed}.my-profile-module__L3xwbG__editProfilePicture input{display:none}.my-profile-module__L3xwbG__welcomeSection{flex-direction:column;gap:.25rem;display:flex}.my-profile-module__L3xwbG__welcomeTitle{color:var(--primary);margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}
.login-module__-gX8aW__loginContainer{width:100%;min-height:100vh;display:flex;overflow:hidden}.login-module__-gX8aW__leftSection{background-color:#fff;flex-direction:column;flex:0 0 50%;justify-content:space-around;align-items:center;padding:3rem 4rem;display:flex}.login-module__-gX8aW__logoContainer{margin-bottom:2rem}.login-module__-gX8aW__logo{object-fit:contain;width:auto;height:auto}.login-module__-gX8aW__illustrationContainer{justify-content:center;align-items:center;display:flex}.login-module__-gX8aW__illustration{object-fit:contain;width:100%;max-width:600px;height:auto}.login-module__-gX8aW__tagline{margin-top:2rem}.login-module__-gX8aW__tagline p{color:#374151;text-align:center;max-width:500px;font-size:1rem;line-height:1.6}.login-module__-gX8aW__rightSection{background:linear-gradient(to bottom,var(--secondary)0%,var(--primary)100%);flex:0 0 50%;justify-content:center;align-items:center;padding:2rem;display:flex}.login-module__-gX8aW__loginCard{background-color:#fff;border-radius:3rem;width:100%;max-width:450px;padding:3rem 2.5rem;box-shadow:0 10px 25px #0000001a}.login-module__-gX8aW__welcomeTitle{text-align:center;color:var(--primary);letter-spacing:.05em;margin-bottom:2.5rem;font-size:1.75rem;font-weight:700}.login-module__-gX8aW__formContainer{flex-direction:column;gap:1.5rem;display:flex}.login-module__-gX8aW__inputField{margin-bottom:0}.login-module__-gX8aW__buttonGroup{flex-direction:column;gap:1rem;margin-top:.5rem;display:flex}.login-module__-gX8aW__loginButton{font-weight:600}.login-module__-gX8aW__signupLink{text-align:center;color:#6b7280;margin-top:1rem;font-size:.9375rem}.login-module__-gX8aW__signupAnchor{color:var(--primary);font-weight:600;text-decoration:none;transition:color .2s}.login-module__-gX8aW__signupAnchor:hover{color:#2d3578;text-decoration:underline}.login-module__-gX8aW__refreshIcon{color:var(--secondary);cursor:pointer;justify-content:center;align-items:center;transition:transform .2s;display:flex}.login-module__-gX8aW__refreshIcon:hover{color:var(--primary);transform:rotate(180deg)}@media (max-width:1024px){.login-module__-gX8aW__loginContainer{flex-direction:column}.login-module__-gX8aW__leftSection,.login-module__-gX8aW__rightSection{flex:1;padding:2rem}.login-module__-gX8aW__illustrationContainer{margin:1rem 0}.login-module__-gX8aW__illustration{max-width:400px}}@media (max-width:768px){.login-module__-gX8aW__leftSection,.login-module__-gX8aW__rightSection{padding:1.5rem}.login-module__-gX8aW__loginCard{padding:2rem 1.5rem}.login-module__-gX8aW__welcomeTitle{margin-bottom:2rem;font-size:1.5rem}.login-module__-gX8aW__tagline p{font-size:.9rem}}
.FollowUpSection-module__eT-YAa__followUpSection{background:#fff;border-radius:.5rem}.FollowUpSection-module__eT-YAa__sectionHeader{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.FollowUpSection-module__eT-YAa__sectionIcon{color:var(--primary);align-items:center;display:flex}.FollowUpSection-module__eT-YAa__sectionTitle{color:var(--title-color);font-size:1rem;font-weight:600}.FollowUpSection-module__eT-YAa__inputWrapper{position:relative}.FollowUpSection-module__eT-YAa__inputContainer{align-items:center;gap:.5rem;display:flex;position:relative}.FollowUpSection-module__eT-YAa__followUpInput{flex:1}.FollowUpSection-module__eT-YAa__clearButton{cursor:pointer;color:#9ca3af;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;font-size:1.25rem;transition:color .2s;display:flex;position:absolute;right:40px}.FollowUpSection-module__eT-YAa__clearButton:hover{color:#ef4444}.FollowUpSection-module__eT-YAa__calendarButton{cursor:pointer;color:#6b7280;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex;position:absolute;right:8px}.FollowUpSection-module__eT-YAa__calendarButton:hover{color:var(--primary)}.FollowUpSection-module__eT-YAa__calendarPopup{z-index:10001;background:0 0;margin:0;padding:0;position:absolute;top:calc(100% + .5rem);left:0;visibility:visible!important;opacity:1!important;display:block!important}.FollowUpSection-module__eT-YAa__calendarPopup .calendar{min-width:300px;visibility:visible!important;opacity:1!important;margin-top:0!important;margin-bottom:0!important;display:block!important;position:relative!important;top:0!important;left:0!important;right:0!important}.FollowUpSection-module__eT-YAa__dateDisplay{color:#374151;padding:.5rem;font-size:.875rem;font-weight:500}
