body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;background-color:#f5f5f5;background:linear-gradient(to bottom,#f5f5f5,#e0f2ff)}.hide-layout nav,.hide-layout footer{display:none!important}.min-h-screen{min-height:100vh}.bg-gray-50{background-color:#f9fafb}.py-12{padding-top:3rem;padding-bottom:3rem}.text-center{text-align:center}.text-4xl{font-size:2.25rem}.text-gray-900{color:#111827}.mb-4{margin-bottom:1rem}.text-gray-600{color:#4b5563}.mb-8{margin-bottom:2rem}.bg-\[\#007B8E\]{background-color:#007b8e}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.rounded-lg{border-radius:.5rem}.hover\:bg-\[\#006B7E\]:hover{background-color:#006b7e}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.2s}.mt-16{margin-top:4rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gap-8{gap:2rem}.p-6{padding:1.5rem}.bg-white{background-color:#fff}.LogoColor{color:#007b8e}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.max-w-4xl{max-width:56rem}.text-3xl{font-size:1.875rem}.prose{max-width:65ch}.prose-lg{font-size:1.125rem;line-height:1.75}.prose h2{color:#111827;font-weight:600;font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}.prose p{margin-bottom:1.5rem;color:#4b5563}.prose ul{margin-bottom:1.5rem}.prose a{color:#007b8e;text-decoration:none;transition:color .3s ease}.prose a:hover{color:#005f73;text-decoration:underline}.list-disc{list-style-type:disc}.pl-6{padding-left:1.5rem}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.h-16{height:4rem}.font-bold{font-weight:700}.text-xl{font-size:1.25rem}.space-x-4>*+*{margin-left:1rem}.hover\:text-gray-200:hover{color:#e5e7eb}.text-white{color:#fff}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes appear{0%{opacity:0;clip-path:inset(100% 100% 0 0)}to{opacity:1;clip-path:inset(0 0 0 0)}}@keyframes colorChange{0%{color:#007b8e}50%{color:#00a8cc}to{color:#007b8e}}.animate-fade-in{animation:fadeIn 1s ease-out}.animate-fade-in-up{animation:fadeIn 1s ease-out .2s backwards}.animate-color-change{animation:colorChange 5s infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.shadow-lg{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.hover\:shadow-xl:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.transition-shadow{transition:box-shadow .3s ease}.text-gray-800{color:#1f2937}.bg-gradient-to-r{background-image:linear-gradient(to right,#f0f4ff,#e6f7ff)}.about-section{margin-top:5rem;text-align:center}.about-section h2{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.about-section p{font-size:1.125rem;color:#4b5563;max-width:48rem;margin:0 auto}.testimonials-section{margin-top:5rem}.testimonials-section h2{font-size:2.25rem;font-weight:700;color:#111827;text-align:center;margin-bottom:2rem}.testimonial-card{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.testimonial-card p{font-style:italic;color:#4b5563;margin-bottom:1rem}.testimonial-card .author{font-weight:600;color:#111827}.cta-section{margin-top:5rem;background:linear-gradient(to right,#007b8e,#00a8cc);padding:4rem 1rem;border-radius:.5rem;text-align:center}.cta-section h2{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.cta-section p{font-size:1.125rem;color:#f3f4f6;margin-bottom:2rem}.cta-section a{background-color:#fff;color:#007b8e;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;transition:background-color .3s ease,color .3s ease}.cta-section a:hover{background-color:#f3f4f6;color:#006b7e}.faq-section{margin-top:5rem}.faq-section h2{font-size:2.25rem;font-weight:700;color:#111827;text-align:center;margin-bottom:2rem}.faq-card{background-color:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-bottom:1rem;transition:transform .3s ease,box-shadow .3s ease}.faq-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.faq-card h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem}.faq-card p{color:#4b5563}.icon-primary{color:#007b8e;transition:color .3s ease}.icon-sm{width:1rem;height:1rem}.icon-md{width:1.5rem;height:1.5rem}.icon-lg{width:2rem;height:2rem}.icon-hover:hover{color:#006b7e}.icon-with-bg{background-color:#f9fafb;padding:.75rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.icon-animate{animation:fadeIn 1s ease-out}.icon-group>*+*{margin-left:1rem}@media (max-width: 768px){.icon-sm{width:1.25rem;height:1.25rem}.icon-md{width:1.75rem;height:1.75rem}.icon-lg{width:2rem;height:2rem}}@media (max-width: 480px){.icon-sm{width:1rem;height:1rem}.icon-md{width:1.5rem;height:1.5rem}.icon-lg{width:1.75rem;height:1.75rem}}.icon-spacing{margin-right:1rem}._navbarContainer_1fp1q_1{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 2px 10px #0000001a;width:100%}._navbar_1fp1q_1{max-width:1400px;margin:0 auto;padding:.4rem 1rem}._navbarContent_1fp1q_31{display:flex;justify-content:space-between;align-items:center;position:relative;width:100%}._navbarBrand_1fp1q_47{display:flex;align-items:center;text-decoration:none}._navbarLogo_1fp1q_59{height:40px;width:auto;transition:transform .3s ease}._navbarLogo_1fp1q_59:hover{transform:scale(1.05)}._navbarLinks_1fp1q_79{display:flex;align-items:center;gap:2rem;margin-left:auto}._mainLinks_1fp1q_93{display:flex;gap:2rem;align-items:center}._navActions_1fp1q_105{display:flex;align-items:center;gap:1.5rem}._navItem_1fp1q_117{color:#333;font-weight:500;font-size:.87rem;padding:.5rem 1rem;position:relative;transition:color .3s ease;display:inline-block;border-bottom:0;text-decoration:none;padding:5px;white-space:nowrap}._navItem_1fp1q_117._active_1fp1q_147{color:#007b8e}._navItem_1fp1q_117._active_1fp1q_147:after{width:100%;height:2px;background-color:#007b8e;transition:none}._navItem_1fp1q_117:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background-color:#007b8e;transition:width .3s ease}._navItem_1fp1q_117:hover{color:#007b8e;text-decoration:none}._navItem_1fp1q_117:hover:after{width:100%}._navItem_1fp1q_117._active_1fp1q_147:hover:after{width:100%}._navItem_1fp1q_117._active_1fp1q_147:hover{color:#007b8e}._videoCallLink_1fp1q_243{text-decoration:none!important;display:flex;align-items:center;gap:5px}._loginButton_1fp1q_261{color:#000;padding:.5rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:500;font-size:.87rem;transition:all .3s ease}._loginButton_1fp1q_261:hover{background-color:#005f6b;color:#f8f9fa}._mobileMenuButton_1fp1q_293{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:100}._hamburger_1fp1q_311{display:block;width:24px;height:2px;background:#333;position:relative;transition:all .3s ease-in-out}._hamburger_1fp1q_311:before,._hamburger_1fp1q_311:after{content:"";position:absolute;width:24px;height:2px;background:#333;transition:all .3s ease-in-out}._hamburger_1fp1q_311:before{transform:translateY(-8px)}._hamburger_1fp1q_311:after{transform:translateY(8px)}._hamburger_1fp1q_311._active_1fp1q_147{background:transparent}._hamburger_1fp1q_311._active_1fp1q_147:before{transform:rotate(45deg)}._hamburger_1fp1q_311._active_1fp1q_147:after{transform:rotate(-45deg)}._profileContainer_1fp1q_391{position:relative}._profileImg_1fp1q_399{width:35px;height:35px;border-radius:50%;cursor:pointer;margin-bottom:-8px;object-fit:cover;border:2px solid #007b8e;transition:all .3s ease}._profileImg_1fp1q_399:hover{transform:scale(1.05);box-shadow:0 2px 8px #007b8e33}._dropdownMenu_1fp1q_431{position:absolute;right:0;top:calc(100% + 10px);background:#f4f8f9;box-shadow:0 4px 15px #0000001a;border-radius:10px;padding:18px;min-width:240px;width:max-content;max-width:400px;text-align:center;z-index:1000;white-space:normal}._dropdownImageWrapper_1fp1q_463{width:100%;display:flex;justify-content:center;margin-bottom:16px}._dropdownImageContainer_1fp1q_477{width:100px;height:100px;border-radius:50%;overflow:hidden;border:3px solid #007b8e;margin:0 auto}._dropdownProfileImg_1fp1q_495{width:100%;height:100%;object-fit:cover}._dropdownName_1fp1q_507{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:6px}._dropdownEmail_1fp1q_521{font-size:.95rem;color:#555;margin-bottom:15px}._profileActions_1fp1q_533{display:flex;flex-direction:column;gap:8px;margin-top:15px}._profileActionItem_1fp1q_547{display:flex;align-items:center;padding:10px;border-radius:8px;transition:all .3s ease;background-color:#fff;color:#333;border:none;cursor:pointer;text-decoration:none;width:100%;text-align:left;font-weight:500;box-shadow:0 1px 3px #0000001a}._profileActionItem_1fp1q_547:hover{background-color:#e6f2f4;transform:translate(3px);color:#007b8e;text-decoration:none}._actionIcon_1fp1q_595{margin-right:10px;font-size:1.1rem;color:#007b8e}._profileActionItem_1fp1q_547:last-child{margin-top:5px;color:#e53935;font-weight:500}._profileActionItem_1fp1q_547:last-child:hover{background-color:#ffebee;color:#c62828}._profileActionItem_1fp1q_547:last-child ._actionIcon_1fp1q_595{color:#e53935}._moreMenu_1fp1q_639{position:relative}._moreButton_1fp1q_647{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;color:#333;transition:color .3s ease}._moreButton_1fp1q_647:hover{color:#007b8e}._moreDropdown_1fp1q_677{position:absolute;top:calc(100% + 5px);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;min-width:200px;z-index:10;overflow:hidden}._moreItem_1fp1q_705{padding:12px 16px;text-decoration:none;color:#333;transition:all .3s ease;font-size:.95rem}._moreItem_1fp1q_705:hover{background:#f8f9fa;color:#007b8e;padding-left:20px;text-decoration:none}._modalOverlay_1fp1q_737{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem}._modalContent_1fp1q_765{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0003;max-width:400px;width:100%;overflow:hidden;animation:_modalSlideIn_1fp1q_1 .3s ease-out}@keyframes _modalSlideIn_1fp1q_1{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._modalHeader_1fp1q_807{padding:1.5rem 1.5rem 0;text-align:center}._modalHeader_1fp1q_807 h3{margin:0;font-size:1.25rem;font-weight:600;color:#333}._modalBody_1fp1q_831{padding:1rem 1.5rem 1.5rem;text-align:center}._modalBody_1fp1q_831 p{margin:0;color:#666;font-size:.95rem;line-height:1.5}._modalActions_1fp1q_855{display:flex;gap:.75rem;padding:0 1.5rem 1.5rem;justify-content:center}._modalButtonCancel_1fp1q_869,._modalButtonConfirm_1fp1q_871{padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-weight:500;font-size:.9rem;transition:all .3s ease;min-width:80px}._modalButtonCancel_1fp1q_869{background-color:#f8f9fa;color:#333;border:1px solid #e9ecef}._modalButtonCancel_1fp1q_869:hover{background-color:#e9ecef;transform:translateY(-1px)}._modalButtonConfirm_1fp1q_871{background-color:#dc3545;color:#fff}._modalButtonConfirm_1fp1q_871:hover{background-color:#c82333;transform:translateY(-1px);box-shadow:0 4px 8px #dc35454d}@media (max-width: 1024px){._navbar_1fp1q_1{padding:.75rem 1rem}._navbarLinks_1fp1q_79{margin-left:1rem;gap:1rem}._mainLinks_1fp1q_93{gap:1rem}}@media (max-width: 768px){._mobileMenuButton_1fp1q_293{display:block}._navbarLinks_1fp1q_79{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;padding:1rem;flex-direction:column;align-items:flex-start;margin-left:0;box-shadow:0 4px 10px #0000001a}._navbarLinks_1fp1q_79._active_1fp1q_147{display:flex}._mainLinks_1fp1q_93{flex-direction:column;align-items:flex-start;width:100%;gap:.5rem;padding:.5rem 0}._navActions_1fp1q_105{flex-direction:column;align-items:flex-start;width:100%;margin-top:.5rem;gap:.5rem;padding:.5rem 0;border-top:1px solid #eee}._navItem_1fp1q_117{width:100%;padding:.75rem 0}._navItem_1fp1q_117:after{display:none}._loginButton_1fp1q_261{width:100%;text-align:center;background-color:#007b8e}._dropdownMenu_1fp1q_431,._moreDropdown_1fp1q_677{width:calc(100vw - 2rem);max-width:none;left:1rem;right:1rem}._profileActions_1fp1q_533{flex-direction:column}._modalOverlay_1fp1q_737{padding:.5rem}._modalContent_1fp1q_765{max-width:none;width:100%}._modalActions_1fp1q_855{flex-direction:column}._modalButtonCancel_1fp1q_869,._modalButtonConfirm_1fp1q_871{width:100%}}._videoCallMenu_1fp1q_1157{position:relative;margin-left:10px}._videoCallButton_1fp1q_1167{background:none;border:none;color:#333;cursor:pointer;padding:8px 10px;border-radius:6px;transition:all .3s ease;position:relative;display:flex;align-items:center;gap:5px;font-size:.9rem;margin-left:-20px;font-weight:500}._videoCallButton_1fp1q_1167:hover{color:#007b8e}._videoCallBadge_1fp1q_1209{position:absolute;top:-5px;right:-5px;background-color:#f44336;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}._videoDropdown_1fp1q_1243{position:absolute;right:0;top:calc(100% + 10px);background:#fff;border-radius:12px;box-shadow:0 8px 20px #0000001f;width:320px;max-height:400px;overflow-y:auto;z-index:1000;border:1px solid rgba(0,0,0,.08)}._videoDropdownHeader_1fp1q_1271{padding:16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0}._videoDropdownHeader_1fp1q_1271 h4{margin:0;font-size:1rem;color:#333;font-weight:600}._callCount_1fp1q_1301{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#666;background:#f8f8f8;padding:4px 8px;border-radius:12px}._videoCallList_1fp1q_1323{padding:8px 0}._videoCallItem_1fp1q_1331{padding:12px 16px;display:flex;align-items:center;justify-content:space-between;transition:background-color .2s}._videoCallItem_1fp1q_1331:hover{background-color:#f9f9f9}._videoCallerInfo_1fp1q_1355{display:flex;align-items:center;gap:12px;flex:1;min-width:0}._videoCallerAvatar_1fp1q_1371{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem;flex-shrink:0}._videoCallerDetails_1fp1q_1397{flex:1;min-width:0}._videoCallerName_1fp1q_1407{font-weight:500;font-size:.95rem;color:#333;display:flex;align-items:center;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._videoCallerTime_1fp1q_1431{font-size:.8rem;color:#777;display:flex;align-items:center;gap:4px;margin-top:2px}._videoCallActions_1fp1q_1449{display:flex;gap:8px;margin-left:10px}._videoCallAccept_1fp1q_1461,._videoCallReject_1fp1q_1463{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s ease}._videoCallAccept_1fp1q_1461{background-color:#4caf501a;color:#4caf50}._videoCallAccept_1fp1q_1461:hover{background-color:#4caf5033}._videoCallReject_1fp1q_1463{background-color:#f443361a;color:#f44336}._videoCallReject_1fp1q_1463:hover{background-color:#f4433633}._videoCallEmpty_1fp1q_1523{padding:30px 20px;text-align:center;color:#888}._videoCallEmptyIcon_1fp1q_1535{margin-bottom:12px;color:#007b8e;opacity:.5}._active-call-main_1fp1q_1549{position:fixed;top:0;left:0;right:0;bottom:0;background:#111;z-index:9999;display:flex;flex-direction:column}._active-call-video_1fp1q_1573{flex:1;position:relative;background:#000}._video-stream_1fp1q_1585{width:100%;height:100%;object-fit:cover}._self-stream_1fp1q_1597{position:absolute;bottom:20px;right:20px;width:120px;height:160px;border-radius:8px;border:2px solid white;z-index:1;box-shadow:0 4px 12px #0000004d}._call-controls_1fp1q_1621{display:flex;justify-content:center;gap:25px;padding:20px;background:#000000b3}._call-control-button_1fp1q_1637{width:50px;height:50px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._call-control-button_1fp1q_1637:hover{background:#fff3;transform:scale(1.05)}._call-control-button_1fp1q_1637._active_1fp1q_147{background:#ff00004d}._call-control-button_1fp1q_1637._end_1fp1q_1683{background:#f44336}._call-control-button_1fp1q_1637._end_1fp1q_1683:hover{background:#d32f2f}@keyframes _pulse_1fp1q_1{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}._has-calls_1fp1q_1725{animation:_pulse_1fp1q_1 1.5s infinite}@keyframes _fadeInScale_1fp1q_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}._doctorSearchBar_1fp1q_1757{display:flex;gap:.75rem;align-items:center;margin-left:1rem;flex:1;max-width:800px}._inputGroup_1fp1q_1775{position:relative;flex:1;min-width:200px}._inputIcon_1fp1q_1787{position:absolute;left:.25rem;top:45%;transform:translateY(-50%);color:#718096;z-index:1;border:none;border-radius:0;padding:0;background:transparent}._inputIcon_1fp1q_1787 svg{width:1.25rem;height:1.25rem}._searchInput_1fp1q_1823{width:100%;padding:.75rem .75rem .75rem 2.5rem;height:44px;border:2px solid #e2e8f0;border-radius:0;font-size:.9rem;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000001a;color:#000}._searchInput_1fp1q_1823:focus{outline:none;border-color:#007b8e;box-shadow:0 0 20px #007b8e4d}._searchInput_1fp1q_1823:focus~._inputIcon_1fp1q_1787{color:#007b8e}._locationSearchWrapper_1fp1q_1869,._specialtyDropdownWrapper_1fp1q_1881{position:relative;width:100%;min-width:200px}._specialtyDropdownBtn_1fp1q_1893{width:100%;height:44px;padding:0 1rem;border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:space-between;font-size:.9rem;color:#000;box-shadow:0 1px 3px #0000001a}._specialtyDropdownBtn_1fp1q_1893:hover{border-color:#4da6b8;box-shadow:0 4px 12px #0000001a}._specialtyDropdownBtn_1fp1q_1893:focus{outline:none;border-color:#007b8e;box-shadow:0 0 20px #007b8e4d}._specialtyText_1fp1q_1949{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis}._chevronIcon_1fp1q_1963{width:1.25rem;height:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);color:#718096}._chevronUp_1fp1q_1977{transform:rotate(180deg)}._specialtyDropdown_1fp1q_1881{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:250px;overflow-y:auto;animation:_fadeInScale_1fp1q_1 .2s ease-out}._specialtyOption_1fp1q_2015{width:100%;padding:.75rem 1rem;border:none;background:transparent;text-align:left;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:.9rem;color:#000}._specialtyOption_1fp1q_2015:hover{background:#f7fafc}._specialtyOption_1fp1q_2015._selected_1fp1q_2047{background:#4da6b8;color:#fff}._fullLocation_1fp1q_2057{flex:1;max-width:none}._fullLocation_1fp1q_2057 input{background:transparent!important;border:1px solid #e2e8f0!important;border-radius:10!important;box-shadow:none!important;padding-left:3rem;font-size:1rem;color:#333;width:100%}._fullLocation_1fp1q_2057 input::placeholder{color:#718096}._fullLocation_1fp1q_2057 ._searchButton_1fp1q_2097{display:none}._locationWrapper_1fp1q_2105{position:relative;flex:1}._locationIcon_1fp1q_2115{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);z-index:1;color:#718096;border:1px solid #e2e8f0;border-radius:0;padding:.25rem;background:#fff}@media (max-width: 1024px){._doctorSearchBar_1fp1q_1757{flex-wrap:wrap;gap:.5rem}._inputGroup_1fp1q_1775,._locationSearchWrapper_1fp1q_1869,._specialtyDropdownWrapper_1fp1q_1881{min-width:150px;flex:1}}@media (max-width: 768px){._doctorSearchBar_1fp1q_1757{flex-direction:column;gap:.5rem;margin-left:0;margin-bottom:1rem;width:100%;max-width:none}._inputGroup_1fp1q_1775,._locationSearchWrapper_1fp1q_1869,._specialtyDropdownWrapper_1fp1q_1881{min-width:auto;width:100%}._navbarContent_1fp1q_31{flex-direction:column;align-items:stretch}._navbarBrand_1fp1q_47{margin-bottom:.5rem}}._locationSearchContainer_1fp1q_2223{position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:50px;height:44px;display:flex;align-items:center;margin-left:1rem;z-index:100}._locationSearchContainer_1fp1q_2223._expanded_1fp1q_2245{width:450px}._locationIconBtn_1fp1q_2255{position:absolute;left:0;top:0;width:50px;height:44px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:2;box-shadow:0 2px 8px #00000014;color:#007b8e;opacity:1;visibility:visible;transform:scale(1)}._locationIconBtn_1fp1q_2255:hover{border-color:#007b8e;box-shadow:0 4px 12px #007b8e40;transform:scale(1.05)}._locationIconBtn_1fp1q_2255:active{transform:scale(.95)}._locationBadge_1fp1q_2321{position:absolute;top:8px;right:8px;width:8px;height:8px;background:#4caf50;border-radius:50%;border:2px solid white}._locationSearchContainer_1fp1q_2223._expanded_1fp1q_2245 ._locationIconBtn_1fp1q_2255{opacity:0;visibility:hidden;transform:scale(.8);pointer-events:none}._locationSearchWrapper_1fp1q_1869{position:absolute;left:0;top:0;width:100%;height:44px;opacity:0;visibility:hidden;transform:translate(-20px);transition:all .4s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:1}._locationSearchContainer_1fp1q_2223._expanded_1fp1q_2245 ._locationSearchWrapper_1fp1q_1869{opacity:1;visibility:visible;transform:translate(0);pointer-events:all}._locationSearch_1fp1q_1869{width:100%;height:100%}._locationSearch_1fp1q_1869 input,._fullLocation_1fp1q_2057 input{width:100%!important;height:44px!important;padding:0 1rem 0 3rem!important;border:2px solid #e2e8f0!important;border-radius:12px!important;font-size:.95rem!important;background:#fff!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 2px 8px #00000014!important;color:#000!important}._locationSearch_1fp1q_1869 input:focus,._fullLocation_1fp1q_2057 input:focus{outline:none!important;border-color:#007b8e!important;box-shadow:0 4px 16px #007b8e40!important}._locationSearch_1fp1q_1869 input::placeholder,._fullLocation_1fp1q_2057 input::placeholder{color:#94a3b8!important}._locationSearch_1fp1q_1869 ._inputIcon_1fp1q_1787,._fullLocation_1fp1q_2057 ._inputIcon_1fp1q_1787{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#007b8e;z-index:2;pointer-events:none}._locationSearch_1fp1q_1869 ._suggestions-dropdown_1fp1q_2497,._fullLocation_1fp1q_2057 ._suggestions-dropdown_1fp1q_2497{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 24px #0000001f;max-height:320px;overflow-y:auto;z-index:1000;animation:_slideDownFade_1fp1q_1 .3s cubic-bezier(.4,0,.2,1)}@keyframes _slideDownFade_1fp1q_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._locationSearch_1fp1q_1869 ._suggestion-item_1fp1q_2553,._fullLocation_1fp1q_2057 ._suggestion-item_1fp1q_2553{padding:12px 16px;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:12px}._locationSearch_1fp1q_1869 ._suggestion-item_1fp1q_2553:last-child,._fullLocation_1fp1q_2057 ._suggestion-item_1fp1q_2553:last-child{border-bottom:none}._locationSearch_1fp1q_1869 ._suggestion-item_1fp1q_2553:hover,._fullLocation_1fp1q_2057 ._suggestion-item_1fp1q_2553:hover{background:#f8fafc;padding-left:20px}._locationSearch_1fp1q_1869 ._suggestion-item_1fp1q_2553._active_1fp1q_147,._fullLocation_1fp1q_2057 ._suggestion-item_1fp1q_2553._active_1fp1q_147{background:#e0f2f4;border-left:3px solid #007b8e}._locationSearch_1fp1q_1869 ._change-location-btn_1fp1q_2611,._fullLocation_1fp1q_2057 ._change-location-btn_1fp1q_2611{padding:8px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#007b8e;font-size:.85rem;cursor:pointer;transition:all .2s ease;margin-top:8px;width:100%;text-align:center}._locationSearch_1fp1q_1869 ._change-location-btn_1fp1q_2611:hover,._fullLocation_1fp1q_2057 ._change-location-btn_1fp1q_2611:hover{background:#e0f2f4;border-color:#007b8e}._locationSearch_1fp1q_1869 ._loading_1fp1q_2655,._fullLocation_1fp1q_2057 ._loading_1fp1q_2655{padding:16px;text-align:center;color:#64748b;font-size:.9rem}._locationSearch_1fp1q_1869 ._current-location_1fp1q_2673,._fullLocation_1fp1q_2057 ._current-location_1fp1q_2673{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#e0f2f4;border-radius:8px;margin-bottom:8px}._locationSearch_1fp1q_1869 ._current-location-text_1fp1q_2695,._fullLocation_1fp1q_2057 ._current-location-text_1fp1q_2695{font-size:.9rem;color:#007b8e;font-weight:500}@media (max-width: 1200px){._locationSearchContainer_1fp1q_2223._expanded_1fp1q_2245{width:380px}}@media (max-width: 1024px){._locationSearchContainer_1fp1q_2223._expanded_1fp1q_2245{width:320px}}@media (max-width: 768px){._locationSearchContainer_1fp1q_2223{width:100%;margin-left:0;margin-top:.5rem;position:static}._locationSearchContainer_1fp1q_2223._expanded_1fp1q_2245{width:100%}._locationIconBtn_1fp1q_2255{width:100%;justify-content:flex-start;padding-left:1rem;gap:.5rem}._locationIconBtn_1fp1q_2255:after{content:"Select Location";font-size:.9rem;color:#64748b}._locationSearchContainer_1fp1q_2223._expanded_1fp1q_2245 ._locationIconBtn_1fp1q_2255{display:none}._locationSearchWrapper_1fp1q_1869{position:static;transform:none}._locationSearchContainer_1fp1q_2223._expanded_1fp1q_2245 ._locationSearchWrapper_1fp1q_1869{transform:none}._locationBadge_1fp1q_2321{right:auto;left:28px}}@keyframes _expandWidth_1fp1q_1{0%{width:50px}to{width:450px}}@keyframes _collapseWidth_1fp1q_1{0%{width:450px}to{width:50px}}:root{--primary-color: #007b8e;--primary-dark: #005a6b;--primary-light: #4da6b8;--accent-color: #00a8c0;--white: #ffffff;--black: #000000;--gray-light: #f8f9fa;--gray-medium: #6c757d;--gray-dark: #343a40;--shadow-light: 0 2px 10px rgba(0, 123, 142, .1);--shadow-medium: 0 4px 20px rgba(0, 123, 142, .15);--shadow-heavy: 0 8px 30px rgba(0, 123, 142, .2);--border-radius: 10px;--border-radius-lg: 20px;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}._locationSearchWrapper_nbu6m_39{position:relative;width:100%}._inputGroup_nbu6m_49{position:relative;flex:1;min-width:200px;display:flex;align-items:center}._inputIcon_nbu6m_65{position:absolute;left:1rem;top:45%;transform:translateY(-50%);color:var(--primary-color);z-index:4;width:1.2rem;height:1.2rem;animation:_iconFloat_nbu6m_1 3s ease-in-out infinite;pointer-events:none}@keyframes _iconFloat_nbu6m_1{0%,to{transform:translateY(-50%) rotate(0)}50%{transform:translateY(-55%) rotate(5deg)}}._searchInput_nbu6m_101{width:100%;padding:1rem 3.5rem 1rem 3rem;border:2px solid var(--primary-color);border-radius:20px;background:var(--white);font-size:.95rem;transition:var(--transition),box-shadow .4s ease;outline:none;box-shadow:var(--shadow-light);z-index:3}._searchInput_nbu6m_101:focus{border-color:var(--primary-dark);box-shadow:0 0 0 6px #007b8e33,var(--shadow-medium);transform:translateY(-3px)}._searchInput_nbu6m_101:focus+._inputIcon_nbu6m_65{color:var(--primary-dark);transform:translateY(-50%) scale(1.1)}._readOnlyInput_nbu6m_149{cursor:default;background:#f8f9fa80;padding-right:3.5rem}._readOnlyInput_nbu6m_149:focus{transform:none;box-shadow:var(--shadow-light)}._searchIconButton_nbu6m_171{position:absolute;right:.5rem;top:45%;transform:translateY(-50%);padding:.75rem;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition);z-index:4;border-radius:50%}._searchIconButton_nbu6m_171:hover{background:#007b8e1a;transform:translateY(-50%) scale(1.1)}._searchIconButton_nbu6m_171:active{transform:translateY(-50%) scale(.95)}._searchIconButton_nbu6m_171:disabled{opacity:.6;cursor:not-allowed}._searchIconButton_nbu6m_171:disabled:hover{background:transparent;transform:translateY(-50%)}._searchIcon_nbu6m_171{width:1.3rem;height:1.3rem;color:var(--primary-color);transition:var(--transition)}._searchIconButton_nbu6m_171:hover ._searchIcon_nbu6m_171{color:var(--primary-dark)}._editIconButton_nbu6m_265{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);padding:.75rem;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition);z-index:4;border-radius:50%}._editIconButton_nbu6m_265:hover{background:#007b8e1a;transform:translateY(-50%) scale(1.1)}._editIconButton_nbu6m_265:active{transform:translateY(-50%) scale(.95)}._editIcon_nbu6m_265{width:1.3rem;height:1.3rem;color:var(--primary-color);transition:var(--transition)}._editIconButton_nbu6m_265:hover ._editIcon_nbu6m_265{color:var(--primary-dark)}._healtrackSubtitle_nbu6m_339{margin-top:.5rem;font-size:1rem;color:var(--primary-color);text-align:center;font-weight:800;font-style:italic;text-shadow:1px 1px 2px rgba(0,123,142,.3)}._locationDropdown_nbu6m_359{position:absolute;top:100%;left:0;right:0;background:var(--white);border-radius:8px;box-shadow:var(--shadow-medium);z-index:2000;max-height:300px;overflow-y:auto;padding:8px 0;margin-top:.75rem;animation:_dropdownSlide_nbu6m_1 .3s ease-out;overflow-x:hidden}@keyframes _dropdownSlide_nbu6m_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._locationOptionDivider_nbu6m_403{padding:8px 16px;font-size:.85rem;font-weight:600;color:var(--gray-dark);background:var(--gray-light);border-bottom:1px solid rgba(0,123,142,.1);text-transform:uppercase}._locationOption_nbu6m_403{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;cursor:pointer;transition:var(--transition);border-bottom:1px solid rgba(0,123,142,.1)}._locationOption_nbu6m_403:hover{background:#007b8e14;transform:translate(5px)}._locationOption_nbu6m_403._disabled_nbu6m_453{cursor:not-allowed;opacity:.6}._locationOption_nbu6m_403._disabled_nbu6m_453:hover{background:transparent;transform:none}._optionIcon_nbu6m_473{color:var(--primary-color);width:1.5rem;height:1.5rem}._locationOption_nbu6m_403:hover ._optionIcon_nbu6m_473:not(._spinning_nbu6m_485){transform:scale(1.2)}._spinning_nbu6m_485{animation:_spin_nbu6m_485 1s linear infinite}@keyframes _spin_nbu6m_485{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._locationOptionContent_nbu6m_511{display:flex;flex-direction:column;gap:.2rem}._locationOption_nbu6m_403 span{font-weight:500;color:var(--black)}._errorMessage_nbu6m_533{color:#d32f2f;font-size:.9rem;margin-top:1rem;text-align:center;padding:1rem;background:#d32f2f1a;border-radius:var(--border-radius);border:1px solid rgba(211,47,47,.2)}@media (max-width: 768px){._readOnlyInput_nbu6m_149{padding-right:3rem}._searchInput_nbu6m_101{padding:.875rem 3rem .875rem 2.5rem;font-size:.9rem}._inputIcon_nbu6m_65{width:1rem;height:1rem;left:.875rem}._searchIcon_nbu6m_171,._editIcon_nbu6m_265{width:1.1rem;height:1.1rem}._searchIconButton_nbu6m_171,._editIconButton_nbu6m_265{padding:.65rem}._healtrackSubtitle_nbu6m_339{font-size:.8rem;margin-top:.4rem}._locationDropdown_nbu6m_359{max-height:250px}._locationOption_nbu6m_403{padding:.875rem 1.25rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background-color:#f4f4f4;color:#333;transition:background-color .3s ease}:root{--color-bg-primary: #f8fafc;--color-bg-secondary: #ffffff;--color-bg-panel: #ffffff;--color-bg-panel-header: #f8fafc;--color-bg-empty: #f1f5f9;--color-text-primary: #0f172a;--color-text-secondary: #334155;--color-text-tertiary: #64748b;--color-text-quaternary: #94a3b8;--color-border: #e2e8f0;--color-border-light: #f1f5f9;--color-shadow: rgba(0, 0, 0, .05);--color-shadow-hover: rgba(0, 0, 0, .07);--primary-color: #00b5b3;--color-gradient-start: rgba(0, 181, 179, .05);--color-gradient-end: #f8fafc}.dark-mode{--color-bg-primary: #0f172a;--color-bg-secondary: #1e293b;--color-bg-panel: #1e293b;--color-bg-panel-header: #1e293b;--color-bg-empty: #334155;--color-text-primary: #f8fafc;--color-text-secondary: #e2e8f0;--color-text-tertiary: #e2e8f0;--color-text-quaternary: #cbd5e1;--color-border: #334155;--color-border-light: #334155;--color-shadow: rgba(0, 0, 0, .3);--color-shadow-hover: rgba(0, 0, 0, .5);--color-gradient-start: rgba(0, 181, 179, .1);--color-gradient-end: #0f172a}.video-calling-container,.video-call-container{max-width:1446px;margin:0 auto;padding:20px;min-height:100vh;background-color:var(--color-bg-primary);background-image:linear-gradient(to bottom,var(--color-gradient-start),var(--color-gradient-end))}.content-wrapper{max-width:1200px;margin:0 auto}.notification{position:fixed;top:0;left:0;width:100%;padding:15px;text-align:center;z-index:1000;display:flex;align-items:center;justify-content:center}.notification-container{position:relative}.notification-modal{position:absolute;top:calc(100% + 10px);right:0;width:320px;background-color:var(--color-bg-secondary);border-radius:.75rem;box-shadow:0 4px 25px #00000026;border:1px solid var(--color-border);z-index:1000;overflow:hidden}.notification-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border-light);background-color:var(--color-bg-panel-header)}.notification-header h4{margin:0;font-size:1rem;font-weight:600;color:var(--color-text-secondary)}.notification.incoming-call{background-color:#e7f3fe;border-bottom:2px solid #3498db}.notification.outgoing-call{background-color:#f0f0f0;border-bottom:2px solid #2ecc71}.notification.missed-call{background-color:#ffebee;border-bottom:2px solid #e74c3c}.notification-buttons{margin-left:20px}.notification button,.notification-button{margin:0 10px;padding:8px 15px;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.notification .incoming-call button:first-of-type,.notification-button.accept{background-color:#2ecc71;color:#fff}.notification .incoming-call button:last-of-type,.notification-button.reject{background-color:#e74c3c;color:#fff}.notification-button.close{background-color:#2196f3;color:#fff}.notification-button:hover{opacity:.9}.notification-content{max-height:360px;overflow-y:auto}.empty-notification{padding:2rem 1rem;text-align:center;color:var(--color-text-quaternary)}.notification-item{display:flex;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border-light);align-items:center;gap:1rem;transition:background-color .2s}.notification-item:hover{background-color:var(--color-gradient-start)}.notification-icon{width:36px;height:36px;border-radius:50%;background-color:#00b5b31a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notification-text{flex:1}.notification-title{margin:0 0 .25rem;font-weight:600;font-size:.9375rem;color:var(--color-text-secondary)}.notification-message{margin:0;font-size:.875rem;color:var(--color-text-tertiary)}.notification-actions{display:flex;justify-content:center;gap:15px;margin-top:15px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.header-content{display:flex;flex-direction:column;gap:.5rem}.page-title{margin:0;font-size:1.75rem;font-weight:700;color:var(--color-text-primary);display:flex;align-items:center;gap:.75rem}.title-icon{color:var(--primary-color)}.page-subtitle{margin:0;color:var(--color-text-tertiary);font-size:.95rem}.page-actions{display:flex;align-items:center;gap:1rem}.search-container{position:relative;width:240px}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.search-input{width:100%;padding:.65rem 1rem .65rem 2.5rem;border-radius:.75rem;border:1px solid var(--color-border);background-color:var(--color-bg-secondary);font-size:.875rem;color:var(--color-text-secondary);box-shadow:0 1px 2px var(--color-shadow);transition:all .2s ease}.search-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #00b5b31a}.search-input::placeholder{color:#94a3b8}.header-action{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1rem;border-radius:.75rem;background-color:var(--color-bg-secondary);border:1px solid var(--color-border);color:var(--color-text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px var(--color-shadow)}.header-action.active{background-color:#00b5b31a;color:var(--primary-color);border-color:var(--primary-color)}.header-action svg{color:var(--color-text-tertiary);transition:all .2s ease}.header-action:hover{background-color:var(--color-bg-panel-header);border-color:var(--color-border)}.header-action:hover svg{color:var(--primary-color)}.header-action.notification{position:relative;width:2.5rem;height:2.5rem;padding:0}.notification-dot{position:absolute;top:-2px;right:-2px;width:18px;height:18px;background-color:var(--primary-color);border-radius:50%;border:2px solid white;font-size:10px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center}.tab-container{margin-bottom:1.5rem}.tab-buttons{display:flex;gap:1rem;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem}.tab-button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background-color:transparent;border:none;color:#64748b;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative}.tab-button:after{content:"";position:absolute;bottom:-.5rem;left:0;width:100%;height:2px;background-color:transparent;transition:all .2s ease}.tab-button.active{color:var(--primary-color)}.tab-button.active:after{background-color:var(--primary-color)}.tab-button svg{color:inherit}.tab-badge{display:flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;background-color:var(--primary-color);color:#fff;font-size:.75rem;font-weight:600;border-radius:9999px}.panels-container{position:relative;min-height:400px}.active-panel{width:100%}.two-column-layout{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;height:570px}.single-column-layout{display:grid;grid-template-columns:1fr;gap:1.5rem}.column{min-height:100%;display:flex;flex-direction:column;isolation:isolate}.panel{background:var(--color-bg-panel);border-radius:1rem;box-shadow:0 4px 12px var(--color-shadow);border:1px solid var(--color-border);overflow:hidden;height:100%;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.panel:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00b5b31a;border-color:#00b5b34d}.panel-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;background-color:var(--color-bg-panel-header);border-bottom:1px solid var(--color-border-light)}.panel-header h3{margin:0;font-size:1.125rem;color:var(--color-text-secondary);display:flex;align-items:center;gap:.75rem;font-weight:600}.header-controls{display:flex;align-items:center;gap:.75rem;position:relative;min-height:38px;overflow:visible}.filter-select{padding:.375rem 2.5rem .375rem .75rem;border-radius:.5rem;border:1px solid var(--color-border);background-color:var(--color-bg-secondary);font-size:.875rem;color:var(--color-text-secondary);box-shadow:0 1px 2px var(--color-shadow);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:16px;min-width:120px;margin-right:.5rem;will-change:opacity,width;transform-origin:right center;overflow:hidden}.filter-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px #00b5b31a}.call-count{background-color:#eff6ff;color:#3b82f6;padding:.375rem .875rem;border-radius:.75rem;font-size:.8125rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.donor-list,.history-list{padding:1rem;overflow-y:auto;max-height:600px;display:flex;flex-direction:column;gap:.75rem}.donor-card,.history-card{min-height:80px;margin-bottom:12px;transform-origin:top center;will-change:transform,opacity;position:relative;z-index:1;opacity:1!important}.donor-item,.history-item{position:relative;z-index:1;margin-bottom:8px;display:flex;align-items:center;padding:1rem 1.25rem;gap:1rem;transition:all .2s ease,background-color .3s ease;border:1px solid var(--color-border-light);border-radius:.75rem;background:var(--color-bg-secondary)}.donor-avatar{width:3rem;height:3rem;border-radius:50%;background-color:#f1f5f9;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:600;font-size:1.25rem;text-transform:uppercase;flex-shrink:0;border:3px solid #ffffff;box-shadow:0 3px 6px #0000001a;background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden;position:relative;transform:scale(1.01)}.donor-info{flex:1;min-width:0;display:flex;flex-direction:column;width:100%}.donor-name-container{display:flex;align-items:center;min-width:0;max-width:60%}.donor-name-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;width:100%}.donor-name{font-weight:600;color:var(--color-text-primary);font-size:1rem;display:flex;align-items:center;gap:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.call-badge{display:flex;align-items:center;gap:.375rem;padding:.25rem .75rem;background-color:#eff6ff;color:#3b82f6;font-size:.75rem;font-weight:500;border-radius:9999px}.donor-details,.call-details{display:flex;gap:.75rem;margin-top:.5rem}.donor-time,.donor-date,.call-duration{display:inline-flex;align-items:center;gap:.375rem;font-weight:500;color:var(--color-text-secondary);padding:.25rem .5rem;border-radius:.25rem;background-color:#00b5b314}.donor-actions,.history-actions{display:flex;gap:.75rem;margin-left:auto}.control-button{display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:all .3s ease;border:none;width:2.75rem;height:2.75rem;box-shadow:0 2px 4px #0000001a}.control-button svg{width:1.125rem;height:1.125rem}.control-button.accept{background-color:var(--primary-color);color:#fff}.control-button.accept:hover{background-color:#00b5b3e6}.control-button.reject{background-color:#ef4444;color:#fff}.control-button.reject:hover{background-color:#dc2626;transform:scale(1.05)}.call-status{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:.75rem;font-size:.75rem;font-weight:500;gap:.375rem;white-space:nowrap;margin-left:auto}.call-status.completed{color:var(--primary-color);background-color:#00b5b31a}.call-status.missed{background-color:#fee2e2;color:#dc2626}.call-status.rejected{background-color:#fef3c7;color:#b45309}.empty-state{padding:3.5rem 2rem;text-align:center;color:var(--color-text-tertiary);display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.empty-state p{margin:.75rem 0 .5rem;font-size:1.125rem;font-weight:500;color:var(--color-text-secondary)}.empty-subtitle{font-size:.875rem;color:var(--color-text-quaternary)}.empty-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background-color:var(--color-bg-empty);border-radius:50%;color:var(--color-text-quaternary)}.filter-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background-color:var(--color-bg-secondary);border:1px solid var(--color-border);color:var(--color-text-secondary);font-size:.875rem;font-weight:500;border-radius:.5rem;cursor:pointer;transition:all .2s ease,background-color .3s ease,color .3s ease;box-shadow:0 1px 2px var(--color-shadow);min-width:85px;justify-content:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:135px}.filter-button:hover{background-color:var(--primary-color);color:#fff}.filter-button.active{background-color:#00b5b31a;color:var(--primary-color);border-color:var(--primary-color)}.video-grid{display:flex;justify-content:space-between;margin-top:60px;gap:20px}.video-container{flex:1;background-color:#000;border-radius:8px;overflow:hidden;position:relative;min-height:400px}.video-container h3{position:absolute;top:10px;left:10px;background-color:#00000080;color:#fff;padding:5px 10px;border-radius:4px}.video-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#888;text-align:center}video{width:100%;height:100%;object-fit:cover}.controls{display:flex;justify-content:center;gap:20px;margin-top:20px}.controls button{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.controls button.control-off,.controls button.end-call{background-color:#e74c3c;color:#fff}.controls button:not(.control-off):not(.end-call){background-color:#3498db;color:#fff}.controls button:disabled{background-color:#bdc3c7;cursor:not-allowed}.connection-status{text-align:center;margin-top:20px;padding:10px;background-color:#f1f1f1;border-radius:4px}.active-call-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background-color:#000000d9;z-index:1000;display:flex;justify-content:center;align-items:center;overflow:hidden}.active-call-container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.active-call-main{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#1a1a1a;z-index:1000;display:flex;flex-direction:column}.active-call-video{flex:1;position:relative;width:100%;height:calc(100% - 80px);overflow:hidden}.video-stream{width:100%;height:100%;object-fit:cover}.self-stream{position:absolute;background-color:#000;bottom:20px;right:20px;width:250px;height:180px;border-radius:8px;object-fit:cover;border:2px solid #ffffff;box-shadow:0 4px 8px #0003}.video-off-overlay{display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:#0009;color:#fff}.call-info{position:absolute;bottom:10px;left:10px;color:#fff;padding:6px 10px;border-radius:20px;background-color:#00000080;font-size:.9rem;display:flex;align-items:center}.call-timer{position:absolute;top:20px;right:20px;background-color:#0009;color:#fff;padding:6px 12px;border-radius:20px;font-size:.9rem;display:flex;align-items:center;gap:6px;z-index:2}.call-controls{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:20px;padding:10px 20px;border-radius:40px;z-index:3}.call-control-button{width:60px;height:60px;border-radius:50%;border:none;position:relative;color:#fff;font-size:.9rem;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:8px;transition:all .2s ease;background-color:#2196f3;padding:0 12px}.control-button-bg{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:20px;z-index:-1;background-color:#fff3;transition:all .2s ease}.call-control-button:hover .control-button-bg{background-color:#ffffff4d}.call-control-button.end{background-color:#dc2626}.call-control-button.end .control-button-bg{background-color:#f44336}.call-control-button.end:hover .control-button-bg{background-color:#d32f2f}.dark-mode .notification-dot{border-color:var(--color-bg-secondary)}.dark-mode .filter-select{background-color:var(--color-bg-secondary);color:var(--color-text-secondary);border-color:var(--color-border);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")}.dark-mode .empty-icon{border:1px solid var(--color-border)}.dark-mode .panel:hover{border-color:#00b5b380;box-shadow:0 6px 16px #00b5b333}.dark-mode .call-count{background-color:var(--color-bg-empty);color:var(--primary-color)}.dark-mode .call-status.completed{background-color:#00b5b333}.dark-mode .call-status.missed{background-color:#dc262633}.dark-mode .call-status.rejected{background-color:#b4530933}.dark-mode .donor-card:hover,.dark-mode .history-card:hover{box-shadow:0 4px 6px #00b5b326}.dark-mode .donor-avatar{border-color:#000;border-width:3px;box-shadow:0 3px 8px #00000040}@media screen and (max-width: 768px){:root{--mobile-padding: 1rem;--mobile-gap: .75rem}.video-grid{flex-direction:column;margin-top:1.5rem;gap:var(--mobile-gap)}.video-call-container{padding:1.25rem var(--mobile-padding);padding-bottom:5rem}.content-wrapper{max-width:100%;padding:0 var(--mobile-padding)}.two-column-layout{grid-template-columns:1fr;gap:1.25rem}.column{min-height:auto}.panel{min-height:420px;border-radius:.75rem}.panel-header{padding:1rem}.page-header{flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:1.25rem;padding:0 var(--mobile-padding) .75rem}.page-title{font-size:1.35rem;line-height:1.3}.page-actions{flex-direction:column-reverse;gap:.75rem}.search-container{width:100%}.search-input{padding:.5rem 1rem .5rem 2.5rem;font-size:.9rem}.tab-container{margin-bottom:.75rem;padding-bottom:.25rem}.tab-buttons{gap:.5rem}.tab-button{padding:.5rem 1rem;font-size:.85rem;border-radius:1rem}.donor-list,.history-list{padding:.5rem;max-height:380px;gap:.5rem}.donor-card,.history-card{border-radius:.5rem;margin-bottom:.5rem;box-shadow:var(--shadow-sm)}.donor-item,.history-item{padding:.875rem;gap:.75rem}.donor-name{font-size:.925rem}.donor-time,.donor-date,.call-duration{font-size:.725rem}.donor-actions,.history-actions{gap:.75rem;margin-top:.5rem}.control-button{min-width:3.5rem;height:3.25rem;font-size:.8rem}.video-container{min-height:220px;border-radius:.5rem}.self-stream{width:100px;height:75px;bottom:5.5rem;right:.75rem;border-radius:.25rem}.call-controls{padding:.5rem;gap:.75rem;bottom:1.5rem;border-radius:2rem}.call-control-button{width:2.75rem;height:2.75rem;box-shadow:var(--shadow-md)}.notification,.notification-item{padding:.75rem}.donor-avatar{width:2.5rem;height:2.5rem}}@media screen and (max-width: 480px){:root{--mobile-padding: .75rem;--mobile-gap: .5rem}.page-title{font-size:1.2rem}.panel{min-height:380px}.donor-item,.history-item{padding:.75rem}.donor-avatar{width:3.25rem;height:3.25rem;font-size:1rem}.video-container{min-height:180px}.self-stream{width:80px;height:60px;bottom:5rem}.call-control-button{width:2.5rem;height:2.5rem}.control-button{min-width:3.25rem;height:3.25rem;font-size:.75rem}.call-status{font-size:.65rem;padding:.15rem .5rem}}@media screen and (min-width: 481px) and (max-width: 768px){.video-grid{flex-direction:column;margin-top:1.5rem;gap:var(--mobile-gap)}.video-call-container{padding:1.25rem var(--mobile-padding);padding-bottom:5rem}.content-wrapper{max-width:100%;padding:0 var(--mobile-padding)}.two-column-layout{grid-template-columns:1fr;gap:1.25rem}.panel{min-height:420px;border-radius:.75rem}.panel-header{padding:1rem}.page-header{flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:1.25rem;padding:0 var(--mobile-padding) .75rem}.page-title{font-size:1.35rem;line-height:1.3}.page-actions{flex-direction:column-reverse;gap:.75rem}.search-container{width:100%}.tab-container{margin-bottom:.75rem;padding-bottom:.25rem}.donor-list,.history-list{padding:.5rem;max-height:380px;gap:.5rem}.donor-card,.history-card{border-radius:.5rem;margin-bottom:.5rem}.donor-item,.history-item{padding:.875rem;gap:.75rem}.donor-name{font-size:.925rem}.donor-actions,.history-actions{gap:.75rem;margin-top:.5rem}.video-container{min-height:220px}.self-stream{width:100px;height:75px;bottom:5.5rem;right:.75rem}.call-controls{padding:.5rem;gap:.75rem;bottom:1.5rem;border-radius:2rem}}@media screen and (min-width: 769px) and (max-width: 1024px){:root{--content-padding: var(--tablet-padding);--content-gap: var(--tablet-gap)}.video-grid{grid-template-columns:repeat(2,1fr);gap:var(--tablet-gap);margin-top:1.75rem}.video-call-container{padding:var(--tablet-padding)}.two-column-layout{grid-template-columns:1fr 1fr;gap:var(--tablet-gap)}.panel{min-height:500px}.page-header{flex-direction:row;align-items:center;gap:var(--tablet-gap)}.page-actions{flex-direction:row}.search-container{width:200px}.donor-list,.history-list{max-height:450px}.donor-item,.history-item{flex-direction:row;text-align:left;padding:.75rem var(--tablet-padding)}.donor-avatar{width:2.75rem;height:2.75rem}.video-container{min-height:300px}.self-stream{width:120px;height:90px}}.donor-list::-webkit-scrollbar,.history-list::-webkit-scrollbar{width:6px;opacity:0;transition:opacity .3s ease}.donor-list:hover::-webkit-scrollbar,.history-list:hover::-webkit-scrollbar{opacity:1}.donor-list::-webkit-scrollbar-track,.history-list::-webkit-scrollbar-track{background:transparent;border-radius:10px}.donor-list::-webkit-scrollbar-thumb,.history-list::-webkit-scrollbar-thumb{background-color:#00b5b34d;border-radius:10px}.donor-list::-webkit-scrollbar-thumb:hover,.history-list::-webkit-scrollbar-thumb:hover{background-color:#00b5b380}.donor-list,.history-list{scrollbar-width:thin;scrollbar-color:rgba(0,181,179,.3) transparent}.dark-mode .donor-list,.dark-mode .history-list{scrollbar-color:rgba(0,181,179,.4) rgba(30,41,59,.1)}.dark-mode .donor-list::-webkit-scrollbar-thumb,.dark-mode .history-list::-webkit-scrollbar-thumb{background-color:#00b5b366}.dark-mode .donor-list::-webkit-scrollbar-track,.dark-mode .history-list::-webkit-scrollbar-track{background:#1e293b1a}.imgIconDiv{display:flex;height:fit-content;width:100%;padding:20px;position:absolute;top:0;z-index:1000}.imgIcon{width:70px}._footerContainer_dte6h_1{background-color:#cce6e8;color:#000;padding:20px 0 0;font-family:Arial,sans-serif;position:relative;overflow:hidden;width:100%}._footerContent_dte6h_21{display:flex;justify-content:space-around;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:0 2rem;gap:2rem}._footerSectionAbout_dte6h_41,._footerSectionLinks_dte6h_43,._footerSectionContactForm_dte6h_45{flex:1;padding:1rem;min-width:250px}._footerSectionAbout_dte6h_41 h2,._footerSectionLinks_dte6h_43 h2,._footerSectionContactForm_dte6h_45 h2{color:#000;margin-bottom:1rem;font-size:1.5rem;position:relative;text-align:left}._footerSectionAbout_dte6h_41 h2:after,._footerSectionLinks_dte6h_43 h2:after,._footerSectionContactForm_dte6h_45 h2:after{content:"";position:absolute;left:0;bottom:-5px;width:50px;height:2px;background:#005f68}._footerSectionAbout_dte6h_41 p{margin-bottom:1rem;line-height:1.6;text-align:justify;color:#000;margin:0;padding:0}._contact_dte6h_119{margin-top:1rem}._contact_dte6h_119 span{display:flex;align-items:center;margin-bottom:.5rem;margin-top:.5rem;color:#000}._contact_dte6h_119 span svg{margin-right:10px;color:#007b8e;font-size:.9rem}._footerSectionLinks_dte6h_43 ul{list-style-type:none;padding:0}._footerSectionLinks_dte6h_43 ul li{margin-bottom:.5rem}._footerSectionLinks_dte6h_43 ul li a{color:#000;text-decoration:none;transition:color .3s ease;font-weight:600}._footerSectionLinks_dte6h_43 ul li a:hover{color:#005f6b}._footerSectionContactForm_dte6h_45 input,._footerSectionContactForm_dte6h_45 textarea{background:#fafafa1a;color:#000;padding:.7rem;border:2px solid #007b8e;margin-bottom:.5rem;width:100%;border-radius:4px;outline:none}._footerSectionContactForm_dte6h_45 input::placeholder,._footerSectionContactForm_dte6h_45 textarea::placeholder{color:#666}._footerSectionContactForm_dte6h_45 button{background:#007b8e;color:#fff;border:none;padding:.7rem 1.5rem;border-radius:4px;cursor:pointer;transition:background .3s ease}._footerSectionContactForm_dte6h_45 button:hover{background:#005f6b}._errorMessage_dte6h_259{color:#d32f2f;font-size:.85rem;margin:.25rem 0 .5rem}._footerBottom_dte6h_271{background:#007b8e1a;padding:1rem 0;text-align:center;margin-top:2rem}._footerBottom_dte6h_271 p{font-size:.9rem;display:flex;justify-content:center;color:#000}._footerBottom_dte6h_271 a{color:#000;text-decoration:none;transition:color .3s ease;margin:0 .5rem}._footerBottom_dte6h_271 a:hover{color:#005f6b}@media screen and (min-width: 360px) and (max-width: 768px){._footerContent_dte6h_21{flex-direction:column}._footerSectionAbout_dte6h_41,._footerSectionLinks_dte6h_43,._footerSectionContactForm_dte6h_45{margin-bottom:-2rem}}._chatbotToggle_1jaq6_3{position:fixed;width:100px;height:100px;border:none;cursor:grab;display:flex;align-items:center;justify-content:center;z-index:1000;transition:transform .2s ease,filter .3s ease;padding:0;background:transparent;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}._chatbotToggle_1jaq6_3:hover{transform:scale(1.1)}._chatbotToggle_1jaq6_3:focus{outline:none}._chatbotToggle_1jaq6_3:active{cursor:grabbing}._chatbotToggle_1jaq6_3._dragging_1jaq6_65{cursor:grabbing;transition:none}._chatbotToggle_1jaq6_3._dragging_1jaq6_65 ._chatbotImage_1jaq6_75{filter:drop-shadow(0 8px 20px rgba(0,0,0,.3));transform:scale(1.05)}._chatbotImage_1jaq6_75{width:150px;height:150px;object-fit:contain;transition:all .3s ease;filter:drop-shadow(0 4px 12px rgba(0,0,0,.15));pointer-events:none}._chatbotToggle_1jaq6_3:hover ._chatbotImage_1jaq6_75{filter:drop-shadow(0 6px 16px rgba(0,0,0,.2))}._chatContainer_1jaq6_113{width:400px;height:600px;display:flex;flex-direction:column;border-radius:20px;background-color:#fff;box-shadow:0 8px 30px #00000026;overflow:hidden;font-family:Segoe UI,Roboto,Helvetica Neue,sans-serif;position:fixed;bottom:20px;right:20px;z-index:1000}._chatHeader_1jaq6_147{background:linear-gradient(135deg,#007b8e,#00a0b5);color:#fff;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #007b8e33}._headerLeft_1jaq6_167{display:flex;align-items:center;gap:12px}._headerIconWrapper_1jaq6_179{display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}._headerInfo_1jaq6_193{display:flex;flex-direction:column;gap:2px}._headerTitle_1jaq6_205{font-size:16px;font-weight:600;letter-spacing:.3px}._headerStatus_1jaq6_217{font-size:11px;opacity:.9;font-weight:400;display:flex;align-items:center;gap:4px}._activityIcon_1jaq6_235{animation:_pulse-icon_1jaq6_1 2s ease-in-out infinite}@keyframes _pulse-icon_1jaq6_1{0%,to{opacity:1}50%{opacity:.5}}._headerButtons_1jaq6_261{display:flex;gap:10px}._headerBtn_1jaq6_271{background:#fff3;border:none;color:#fff;font-size:20px;cursor:pointer;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._headerBtn_1jaq6_271:hover{background:#ffffff4d;transform:scale(1.05)}._messagesContainer_1jaq6_313{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background:linear-gradient(180deg,#f8fafb,#f0f4f7)}._messagesContainer_1jaq6_313::-webkit-scrollbar{width:6px}._messagesContainer_1jaq6_313::-webkit-scrollbar-track{background:transparent}._messagesContainer_1jaq6_313::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}._messagesContainer_1jaq6_313::-webkit-scrollbar-thumb:hover{background:#a0aec0}._messageWrapper_1jaq6_367{display:flex;gap:8px;align-items:flex-end}._userMessageWrapper_1jaq6_379{flex-direction:row;justify-content:flex-end;margin-left:auto}._botAvatar_1jaq6_391{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}._userAvatar_1jaq6_411{width:28px;height:28px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:#007b8e;flex-shrink:0;box-shadow:0 2px 6px #007b8e33;overflow:hidden;border:2px solid #007b8e}._userAvatarImg_1jaq6_441{width:100%;height:100%;object-fit:cover;border-radius:50%}._message_1jaq6_313{padding:12px 16px;border-radius:18px;max-width:80%;word-wrap:break-word;font-size:14px;line-height:1.5;box-shadow:0 2px 8px #00000014;white-space:pre-line;animation:_slideIn_1jaq6_1 .3s ease}@keyframes _slideIn_1jaq6_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._userMessage_1jaq6_379{background:linear-gradient(135deg,#007b8e,#009aae);color:#fff;border-radius:18px 18px 4px}._botMessage_1jaq6_513{background-color:#fff;color:#2d3748;border-radius:18px 18px 18px 4px;border:1px solid #e2e8f0}._messageContent_1jaq6_527{margin-bottom:0}._documentBadge_1jaq6_535{display:inline-flex;align-items:center;gap:6px;margin-top:8px;padding:6px 10px;background:#007b8e1a;border-radius:8px;font-size:12px;color:#007b8e;font-weight:500}._userMessage_1jaq6_379 ._documentBadge_1jaq6_535{background:#fff3;color:#fff}._fileSize_1jaq6_571{color:inherit;opacity:.8}._specialityTag_1jaq6_581{display:inline-flex;align-items:center;gap:4px;margin-top:6px;padding:4px 8px;background:#007b8e1a;border-radius:6px;font-size:11px;color:#007b8e;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._userMessage_1jaq6_379 ._specialityTag_1jaq6_581{background:#ffffff40;color:#fff}._locationSearchWrapper_1jaq6_623{margin-left:36px;margin-top:8px;margin-bottom:8px;padding:12px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;animation:_slideIn_1jaq6_1 .4s ease}._chatLocationSearch_1jaq6_645{width:100%}._doctorPromptWrapper_1jaq6_655{display:flex;gap:10px;margin-left:36px;margin-top:8px;animation:_slideIn_1jaq6_1 .4s ease}._yesButton_1jaq6_671,._noButton_1jaq6_673{flex:1;padding:12px 16px;border:none;border-radius:12px;font-size:13px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;white-space:nowrap}._yesButton_1jaq6_671{background:linear-gradient(135deg,#10b981,#059669);color:#fff}._yesButton_1jaq6_671:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 4px 16px #10b9814d}._noButton_1jaq6_673{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}._noButton_1jaq6_673:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-2px);box-shadow:0 4px 16px #ef44444d}._doctorSuggestionsWrapper_1jaq6_753{display:flex;flex-direction:column;gap:10px;margin-left:36px;margin-top:8px;animation:_slideIn_1jaq6_1 .4s ease}._doctorCard_1jaq6_771{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000000f}._doctorCard_1jaq6_771:hover{border-color:#007b8e;box-shadow:0 4px 16px #007b8e26;transform:translateY(-2px)}._doctorCardPhoto_1jaq6_809{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#e6f4f6,#d1e7ea);display:flex;align-items:center;justify-content:center}._doctorCardPhoto_1jaq6_809 img{width:100%;height:100%;object-fit:cover}._doctorPhotoPlaceholder_1jaq6_845{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#007b8e}._doctorCardInfo_1jaq6_863{flex:1;min-width:0}._doctorCardInfo_1jaq6_863 h4{font-size:14px;font-weight:600;color:#2d3748;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._doctorQualification_1jaq6_893{font-size:12px;color:#718096;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._doctorLocation_1jaq6_911{font-size:12px;color:#4a5568;margin:0 0 2px;display:flex;align-items:center;gap:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._doctorCity_1jaq6_935{font-size:11px;color:#a0aec0;margin:0}._doctorCardAction_1jaq6_947{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#007b8e,#00a0b5);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:all .3s ease}._doctorCard_1jaq6_771:hover ._doctorCardAction_1jaq6_947{transform:scale(1.1);box-shadow:0 4px 12px #007b8e4d}._viewAllBtn_1jaq6_983{padding:10px 16px;background:linear-gradient(135deg,#007b8e,#00a0b5);color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #007b8e33;text-align:center}._viewAllBtn_1jaq6_983:hover{transform:translateY(-2px);box-shadow:0 4px 16px #007b8e4d}._loadingMessage_1jaq6_1023{background-color:#fff;padding:12px 16px;border-radius:18px 18px 18px 4px;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0}._typingIndicator_1jaq6_1039{display:flex;gap:6px;align-items:center}._typingIndicator_1jaq6_1039 span{width:8px;height:8px;border-radius:50%;background-color:#007b8e;animation:_typing_1jaq6_1039 1.4s infinite}._typingIndicator_1jaq6_1039 span:nth-child(2){animation-delay:.2s}._typingIndicator_1jaq6_1039 span:nth-child(3){animation-delay:.4s}@keyframes _typing_1jaq6_1039{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-10px);opacity:1}}._inputWrapper_1jaq6_1107{background-color:#fff;border-top:1px solid #e2e8f0}._filePreview_1jaq6_1117{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:linear-gradient(90deg,#f0f9fa,#e6f4f6);border-bottom:1px solid #d1e7ea;font-size:13px;color:#2d3748}._filePreviewContent_1jaq6_1139{display:flex;align-items:center;gap:8px;flex:1;overflow:hidden}._fileName_1jaq6_1155{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}._fileSizeText_1jaq6_1171{color:#718096;font-size:12px;flex-shrink:0}._removeFileBtn_1jaq6_1183{background:transparent;color:#e53e3e;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:4px;border-radius:4px}._removeFileBtn_1jaq6_1183:hover{background:#e53e3e1a;transform:scale(1.1)}._inputContainer_1jaq6_1219{display:flex;align-items:center;padding:12px 16px;gap:10px}._attachButton_1jaq6_1233{background:transparent;border:none;color:#007b8e;font-size:22px;cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._attachButton_1jaq6_1233:hover:not(:disabled){background:#e6f4f6;transform:scale(1.1)}._attachButton_1jaq6_1233:disabled{opacity:.4;cursor:not-allowed}._inputField_1jaq6_1281{flex:1;border:2px solid #e2e8f0;padding:10px 14px;font-size:14px;outline:none;border-radius:12px;background-color:#f8fafb;transition:all .2s ease;font-family:inherit}._inputField_1jaq6_1281:focus{border-color:#007b8e;background-color:#fff}._inputField_1jaq6_1281:disabled{opacity:.6;cursor:not-allowed}._sendButton_1jaq6_1325{background:linear-gradient(135deg,#007b8e,#00a0b5);color:#fff;border:none;padding:10px 18px;font-size:18px;cursor:pointer;border-radius:12px;transition:all .2s ease;font-weight:600;box-shadow:0 2px 8px #007b8e4d;display:flex;align-items:center;justify-content:center;min-width:50px}._sendButton_1jaq6_1325:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #007b8e66}._sendButton_1jaq6_1325:active:not(:disabled){transform:translateY(0)}._sendButton_1jaq6_1325:disabled{background:linear-gradient(135deg,#94a3b8,#cbd5e0);cursor:not-allowed;box-shadow:none}@media (max-width: 480px){._chatContainer_1jaq6_113{width:100%;height:100%;bottom:0;right:0;border-radius:0}._chatbotToggle_1jaq6_3{width:80px;height:80px}._doctorSuggestionsWrapper_1jaq6_753,._doctorPromptWrapper_1jaq6_655,._locationSearchWrapper_1jaq6_623{margin-left:0}._doctorCard_1jaq6_771{padding:10px}._doctorCardPhoto_1jaq6_809{width:45px;height:45px}._doctorCardInfo_1jaq6_863 h4{font-size:13px}._doctorQualification_1jaq6_893,._doctorLocation_1jaq6_911{font-size:11px}._yesButton_1jaq6_671,._noButton_1jaq6_673{padding:10px 12px;font-size:12px}}
