.BookAppointment_container__PSnIK{padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:url(/newBg.jpg) no-repeat 50%/cover;min-height:100vh}.BookAppointment_title__hj1rt{font-size:2.5rem;font-weight:700;color:#c8ebf0;margin-bottom:1.5rem;text-align:center}.BookAppointment_searchBar__DOMfc{text-align:center}.BookAppointment_searchInput__tE4nF{padding:.5rem 1rem;width:80%;max-width:400px;font-size:1rem;border:2px solid #4fa1eb;border-radius:8px}.BookAppointment_cancelButtonWrapper__f_Jzm{position:relative}.BookAppointment_cancelButton___zLtC{position:absolute;top:0;background:none;border:none;padding:0;cursor:pointer;color:#a0d8f4}.BookAppointment_flexWrapper__kr7_l{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap;padding-top:1rem}.BookAppointment_leftPane__NNyrc{width:65%}.BookAppointment_rightPane__ggMyr{flex:1 1;width:35%}.BookAppointment_cardGrid__TrQF5{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.BookAppointment_doctorName__YAL3q{font-size:1.3rem;color:var(--primary);padding-bottom:.5rem;text-decoration:underline;text-align:center}.BookAppointment_doctorNameLeft__t6hFe{text-align:center}.BookAppointment_card__SMmrO{background-color:rgba(0,0,0,.7);border-radius:12px;padding:1.2rem 1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.08);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;animation:BookAppointment_fadeIn__92alx .5s ease-in-out}.BookAppointment_card__SMmrO:hover{transform:translateY(-5px);box-shadow:0 6px 16px rgba(0,0,0,.12)}.BookAppointment_card__SMmrO h3{font-size:1.3rem;color:#4fa1eb;margin-bottom:.5rem}.BookAppointment_key__NqXWt{color:#4fa1eb;font-weight:600}.BookAppointment_value__20n1b{color:#e0f7fa}.BookAppointment_card__SMmrO p{font-size:.95rem;color:#cde9f7;margin:.25rem 0}.BookAppointment_selectedCard__nRsIe{border:2px solid #4fa1eb}.BookAppointment_formContainer__Rn_0W{margin-top:1rem;background-color:rgba(0,0,0,.5);padding:2rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.08);display:flex}.BookAppointment_formTitle__8CutE{font-size:1.4rem;color:#4fa1eb;margin-bottom:3px;text-align:center}.BookAppointment_doctorNameForm__nyuuR{font-size:1.4rem;color:#4fa1eb;margin-bottom:1rem;text-align:center}.BookAppointment_inputPos__oxjav{text-align:left}.BookAppointment_formGroup__RWHBu{margin-bottom:1.2rem}.BookAppointment_formGroup__RWHBu label{display:block;font-weight:600;color:#4fa1eb;margin-bottom:.4rem}.BookAppointment_formGroup__RWHBu input,.BookAppointment_formGroup__RWHBu select{width:100%;padding:.6rem;border:1px solid #ccc;border-radius:8px;font-size:1rem}.BookAppointment_button__QjfxN{background-color:#0a3990;color:#a0d8f4;padding:.8rem 1.2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;display:block;margin:1rem auto 0}.BookAppointment_button__QjfxN:hover{background-color:#00103c}.BookAppointment_placeholder__tlqOU{color:#ffffffbb;text-align:center;margin-top:2rem;font-style:italic}.BookAppointment_fullWidthDoctorList__cCW7n{width:100%;padding:2rem}.BookAppointment_doctorImage__YJAY0{width:100px;height:100px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;border:2px solid #4fa1eb}.BookAppointment_doctorImage__YJAY0 img{width:100%;height:100%;object-fit:cover;display:block}.BookAppointment_userIcon__iHSg_{color:#a0d8f4}.BookAppointment_doctorImage__YJAY0 svg{width:100%;height:100%;object-fit:cover;display:block;margin-top:.1rem}.BookAppointment_forTextArea__zjRUs{padding:1rem 6px 1rem 1rem;overflow:hidden;border-radius:12px}@keyframes BookAppointment_fadeIn__92alx{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.PatientHeader_header__O0aKo{width:100%;position:-webkit-sticky;position:sticky;display:flex;justify-content:space-between;align-items:center;padding-top:1rem;padding-left:2rem;padding-right:3rem;z-index:10}.PatientHeader_sideIcon__w9Ro1{font-size:2rem;font-weight:700;color:#cde9f7;display:inline-block}.PatientHeader_userIcon__WWgZg{color:#cde9f7;cursor:pointer;padding:1rem}.PatientHeader_profileWrapper__eTVgf{position:relative}.PatientHeader_profileCard__iE7fX{position:absolute;top:120%;right:0;background:white;color:black;padding:1rem;border:1px solid #ccc;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.2);z-index:100;min-width:200px}.PatientHeader_profileCard__iE7fX p{margin:.5rem 0;font-size:.9rem}.PatientHeader_profileCard__iE7fX button{margin-top:.5rem;padding:.3rem .8rem;background:#4fa1eb;color:white;border:none;border-radius:6px;cursor:pointer;justify-content:center}.PatientHeader_profileCard__iE7fX button:hover{background:#367bc5}.PatientHeader_profileCard__iE7fX button.PatientHeader_logoutBtn__xn56K{margin-top:.5rem;margin-left:.5rem;padding:.3rem .8rem;background-color:#e53935;color:white;border:none;border-radius:6px;cursor:pointer;transition:background .2s ease}.PatientHeader_logoutBtn__xn56K:hover{background-color:#c62828}