@charset "UTF-8";@tailwind base;@tailwind components;@tailwind utilities;*{font-family:Poppins,sans-serif;font-size:.9rem;line-height:1.6}*{padding:0;margin:0;box-sizing:border-box;font-family:Inter,sans-serif;font-size:15px}body{height:100vh;overflow:scroll!important;scrollbar-width:none}body::-webkit-scrollbar{display:none}*::-webkit-scrollbar{display:none}h1{font-size:35px;margin:20px}.btn{background-color:#004dff;color:#ecf0f1;padding:15px;border-radius:6px;text-decoration:none}.link{color:#313030;text-decoration:none;font-size:1rem;font-weight:500;margin-right:20px}.link:hover{text-decoration:underline;color:#000}.nav{display:flex;align-items:center;padding:1rem 2rem;color:#ecf0f1;justify-content:space-between;height:80px;width:100%}.nav .back-btn{display:none;position:absolute;left:1rem;align-items:center;cursor:pointer}.nav .back-btn svg{font-size:1.5rem;color:#333;transition:color .2s ease}.nav .back-btn:hover svg{color:#004dff}.nav .left{cursor:pointer;font-weight:700;font-size:1.2rem;width:20vw;display:flex;align-items:center;height:100%}.nav .left img{height:100%;width:70%;object-fit:cover}.nav .left:hover{color:#3498db}.nav .right{width:20%;display:flex;align-items:center;justify-content:center}.nav .right .link{color:#313030;text-decoration:none;font-size:1rem;font-weight:500;margin-right:20px;text-align:center}.nav .right .link:hover{text-decoration:underline;color:#000;cursor:pointer}.nav .right .login-btn{background-color:#004dff;color:#ecf0f1;padding:.6rem 1rem;text-align:center;border:none;border-radius:6px;font-size:1rem;cursor:pointer;text-decoration:none}.nav .right .login-btn:hover{background-color:#0f3ba0}.nav .right .user-actions{display:flex;gap:15px;justify-content:center}.nav .right .user-actions .notification-icon{cursor:pointer;color:#333;font-size:1.4rem;transition:color .2s ease;border-radius:100%;border:1px solid black;height:36px;width:36px;padding:5px}.nav .right .user-actions .notification-icon:hover{color:#004dff}.nav .right .user-actions .profile-btn{cursor:pointer}.nav .right .user-actions .profile-btn .profile-pic{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid transparent;transition:border-color .2s ease}.nav .right .user-actions .profile-btn .profile-pic:hover{border-color:#004dff}.nav .right .user-actions .profile-btn svg{font-size:1.8rem;color:#333}@media (max-width: 1024px){.nav .right{width:30%}.nav .left img{width:60%}}@media (max-width: 768px){.nav{padding:1rem}.nav .left,.nav .right{width:100%;justify-content:center;margin:.5rem 0}.nav .right{gap:.5rem}.nav .right .link{font-size:1rem;margin-right:10px}.nav .left img{width:50%}}@media (max-width: 480px){.nav .left img{width:70%}.nav .right{gap:.3rem}.nav .right .link,.nav .right button{font-size:.9rem}.nav .right .user-actions{gap:10px}.nav .right .user-actions .profile-pic{width:30px;height:30px}}.editButton{display:flex;justify-content:end;align-items:end}.logOut{width:100%;padding:14px 20px;background:#e71608;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease}.logOut:hover{background:#c50505}.logOut:disabled{background:#e57373;cursor:not-allowed}.loader-page{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;position:absolute;top:0%;background-color:#fffc}.loader-page .loader{width:100px;aspect-ratio:2;--_g: no-repeat radial-gradient(circle closest-side,#4661d8 90%,#0000);background:var(--_g) 0% 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:33.3333333333% 50%;animation:l3 1s infinite linear}@keyframes l3{20%{background-position:0% 0%,50% 50%,100% 50%}40%{background-position:0% 100%,50% 0%,100% 50%}60%{background-position:0% 50%,50% 100%,100% 0%}80%{background-position:0% 50%,50% 50%,100% 100%}}.main{overflow-y:auto;display:flex;align-items:center;flex-direction:column;will-change:transform}.landingPage{display:flex;justify-content:space-around;align-items:center;width:100%;min-height:72vh;padding:50px 0;background-color:transparent}.landingPage .left{width:40%;display:flex;flex-direction:column;justify-content:center;align-items:center}.landingPage .left h1{font-size:2.5rem;text-align:center;margin-bottom:20px;font-family:Open Sans,Arial,sans-serif}.landingPage .left button{background-color:#18185a;color:#f0f8ff;margin:10px;width:250px;padding:15px;display:flex;align-items:center;justify-content:center}.landingPage .left button .icon{background-color:#fff;height:80%;width:32px;padding:2px;border-radius:3px;margin-right:20px;color:#000}.landingPage .left span{margin:10px}.landingPage .left .google{background-color:#004dff}.landingPage .left .link{color:#000;text-decoration:none;margin:10px;width:250px;padding:15px;display:flex;align-items:center;justify-content:center}.landingPage .left .link:hover{text-decoration:underline}.landingPage .left .link .icon{height:80%;width:32px;padding:2px;border-radius:3px;margin-right:5px;color:#000}.landingPage .right{width:50%;display:flex;align-items:center;justify-content:center}.landingPage .right img{height:60%;width:60%;border-radius:20px;display:block;object-fit:cover}.positivity-zone-section{display:flex;gap:20px;padding:2rem;justify-content:center;background-color:#ebe9dd1a}.blog-card{display:flex;flex-direction:column;width:300px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;overflow:hidden;transition:transform .3s ease;will-change:transform}.blog-card:hover{transform:translateY(-5px)}.blog-image{width:100%;height:180px;object-fit:cover;display:block}.blog-content{padding:1rem;display:flex;flex-direction:column;gap:10px}.blog-category{font-size:.9rem;color:#888;font-weight:600;text-transform:uppercase}.blog-title{font-size:1.2rem;font-weight:700;color:#333;margin:0;font-family:Open Sans,Arial,sans-serif}.blog-description{font-size:.95rem;color:#666;line-height:1.4}.blog-footer{display:flex;align-items:center;margin-top:auto;gap:10px}.author-avatar{width:35px;height:35px;border-radius:50%;object-fit:cover;display:block}.author-info{display:flex;flex-direction:column;font-size:.85rem;color:#444}.author-name{font-weight:600}.read-time{color:#999;font-size:.75rem}@media (max-width: 768px){.landingPage{flex-direction:column-reverse;padding:20px 10px}.landingPage .left,.landingPage .right{width:100%;align-items:center}.landingPage .left button,.landingPage .left .link{width:90%}.landingPage .right{display:none}.landingPage .right img{width:90%;height:auto;display:block}.positivity-zone-section{padding:1rem}.blog-card{width:100%;max-width:100%;cursor:pointer}.blog-card .blog-description,.blog-card .blog-footer{display:none}.blog-card.active .blog-description,.blog-card.active .blog-footer{display:flex}.floating-profile-icon{position:fixed;bottom:20px;right:20px;background-color:#004dff;color:#fff;border-radius:50%;width:55px;height:55px;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 10px #0000004d;z-index:1000}.profile-panel{position:fixed;top:0;right:0;width:100vw;height:100vh;background:#fff;z-index:999;padding:20px;display:none;flex-direction:column}.profile-panel.visible{display:flex}}.positivity{position:relative;padding-bottom:60px;display:flex}.positivity .positivity-heading{text-align:center;border-radius:20px;margin:0 10%;transition:all .3s ease-in-out;width:780px}.positivity .positivity-heading .main-title{font-family:Pacifico,cursive,Arial,sans-serif;color:#333;margin-bottom:10px}.positivity .positivity-heading .sub-title{font-family:Open Sans,Arial,sans-serif;font-size:1.2rem;color:#444;max-width:700px;margin:0 auto}.positivity .scroll-icon{position:absolute;left:50%;transform:translate(-50%);background-color:#d3d3d3;border-radius:50%;width:50px;height:50px;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-left:850px;cursor:pointer;transition:background .3s ease}.positivity .scroll-icon svg{font-size:24px;color:#333}.positivity .scroll-icon:hover{background-color:#bbb}.smooth-enabled{scroll-behavior:smooth}.blog-card{background:#fff;border-radius:16px;box-shadow:0 4px 14px #00000014;transition:transform .3s ease;width:350px;cursor:pointer}.blog-card:hover{transform:translateY(-6px)}.blog-card .blog-image{width:100%;height:200px;object-fit:cover}.blog-card .blog-content{padding:16px}.blog-card .blog-content .blog-category{color:#6366f1;font-size:12px;font-weight:600;text-transform:uppercase}.blog-card .blog-content .blog-title{font-size:18px;font-weight:700;margin:8px 0;color:#111827}.blog-card .blog-content .blog-description{font-size:14px;color:#6b7280;margin-bottom:16px}.blog-card .blog-content .blog-footer{display:flex;align-items:center}.blog-card .blog-content .blog-footer .author-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;margin-right:10px}.blog-card .blog-content .blog-footer .author-info{display:flex;flex-direction:column}.blog-card .blog-content .blog-footer .author-info .author-name{font-size:14px;font-weight:600;color:#111827}.blog-card .blog-content .blog-footer .author-info .read-time{font-size:12px;color:#9ca3af}.event-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;overflow:hidden;padding:20px;margin-bottom:20px;width:30%;min-width:280px;transition:transform .25s ease,box-shadow .25s ease}.event-card:hover{transform:translateY(-3px);box-shadow:0 6px 16px #0000001f}.event-card .left{flex:0 0 100px;display:flex;align-items:center;justify-content:center;padding-right:20px;margin-bottom:10px}.event-card .left img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #f0f0f0;transition:transform .3s ease}.event-card .left img:hover{transform:scale(1.05)}.event-card .right{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding-left:8%}.event-card .right .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.event-card .right .header .head-left{max-width:75%}.event-card .right .header h3{margin:0;font-size:20px;font-weight:600;color:#222}.event-card .right .header p{margin:4px 0;font-size:14px;color:#777}.event-card .right .header .status{font-weight:600;text-transform:capitalize}.event-card .right .header .status.completed{color:#28a745}.event-card .right .header .status.pending{color:#ff9800}.event-card .right .header .status.cancelled{color:#f44336}.event-card .right p{margin:6px 0;font-size:14px;color:#444}.event-card .right p strong{font-weight:600;color:#222}.event-card .right .bottom{margin-top:14px;display:flex;flex-wrap:wrap;align-items:center;gap:12px;justify-content:flex-end}.event-card .right .bottom a.join-link{display:inline-flex;align-items:center;justify-content:center;background-color:#026cdd;color:#fff;padding:8px 18px;border-radius:6px;text-decoration:none;font-weight:500;font-size:14px;transition:background-color .3s ease}.event-card .right .bottom a.join-link:hover{cursor:pointer;background-color:#1f7bdd}@media (max-width: 1024px){.event-card{width:45%}}@media (max-width: 768px){.event-card{flex-direction:column;align-items:center;text-align:center;padding:16px;width:100%}.event-card .left{padding:0 0 16px}.event-card .left img{width:80px;height:80px}.event-card .right{padding-left:0}.event-card .right .header{flex-direction:column;align-items:center;gap:6px}.event-card .right .header .head-left{max-width:100%}.event-card .right .bottom{flex-direction:column;align-items:center}.event-card .right .bottom a.join-link{width:100%;max-width:250px;text-align:center}}html,body{margin:0;padding:0;height:100%;overflow:hidden}.dashboard-wrapper{display:flex;height:100vh;width:100%;padding:20px;margin-top:60px;box-sizing:border-box;gap:5px;scrollbar-width:none;-ms-overflow-style:none}.dashboard-wrapper::-webkit-scrollbar{width:0px;background:transparent}.top-bar{display:flex;justify-content:flex-end;margin-bottom:-20px}.new-meeting{width:200px;height:50px;border-radius:10px;display:flex;justify-content:center;align-items:center;color:#004dff;background-color:#fff;padding:10px 15px;font-weight:700;font-size:18px;box-shadow:0 2px 6px #0003;cursor:pointer;position:relative;transition:transform .3s ease,box-shadow .3s ease,z-index .3s}.new-meeting:hover{background-color:#004dff;color:#fff;transform:translateY(-8px);box-shadow:0 6px 18px #00000003;z-index:100}.domain{background-color:#fff!important;color:#004dff!important;margin-right:20px!important;border:none;width:150px!important}.dashboard-container{flex:0 0 80%;display:flex;flex-direction:column;padding:40px 20px;font-family:sans-serif;background-color:#efeaea34;border-radius:12px;box-shadow:0 4px 12px #a09f9f4c;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.dashboard-container::-webkit-scrollbar{display:none}.user-header{text-align:center;margin-bottom:10px}.user-header .username{font-size:28px;font-weight:700;color:#222;margin-bottom:5px}.user-header .user-subtitle{font-size:14px;color:#888;margin-bottom:10px}.user-header .divider{width:350px;height:2px;background-color:#ccc;border:none;margin:0 auto}.event-section{margin-bottom:50px}.event-section h2{font-size:22px;margin-bottom:10px;color:#070707}.event-section .divider{width:250px;height:2px;background-color:#0b0b0b;border:none;margin:10px 0 20px}.event-section .event-card-list{display:flex;flex-direction:row;gap:20px;overflow-x:auto;padding-bottom:10px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.event-section .event-card-list::-webkit-scrollbar{height:0px}.event-section .event-card-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.event-section .event-card-list::-webkit-scrollbar-track{background:transparent}.event-section .event-card-list>*{flex:0 0 auto;width:350px}.profile-panel-wrapper{flex:0 0 20%;height:100%;display:flex}.profile-panel{flex:0 0 20%;background:#fff;border-radius:16px;padding:40px;box-shadow:0 6px 16px #0000001a;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.profile-panel .edit-icon{position:absolute;top:24px;right:32px;font-size:24px;color:#004dff;cursor:pointer}.profile-panel .profile-photo{display:flex;flex-direction:column;align-items:center;margin-bottom:30px}.profile-panel .profile-photo .avatar-ring-wrapper{position:relative;width:148px;height:148px}.profile-panel .profile-photo .avatar-ring-wrapper .avatar-ring{position:absolute;top:0;left:0;width:148px;height:148px;transform:rotate(-90deg);z-index:2}.profile-panel .profile-photo .avatar-ring-wrapper .avatar-ring circle{fill:none;stroke-width:4;cx:74;cy:74;r:70}.profile-panel .profile-photo .avatar-ring-wrapper .avatar-ring .bg{stroke:#e0e0e0}.profile-panel .profile-photo .avatar-ring-wrapper .avatar-ring .fg{stroke:#004dff;stroke-dasharray:439.82;stroke-dashoffset:439.82;transition:stroke-dashoffset .6s ease-in-out}.profile-panel .profile-photo .avatar-ring-wrapper .avatar{width:140px;height:140px;border-radius:50%;overflow:hidden;z-index:3;position:absolute;top:4px;left:4px;border:4px solid #fff;box-shadow:0 0 0 6px #007aff14}.profile-panel .profile-photo .avatar-ring-wrapper .avatar img{width:100%;height:100%;object-fit:cover}.profile-panel .profile-photo .name{font-size:28px;font-weight:700;margin-top:24px;color:#222}.profile-panel .profile-photo .role{font-size:18px;color:#555;margin-top:4px}.profile-panel .divider{width:80%;height:1px;background-color:#ddd;margin:24px 0}.profile-panel .profile-details{width:100%;max-width:340px;display:flex;flex-direction:column;align-items:flex-start;font-size:17px}.profile-panel .profile-details div{width:100%;text-align:left;margin-bottom:10px}.profile-panel .profile-details div strong{color:#004dff;font-weight:600;margin-right:6px}.profile-panel:hover .avatar-ring-wrapper .avatar-ring .fg{stroke-dashoffset:0}@media (max-width: 768px){.dashboard-wrapper{flex-direction:column;padding:10px;gap:10px;position:relative}.top-bar{justify-content:end;position:sticky;top:0;background-color:#fff0;z-index:10;padding:0 10px}.profile-toggle{font-size:24px;cursor:pointer;margin-left:10px;background:#bbbcbd;color:#fff;border-radius:50%;padding:8px 12px}.profile-panel.float{position:relative;top:20%;left:5%;width:90%;background:#fff;z-index:999;display:none;max-height:80vh;overflow-y:auto}.profile-panel.float.active{display:flex}.event-card-list{flex-direction:column!important;gap:10px}.event-card-list>*{width:100%!important}.event-card-list .event-list-item{list-style:none;border:1px solid #ccc;border-radius:10px;overflow:hidden;transition:all .3s ease}.event-card-list .list-title{padding:12px 16px;font-weight:700;background:#fefbfb;border-radius:10px;border:solid #004DFF;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.event-card-list .list-body{max-height:0;overflow:hidden;transition:max-height .3s ease}.event-card-list .list-title.expanded+.list-body{max-height:1000px}.arrow{transition:transform .3s ease}.list-title.expanded .arrow{transform:rotate(90deg)}}@media (min-width: 769px){.profile-toggle,.top-profile-bar{display:none}}@media (max-width: 768px){.profile-panel{display:none;position:fixed;top:10%;left:50%;transform:translate(-50%);width:90%;z-index:999;max-height:80vh;overflow-y:auto;background-color:#fff;border-radius:16px;box-shadow:0 8px 20px #0003}.profile-panel.show-on-mobile{display:flex;flex-direction:column}}.top-profile-bar{position:absolute;top:10px;right:10px}.top-profile-bar a{font-size:20px;font-weight:700;text-decoration:none;cursor:pointer;border-radius:50%;padding:5px 10px;line-height:1;transition:background .2s ease}.Login-First{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;font-size:50px}.learning-card{width:600px;height:300px;background-color:#fff;border-radius:6px;box-shadow:0 4px 8px #0000001a;border:2px solid rgba(100,99,99,.194);overflow:hidden;position:relative;display:flex;flex-direction:column;transition:transform .6s ease,border-color .3s ease}.learning-card:hover{transform:scale(1.05);cursor:pointer}.learning-card .card-image{height:60%;width:100%;display:flex;align-items:center;justify-content:center}.learning-card .card-image img{width:95%;height:95%;object-fit:cover}.learning-card .card-info{height:20%;width:100%;padding:20px;display:flex;flex-direction:column;justify-content:center}.learning-card .card-info .course-title{font-size:20px;font-weight:700;color:#333;margin-bottom:8px}.learning-card .card-info .course-duration{font-size:14px;color:#666;margin-bottom:12px}.learning-card .enroll{display:flex;justify-content:flex-end;margin-right:10px}.learning-card .enroll .enroll-btn{padding:10px 16px;font-size:14px;background-color:transparent;color:#007bff;border:2px solid #007bff;border-radius:4px;text-align:center;text-decoration:none;transition:.3s ease;width:fit-content}.learning-card .enroll .enroll-btn:hover{background-color:#007bff;color:#fff}.event-past-card{width:600px;height:300px;background-color:#fff;border-radius:6px;border-top:5px solid #7ED321;box-shadow:0 4px 8px #0000001a;overflow:hidden;transition:transform .3s ease;position:relative}.event-past-card:hover{transform:translateY(-10px)}.event-past-card .card-content{padding:20px;display:flex;flex-direction:column;height:100%;width:80%}.event-past-card .card-heading .title{font-size:20px;font-weight:700;color:#333;margin:0}.event-past-card .card-heading .subtitle{font-size:13px;color:#888;margin-top:4px}.event-past-card .card-heading .divider{margin:12px 0;border:none;height:1px;background-color:#ccc}.event-past-card .card-body .doctor-name{font-size:18px;font-weight:600;margin-bottom:6px;color:#222}.event-past-card .card-body .time-label{font-size:14px;color:#555}.event-past-card .card-body .time-slots{list-style-type:disc;padding-left:18px;margin-top:4px}.event-past-card .card-body .time-slots li{font-size:13px;color:#444;margin-bottom:2px}.event-past-card .card-body .status{color:#087222}.event-past-card .card-footer{position:absolute;bottom:15px;right:20px}.event-past-card .card-footer .card-button{background-color:#fff;color:#007bff;padding:8px 16px;font-size:13px;border:2px solid #007bff;border-radius:4px;cursor:pointer;text-decoration:none;display:inline-block}.event-past-card .card-footer .card-button:hover{background-color:#007bff;color:#fff}.event-card-list>*{flex:0 0 auto;width:600px}.dashboard{display:flex;height:100vh;background:#f6f9fb}.dashboard .dashboard-content{flex:1;padding:24px;display:flex;flex-direction:column;gap:18px}.dashboard .dashboard-content .header{display:flex;justify-content:space-between;align-items:center;height:50px}.dashboard .dashboard-content .header h2{margin:0;font-size:20px;color:#1f2937}.dashboard .dashboard-content .header .muted{color:#64748b}.dashboard .dashboard-content .header .header-actions{display:flex;gap:12px;align-items:center}.dashboard .dashboard-content .header .header-actions svg{color:#475569}.dashboard .dashboard-content .header .header-actions img{border-radius:50%;width:40px;height:40px}.dashboard .dashboard-content .two-col{display:grid;grid-template-columns:2fr 1fr;gap:16px}.dashboard .dashboard-content .two-col .positivity-wrapper{background:#fff;padding:15px;border-radius:10px;box-shadow:0 8px 20px #1221490a;display:flex;flex-direction:column;justify-content:flex-start;height:80vh;overflow:scroll}.dashboard .dashboard-content .two-col .aside-sec{gap:16px;height:100%;justify-content:space-around}.dashboard .dashboard-content .two-col .aside-sec .notification{background-color:#fff;padding:10px;margin-top:10px;height:110px;font-weight:700;border-radius:10px}.dashboard .dashboard-content .two-col .aside-sec .newBatch{display:flex;align-items:center;justify-content:center;margin-bottom:10px;height:50px;color:#2563eb;border:2px solid #2563eb}.dashboard .dashboard-content .two-col .aside-sec .newBatch:hover{background-color:#2563eb;color:#fff;cursor:pointer;transition:all .3s ease}.dashboard .dashboard-content .schedule-card{background:#fff;padding:14px;border-radius:10px;box-shadow:0 8px 20px #1221490a}.dashboard .dashboard-content .schedule-card .schedule-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.dashboard .dashboard-content .schedule-card .schedule-header h3{margin:0}.dashboard .dashboard-content .schedule-card .timeline{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.dashboard .dashboard-content .schedule-card .timeline .timeline-event{display:flex;justify-content:space-between;align-items:center;padding:10px;border-radius:8px;background:#fbfdff;border:1px solid #eef3f8}.dashboard .dashboard-content .schedule-card .timeline .timeline-event .ev-left .ev-title{font-weight:700}.dashboard .dashboard-content .schedule-card .timeline .timeline-event .ev-left .small{color:#64748b}.dashboard .dashboard-content .schedule-card .timeline .timeline-event .ev-right{display:flex;gap:8px;align-items:center}.dashboard .dashboard-content .schedule-card .timeline .timeline-event .ev-right .pill{width:12px;height:12px;border-radius:4px}.dashboard .dashboard-content .schedule-card .timeline .timeline-event .ev-right .pill.green{background:#16a34a}.dashboard .dashboard-content .schedule-card .timeline .timeline-event .ev-right .pill.red{background:#ef4444}.dashboard .dashboard-content .schedule-card .timeline .timeline-event .ev-right .pill.blue{background:#2563eb}.dashboard .dashboard-content .schedule-card .timeline .timeline-event .ev-right .pill.purple{background:#7c3aed}.dashboard .dashboard-content .schedule-card .timeline .timeline-event .ev-right .btn-del{border:none;background:#fff;color:#ef4444;cursor:pointer}.dashboard .dashboard-content .schedule-card .add-event{display:flex;gap:8px;align-items:center}.dashboard .dashboard-content .schedule-card .add-event input,.dashboard .dashboard-content .schedule-card .add-event select{padding:8px;border-radius:8px;border:1px solid #e6edf5}.dashboard .dashboard-content .schedule-card .add-event .btn-add{padding:8px 12px;background:#2563eb;color:#fff;border:none;border-radius:8px;cursor:pointer}@media (max-width: 1000px){.dashboard{flex-direction:column}.dashboard .dashboard-content{padding:16px}.dashboard .dashboard-content .two-col,.dashboard .dashboard-content .stats{grid-template-columns:1fr}}.main-sidebar .hamburger{display:none}.main-sidebar .sidebar{width:15vw;background:#fff;padding:25px 20px 20px;box-shadow:0 8px 20px #1221490a;display:flex;flex-direction:column;gap:16px;height:100%}.main-sidebar .sidebar .logo{height:50px;background-color:#2563eb;color:#2563eb}.main-sidebar .sidebar .logo img{object-fit:cover;width:100%;height:100%}.main-sidebar .sidebar .logo:hover{cursor:pointer}.main-sidebar .sidebar .search-box{display:flex;align-items:center;gap:8px;background:#f7f9fb;padding:8px;border-radius:8px}.main-sidebar .sidebar .search-box input{border:none;outline:none;background:transparent;width:100%}.main-sidebar .sidebar .search-box svg{color:#94a3b8}.main-sidebar .sidebar nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.main-sidebar .sidebar nav ul li{padding:8px 0;color:#1f2937;cursor:pointer}.main-sidebar .sidebar nav ul li.active{color:#2563eb;font-weight:700}.main-sidebar .sidebar nav ul li.divider{margin-top:10px;font-size:12px;color:#94a3b8;font-weight:700}.main-sidebar .sidebar .working-track{margin-top:auto;font-size:12px}.main-sidebar .sidebar .working-track .track-card{display:flex;gap:10px;align-items:center;background:#f7fbff;padding:8px;border-radius:8px}.main-sidebar .sidebar .working-track .track-card .dot{width:10px;height:10px;background:#2563eb;border-radius:50%}.main-sidebar .sidebar .working-track .track-card .muted{color:#64748b;font-size:12px}@media (max-width: 1000px){.main-sidebar .hamburger{display:flex;height:40px;position:static;background-color:#fff;border:1px solid black;margin:2px;align-items:center}.main-sidebar .collapsed{display:none}.main-sidebar .sidebar{position:absolute;top:0;left:0;z-index:100;width:50%;height:100%;align-items:center;margin-top:45px}}@media (max-width: 420px){.main-sidebar .sidebar{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%;align-items:center}}.main-card{background:#fff;padding:15px;border-radius:10px;box-shadow:0 8px 20px #1221490a;display:flex;flex-direction:column;justify-content:space-between;height:80vh;overflow:scroll}.main-card .section-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}.main-card .section-header h3{margin:0}.main-card .section-header .small{font-size:12px;color:#64748b}.main-card .section-header .controls{display:flex;gap:8px;align-items:center}.main-card .section-header .controls select{padding:6px 8px;border-radius:6px;border:1px solid #e6edf5}.main-card .section-header .controls .link{background:none;border:none;color:#2563eb;cursor:pointer}.main-card .no-content{text-align:center;color:#94a3b8;font-size:15px;margin-top:20px;display:flex;align-items:center;justify-content:center;height:50vh;width:100%}.main-card .main-table{width:100%;border-collapse:collapse;max-height:55vh}.main-card .main-table tr{height:50px}.main-card .main-table :hover{cursor:pointer}.main-card .main-table th{text-align:center;padding:8px 6px;color:#94a3b8;font-weight:600;font-size:13px}.main-card .main-table .prof-pic{padding:10px;display:flex;justify-content:center;align-items:center}.main-card .main-table td{padding:20px 6px;border-top:1px solid #eef3f8;font-size:15px}.main-card .main-table td img{display:flex;align-items:center;justify-content:center;height:40px;width:40px;object-fit:cover;border-radius:100%}.main-card .main-table tr.selected{background:#f8fbff}.main-card .main-table .patient-name{font-weight:600}.main-card .main-table .muted.small{color:#64748b;font-size:12px}.main-card .main-table .center{text-align:center}.main-card .main-table .center .join{background-color:#f6f9fb;color:#1f2937;border:none;text-decoration:none;border-radius:8px;padding:8px 16px;cursor:pointer}.main-card .main-table .center .join:hover{background-color:#2563eb;color:#fff}.main-card .main-table .priority{padding:4px 8px;border-radius:999px;color:#fff;font-size:12px}.main-card .main-table .priority.low{background:#16a34a}.main-card .main-table .priority.medium{background:#f59e0b}.main-card .main-table .priority.high{background:#ef4444}.main-card .patient-detail{margin-top:10px;padding:10px;background:#fbfdff;border-radius:8px}.main-card .patient-detail .small{font-size:12px;color:#64748b}.main-card .pagenav{border:none;background:none}.profile-card{background:#fff;border-radius:16px;box-shadow:0 8px 30px #0000001f;padding:30px;width:400px;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#333}.profile-header{display:flex;align-items:center;margin-bottom:20px}.profile-image{margin-right:20px}.profile-image .profile-pic{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #f0f0f0}.profile-image svg{display:block}.profile-info h1{margin:0 0 5px;font-size:24px;font-weight:700;letter-spacing:-.5px;color:#2c2c2c}.profile-info .username{margin:0;font-size:16px;color:#657786;font-weight:400}.profile-description{margin-bottom:20px}.profile-description p{margin:0 0 12px;font-size:16px;line-height:1.5;color:#555}.profile-description .company{font-weight:600;color:#2c2c2c}.specialties{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:25px}.specialty{display:flex;align-items:center;padding:8px 14px;background:#f8f9fa;border-radius:20px;font-size:14px;color:#495057}.specialty .specialty-icon{margin-right:6px;color:#6c757d;font-size:13px}.session-details{background:#f8f9fa;border-radius:12px;padding:20px;margin-bottom:20px}.session-details h3{margin:0 0 15px;font-size:18px;color:#2c2c2c;font-weight:600}.detail-item{margin-bottom:10px;font-size:15px}.detail-item strong{color:#495057;margin-right:5px}.detail-item:last-child{margin-bottom:0}.join-btn{width:100%;padding:14px 20px;background:#4a6cf7;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease}.join-btn:hover{background:#3b5be3}@media (max-width: 480px){.profile-card{padding:20px}.profile-header{flex-direction:column;text-align:center}.profile-image{margin-right:0;margin-bottom:15px}.specialties{justify-content:center}}.calendar-card{background:#fff;padding:14px;border-radius:10px;box-shadow:0 8px 20px #1221490a}.calendar-card .cal-header{display:flex;justify-content:space-between;align-items:center}.calendar-card .cal-header h3{margin:0}.calendar-card .cal-header .cal-nav button{border:none;background:#f1f5f9;padding:3px 10px;border-radius:6px;margin:0 3px;cursor:pointer}.calendar-card .weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-top:20px;color:#94a3b8;font-weight:600;font-size:12px;text-align:center}.calendar-card .calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;margin-top:8px;font-size:10px}.calendar-card .calendar-grid .blank{min-height:48px}.calendar-card .calendar-grid .day{min-height:56px;border-radius:8px;background:#fff;padding:2px;align-items:center;text-align:left;display:flex;flex-direction:column;justify-content:center;cursor:pointer}.calendar-card .calendar-grid .day .day-num{font-weight:700;color:#1f2937;font-size:small}.calendar-card .calendar-grid .day .dots{margin-top:auto;display:flex;gap:4px}.calendar-card .calendar-grid .day .dot{width:8px;height:8px;border-radius:50%}.calendar-card .calendar-grid .day .dot.green{background:#16a34a}.calendar-card .calendar-grid .day .dot.red{background:#ef4444}.calendar-card .calendar-grid .day .dot.blue{background:#2563eb}.calendar-card .calendar-grid .day .dot.purple{background:#7c3aed}.calendar-card .calendar-grid .day.active{background:#2563eb;color:#fff}.calendar-card .calendar-grid .day.active .day-num{color:#fff}.calendar-card .cal-legend{display:flex;gap:8px;margin-top:12px}.calendar-card .cal-legend .legend{display:flex;gap:6px;align-items:center}.calendar-card .cal-legend .legend .dot{width:10px;height:10px}.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.stats .stat-card{background:#fff;padding:12px;border-radius:10px;box-shadow:0 8px 20px #1221490a;display:flex;gap:12px;align-items:center}.stats .stat-card .icon{font-size:20px;color:#2563eb}.stats .stat-card .stat-body .stat-number{font-size:20px;font-weight:700}.stats .stat-card .stat-body .muted{color:#64748b}.stats .stat-card .user-actions{display:flex;gap:15px;justify-content:center}.stats .stat-card .user-actions .notification-icon{cursor:pointer;color:#333;font-size:1.4rem;transition:color .2s ease;border-radius:100%;border:1px solid black;height:40px;width:40px;padding:5px}.stats .stat-card .user-actions .notification-icon:hover{color:#2563eb}.stats .stat-card .user-actions .profile-btn{cursor:pointer}.stats .stat-card .user-actions .profile-btn .profile-pic{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid transparent;transition:border-color .2s ease}.stats .stat-card .user-actions .profile-btn .profile-pic:hover{border-color:#2563eb}.stats .stat-card .user-actions .profile-btn svg{font-size:1.8rem;color:#333}.stats .center{justify-content:flex-start;border-radius:0%;margin-left:-3px}.modal-overlay{background:#00000080;position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:20px;border-radius:16px;position:relative;max-width:400px;width:100%;animation:fadeIn .2s ease-in-out}.close-btn{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:18px;cursor:pointer}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}*{box-sizing:border-box}.user-dashboard{display:flex;height:100vh;background:#f6f9fb}.user-dashboard .dashboard-content{flex:1;padding:24px;display:flex;flex-direction:column;gap:18px}.user-dashboard .dashboard-content .header{display:flex;justify-content:space-between;align-items:center}.user-dashboard .dashboard-content .header h2{margin:0;font-size:20px;color:#1f2937}.user-dashboard .dashboard-content .header .muted{color:#64748b}.user-dashboard .dashboard-content .header .header-actions{display:flex;gap:12px;align-items:center}.user-dashboard .dashboard-content .header .header-actions svg{color:#475569}.user-dashboard .dashboard-content .header .header-actions img{border-radius:50%;width:40px;height:40px}.user-dashboard .dashboard-content .two-col{display:grid;grid-template-columns:4fr 1fr;gap:16px}.user-dashboard .dashboard-content .two-col .positivity-wrapper{background:#fff;padding:15px;border-radius:10px;box-shadow:0 8px 20px #1221490a;display:flex;flex-direction:column;justify-content:flex-start;height:80vh;overflow:scroll}.user-dashboard .dashboard-content .two-col .filter-sec{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px}.user-dashboard .dashboard-content .two-col .filter-sec .sec{background-color:#fff;padding:20px;width:100%;display:flex;justify-content:center;align-items:center}.user-dashboard .dashboard-content .two-col .filter-sec .sec label{font-weight:600;font-size:1rem;color:#333;min-width:80px}.user-dashboard .dashboard-content .two-col .filter-sec .sec select{padding:6px 12px;font-size:1rem;border:1px solid #ccc;border-radius:4px;background-color:#fff;cursor:pointer;transition:border-color .2s ease}.user-dashboard .dashboard-content .two-col .filter-sec .sec select:focus{outline:none;border-color:#007bff;box-shadow:0 0 5px #007bff80}.user-dashboard .dashboard-content .two-col .filter-sec .sec-full{height:80%;width:100%;background-color:#fff;padding:10px}.user-dashboard .dashboard-content .two-col .filter-sec .sec-full .title{font-weight:700}.user-dashboard .dashboard-content .two-col .filter-sec .newMeeting{color:#2563eb;border:2px solid #2563eb}.user-dashboard .dashboard-content .two-col .filter-sec .newMeeting:hover{background-color:#2563eb;color:#fff;cursor:pointer;transition:all .3s ease}.user-dashboard .dashboard-content .schedule-card{background:#fff;padding:14px;border-radius:10px;box-shadow:0 8px 20px #1221490a}.user-dashboard .dashboard-content .schedule-card .schedule-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.user-dashboard .dashboard-content .schedule-card .schedule-header h3{margin:0}.user-dashboard .dashboard-content .schedule-card .timeline{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.user-dashboard .dashboard-content .schedule-card .timeline .timeline-event{display:flex;justify-content:space-between;align-items:center;padding:10px;border-radius:8px;background:#fbfdff;border:1px solid #eef3f8}.user-dashboard .dashboard-content .schedule-card .timeline .timeline-event .ev-left .ev-title{font-weight:700}.user-dashboard .dashboard-content .schedule-card .timeline .timeline-event .ev-left .small{color:#64748b}.user-dashboard .dashboard-content .schedule-card .timeline .timeline-event .ev-right{display:flex;gap:8px;align-items:center}.user-dashboard .dashboard-content .schedule-card .timeline .timeline-event .ev-right .pill{width:12px;height:12px;border-radius:4px}.user-dashboard .dashboard-content .schedule-card .timeline .timeline-event .ev-right .pill.green{background:#16a34a}.user-dashboard .dashboard-content .schedule-card .timeline .timeline-event .ev-right .pill.red{background:#ef4444}.user-dashboard .dashboard-content .schedule-card .timeline .timeline-event .ev-right .pill.blue{background:#2563eb}.user-dashboard .dashboard-content .schedule-card .timeline .timeline-event .ev-right .pill.purple{background:#7c3aed}.user-dashboard .dashboard-content .schedule-card .timeline .timeline-event .ev-right .btn-del{border:none;background:#fff;color:#ef4444;cursor:pointer}.user-dashboard .dashboard-content .schedule-card .add-event{display:flex;gap:8px;align-items:center}.user-dashboard .dashboard-content .schedule-card .add-event input,.user-dashboard .dashboard-content .schedule-card .add-event select{padding:8px;border-radius:8px;border:1px solid #e6edf5}.user-dashboard .dashboard-content .schedule-card .add-event .btn-add{padding:8px 12px;background:#2563eb;color:#fff;border:none;border-radius:8px;cursor:pointer}.pagination{text-align:end;margin-top:10px}@media (max-width: 1000px){.user-dashboard{flex-direction:column}.user-dashboard .dashboard-content{padding:16px}.user-dashboard .dashboard-content .two-col,.user-dashboard .dashboard-content .stats{grid-template-columns:1fr}}.Category{height:70vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.Category .cat div{background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;height:250px;width:25%;margin:90px 30px;font-size:30px;border-radius:10px;border:4px solid #004dff}.Category .cat div span{font-size:20px}@media (max-width: 780px){.Category{height:80vh}.Category h1{font-size:2rem}.Category div{flex-direction:column;height:50vh;margin:0%}.Category div .cat-cont{margin:10px;flex-direction:row;width:60%;height:200px}.Category div .cat-cont img{width:35%;height:120px}}.calender{width:100%;height:500px;padding:1rem;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.calender .left{display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start;gap:2rem;height:100%;width:40%}.calender .left .react-calendar{width:100%}.calender .left .react-calendar .react-calendar__month-view__weekdays__weekday{display:flex;align-items:center;justify-content:center}.calender .left .react-calendar .react-calendar__navigation{margin-bottom:20px}.calender .right{width:50%}.calender .right .gray{height:100vh;width:100vw;background-color:#dbdcdf4b;position:absolute;z-index:9;top:0;left:0%}.calender .right .signIn{position:absolute;top:35%;left:35%;z-index:10;background-color:#fff;color:#5c5858;border:1px solid black;box-shadow:10px 10px 10px #00000015;height:300px;width:500px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:10px}.calender .right .signIn h3{margin-bottom:10px}.calender .right .signIn button{background-color:#648dff;color:#f0f8ff;margin:20px}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.booking-form{margin:0 auto;padding:2rem;border-radius:8px;width:100%}.booking-form h2{text-align:center;color:#bdb8b8;margin-bottom:1.5rem;font-size:1.8rem}.booking-form form{display:flex;flex-direction:column}.booking-form form input,.booking-form form textarea{padding:10px}.booking-form form input:focus,.booking-form form textarea:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e233}.booking-form form input::placeholder,.booking-form form textarea::placeholder{color:#aaa}.booking-form form textarea{resize:vertical;min-height:100px}.booking-form form button[type=submit]{background-color:#4a90e2;color:#fff;border:none;padding:.8rem 1.5rem;font-size:1rem;border-radius:4px;cursor:pointer;transition:background-color .3s ease;margin-top:.5rem}.booking-form form button[type=submit]:hover{background-color:#3a7bc8}.booking-form form button[type=submit]:active{transform:translateY(1px)}@media (max-width: 480px){.booking-form{padding:1.5rem;margin:0 1rem}.booking-form h2{font-size:1.5rem}.booking-form form{gap:1rem}.booking-form form input,.booking-form form textarea,.booking-form form button[type=submit]{padding:.7rem}}.slot{display:flex;align-items:center;width:100%;margin-top:50px;flex-wrap:wrap;justify-content:center}.slot button{margin-right:5px;margin-bottom:5px}.slot .active{background-color:#004cffd8;color:#f0f8ff}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Category{height:80vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.Category h1{margin:0;text-align:center}.Category .cat{display:flex;justify-content:space-around;align-items:center;width:75vw}.Category .cat div{background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;height:250px;width:25%;margin:90px 30px;font-size:30px;border-radius:10px;border:4px solid #004dff;padding:10px}.Category .cat div:hover{border:6px solid #093bb1;cursor:pointer}.Category .cat div img{height:60%;width:80%;object-fit:contain}.Category .cat div span{font-size:20px;display:flex;align-items:center;justify-content:center;text-align:center;width:100%}@media (max-width: 780px){.Category{height:80vh}.Category h1{font-size:2rem}.Category div{flex-direction:column;height:50vh;margin:0%}.Category div .cat-cont{margin:10px;flex-direction:row;width:70%;height:200px}.Category div .cat-cont img{width:35%;height:120px}}@media (max-width: 450px){.Category{height:80vh}.Category h1{font-size:1.5rem}.Category div{flex-direction:column;height:50vh;margin:0%}.Category div .cat-cont{margin:10px;padding:10px;flex-direction:row;width:90%;height:150px;font-size:10px}.Category div .cat-cont img{width:35%;height:100px}}.back-btn{background-color:#215ce6;color:#f0f8ff;position:absolute;left:10%;margin:100px 10px 10px;top:0}.home-scroll-container{display:flex;width:100%;height:70vh}.home-scroll-container .left{flex:1.2;display:flex;justify-content:center;align-items:center;padding:2rem;overflow:hidden}.home-scroll-container .left .auth-container{width:100%;max-width:480px;padding:2.5rem 2rem;border-radius:12px;background:#fff;box-shadow:0 8px 24px #00000026;font-family:Arial,sans-serif}.home-scroll-container .left .auth-container h2{text-align:center;margin-bottom:2rem;font-size:2rem}.home-scroll-container .left .auth-form{display:flex;flex-direction:column;gap:1.5rem}.home-scroll-container .left .auth-form label{font-weight:700;margin-bottom:.3rem;display:inline-block}.home-scroll-container .left .auth-form input{padding:.75rem;border-radius:6px;border:1px solid #ccc;width:100%}.home-scroll-container .left .auth-form button{padding:.75rem;background-color:#004dff;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem}.home-scroll-container .left .auth-form button:hover{background-color:#0e4d72da}.home-scroll-container .left .switch-text{margin-top:1.5rem;font-size:.95rem;text-align:center}.home-scroll-container .left .switch-text span{color:#007bff;cursor:pointer;text-decoration:underline}.home-scroll-container .right{flex:1;background-color:#eeeded;display:flex;align-items:center;justify-content:center}.home-scroll-container .right img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.home-scroll-container{flex-direction:column;height:auto}.home-scroll-container .right{display:none}.home-scroll-container .left{padding:1rem}.home-scroll-container .auth-container{margin-top:1rem}}.cards{padding:1rem;min-width:30vw}.cards .card-container{display:flex;align-items:flex-start;gap:1.5rem;background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease}.cards .card-container:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0000001f}.cards .card-container .left-section{flex-shrink:0}.cards .card-container .left-section .avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid #eee;background:#f7f7f7}.cards .card-container .left-section .avatar img{width:100%;height:100%;object-fit:cover}.cards .card-container .right-section{flex:1;display:flex;flex-direction:column}.cards .card-container .right-section h2{font-size:1.4rem;margin-bottom:.25rem;font-weight:600;color:#222}.cards .card-container .right-section .speciality{font-size:.95rem;color:#555}.cards .card-container .right-section .speciality span{color:#07f;font-weight:500}.cards .card-container .right-section .divider{margin:.75rem 0;border:none;height:1px;background:#ddd}.cards .card-container .right-section .details{font-size:.9rem;color:#444;margin-bottom:.75rem}.cards .card-container .right-section .details .qualification{font-weight:500;margin-bottom:.25rem}.cards .card-container .right-section .timing{font-size:.9rem;margin-bottom:1rem}.cards .card-container .right-section .timing .days{background:#eef6ff;color:#07f;padding:.25rem .5rem;border-radius:.5rem;font-weight:500}.cards .card-container .right-section .book-btn{padding:.6rem 1.2rem;border:none;border-radius:.5rem;background:#07f;color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;align-self:flex-start;transition:background .2s ease}.cards .card-container .right-section .book-btn:hover{background:#005fcc}@media (max-width: 992px){.cards{min-width:40vw}.cards .card-container{flex-direction:column;align-items:center;text-align:center}.cards .card-container .left-section .avatar{width:100px;height:100px}.cards .card-container .right-section{align-items:center}.cards .card-container .right-section .book-btn{align-self:center}}@media (max-width: 576px){.cards{padding:.5rem;min-width:80vw}.cards .card-container{padding:1rem;gap:1rem}.cards .card-container .right-section h2{font-size:1.2rem}.cards .card-container .right-section .speciality,.cards .card-container .right-section .details{font-size:.85rem}}.list{display:flex;flex-wrap:wrap;justify-content:center;overflow-y:scroll}.appointment{width:100vw;height:70vh;display:flex;justify-content:space-around;align-items:center}.appointment .left{width:60%;display:flex;align-items:center;justify-content:center}.appointment .appointment-form{width:30%;margin:auto;padding:1.5rem;border-radius:12px}.appointment .appointment-form h2{text-align:center;margin-bottom:1rem}.appointment .appointment-form label{display:flex;flex-direction:column;margin-bottom:1rem;font-weight:500}.appointment .appointment-form label input,.appointment .appointment-form label textarea,.appointment .appointment-form label select{margin-top:.3rem;padding:.5rem;border:1px solid #ccc;border-radius:6px;font-size:1rem}.appointment .appointment-form label textarea{resize:vertical;min-height:80px}.appointment .appointment-form button{width:100%;padding:.7rem;font-size:1rem;background:#004dff;color:#fff;border:none;border-radius:8px;cursor:pointer}.appointment .appointment-form button:hover{background:#0056b3}@media (max-width: 600px){.appointment .appointment-form{padding:1rem}.appointment .appointment-form label{font-size:.95rem}}.cal{width:60%;display:flex;align-items:center;flex-direction:column;justify-content:center}.cal .react-calendar__tile--active{background-color:#004cffd8!important;color:#fff!important;border-radius:5px!important}.cal .react-calendar__tile{border-radius:0}.cal .react-calendar__month-view__weekdays abbr{text-decoration:none;cursor:default;margin-top:30px}.cal .react-calendar__month-view__weekdays__weekday{display:flex;align-items:center;justify-content:center;text-decoration:none!important}.cal .react-calendar__navigation{background:#fff;display:flex;justify-content:center;gap:4px;margin-bottom:10px}.register-container{display:flex;justify-content:center;padding:0 1rem}.register-form{width:90vw;max-width:700px;background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 10px #0000001a}.register-form h2{text-align:center;margin-bottom:1.5rem}.register-form .message{text-align:center;color:red;margin-bottom:1rem}.register-form .form-row{display:flex;gap:1rem;margin-bottom:1rem}.register-form .form-row input{flex:1;padding:.8rem;border:1px solid #ccc;border-radius:6px;font-size:1rem}.register-form .form-row input[type=file]{padding:.3rem}.register-form button{width:100%;padding:.9rem;font-size:1rem;background-color:#1d72b8;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .3s ease}.register-form button:hover{background-color:#155d8c}@media (max-width: 768px){.register-form{padding:1.5rem}.form-row{flex-direction:column}.form-row input{width:100%}}.topics-container{width:90vw;max-width:800px;padding:2rem;margin:100px auto;background:#fff;border-radius:12px;box-shadow:0 0 15px #0000001a}.topics-container h2{font-size:2rem;margin-bottom:1rem;text-align:center;color:#333}.topics-container .topics-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;padding:0;margin:0}.topics-container .topics-list .topic-item{padding:10px 15px;background:#f2f2f2;border-radius:8px;text-align:center;font-size:.95rem;color:#444;transition:background .2s ease}.topics-container .topics-list .topic-item:hover{background:#e0e0e0;cursor:pointer}.topics-container .no-topics{color:#888;text-align:center;margin-top:2rem}.create{display:flex;justify-content:center}.create form{display:flex;flex-direction:column;gap:1.2rem;background-color:#fff;border-radius:16px;box-shadow:0 6px 24px #00000014;padding:2.5rem;width:100%;max-width:700px}.create form h2{text-align:center;margin-bottom:1rem;font-size:1.8rem;font-weight:600}.create form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.create form .form-row select,.create form .form-row input{width:100%}.create form textarea,.create form input,.create form select{padding:.9rem 1rem;font-size:1rem;border:1px solid #ddd;border-radius:10px;outline:none;transition:border-color .3s,box-shadow .3s}.create form textarea:focus,.create form input:focus,.create form select:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff26}.create form textarea{resize:vertical;min-height:120px;grid-column:span 2}.create form button{padding:1rem;background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.create form button:hover{background:linear-gradient(135deg,#0056b3,#004494)}@media (max-width: 768px){.create form .form-row{grid-template-columns:1fr}}.batches{max-width:90vw;margin:2rem auto;padding:1rem}.batches h2{font-size:1.8rem;text-align:center;margin-bottom:1rem;color:#333}.batches .filters{display:flex;gap:1rem;flex-wrap:wrap;margin:3rem;justify-content:center}.batches .filters input,.batches .filters select{padding:.5rem .75rem;font-size:1rem;border:1px solid #ccc;border-radius:8px;width:200px}.batches .batch-list{display:flex;gap:1rem}.batches .no-batches{text-align:center;color:#999;font-size:1rem;margin-top:2rem}.batches button{display:inline-block;background-color:#28a745;color:#fff;padding:8px 16px;border-radius:6px;text-decoration:none;font-weight:500}.batches button:hover{background-color:#218838}.batch-card{display:flex;flex-direction:row;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;overflow:hidden;padding:20px;margin-bottom:20px;width:30%;transition:transform .3s ease}.batch-card .left{flex:0 0 100px;display:flex;align-items:center;justify-content:center;padding-right:20px}.batch-card .left img{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #007bff}.batch-card .right{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding-left:10%}.batch-card .right .header{margin-bottom:10px}.batch-card .right .header h3{margin:0;font-size:20px;color:#333}.batch-card .right .header p{margin:4px 0;font-size:14px;color:#777}.batch-card .right p{margin:6px 0;font-size:14px;color:#444}.batch-card .right p strong{font-weight:600;color:#222}.batch-card .right p a{color:#007bff;text-decoration:underline}.batch-card .right p a:hover{text-decoration:none}.batch-card .right .bottom{margin-top:12px;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.batch-card .right .bottom a.join-link{display:flex;background-color:#026cdd;color:#fff;padding:8px 16px;border-radius:6px;text-decoration:none;font-weight:500;justify-content:flex-end}.batch-card .right .bottom a.join-link:hover{cursor:pointer;background-color:#1f7bdd}@media (max-width: 768px){.batch-card{flex-direction:column;align-items:center;text-align:center}.batch-card .left{padding:0 0 16px}.batch-card .left img{width:70px;height:70px}.batch-card .right .bottom{flex-direction:column;align-items:center}.batch-card .right .bottom a.join-link{width:100%;text-align:center}}.habit{height:70vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.habit h1{margin:100px 0 0;text-align:center}.habit .cat{display:flex;justify-content:space-around;align-items:center;width:75vw}.habit .cat div{background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;height:250px;width:30%;margin:90px 30px;font-size:30px;border-radius:10px;border:4px solid #004dff;padding:10px}.habit .cat div:hover{border:6px solid #093bb1;cursor:pointer}.habit .cat div img{height:60%;width:80%;object-fit:contain}.habit .cat div span{font-size:20px;text-align:center}@media (max-width: 800px){.habit{height:80vh}.habit h1{font-size:2rem}.habit div{flex-direction:column;height:50vh;margin:0%}.habit div .cat-cont{margin:10px;flex-direction:row;width:80%;height:200px}.habit div .cat-cont img{width:35%;height:120px}}@media (max-width: 450px){.Category{height:80vh}.Category h1{font-size:1.5rem}.Category div{flex-direction:column;height:50vh;margin:0%}.Category div .cat-cont{margin:10px;flex-direction:row;width:80%;height:150px}.Category div .cat-cont img{width:35%;height:100px}}.quick-appointment-container{text-align:center;padding:2rem;max-width:50vw;align-items:center;justify-content:center;display:flex;height:80vh;margin:auto;background:#fff;border-radius:15px}.quick-appointment-container h2{margin-bottom:.5rem;color:#333}.quick-appointment-container p{margin-bottom:1rem;color:#555}.quick-appointment-container .btn-generate,.quick-appointment-container .btn-cancel{padding:.7rem 1.5rem;font-size:1rem;border:none;border-radius:8px;cursor:pointer;margin-top:1rem}.quick-appointment-container .btn-generate{background:#4cafef;color:#fff}.quick-appointment-container .btn-generate:hover{background:#3498db}.quick-appointment-container .btn-cancel{background:#ff4c4c;color:#fff}.quick-appointment-container .btn-cancel:hover{background:#e63939}.quick-appointment-container .loading-animation{display:flex;justify-content:center;margin:1rem 0}.quick-appointment-container .loading-animation .dot{width:12px;height:12px;margin:0 5px;border-radius:50%;background-color:#4cafef;animation:bounce .6s infinite alternate}.quick-appointment-container .loading-animation .dot1{animation-delay:0s}.quick-appointment-container .loading-animation .dot2{animation-delay:.2s}.quick-appointment-container .loading-animation .dot3{animation-delay:.4s}.quick-appointment-container .meet-link{display:inline-block;background:#27ae60;color:#fff;padding:.8rem 1.5rem;border-radius:8px;text-decoration:none}.quick-appointment-container .meet-link:hover{background:#219150;cursor:pointer}@keyframes bounce{to{transform:translateY(-8px)}}.learning-material{padding:2rem}.learning-material h2{font-size:2rem;margin-bottom:1.5rem;text-align:center}.learning-material .course-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem}.learning-material .course-card{background:#fff;border-radius:12px;box-shadow:0 0 10px #00000014;padding:1rem;display:flex;flex-direction:column;align-items:center}.learning-material .course-card img{width:100%;height:180px;object-fit:cover;border-radius:8px}.learning-material .course-card h3{margin:1rem 0 .5rem;font-size:1.2rem;text-align:center}.learning-material .course-card p{font-size:.95rem;color:#555;text-align:center}.learning-material .course-card .course-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center;width:100%;padding:10px}.learning-material .course-card .course-footer .price{font-weight:700;color:#2c3e50;font-size:1.1rem}.learning-material .course-card .course-footer button{padding:.4rem 1rem;background-color:#007bff;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .3s}.learning-material .course-card .course-footer button:hover{background-color:#0056b3}.quick-appointments{padding:20px;background:#fff;border-radius:10px;margin-top:100px}.quick-appointments h2{margin-bottom:15px;font-size:1.4rem;color:#222}.quick-appointments .filters{display:flex;gap:10px;margin-bottom:15px}.quick-appointments .filters select{padding:6px;border:1px solid #ccc;border-radius:5px}.quick-appointments table{width:100%;border-collapse:collapse}.quick-appointments table th,.quick-appointments table td{padding:10px;border-bottom:1px solid #eee;text-align:left}.quick-appointments table thead{background:#007bff;color:#fff}.quick-appointments table tbody tr:nth-child(2n){background:#f8f9fa}.quick-appointments table .join-btn{padding:5px 10px;background:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s ease-in-out}.quick-appointments table .join-btn:hover{background:#218838}.quick-appointments table .status{display:inline-block;padding:5px 8px;border-radius:4px;font-size:.85rem;color:#fff;font-weight:500}.quick-appointments table .status.pending{background:#ffc107;color:#212529}.quick-appointments table .status.confirmed{background:#17a2b8}.quick-appointments table .status.cancelled{background:#6c757d}.quick-appointments .pagination{margin-top:15px;display:flex;justify-content:center;gap:10px}.quick-appointments .pagination button{padding:6px 12px;border:none;background:#007bff;color:#fff;border-radius:5px;cursor:pointer;transition:background .2s ease-in-out}.quick-appointments .pagination button:hover:not(:disabled){background:#0056b3}.quick-appointments .pagination button:disabled{background:#ccc;cursor:not-allowed}
