.hide-for-pdf{display:none}body,*{box-sizing:border-box;padding:0;margin:0;font-family:Poppins}.App{background-color:#f7e8ff;width:100%;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:20px;gap:20px}.main_login_div{min-height:100vh;height:100vh;width:100vw;overflow:hidden;display:flex;align-items:center;justify-content:center}@font-face{font-family:Product Sans;src:url(/path/to/product-sans.woff2) format("woff2"),url(/path/to/product-sans.woff) format("woff");font-weight:400;font-style:normal}.custom-sidebar{max-height:65vh;width:18%;height:57vh;padding:20px;color:#333;font-family:Segoe UI,sans-serif;display:flex;flex-direction:column;gap:16px;position:fixed;top:175px;left:30px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.custom-sidebar::-webkit-scrollbar{display:none}.menu-group{display:flex;flex-direction:column}.menu-header{font-weight:500;font-size:clamp(12px,1.2vw,14px);cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:10px;transition:background .3s ease}.menu-items{display:flex;flex-direction:column;margin-top:6px;padding-left:10px;gap:6px}.menu-item{display:flex;justify-content:flex-start;gap:8%;align-items:center;padding:8px 12px;border-radius:8px;cursor:pointer;font-size:15px;color:#444}.menu-item:hover{background-color:#e6dbff}.menu-item.selected{background-color:#d9caff;color:#6b4cff;font-weight:500}.rotate{transform:rotate(180deg);transition:transform .3s}.menu-content-text{font-weight:500;font-size:clamp(10px,1.2vw,15px)}.menu-content-text2{font-size:clamp(5px,1.2vw,10px)}.menu-content-text3{font-size:clamp(5px,1.2vw,10px);display:flex;justify-content:flex-end;align-items:center}.menu-item img{width:clamp(8px,1.2vw,18px)}@media screen and (max-width: 1200px){.custom-sidebar{position:fixed;top:145px;left:5px;width:20%}}@media screen and (max-height: 800px){.custom-sidebar{height:51vh}}@media screen and (max-height: 640px){.custom-sidebar{height:45vh}}@media screen and (max-width: 950px){.custom-sidebar{height:52vh}}@media screen and (max-height: 830px) and (max-width: 950px){.custom-sidebar{height:48vh}}@media screen and (max-height: 750px) and (max-width: 950px){.custom-sidebar{height:43vh}}@media screen and (max-height: 600px) and (max-width: 950px){.custom-sidebar{height:35vh}}.sidemanu{background-color:#fdf9ff;width:20%;height:95vh;border-radius:20px;padding:50px 30px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;opacity:0;position:sticky;top:20px;opacity:1}.sidemanu_logo img{width:clamp(70px,10vw,150px)}.sidemanu_profile_icon{display:flex;justify-content:center;align-items:center}@media screen and (max-width: 768px){.sidemanu{display:none}.mainsection{width:100%!important;padding:0!important}}.profile-section{height:8vh;width:100%;border-radius:17px;background-color:#f8ebff;display:flex;justify-content:space-around;align-items:center;padding:2%}.profile-logo{display:flex;justify-content:center;align-items:center;width:3vw;aspect-ratio:1 / 1;overflow:hidden;border-radius:50%;background:#fff3;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3)}.profile-logo img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-name{width:25%}.profile-name-main{font-size:17px;font-weight:600}.profile-name-text{font-size:clamp(7px,.8vw,12px)!important}.logout-button{width:30%;box-shadow:0 4px 12px #00000026;background-color:#726cea;border:none;cursor:pointer}.logout-button:hover{transform:scale(1.03);background-color:#726cea!important}@media screen and (max-width: 1400px){.profile-section{padding:0}}@media screen and (max-width: 950px){.profile-section{flex-direction:column;height:20vh;width:60%}.profile-name{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}}@media screen and (max-width: 800px){.profile-section{width:80%}}.kits-grid-wrapper{padding:16px;background:#f6f3ff;min-height:100vh}.kits-title{text-align:center;font-size:22px;font-weight:600;margin-bottom:18px}.kit-card{background:#fff;border-radius:18px;box-shadow:0 2px 12px #8c64ff14;display:flex;flex-direction:column;align-items:center;padding:18px 8px 12px}.kit-img{width:90px;height:90px;object-fit:contain;margin-bottom:10px}.kit-name{font-size:16px;font-weight:500;text-align:center;color:#222}@media (max-width: 600px){.kits-grid{grid-template-columns:1fr 1fr;gap:12px}.kit-card{padding:12px 4px 8px}.kit-img{width:70px;height:70px}.kits-title{font-size:18px}}.kits-list-wrapper{background:#f6f3ff;padding:16px 0}.kits-list-title{font-size:18px;font-weight:500;margin:12px 0 8px 18px}.kit-list-card{background:#fff;border-radius:16px;box-shadow:0 2px 8px #8c64ff14;display:flex;align-items:center;padding:18px 16px;margin:12px 16px;position:relative}.kit-list-img{width:38px;height:38px;object-fit:contain;margin-right:18px}.kit-list-name{flex:1;display:flex;flex-direction:column;justify-content:center}.kit-list-title{font-size:18px;font-weight:500;color:#222}.kit-list-sub{font-size:13px;color:#888;font-weight:400;margin-bottom:2px}.kit-list-arrow{width:24px;height:24px;margin-left:auto;opacity:.7}@media (max-width: 600px){.kit-list-card{padding:12px 8px;margin:10px 6px}.kit-list-img{width:30px;height:30px;margin-right:10px}.kit-list-title{font-size:16px}}.kits-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}@media (max-width: 600px){.kits-grid{grid-template-columns:1fr 1fr;gap:12px}}.kit-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.kit-card span,.kit-card div{text-align:center;width:100%;justify-content:center;align-items:center;display:flex;flex-direction:column}.navbar{background-color:#fdf9ff;padding:12px 3% 12px 4%;border-radius:15px;display:flex;align-items:center;justify-content:space-between;font-family:Segoe UI,sans-serif}.welcome-section{display:flex;flex-direction:column;min-width:60px}.welcome-section h2{margin:0;font-size:clamp(14px,1.2vw,20px);font-weight:700}.welcome-section p{margin:0;font-size:clamp(10px,1.2vw,14px);color:#666}.search-section{display:flex;justify-content:center;align-items:center;width:40%;background-color:#f2e6ff;padding:14px 10px;border-radius:30px;margin:0 40px}.search-section input{border:none;background:transparent;outline:none;margin-left:10px;width:60%;color:#555;font-size:14px}.info-section{display:flex;align-items:center;gap:5%}.icon{font-size:clamp(12px,1.2vw,15px);color:#333;margin-left:2%}.info-section span{font-size:clamp(9px,1.2vw,15px);color:#333}.info-section img{width:clamp(8px,1.2vw,18px)}.bell-wrapper{background-color:#f2e6ff;padding:8px;width:40px;display:flex;justify-content:center;align-items:center;border-radius:100%;aspect-ratio:1 / 1}.bell-wrapperr{min-width:100px}.order-now-btn{background:#726cea;color:#fff;padding:8px 17%;border-radius:20px;text-decoration:none;font-weight:600;font-size:clamp(10px,12px,14px);box-shadow:0 2px 8px #6c63ff14;transition:background .2s}.order-now-btn:hover{background-color:#d9cbff;color:#726cea}@media screen and (max-width: 1000px){.navbar{position:relative;height:139px;align-items:baseline}.search-section{position:absolute;top:54%;left:0;width:90%;margin:0 4.5%}}.info-section{display:flex;align-items:center;gap:8px;flex-wrap:nowrap}.info-section img{width:clamp(12px,1.5vw,20px);flex-shrink:0}.info-section span{font-size:clamp(10px,1.2vw,12px);color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.bell-wrapper{flex-shrink:0}.dates{display:flex;justify-content:center;align-items:center;gap:6px}@media screen and (max-width: 500px){.info-section{gap:15px;flex-direction:column-reverse}}.kit-table-wrapper{border-radius:15px;width:100%;display:flex;gap:18px;flex-direction:column;margin-top:20px}.table-header{display:flex;justify-content:space-between;align-items:center}.table-header{margin-left:3px}.actions span{margin-right:80px;color:#b6b6c0}.actions button{margin-left:10px;padding:6px 12px;border:none;font-size:15px;border-radius:8px;cursor:pointer;font-weight:500;min-width:100px}.actions .download{background:#7866ff;color:#fff}.actions .delete{background:#ffacb2;color:#bf2643;display:none}.kit-table{height:53vh;display:flex;flex-direction:column;gap:17px;overflow-y:auto;padding-right:10px;scrollbar-width:thin;scrollbar-color:#6e6be6 #f2e6fe}.kit-table::-webkit-scrollbar{width:10px}.kit-table::-webkit-scrollbar-track{background:#f2e6fe;border-radius:8px}.kit-table::-webkit-scrollbar-thumb{background-color:#6e6be6;border-radius:8px;border:2px solid #ffe6f2}.kit-table::-webkit-scrollbar-thumb:hover{background-color:#f7e8ff}.kit-row{background:#fdf9ff;border-radius:20px;padding:10px 16px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 0 0 1px #eee;width:100%}.type,.email{font-size:clamp(9px,1.2vw,12px);color:#999}.badge{padding:7px 10px;border-radius:7px;font-size:14px;font-weight:500;display:inline-block;width:100px;display:flex;justify-content:center;align-items:center}.red{background:#ffacb2;color:#e21d48}.purple{background:#d0fae4;color:#0d948f}.yellow{background:#fef3c6;color:#df9231}.blue{background:#e1e7ff;color:#5e5fed}.green{background:#badff7;color:#2c6899}.gray{background:#eee;color:#666}.icons{display:flex;gap:12px;font-size:18px;color:#555;justify-content:flex-end;width:222px}.checkbox-wrapper{display:flex;justify-content:space-between;align-items:center;position:relative;width:8%;height:28px}.checkinput{opacity:0;position:absolute;width:0;height:0}.checkinput2{background-color:red;border:none}.checkbox-wrapper label{width:25px;height:25px;display:inline-block;border-radius:8px;border:2px solid #7e6eea;background-color:#f4eaff;cursor:pointer;transition:all .2s ease;position:relative}.checkinput:checked+label{background:#5b5ff6;border:none}.checkinput:checked+label:after{content:"✔";color:#fff;font-size:16px;display:flex;justify-content:center;align-items:center}.eye,.downloads{padding:7px;height:35px;width:35px;background:#706ae6;display:flex;justify-content:center;align-items:center;border-radius:10px;border:none;cursor:pointer}.download:hover{background-color:#fff;color:#7369ea}.delete:hover{background-color:#fff}.details{cursor:pointer;height:35px;width:105px;border:none;color:#fff;background:#706ae6;display:flex;justify-content:center;align-items:center;border-radius:10px}.tooltip{position:relative;display:inline-block;cursor:pointer}.tooltip .tooltiptext{visibility:hidden;width:auto;background-color:#555;color:#fff;text-align:center;border-radius:6px;padding:5px 8px;position:absolute;z-index:1;bottom:125%;left:50%;transform:translate(-50%);opacity:0;transition:opacity .3s;font-size:clamp(9px,1.2vw,12px)}.tooltip:hover .tooltiptext{visibility:visible;opacity:1}.table-header-row{display:flex;justify-content:space-between;align-items:center;background-color:#fef9ff;padding:14px 35px 14px 85px;border-radius:20px;color:#a1a1a1;font-weight:500;font-size:14px;margin-bottom:12px}.header-cell{text-align:left}.dropdown-wrapper{position:relative;display:flex;justify-content:flex-start!important;align-items:center}hr{margin-top:20px;margin-bottom:20px}h4{font-size:20px;color:#5c62ec}.header-dropdown{background-color:#f0dcff;padding:6px 12px;border-radius:12px;display:flex;align-items:center;gap:6px;font-size:13px;color:#555;cursor:pointer}.dropdown-options{position:absolute;top:40px;right:0;background:#fff;box-shadow:0 4px 8px #0000001a;border-radius:8px;overflow:hidden;z-index:10;width:max-content}.dropdown-options2{position:absolute;bottom:40px;right:0;background:#fff;box-shadow:0 4px 8px #0000001a;border-radius:8px;overflow:hidden;z-index:10;width:max-content}.dropdown-option{padding:8px 16px;cursor:pointer;font-size:13px;color:#333}.dropdown-option:hover{background-color:#f0dcff}.kit-header{display:flex;justify-content:space-between;align-items:center;background-color:#fef9ff;border-radius:20px;padding:10px 16px}.serialno{width:8%;display:flex;justify-content:flex-start;margin-left:5px}.status-container{width:11%}.kitid{padding-left:30px;display:flex;justify-content:flex-start}.prac{width:35%;padding-left:24.2%}.status{padding-left:55px}.icons2{width:315px;gap:20px;display:flex;justify-content:flex-end;align-items:center}.footer,.footer-meet{position:fixed;bottom:0;right:0;display:flex;margin-top:40px;justify-content:flex-end;width:70%;margin-bottom:40px;margin-right:30px}.rowsperpage{width:50%;color:#677388;font-weight:500;display:flex;justify-content:flex-end;align-items:center}.totalkits{font-weight:500;color:#677388;display:flex;justify-content:center;align-items:center}.footer-btn{background-color:#fff;margin-left:20px;color:#5c62ec;padding:10px 20px;border-radius:20px;border:none;min-width:80px}.footer-btn:hover{cursor:pointer;background-color:#5c62ec;color:#fff}.footer-btn:disabled,.footer-btn:disabled:hover{cursor:not-allowed;background-color:#ccc;color:#666}.no-kit{margin-top:10px;display:flex;justify-content:center;align-items:center;padding:15px 0;color:#726bea;font-weight:500}.custom-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}.custom-modal{background:#fff;padding:20px 30px;border-radius:8px;width:400px;max-width:90%}.prac-name{width:35%;padding-left:10%;text-align:left;white-space:normal}.kit-ids,.prac-name,.sno strong{font-size:clamp(15px,1.2vw,16px)}.kitid-container{padding-left:5px;width:14%}.footer-btns{display:flex;justify-content:flex-end;align-items:center;gap:10px}.disbled{background-color:#eee;color:#aaa;cursor:not-allowed}@media screen and (max-width: 1300px){.prac-name{width:30%;padding-left:5%}.prac{width:30%;padding-left:10%}}@media screen and (max-width: 1100px){.rowsperpage{width:auto}.prac{width:auto;padding-left:10%}.icons2{width:auto;padding-left:0;padding-right:0}.status{padding-left:95px}@media screen and (max-width: 1000px){.kit-table-wrapper{gap:15px}.kitid-container{width:auto;padding-left:0%}.icons{flex-direction:row}.kit-row{flex-direction:column;align-items:flex-start;background-color:#fff;border-radius:12px;box-shadow:0 0 5px #0000000d;padding:16px;margin-bottom:15px;position:relative}.checkbox-wrapper,.kit-header{display:none}.kitid-container{font-size:14px;margin-bottom:8px}.prac-name,.type,.email{font-size:13px;margin-bottom:4px}.prac-name{padding-left:0;width:auto}.prac-name strong{font-size:15px}.status-main{position:absolute;top:16px;right:16px}.icons{display:flex;justify-content:flex-start;gap:10px;margin-top:10px}.icons button{font-size:12px;padding:5px 10px}}}@media screen and (max-width: 890px){.footer-btns{flex-direction:flex;align-items:center;gap:10px}.rowsperpage,.totalkits{font-size:12px}.footer-btn{max-width:160px;padding:10px 0;font-size:14px;text-align:center}}@media screen and (max-width: 700px){.footer{width:87%}}@media screen and (min-height: 880px){.kit-table{height:59vh}}@media screen and (min-height: 930px){.kit-table{height:60vh}}@media screen and (min-height: 1000px){.kit-table{height:62vh}}@media screen and (min-height: 1100px){.kit-table{height:65vh}}@media screen and (min-height: 1200px){.kit-table{height:68vh}}@media screen and (min-height: 1400px){.kit-table{height:72vh}}@media screen and (min-height: 1600px){.kit-table{height:75vh}}@media screen and (min-height: 1900px){.kit-table{height:80vh}}@media screen and (min-height: 2400px){.kit-table{height:84vh}}@media screen and (max-height: 790px) and (max-width: 1000px){.kit-table{height:48vh}}@media screen and (max-height: 710px){.kit-table{height:44vh}}@media screen and (max-height: 660px){.kit-table{height:40vh}}@media screen and (max-width: 500px){.actions span{margin-right:0}.rowsperpage{margin-left:1%;gap:5px;flex-direction:column-reverse}.dropdown-wrapper{margin-left:0!important;width:100%}.header-dropdown{width:100%}.footer-btns{display:flex;flex-direction:column-reverse;margin-right:10px}.footer-btn{padding:2px 0}}@media screen and (max-width: 360px){.App{padding:13px}}.checkbox-wrapper{min-width:98px;width:48px;height:48px}.kit-header{background-color:#fdf9ff}.kit-header .kitid-container,.kit-header .prac-name,.kit-header .status-container{color:#4a3fd1;font-weight:700}.select-all-text{margin-left:8px;color:#6b5de7;font-weight:600;font-size:14px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000}.kit-modal{max-height:80vh;overflow-y:auto;background:#fff;width:40%;padding:24px;border-radius:20px;box-shadow:0 10px 30px #0003;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;color:#726cea}.close-btn{cursor:pointer;font-size:20px;font-weight:700}.modal-body{margin-top:20px}.detail-row{margin-bottom:12px}.detail-row label{font-size:13px;color:#999;display:block}.value{background:#f4f0ff;padding:6px 12px;border-radius:10px;font-weight:500}.modal-footer{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.status-badge.green{background:#badff7;color:#2c6899;padding:6px 12px;border-radius:12px;font-weight:500}.download-btn{background:#726cea;color:#fff;border:none;padding:8px 16px;border-radius:12px;cursor:pointer;font-weight:500}.download-btn:hover{color:#726cea;background-color:#d9cbff;border:none;padding:8px 16px;border-radius:12px;cursor:pointer;font-weight:500;outline:none}.download-btn:disabled{background-color:#eee;color:#aaa;cursor:not-allowed}.btns{display:flex;gap:15px}.modal-textarea{margin-top:1rem;width:100%;outline:none;border:none;border-radius:10px;padding:10px;font-size:16px;color:#333}.modal-textarea:focus{outline:none;border:none}@media screen and (max-width:1150px){.kit-modal{width:50%}}@media screen and (max-width:900px){.kit-modal{width:60%}}@media screen and (max-width: 700px){.kit-modal{width:85%;padding:16px}.modal-footer{flex-direction:column;align-items:flex-start;gap:20px}}.mainsection{width:80%;min-height:95vh;border-radius:20px;overflow:hidden}.loaders{display:flex;justify-content:center;align-items:center;width:100%}.loader-wrapper{margin-top:20px;width:100%;background-color:#fdf9ff;height:83.7vh;padding:2.8% 3.1% 25px;border-radius:20px;display:flex;justify-content:space-between;align-items:center;position:relative}.notforversionone{display:none}.notforversiononehidden{visibility:hidden}@media screen and (max-width: 1000px){.loader-wrapper{height:74.7vh}}@media screen and (max-width: 768px){.mainsection{margin-bottom:65px;min-height:auto}.loader-wrapper{height:67.7vh}}@media screen and (max-height: 780px){.loader-wrapper{height:62.7vh}}@media screen and (max-height: 680px){.loader-wrapper{height:57.7vh}}.teams-container{margin:32px 0;padding:0 24px}.team-section-title{font-size:clamp(24px,3vw,32px);font-weight:800;color:#6c63ff;margin-bottom:32px;text-align:center;text-transform:uppercase;letter-spacing:.5px}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:32px}.team-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 12px #8c64ff14;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.team-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #8c64ff1f}.team-card-image{width:120px;height:120px;border-radius:50%;overflow:hidden;margin-bottom:16px;border:3px solid #f2e6ff}.team-card-image img{width:100%;height:100%;object-fit:cover}.team-card-content{width:100%}.team-member-name{font-size:clamp(16px,1.5vw,20px);font-weight:700;color:#6c63ff;margin:0 0 8px}.team-member-title{font-size:clamp(12px,1.1vw,14px);color:#666;margin:0 0 12px;font-weight:500}.team-member-experience{display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:16px;font-size:clamp(11px,1vw,13px);color:#333}.experience-icon{font-size:14px}.team-member-specializations{margin-bottom:16px;width:100%}.specializations-label{font-size:clamp(11px,1vw,13px);color:#6c63ff;margin:0 0 8px;font-weight:500}.specializations-container{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.specialization-tag{background:#6c63ff;color:#fff;padding:6px 12px;border-radius:20px;font-size:clamp(10px,.9vw,12px);font-weight:500;white-space:nowrap}.book-meeting-btn{background:#6c63ff;color:#fff;border:none;padding:10px 24px;border-radius:20px;font-weight:600;font-size:14px;cursor:pointer;transition:background .2s ease;width:100%;max-width:200px}.book-meeting-btn:hover{background:#5a52d4}@media screen and (max-width: 768px){.team-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.team-card{padding:20px}.team-card-image{width:100px;height:100px}.team-section-title{font-size:clamp(20px,2.5vw,28px);margin-bottom:24px}.specialization-tag{padding:5px 10px;font-size:clamp(9px,.8vw,11px)}}@media screen and (max-width: 600px){.team-grid{grid-template-columns:1fr;gap:16px}.team-card{padding:16px}.team-card-image{width:80px;height:80px}.team-member-name{font-size:clamp(14px,1.3vw,18px)}.team-member-title{font-size:clamp(11px,1vw,13px)}.book-meeting-btn{padding:8px 20px;font-size:13px}.specializations-container{gap:6px}.specialization-tag{padding:4px 8px;font-size:clamp(8px,.7vw,10px)}}@media screen and (max-width: 480px){.teams-container{padding:0 16px}.team-section{margin-bottom:32px}.team-section-title{font-size:clamp(18px,2.2vw,24px);margin-bottom:20px}.team-card{padding:12px}.team-card-image{width:70px;height:70px}.book-meeting-btn{padding:6px 16px;font-size:12px}.specialization-tag{padding:3px 6px;font-size:clamp(7px,.6vw,9px)}}.no-kits-rows{margin-top:32px;height:12vh;width:100%;display:flex;overflow-y:hidden;gap:15px;padding:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.no-kits-rows::-webkit-scrollbar{display:none}.row-item{flex:1 1 calc((100% - 60px)/5);height:100%;border-radius:20px;background-color:#ffffffb5;padding:.5% 4%}.row-item:hover{transform:scale(1.02);transition:all .5s ease;cursor:pointer}.no-icon{margin-top:clamp(13px,1.2vw,30px);height:30%;width:100%;display:flex;justify-content:space-between;align-items:center}.no-icon div{font-weight:600}.no-icon img{width:36%;max-width:100px}.text{font-size:clamp(11px,1.2vw,14px);color:#000;width:12vw}.bigtext{font-size:clamp(15px,1.7vw,35px)}.heading{font-weight:600;color:#000}.overview-row{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:42px;height:50vh}.chart{height:100%;padding:24px 40px;width:64%;border-radius:30px;background-color:#fff}.chart-row1{width:100%;display:flex;justify-content:space-between;align-items:center}.chart-row1 strong{font-size:22px}.chart-row2{font-size:15px;color:#acacac;margin-top:0}.chart-row3{display:flex;align-items:flex-end;justify-content:space-between;padding-top:10px;height:35vh;max-height:40vh;overflow:hidden}.bar-group{display:flex;flex-direction:column;align-items:center;width:100%}.bar{background-color:#ecebff;border-radius:8px;position:relative;transition:all .3s ease}.bar:hover{background-color:#726bea;cursor:pointer;transition:all .3s ease;transform:scaleY(1.04)}.highlight-bar{background-color:#726bea}.tooltip2{position:absolute;top:-32px;left:50%;transform:translate(-50%);background:#000;color:#fff;padding:4px 10px;border-radius:6px;font-size:12px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;z-index:1;display:flex;align-items:center;gap:5px}.bar:hover .tooltip2{opacity:1;visibility:visible}.bar-label{margin-top:8px;font-size:12px;color:#999;text-align:center}.active-label{font-weight:700;color:#333}.tooltip2{position:absolute;top:-32px;background:#000;color:#fff;padding:4px 10px;border-radius:6px;font-size:12px;white-space:nowrap}.dropdown-wrapper{position:relative}.header-dropdown{background:#fafbff;color:#7e7e7e;font-size:10px;padding:6px 20px;border-radius:12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.dropdown-options{position:absolute;top:40px;right:0;background:#fff;box-shadow:0 4px 12px #0000000d;border-radius:10px;z-index:100;overflow:hidden}.dropdown-option{padding:8px 16px;font-size:13px;cursor:pointer;transition:background .2s ease}.dropdown-option:hover{background:#f0f0ff}.top-seller{width:33%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#d5d3ff;padding:24px 18PX 24px 27px;border-radius:30px}.top-seller-text{font-size:22px;font-weight:700}.top-seller-last-row{display:flex;justify-content:space-between;align-items:center;width:100%}.top-btn{height:35px;width:130px;background:#726cea;color:#fff;border:none;border-radius:10px;display:flex;justify-content:center;align-items:center;font-weight:500}.top-btn:hover{cursor:pointer;transition:all .3s ease;transform:scale(1.02);background:#fff;color:#726cea}.gi-axes{font-weight:700}.gut{font-size:clamp(8px,.8vw,11px)!important;font-weight:400}.webinar-results-row{display:flex;gap:20px;margin-top:30px;width:100%}.webinar-card,.kitresults-card{background:#fff;max-height:47vh;min-height:33vh;padding:20px 24px;border-radius:24px;flex:1;box-shadow:0 0 0 1px #eee;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.webinar-card h3,.kitresults-card h3{font-size:clamp(13px,1.2vw,18px);margin-bottom:20px}.webinar-list{display:flex;flex-direction:column;gap:12px}.webinar-item{display:flex;align-items:center;background-color:#f8f4ff;border-radius:12px;padding:12px 16px;gap:14px;font-size:clamp(10px,1.2vw,14px)!important}a{text-decoration:none;color:inherit}.webinar-date{width:50px;text-align:center;display:flex;flex-direction:column;background-color:#ffffffbd;justify-content:center;align-items:center;border-radius:6px;padding:2px}.webinar-date strong{font-size:clamp(13px,1vw,18px)}.webinar-date span{font-size:12px;color:#666}.webinar-info{flex:1}.webinar-title{font-weight:600;font-size:clamp(11px,1.2vw,14px)}.webinar-host{font-size:12px;color:#888}.webinar-time{font-size:13px;color:#555;font-weight:500}.kitresults-header{display:flex;justify-content:space-between;align-items:center}.dropdown-filter{background:#f4f5ff;padding:6px 12px;border-radius:10px;font-size:13px;display:flex;align-items:center;gap:5px;color:#7e7e7e;cursor:pointer}.kitresults-list{margin-top:16px;display:flex;flex-direction:column;gap:12px}.kitresult-item{background:#f5f1ff;border-radius:12px;padding:10px 16px;display:flex;justify-content:space-between;align-items:center;font-size:clamp(10px,1.2vw,14px)}.kit-id{font-weight:600;font-size:clamp(10px,1.2vw,13px)}.kit-user{font-size:clamp(10px,.81vw,13px);color:#555;padding-left:2%;padding-right:2%}.kit-actions{display:flex;gap:10px;font-size:16px;color:#726bea}.img{margin-top:20px;height:322px;width:100%;display:flex;justify-content:center;align-items:center}.img img{width:80%;object-fit:cover;border-radius:20px}.tooltip2.always-visible{opacity:1;visibility:visible}.tooltip button:hover{font-weight:500;background-color:#d9cbff;color:#726cea}@media screen and (max-width: 1250px){.overview-row,.webinar-results-row{display:flex;flex-direction:column;height:auto;width:100%;gap:30px}.chart,.top-seller{width:100%}.img img{width:50%}}@media screen and (max-width: 1050px){.row-item{aspect-ratio:1/1}}@media screen and (max-width: 850px){.img{height:auto}}@media screen and (max-width: 350px){.icons{flex-direction:column}}@media screen and (max-height: 900px){.no-kits-rows{height:14vh}}@media screen and (max-height: 700px){.no-kits-rows{height:18vh}}@media screen and (max-width: 500px){.webinar-list{position:relative}.webinar-item{padding-bottom:45px}.webinar-time{position:absolute;bottom:14px;left:14px;font-size:10px;color:#fff;background-color:#726cea;border-radius:10px;padding:3px 8px}.kitresult-item{position:relative}.kit-user{position:absolute;bottom:8px;left:12px}}.kits-scroll-wrapper{position:relative;display:flex;align-items:center;width:100%}.scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border-radius:50%;box-shadow:0 2px 6px #0000001a;width:45px;height:35px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;-webkit-user-select:none;user-select:none;border:none}.scroll-arrow img{width:18px;height:18px}.scroll-arrow.left{color:#fff;background-color:#726cea;position:absolute;right:50px;top:16.5vh;height:20px;border-radius:8px}.scroll-arrow.right{color:#fff;background-color:#726cea;position:absolute;right:0;top:16.5vh;height:20px;border-radius:8px}@media screen and (max-height: 1100px){.scroll-arrow.right,.scroll-arrow.left{position:absolute;top:17vh}}@media screen and (max-height: 1000px){.scroll-arrow.right,.scroll-arrow.left{position:absolute;top:17.7vh}}@media screen and (max-height: 900px){.scroll-arrow.right,.scroll-arrow.left{position:absolute;top:19.7vh}.img img{width:64%}}@media screen and (max-height: 885px){.scroll-arrow.right,.scroll-arrow.left{position:absolute;top:20.5vh}}@media screen and (max-height: 770px){.scroll-arrow.right,.scroll-arrow.left{position:absolute;top:21vh}.img img{width:57%}}@media screen and (max-height: 700px){.scroll-arrow.right,.scroll-arrow.left{position:absolute;top:26vh}.img img{width:50%}}@media screen and (max-height: 640px){.img img{width:40%}}@media screen and (max-height: 550px){.img img{width:30%}}.scroll-arrow:disabled{opacity:.3;cursor:not-allowed}.bottom-navbar{position:fixed;bottom:0;left:0;right:0;height:65px;background-color:#fff;box-shadow:0 -1px 5px #0000001a;display:none;justify-content:space-around;align-items:center;z-index:999;border-top-left-radius:20px;border-top-right-radius:20px}.bottom-navbar div{display:flex;flex-direction:column;align-items:center;font-size:10px;color:#555;cursor:pointer;width:19%;gap:2px}.bottom-navbar .active{color:#fff;background-color:#6f4ef2;border-radius:20px;padding:4px 20px}.bottom-navbar .active svg{color:#fff;background-color:#6f4ef2}@media screen and (max-width: 768px){.bottom-navbar{display:flex}}.kit-card{cursor:pointer;border-radius:15px;font-size:12px;box-shadow:0 2px 12px #8c64ff14;display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:1 / 1;transition:transform .2s ease,box-shadow .2s ease}.kit-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #8c64ff26}.kit-img-container img{height:80px}.kit-text{height:50px}.main_login_div{width:100%;height:100vh;display:flex}.login_right_section{width:0%;display:flex;flex-direction:column;justify-content:space-between;animation:expandWidthsidee .8s ease-in-out forwards}.login_right_section_upper_img{transform:rotate(180deg)}.login_right_section_lower_img{transform:rotate(90deg)}.login_right_section_form{display:flex;justify-content:center}.login_left_section{background-color:#e6deff;width:50%;height:100vh;animation:expandWidthsidee .8s ease-in-out forwards;background-image:url(/dna%20effect%20-%20white.svg);background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;align-items:center}.login_left_section_content{background-color:#5700da2a;width:40%;height:fit-content;z-index:10!important;background:#ffffff40;box-shadow:0 5px 5px #1f26875e;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);border-radius:10px;border:1px solid rgba(255,255,255,.18);color:#795ea7;padding:50px;font-size:1.5em;font-weight:900}.login_left_section_content_img{margin-bottom:-150px;margin-right:-80px}.login_left_section_svg{width:96%;height:99vh;top:0;left:0}.login_form{width:40%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.login_form_input{width:100%;height:50px;border-radius:15px;border:none;background-color:#f0edffcc;padding-left:40px;outline-offset:none}.input-container{position:relative;width:100%;height:fit-content}.input-icon{position:absolute;top:50%;left:14px;transform:translateY(-50%);color:#999;font-size:1.1em}.login_form_input:focus-visible{outline:none}.login_form_button{border-radius:15px;border:none;background-color:#6e4e9f;color:#fff;font-weight:700;padding:15px 40px;cursor:pointer;transition:.8s ease}.login_form_button:hover{background-color:#e5deff;color:#6e4e9f}@keyframes expandWidthsidee{0%{width:0%}to{width:50%}}.disablebutton{opacity:.5;cursor:not-allowed;pointer-events:none;display:flex;align-items:center;gap:10px}.loader{border:2px solid #f3f3f3;border-top:2px solid #3b82f6;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login_form_heading2{font-weight:400;font-size:17px;color:#797070}.headings{display:flex;flex-direction:column;justify-content:center;align-items:center}.login_form_heading{padding:0;margin:0}.forgot-password-button{color:#6e4e9f;text-decoration:none;font-size:.9em;font-weight:500;border:none;background-color:transparent;cursor:pointer}.forgot-password-button:hover{color:#000}@media (max-width: 900px){.main_login_div{flex-direction:column;height:auto}.login_right_section,.login_left_section{width:100%;min-height:50vh;height:auto;animation:none}.login_left_section{min-height:40vh;padding:20px 0}.login_left_section_content{width:80%;padding:30px;font-size:1.1em}.login_form{width:80%;min-width:220px}}@media (max-width: 600px){.main_login_div{flex-direction:column;height:auto}.login_right_section,.login_left_section{width:100%;min-height:40vh;height:auto;animation:none}.login_left_section_content{width:95%;padding:15px;font-size:1em}.login_form{width:95%;min-width:150px;gap:10px}.login_form_heading{font-size:1.5em}.login_form_heading2{font-size:1em}.login_left_section_content_img{width:100%;margin-bottom:-60px;margin-right:0}.login_form_input{padding-left:38px;font-size:1em}.input-icon{left:10px;font-size:1em}}.profile-wrapper{overflow:auto;margin-top:20px;width:100%;background-color:#fdf9ff;height:83.7vh;padding:2.8% 3.1% 25px;border-radius:20px;display:flex;justify-content:space-between;align-items:center;position:relative}.first-col{height:100%;width:75%;display:flex;flex-direction:column;gap:20px}.second-col{height:100%;width:20%}.row1{width:23%;min-width:180px;height:35px;background-color:#d5d3ff;border-radius:10px;display:flex;justify-content:center;align-items:center;font-size:clamp(10px,.8vw,15px)}.image{height:16rem;width:23%;min-width:180px;background:radial-gradient(circle at top left,#f2e9fd,#e6dfff,#f6efff);border-radius:25px;overflow:hidden;display:flex;align-items:center;justify-content:center}.row2{gap:20px;display:flex;justify-content:space-between;align-items:flex-start}.image img{width:100%;height:100%;object-fit:cover}.text-fields{width:70%;height:100%}.form-section{display:flex;flex-direction:column;gap:3vh;width:100%}.field-group input{background-color:#f6f3ff;border:none;border-radius:10px;padding:10px 12px;font-size:clamp(10px,.8vw,14px);color:#333;outline:none}.address-wrapper{display:flex;flex-direction:column;gap:16px;height:339px}.row1.active-tab{background-color:#e3dbff;color:#333;font-weight:600;padding:8px 16px;border-radius:10px;display:inline-block;font-size:clamp(10px,.8vw,14px)}.row-fields{display:flex;gap:10px}.field-group{display:flex;flex-direction:column;flex:1}.field-group input,.field-group textarea{background-color:#f6f3ff;border:none;border-radius:10px;padding:10px 12px;font-size:clamp(10px,.8vw,14px);color:#333;outline:none;resize:none}.password-field-container{position:relative;width:100%}.password-field-container input{padding-right:40px!important;width:100%;box-sizing:border-box}.password-toggle-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;padding:0;width:20px;height:20px;transition:color .2s ease}.password-toggle-btn:hover{color:#333}.password-toggle-btn:focus{outline:none}.about-wrapper{display:flex;flex-direction:column;gap:16px;width:100%;max-width:280px}.tab-heading{background-color:#e3dbff;color:#333;font-weight:600;padding:8px 16px;border-radius:10px;display:inline-block;font-size:clamp(10px,.8vw,14px)}.field-group{display:flex;flex-direction:column}.field-group label{font-size:clamp(10px,.8vw,14px);margin-bottom:6px;color:#333}.field-group input{background-color:#f6f3ff;border:none;border-radius:10px;padding:10px 12px;font-size:clamp(9px,.8vw,14px);color:#333;outline:none}.save-btn{background-color:#726cea;color:#fff;border:none;padding:7px 36px;border-radius:10px;font-weight:500;font-size:clamp(10px,.8vw,14px);cursor:pointer;align-self:flex-start;position:absolute;bottom:28px;right:44px;transition:.3s ease}.logout-btn{background:#726bea;color:#fff;border:none;border-radius:10px;padding:6px 22px;font-weight:500;font-size:11px;width:100%;cursor:pointer;box-shadow:0 2px 8px #8c64ff14}.logout-btn:not(:disabled):hover{color:#726cea;background-color:#fff;border:2px solid #726cea}.save-btn:disabled{background-color:#ccc;cursor:not-allowed;color:#666}.save-btn:not(:disabled):hover{color:#726cea;background-color:#fff;border:2px solid #726cea}.profile-wrapper .first-row-in-profile{display:flex;justify-content:space-between;gap:20px}.r1{width:23%}.r2{width:70%}.pleaseCorrectPara{font-size:12px;margin-top:5px;margin-left:5px;color:red}@media screen and (max-width: 1300px){.aboutme{min-width:0}}@media screen and (max-width: 1000px){.profile-wrapper{flex-direction:column;height:auto;gap:20px}.first-col,.second-col{width:100%;gap:50px}.about-wrapper{width:100%;max-width:none}.save-btn{position:relative;bottom:0;right:0;margin-top:20px;align-self:center;width:100%}}@media screen and (max-width: 775px){.image{min-width:150px;height:13rem}.row1{min-width:150px}.row-fields{flex-direction:column}.address-wrapper{height:537px}}@media screen and (max-width: 500px){.profile-wrapper{padding:18px}.first-row-in-profile{flex-direction:column-reverse;margin-top:10px;margin-bottom:10px}.row1{width:100%;min-width:0;height:40px;justify-content:center}.row2{flex-direction:column;width:100%}.text-fields{width:100%}}@media screen and (min-width: 1800px){.form-section{gap:4vh}.image{height:18rem}}@media screen and (min-width: 1900px){.form-section{gap:5vh}.image{height:19rem}}@media screen and (min-width: 2000px){.form-section{gap:6vh}.image{height:20rem}}.image-container{position:relative}.profile-image{width:100%;height:auto}.edit-overlay{position:absolute;bottom:10px;right:10px;background-color:#fffc;padding:6px 10px;border-radius:20px;cursor:pointer;font-size:14px;color:#444}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;align-items:center;justify-content:center}.modal-content{background:#fff;padding:20px 30px;border-radius:10px;box-shadow:0 0 10px #0003}.preview-img{width:100px;margin-top:10px;border-radius:8px}.upload-input{margin-bottom:16px;font-size:14px}.profile-body{padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px}.preview-img-box{width:120px;height:120px;object-fit:cover;border-radius:50%;box-shadow:0 2px 8px #726bea33;border:2px solid #726bea}.cancel-btn{background-color:#eaeaea;color:#333}.cancel-btn:hover{background-color:#ccc}.custom-file-upload{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.upload-label{padding:8px 16px;background-color:#726bea;color:#fff;border-radius:6px;cursor:pointer;font-size:14px;transition:background .3s ease}.upload-label:hover{background-color:#5e59d4}.hidden-input{display:none}.file-name{font-size:14px;color:#444}.appointment-container{display:flex;flex-direction:column;gap:32px;padding-top:24px;font-family:Segoe UI,sans-serif}.team-heading{font-size:clamp(25px,2vw,24px);color:#6c63ff;font-weight:600;margin:0;padding-bottom:0;display:inline-block}.practitioner-grid{display:flex;flex-wrap:wrap;gap:16px;flex:2}.card{background:#fff;max-height:335px;padding:10px;border-radius:12px;width:240px;box-shadow:0 2px 10px #0000000d;display:flex;flex-direction:column;justify-content:center;align-content:center}.card-top{height:100%}.image-container{border-radius:12px;background:radial-gradient(circle at top left,#f2e9fd,#e6dfff,#f6efff);display:flex;justify-content:center;align-self:flex-start;padding:0;margin:0 0 7px}.avatar{height:160px;object-fit:cover}.info{display:flex;justify-content:space-between;font-size:14px;color:#555}.btn{background-color:#726cea;color:#fff;border:none;padding:8px;border-radius:8px;margin-top:10px;width:100%;cursor:pointer}.mobile-schedule{max-height:635px;background:#fff;border-radius:16px;padding:13px 24px;max-width:300px;flex:1;box-shadow:0 2px 10px #0000000d;display:flex;flex-direction:column;justify-content:space-between;align-items:space-between;position:relative}.avatar-large{width:100%}.profile-details{text-align:center;background-color:#fff;position:absolute;top:47%;width:84%;border-radius:10px;box-shadow:0 2px 8px #68686826;padding:20px;transition:top .3s ease-in-out}.schedule-section{margin-top:16px}.timeslot-grid{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0;justify-content:center}.slot-btn{border:1px solid #ccc;border:none;border-radius:6px;padding:4px 16px;cursor:pointer;background-color:#fff;box-shadow:0 2px 8px #41414126;font-size:10px}.slot-btn:hover{box-shadow:0 2px 8px #00000091}.slot-btn.active{background-color:#726cea;color:#fff;border-color:#726cea}.appointment-btn{width:100%;background-color:#726cea;color:#fff;padding:10px;border-radius:10px;border:none;cursor:pointer;margin-bottom:10px}.appointment-btn:hover,.btn:hover{color:#726cea;background-color:#fff;box-shadow:0 2px 8px #00000026}.meet-type{flex-wrap:wrap;font-weight:400;color:#3f3e3e;font-size:12px}.meet-type2{flex-wrap:wrap;font-weight:400;color:#b9b9b9;font-size:12px;margin-bottom:10px}.meet-name{font-weight:600}@media screen and (max-width: 1100px){.profile-details{top:40%;width:84.3%}}@media screen and (max-width: 1050px){.profile-details{width:83.2%}}@media screen and (max-width: 950px){.profile-details{top:35%;width:81.5%;padding:8px}}@media screen and (max-width: 820px){.profile-details{top:30%;width:80%}}@media screen and (max-width: 750px){.profile-details{top:25%;width:77%}}@media screen and (max-width: 650px){.profile-details{top:21%;width:72.9%}}@media screen and (max-width: 537px){.profile-details{top:48%;width:85%;margin-bottom:100px}.mobile-schedule{height:600px}}@media screen and (max-width: 455px){.card{width:100%;padding:20px}}.status-text{font-size:12px;padding-bottom:10px}.tags-badgess{font-size:12px;background-color:#f0f0f0;border-radius:10px;padding:5px;width:fit-content;color:#726cea;font-weight:600}.status4{font-size:12px;color:#000}.help-wrapper{margin-top:20px;justify-content:space-between;padding:2rem 4rem;background:#fdf9ff;border-radius:20px;height:84.7vh;overflow:auto}.first-row{display:flex;width:100%;justify-content:center;align-items:center;margin-bottom:5px}.second-row{display:flex;width:100%;justify-content:space-between;gap:16%;margin-bottom:10px}.second-row form,.faq-section{display:flex;flex-direction:column;width:100%}.dropdown select,textarea{width:100%;padding:10px;border-radius:10px;border:none;background-color:#f0ebff;outline:none}textarea{margin-bottom:30px}.part-one,.part-two{width:50%}.ticket-form{width:57%;display:flex;flex-direction:column;align-items:center}.ticket-form h2{font-weight:700;font-size:24px;margin-bottom:10px;text-align:center}.tabs{display:flex;gap:10px;margin-bottom:20px}.tabs button{background:#eee;padding:10px 16px;border-radius:12px;border:none;cursor:pointer}.tabs button.active{background-color:#7065f0;color:#fff}.second-row input,select{outline:none;padding:10px;border-radius:10px;border:none;margin-bottom:15px;background-color:#f0ebff}.submit-btn{background-color:#726bea;color:#fff;padding:10px;border-radius:8px;border:none;cursor:pointer}.submit-btn:hover{color:#726bea;background-color:#bfb6f7}.faq-section{background-color:#efe9ff;padding:25px 35px;border-radius:20px;max-height:52vh;overflow:auto}.faq-header{display:flex;justify-content:space-between;margin-bottom:5px}.faq-search{border-radius:10px;padding:8px;border:none;width:40%}.faq-header input{background-color:#bfb6f7;font-size:10px;min-width:100px}.faq-header input::placeholder{color:#000;opacity:1}select{padding-right:30px;background-color:#f1edff;border-radius:10px;height:40px;border:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><polygon points="0,0 10,0 5,5" fill="black"/></svg>');background-repeat:no-repeat;background-position:right 15px center;background-size:10px}.faq-list{display:flex;flex-direction:column;gap:15px}.faq-item{background-color:#fff;padding:10px;border-radius:10px;border:none;text-align:left;cursor:pointer}.faq-item.active{background-color:#7065f0;color:#fff}.faq-answer-box{max-height:180px;overflow-y:auto;margin-top:20px;background-color:#eee4ff;padding:20px 40px;border-radius:12px;font-size:12px}.faq-answer-box h4{font-size:15px;padding-bottom:10px}@media screen and (max-width: 768px){.help-wrapper{padding:1rem .5rem;height:auto;min-height:100vh;border-radius:15px;margin-top:10px}.first-row{flex-direction:column;align-items:center;margin-bottom:10px}.ticket-form{width:100%;padding:30px}.second-row{flex-direction:column;align-items:center;gap:20px;width:100%;margin-bottom:0}.part-one,.part-two{width:100%;margin-bottom:20px;padding:30px}.faq-section{width:100%}.faq-header{flex-direction:column;align-items:Center;gap:10px}.faq-list{gap:10px}.faq-answer-box{align-items:center;justify-content:center;width:90%;margin-left:20px;font-size:13px;margin-top:15px}.faq-answer-box h4{font-size:14px;padding-bottom:8px}.help-wrapper .dropdown select,.help-wrapper textarea,.help-wrapper input[type=text],.help-wrapper input[type=email]{font-size:15px;padding-left:5px;width:100%}.tabs{flex-direction:column;padding:30px;gap:8px}.tabs button{width:100%;margin-bottom:5px;font-size:15px}}@media screen and (max-width: 480px){.help-wrapper{padding:1rem 2rem 2rem}.faq-answer-box{padding:20px;font-size:12px}.faq-answer-box h4{font-size:13px}.ticket-form h2{font-size:18px}.tabs button{font-size:14px;padding:8px 0}.part-one,.part-two{padding:0}}@media screen and (max-width: 1024px){.ticket-form{width:100%;align-items:flex-start;padding:0}.tabs{flex-direction:row;width:100%;padding:0;gap:8px;justify-content:flex-start}.tabs button{width:auto;min-width:110px;font-size:15px;margin-bottom:0;padding:10px 8px}.ticket-form h2{font-size:22px;margin-bottom:18px}}@media screen and (max-width: 600px){.ticket-form{width:100%;align-items:flex-start;padding:0}.tabs{flex-direction:column;width:100%;padding:0;gap:6px}.tabs button{width:100%;min-width:unset;font-size:14px;margin-bottom:4px;padding:8px 0}.ticket-form h2{font-size:18px;margin-bottom:12px}}@media screen and (max-width: 1024px) and (min-width: 601px){.help-wrapper{overflow-y:auto;max-height:100vh}.second-row{flex-direction:column;gap:24px;margin-bottom:10px;width:100%}.part-one,.part-two{width:100%;margin-bottom:0}.faq-section{margin-top:0}}@media screen and (max-width: 1075px) and (max-height: 546px){.help-wrapper{overflow:auto;padding:1rem .5rem;height:auto;min-height:100vh;border-radius:15px;margin-top:10px}.first-row{flex-direction:column;align-items:center;margin-bottom:10px}.ticket-form{width:100%;padding:30px}.second-row{flex-direction:column;align-items:center;gap:20px;width:100%;margin-bottom:0}.part-one,.part-two{width:100%;margin-bottom:20px;padding:30px}.faq-section{width:100%}.faq-header{flex-direction:column;align-items:center;gap:10px}.faq-list{gap:10px}.faq-answer-box{align-items:center;justify-content:center;width:90%;margin-left:20px;font-size:13px;margin-top:15px}.faq-answer-box h4{font-size:14px;padding-bottom:8px}}.new-ticket-wrapper{background:none;border-radius:0;box-shadow:none;max-width:1400px;margin:0 auto;padding:0 0 60px}.ticket-card{background:#fff;border-radius:16px;border:2px solid #e3d7fa;box-shadow:0 2px 8px #7b6cf633;max-width:100%;margin:20px 0;padding:32px 50px;transition:box-shadow .2s,border .2s;position:relative;display:flex;align-items:flex-start;box-sizing:border-box}.ticket-card:hover{box-shadow:0 4px 16px #7b6cf655;border-color:#b39ddb}.ticket-status-dot{width:16px;height:16px;border-radius:50%;display:inline-block;margin-right:12px;margin-left:0;margin-top:4px}.ticket-status-dot.active{background:#34f841}.ticket-status-dot.inactive{background:#ffd600}.ticket-content{flex:1;display:flex;flex-direction:column;gap:8px}.ticket-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.ticket-number{font-weight:600;font-size:1.2rem}.ticket-type-badge{background:#f6f0ff;color:#7b5aff;border-radius:8px;padding:2px 12px;font-size:.95rem;font-weight:500;margin-left:8px}.ticket-title{font-weight:600;font-size:1.1rem;margin:6px 0 2px}.ticket-description{color:#444;font-size:.8rem;margin-bottom:8px}.ticket-footer{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.ticket-time{color:#888;font-size:.95rem}.ticket-open-btn{background:#7b5aff;color:#fff;border:none;border-radius:24px;padding:8px 32px;font-weight:500;font-size:1rem;cursor:pointer;transition:background .2s;box-shadow:0 1px 4px #7b6cf622}.ticket-open-btn:hover{background:#5a3fd1}.ticket-pagination{display:flex;justify-content:center;gap:16px;position:fixed;bottom:7%;right:100px;z-index:100}.ticket-pagination-btn{border:none;border-radius:24px;background:#fff;color:#7b5aff;font-weight:500;font-size:1rem;padding:8px 28px;cursor:pointer;transition:background .2s,color .2s;display:flex;align-items:center;gap:8px}.ticket-pagination-btn.active:not(:disabled){background:#e0dfdf;color:#7b5aff}.ticket-pagination-btn:hover,.ticket-pagination-btn.active:hover{background:#7b5aff;color:#fff}.ticket-pagination-btn:disabled{background:#ede7f6;color:#bdbdbd;cursor:not-allowed}.ticket-list-scroll{max-height:calc(60vh - 80px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:#7b6cf6 #f3f3f3;padding-right:4px;margin-bottom:60px}.ticket-list-scroll::-webkit-scrollbar{width:8px}.ticket-list-scroll::-webkit-scrollbar-thumb{background:#7b6cf6;border-radius:8px}.ticket-list-scroll::-webkit-scrollbar-track{background:#f3f3f3;border-radius:8px}@media (max-width: 900px){.new-ticket-wrapper{max-width:100%;padding:0 8px}.ticket-card{padding:24px 16px;flex-direction:column;align-items:stretch}.ticket-content{gap:6px}.ticket-header{flex-wrap:wrap;gap:8px}.ticket-title{font-size:1rem}.ticket-description{font-size:.95rem}.ticket-footer{flex-direction:column;align-items:flex-start;gap:8px}.ticket-open-btn{width:100%;padding:10px 0;font-size:1rem}.ticket-pagination{padding-left:0;justify-content:center;margin-top:0;bottom:0;width:100%}.ticket-pagination-btn{padding:8px 16px;font-size:.95rem;gap:4px}.ticket-list-scroll{max-height:320px;padding-right:0;margin-bottom:60px}}@media (max-width: 600px){.new-ticket-wrapper{padding:0 2px}.ticket-card{padding:16px 4px;border-radius:10px;margin:12px 0}.ticket-status-dot{width:12px;height:12px;margin-right:8px;margin-top:2px}.ticket-number{font-size:1rem}.ticket-type-badge{font-size:.85rem;padding:2px 8px;margin-left:4px}.ticket-title{font-size:.98rem;margin:4px 0 2px}.ticket-description{font-size:.9rem;margin-bottom:6px}.ticket-footer{margin-top:4px;gap:6px}.ticket-time{font-size:.9rem}.ticket-open-btn{font-size:.95rem;padding:8px 0;border-radius:16px}.ticket-pagination{gap:8px;margin-top:16px}.ticket-pagination-btn{font-size:.9rem;padding:8px;border-radius:16px}.ticket-list-scroll{max-height:220px;margin-bottom:60px}}.ticket-detail-bg{min-height:100vh;padding:32px 0}.ticket-detail-wrapper{background:none;border-radius:0;box-shadow:none;width:100%;margin:50px 0 0;padding:0 20px}.ticket-detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.ticket-detail-header-left{display:flex;align-items:center;gap:10px;position:relative}.ticket-detail-header-right{display:flex;align-items:center;gap:12px}.ticket-user-badge{background:#eee4ff;color:#3d2176;border-radius:999px;padding:4px 18px;font-size:.98rem;font-weight:500;margin-left:8px;display:flex;align-items:center;height:32px}.ticket-status-dot{width:1em;height:1em;border-radius:50%;display:inline-block;margin-left:-38px;margin-right:10px;background:#34f841;flex-shrink:0}.ticket-number{font-weight:600;font-size:1.5rem;display:inline-block;line-height:1}.ticket-type-badge{background:#f6f0ff;color:#7b5aff;border-radius:8px;padding:2px 12px;font-size:1rem;font-weight:500;margin-left:8px;display:flex;align-items:center;height:2em}.ticket-detail-time{margin-left:auto;color:#888;font-size:.95rem}.ticket-detail-title{font-size:1.5rem;font-weight:600;margin:10px 0}.ticket-detail-description{margin-bottom:20px;color:#444;font-size:1.05rem}.ticket-reply-section{background:#eee4ff;padding:24px 20px 55px;border-radius:16px;margin-top:24px;position:relative}.ticket-reply-label{font-weight:500;margin-bottom:8px}.ticket-reply-textarea{width:100%;min-height:120px;border-radius:16px;border:none;padding:16px;background:#fff;resize:vertical;margin-bottom:16px;font-size:1rem;font-family:inherit;box-sizing:border-box}.ticket-reply-submit-btn{float:right;background:#7b5aff;color:#fff;border:none;border-radius:8px;padding:8px 32px;font-weight:500;font-size:16px;cursor:pointer;transition:background .2s}.ticket-reply-submit-btn:hover{background:#5a3fd1}.ticket-previous-btn{padding:6px 22px;border-radius:8px;background:#eee4ff;color:#3d2176;border:none;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s;display:inline-block;margin-bottom:20px}.ticket-previous-btn:hover{background:#d6c6ff}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#805ad54d;display:flex;justify-content:center;align-items:center;z-index:999}.modal-content{background:#fff;padding:2.5rem;border-radius:1.5rem;text-align:center;width:90%;max-width:400px;position:relative;box-shadow:0 0 20px #00000026}.modal-image{width:250px}.modal-close{position:absolute;top:10px;right:14px;background:transparent;border:none;font-size:24px;cursor:pointer;color:#6c66ea}.modal-content h2{font-size:clamp(2rem,2.5vw,3rem);font-weight:700;color:#6b4ca1;margin:0}.modal-content p{font-size:1rem}.subtext{font-size:.95rem!important;margin-top:1rem;color:#555}.mylabel{display:flex;flex-direction:column;outline:none}input[type=date],.mylabel input[list=countries]{background-color:#eee4ff;border:none;border-radius:10px;padding:10px;font-size:16px;color:#333;-webkit-appearance:none;appearance:none;-moz-appearance:none}.mylabel input:focus,.mylabel select:focus{outline:none;box-shadow:none}.microbiome-form-wrapper{display:flex;justify-content:center;padding:40px;background-color:#f4e9ff;min-height:100vh;min-width:362px}.microbiome-form{background:#ffffff9e;border-radius:20px;padding:40px 60px;max-width:1700px;width:100%}.form-header-item{display:flex;justify-content:center;width:33%}.logo-item{display:flex;justify-content:flex-end;align-items:center}.form-header{display:flex;justify-content:space-between;align-items:center}.form-header h2{font-weight:700;text-align:center;font-size:clamp(24px,2vw,32px)}.form-header img{width:40%;min-width:75px}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 45px;margin-top:30px}.microbiome-form input[type=text],.microbiome-form input[type=number],.microbiome-form input[type=email]{padding:12px 26px;border-radius:10px;border:none;background-color:#f0eaff;font-size:14px}.section{grid-column:1 / -1;margin-top:20px}.checkbox-grid{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}.checkbox-item{background:#efeaff;padding:12px 20px;border-radius:12px;gap:12px;width:24%;font-size:clamp(9px,1vw,13px);display:flex;justify-content:space-around;align-items:center;transition:all .3s ease;cursor:pointer}.button-group{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}.diet-btn{padding:12px 20px;background-color:#dcd2ff;border:none;border-radius:10px;cursor:pointer;font-weight:500}.submit-section{grid-column:1 / -1;display:flex;justify-content:center}.submit-btn{padding:12px 36px;background-color:#7c73f3;color:#fff;font-weight:700;border:none;border-radius:10px;font-size:16px;cursor:pointer}.input-container{display:flex;justify-content:space-between}.second-row-input{width:150px;height:40px}.input-select-wrapper select{margin-right:10px}.custom-checkbox{display:inline-block;position:relative;padding-left:28px;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;justify-content:flex-start;align-items:center}.checkinput2{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{margin-right:30px;position:absolute;right:0;top:auto;height:25px;width:25px;background-color:#fff;border-radius:6px;margin-left:20px;transition:all .2s ease}.checkmark:after{content:"";position:absolute;display:none;left:7px;top:2px;width:6px;height:12px;border:solid #7a5fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.checkinput2:checked~.checkmark{background-color:#ecebff;border-color:#4f44ff}.checkinput2:checked~.checkmark:after{display:block}.antibiotic-toggle{display:flex;gap:20px}.antibiotic-btn{padding:12px 24px;border:none;border-radius:12px;background-color:#efeaff;color:#000;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:10px;transition:all .3s ease}.antibiotic-btn.selected{background-color:#726bea;color:#fff}.last-row{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.short-label{width:45%}.kitid-composite{position:relative;display:flex;justify-content:space-between;border-radius:10px;border:none;background-color:#f0eaff}.kitid-composite .kitid-input{padding-left:44px;padding-right:44px;text-align:center}.kitid-prefix{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-weight:700;color:#333;pointer-events:none;z-index:1}.kitid-suffix{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-weight:700;color:#333;pointer-events:none;z-index:1}@media screen and (max-width: 768px){.kitid-composite .kitid-input{padding-left:40px;padding-right:40px}.kitid-prefix{left:10px}.kitid-suffix{right:6px}}@media screen and (max-width: 480px){.kitid-composite .kitid-input{padding-left:36px;padding-right:36px}.kitid-prefix{left:8px}.kitid-suffix{right:4px}}@media screen and (max-width: 1440px){.form-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 1200px){.checkbox-item{width:32%}}@media screen and (max-width: 1040px){.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px 45px;margin-top:30px}.height-weight{gap:15px}.checkbox-item{width:47%}}@media screen and (max-width: 1000px){.form-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:30px 45px;margin-top:30px}.microbiome-form-wrapper{padding:20px}.height-weight{flex-direction:column}.second-row-input{width:84%}.input-select-wrapper select{min-width:100px}.form-header{display:flex;justify-content:space-between!important}.extra{display:none}.form-heading{width:100%;display:flex;justify-content:flex-start}.form-header h2{text-align:left}}@media screen and (max-width: 850px){.second-row-input{width:82%}.checkbox-item{width:23%;flex-direction:column;align-items:center;justify-content:center;padding:12px 6px;text-align:center}.checkbox-item img{width:40%;max-height:40px;object-fit:contain}.checkbox-label-text{margin-top:6px;font-size:11px;text-align:center}.checkmark{display:none}}@media screen and (max-width: 780px){.second-row-input{width:80%}@media screen and (max-width: 715px){.second-row-input{width:77.5%}}}@media screen and (max-width: 648px){.second-row-input{width:77%}.checkbox-item{width:30%}.microbiome-form{padding:25px}}@media screen and (max-width: 570px){.second-row-input{width:75%}.input-container{gap:23px;flex-direction:column}.short-label{width:100%}}@media screen and (max-width: 530px){.second-row-input{width:73%}.input-container{gap:20px;flex-direction:column}}@media screen and (max-width: 500px){.second-row-input{width:70%}}@media screen and (max-width: 500px){.second-row-input{width:68%}.input-container{gap:20px;flex-direction:column}.short-label{width:100%}}@media screen and (max-width: 435px){.second-row-input{width:62%}}@media screen and (max-width: 415px){.second-row-input{width:57%}.mylabel,.rpcrp-form .section{width:95%}.last-row{flex-direction:column;gap:50px}.submit-btn,.submit-section{width:100%}}.consent-section{margin-top:15px}.consent-checkbox{display:flex;align-items:flex-start;gap:12px;font-size:16px;font-weight:500;cursor:pointer;position:relative;padding:8px 0}.consent-input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.consent-checkmark{position:relative;display:inline-block;width:28px;height:28px;background-color:#f0eaff;border:2px solid #726BEA;border-radius:6px;transition:all .3s ease;flex-shrink:0;margin-top:2px}.consent-checkbox:hover .consent-checkmark{background-color:#e8e4ff;border-color:#5a52d8}.consent-input:checked~.consent-checkmark{background-color:#726bea;border-color:#726bea}.consent-input:checked~.consent-checkmark:after{content:"";position:absolute;left:8px;top:5px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.consent-text-container{display:flex;flex-direction:column;gap:8px;flex:1}.consent-description{font-size:16px;color:#333;line-height:2}.consent-text{font-size:16px;font-weight:500;color:#333}.weight-section,.height-section{margin-top:15px}.weight-input-container,.height-input-container{display:flex;gap:10px;align-items:center;margin-top:10px}.weight-unit-select,.height-unit-select{padding:12px 16px;border-radius:10px;border:none;background-color:#eee4ff;font-size:14px;color:#333;min-width:120px;cursor:pointer}.weight-input,.height-input{padding:12px 16px;border-radius:10px;border:none;background-color:#f0eaff;font-size:14px;flex:1;min-width:150px}.weight-unit-select:focus,.height-unit-select:focus,.weight-input:focus,.height-input:focus{outline:none;box-shadow:0 0 0 2px #726bea33}.ibs-title{font-size:24px;font-weight:700;color:#333;margin-bottom:8px;text-align:left}.ibs-subtitle{font-size:16px;color:#666;margin-bottom:20px;text-align:left}.ibs-questions{display:flex;flex-direction:column;gap:20px}.ibs-question{display:flex;flex-direction:column;gap:8px}.ibs-question label{font-size:16px;font-weight:500;color:#333;line-height:1.4}.ibs-input{padding:12px 16px;border-radius:10px;border:2px solid #eee4ff;background-color:#f0eaff;font-size:16px;color:#333;width:200px;transition:all .3s ease}.ibs-input:focus{outline:none;border-color:#726bea;box-shadow:0 0 0 2px #726bea33}.ibs-input::placeholder{color:#999}.ibs-input::-webkit-outer-spin-button,.ibs-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ibs-input[type=number]{-moz-appearance:textfield}.gsrs-title{font-size:24px;font-weight:700;color:#333;margin-bottom:8px;text-align:left}.gsrs-subtitle{font-size:16px;color:#000;margin-bottom:20px;text-align:left;line-height:1.4}.gsrs-subtitlee{padding-bottom:10px}.gsrs-questions{display:flex;flex-direction:column;gap:25px}.gsrs-question{display:flex;flex-direction:column;gap:12px;padding:20px 20px 60px;background-color:#f8f6ff;border-radius:12px;border:1px solid #eee4ff;position:relative}.gsrs-question.invalid-group{border-color:#e53935!important;box-shadow:0 0 0 2px #e539351f!important}.gsrs-question label{font-size:16px;font-weight:500;color:#333;line-height:1.4}.gsrs-options{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start}.gsrs-option{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;position:relative;min-width:50px}.gsrs-option input[type=radio]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}form.was-validated .gsrs-question:has(input[type=radio][required]):not(:has(input[type=radio]:checked)){border-color:#e57373;box-shadow:0 0 0 2px #e5737326}form.was-validated .gsrs-question:has(input[type=radio][required]):not(:has(input[type=radio]:checked)) .gsrs-radio-checkmark{border-color:#e57373}form.was-validated .gsrs-question:has(input[type=radio][required]):not(:has(input[type=radio]:checked)):after{content:"Please fill this field";color:#d32f2f;font-size:12px;margin-top:8px;display:block}.gsrs-radio-checkmark{position:relative;display:inline-block;width:24px;height:24px;background-color:#f0eaff;border:2px solid #726BEA;border-radius:50%;transition:all .3s ease}.gsrs-option:hover .gsrs-radio-checkmark{background-color:#e8e4ff;border-color:#5a52d8}.gsrs-option input[type=radio]:checked~.gsrs-radio-checkmark{background-color:#726bea;border-color:#726bea}.gsrs-option input[type=radio]:checked~.gsrs-radio-checkmark:after{content:"";position:absolute;left:6px;top:6px;width:8px;height:8px;border-radius:50%;background-color:#fff}.gsrs-option-number{font-size:14px;font-weight:500;color:#333;text-align:center}.gsrs-option-text{position:absolute;bottom:-45px;left:50%;transform:translate(-50%);font-size:12px;color:#666;text-align:center;white-space:nowrap;line-height:1.2;padding-top:8px;z-index:10}.gsrs-option-text-item{display:block;text-align:center}@media screen and (max-width: 768px){.gsrs-options{justify-content:center;flex-wrap:nowrap;gap:4px}.gsrs-option{min-width:35px;flex-shrink:0}.gsrs-radio-checkmark{width:18px;height:18px}.gsrs-option input[type=radio]:checked~.gsrs-radio-checkmark:after{left:4px;top:4px;width:5px;height:5px}.gsrs-option-number{font-size:10px}.gsrs-option-text{bottom:-30px;font-size:10px}}@media screen and (max-width: 480px){.gsrs-question{padding:15px}.gsrs-options{gap:2px;flex-wrap:nowrap}.gsrs-option{min-width:30px;flex-shrink:0}.gsrs-radio-checkmark{width:16px;height:16px}.gsrs-option input[type=radio]:checked~.gsrs-radio-checkmark:after{left:4px;top:4px;width:5px;height:5px}.gsrs-option-number{font-size:9px}.gsrs-option-text{bottom:-25px;font-size:9px}}.health-survey-title{font-size:24px;font-weight:700;color:#333;margin-bottom:8px;text-align:left}.health-survey-subtitle{font-size:16px;color:#666;margin-bottom:20px;text-align:left;line-height:1.4}.health-survey-questions{display:flex;flex-direction:column;gap:25px}.health-survey-question{background:#f8f4ff;padding:20px 20px 60px;border-radius:12px;border:1px solid #e8dfff;position:relative}.health-survey-question.invalid-group{border-color:#e53935!important;box-shadow:0 0 0 2px #e539351f!important}.health-survey-question label{display:block;font-size:16px;font-weight:600;color:#333;margin-bottom:15px;line-height:1.4}.health-survey-question label:hover{color:#726bea}.health-survey-options{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start}.health-survey-option{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;width:40px;height:40px}.health-survey-option input[type=radio]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}form.was-validated .health-survey-question:has(input[type=radio][required]):not(:has(input[type=radio]:checked)){border-color:#e57373;box-shadow:0 0 0 2px #e5737326}form.was-validated .health-survey-question:has(input[type=radio][required]):not(:has(input[type=radio]:checked)) .health-survey-radio-checkmark{border-color:#e57373}form.was-validated .health-survey-question:has(input[type=radio][required]):not(:has(input[type=radio]:checked)):after{content:"Please fill this field";color:#d32f2f;font-size:12px;margin-top:8px;display:block}.health-survey-radio-checkmark{position:absolute;top:0;left:0;height:40px;width:40px;background-color:#fff;border:2px solid #ddd;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.health-survey-option:hover .health-survey-radio-checkmark{border-color:#726bea;background-color:#f0f8ff}.health-survey-option input[type=radio]:checked~.health-survey-radio-checkmark{background-color:#726bea;border-color:#726bea}.health-survey-option-number{position:absolute;z-index:1;font-size:14px;font-weight:600;color:#333;top:50%;left:50%;transform:translate(-50%,-50%)}.health-survey-option input[type=radio]:checked~.health-survey-option-number{color:#fff}.health-survey-option-text{position:absolute;bottom:-35px;left:50%;transform:translate(-50%);font-size:12px;color:#666;text-align:center;white-space:nowrap;line-height:1.2;z-index:10}.health-survey-yes-no{display:flex;gap:20px;margin-bottom:15px}.health-survey-yes-no-option{position:relative;display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:8px 16px;background:#fff;border:2px solid #ddd;border-radius:8px;transition:all .2s ease}.health-survey-yes-no-option:hover{border-color:#726bea;background-color:#f0f8ff}.health-survey-yes-no-option input[type=radio]:checked~span:last-child{color:#fff}.health-survey-yes-no-option:has(input[type=radio]:checked){background-color:#726bea;border-color:#726bea;color:#fff}.health-survey-yes-no-option input[type=radio]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.health-survey-yes-no-option input[type=radio]:checked~.health-survey-yes-no-checkmark:after{content:"";position:absolute;left:4px;top:4px;width:6px;height:6px;border-radius:50%;background-color:#fff;display:none}.health-survey-yes-no-option span:last-child{font-size:16px;font-weight:500;color:#333}.health-survey-yes-no-option input[type=radio]:checked~.health-survey-yes-no-option span:last-child{color:#fff}.health-survey-severity{margin-top:15px;padding-top:15px;border-top:1px solid #e8dfff}.health-survey-severity label{font-size:14px;font-weight:500;color:#555;margin-bottom:10px}@media screen and (max-width: 768px){.health-survey-options{gap:6px;flex-wrap:wrap;justify-content:center;max-width:100%}.health-survey-option{width:35px;height:35px;flex-shrink:0;flex-basis:calc(14.28% - 5.14px);max-width:35px}.health-survey-radio-checkmark{height:35px;width:35px}.health-survey-option-number{font-size:12px;top:50%;left:50%;transform:translate(-50%,-50%)}.health-survey-option-text{bottom:-30px;font-size:10px}.health-survey-yes-no{gap:15px}.health-survey-yes-no-option{padding:6px 12px}}@media screen and (max-width: 480px){.health-survey-options{gap:4px;flex-wrap:wrap;justify-content:center;max-width:100%}.health-survey-option{width:30px;height:30px;flex-shrink:0;flex-basis:calc(14.28% - 3.43px);max-width:30px}.health-survey-radio-checkmark{height:30px;width:30px}.health-survey-option-number{font-size:10px;top:50%;left:50%;transform:translate(-50%,-50%)}.health-survey-option-text{bottom:-25px;font-size:9px}.health-survey-yes-no{flex-direction:column;gap:10px}}@media screen and (max-width: 400px){.health-survey-options{gap:22px}.health-survey-option{width:28px;height:28px;flex-basis:calc(20% - 2.4px);max-width:28px}.health-survey-radio-checkmark{height:28px;width:28px}.health-survey-option-number{font-size:9px}.health-survey-option-text{bottom:-22px;font-size:8px}}.general-health-title{font-size:24px;font-weight:700;color:#333;margin-bottom:20px;text-align:left}.general-health-question{background:#f8f4ff;padding:20px;border-radius:12px;border:1px solid #e8dfff;margin-bottom:20px}.general-health-question.invalid-group{border-color:#e53935!important;box-shadow:0 0 0 2px #e539351f!important}.general-health-question label{display:block;font-size:16px;font-weight:600;color:#333;margin-bottom:15px;line-height:1.4}.general-health-instruction{font-size:14px;color:#666;margin-bottom:15px;font-style:italic}.general-health-options{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-start}.general-health-options.vertical{flex-direction:column;gap:10px}.general-health-option{position:relative;display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;padding:8px 12px;background:#fff;border:2px solid #ddd;border-radius:8px;transition:all .2s ease;min-width:120px}.general-health-option:hover{border-color:#726bea;background-color:#f0f8ff}.general-health-option input[type=radio]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}form.was-validated .general-health-question:has(input[type=radio][required]):not(:has(input[type=radio]:checked)){border-color:#e57373;box-shadow:0 0 0 2px #e5737326}form.was-validated .general-health-question:has(input[type=radio][required]):not(:has(input[type=radio]:checked)) .general-health-option{border-color:#e57373}form.was-validated .general-health-question:has(input[type=radio][required]):not(:has(input[type=radio]:checked)):after{content:"Please fill this field";color:#d32f2f;font-size:12px;margin-top:8px;display:block}.general-health-option:hover .general-health-radio-checkmark{display:none}.general-health-option input[type=radio]:checked~.general-health-radio-checkmark{display:none}.general-health-option input[type=radio]:checked~.general-health-radio-checkmark:after{content:"";position:absolute;left:4px;top:4px;width:6px;height:6px;border-radius:50%;background-color:#fff}.general-health-option-text{font-size:14px;font-weight:500;color:#333}.general-health-option:has(input[type=radio]:checked){background-color:#726bea;border-color:#726bea;color:#fff}.general-health-option input[type=radio]:checked~.general-health-option-text{color:#fff;font-weight:600}@media screen and (max-width: 768px){.general-health-options{gap:8px}.general-health-option{padding:6px 10px;min-width:100px}.general-health-option-text{font-size:13px}}@media screen and (max-width: 480px){.general-health-question{padding:15px}.general-health-options{gap:3px}.general-health-option{padding:6px 8px;min-width:80px}.general-health-option-text{font-size:9px}.general-health-options.vertical{gap:8px}}.btnn{display:flex;justify-content:center;align-items:center;width:100%;background-color:transparent;padding:0;grid-column:1 / -1}.submit-btnn{text-decoration:none;padding:12px 36px;background-color:#7c73f3;color:#fff;font-weight:700;border:none;border-radius:10px;font-size:16px;cursor:pointer}.submit-btnn:hover{background-color:#ceccee;color:#7c73f3}.unfilled-data{color:red}.title-row{margin-bottom:20px}.diet-wrapper{margin-top:20px;width:100%;background-color:#fdf9ff;height:83.7vh;padding:30px 45px 25px;border-radius:20px;display:flex;flex-direction:column;position:relative;overflow-y:auto}.dietLabel{font-size:22px;font-weight:600;display:flex;flex-direction:column;gap:10px;width:100%}.dietInput{background-color:#eee4ff;border:none;width:30%;min-width:200px;border-radius:10px;padding:9px 25px;font-size:16px;color:#333;-webkit-appearance:none;appearance:none;-moz-appearance:none}.dietInput:focus{outline:none;box-shadow:none}.weekdays{margin-top:20px;margin-bottom:20px;display:flex;flex-direction:column;gap:10px;width:100%}.diet-checkbox{width:18%;height:50px;min-width:130px;display:inline-block;position:relative;padding-left:40px;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;justify-content:flex-start;align-items:center;font-size:clamp(10px,1vw,15px);font-weight:400}.diet-checkmark{margin-left:10px;position:absolute;left:0;top:auto;height:22px;width:22px;background-color:#fff;border-radius:6px;transition:all .2s ease}.diet-checkmark:after{content:"";position:absolute;display:none;left:7px;top:2px;width:6px;height:12px;border:solid #7a5fff;border-width:0 3px 3px 0;transform:rotate(45deg)}.checkinput2:checked~.diet-checkmark{background-color:#ecebff;border-color:#4f44ff}.checkinput2:checked~.diet-checkmark:after{display:block}.diet-meal{aspect-ratio:1/1;border-radius:20px;width:13%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:9%;font-weight:400}.meal-image-container{padding:2%;height:60%;width:60%;display:flex;justify-content:center;align-items:center}.meal-image-container img{width:100%;height:100%;object-fit:contain}.meal-text-container{height:20%;font-size:clamp(10px,1vw,18px)}.diet-btn{margin-top:20px}.frequency-selector{margin-top:20px;display:flex;flex-direction:column;align-items:flex-start}.dietSelect{width:30%;min-width:200px;padding:8px 32px;border-radius:8px;background-color:#eee4ff;font-size:14px}.gpt-response h3,.gpt-response h2,.gpt-response h4,.gpt-response h5,.gpt-response h6{font-size:28px;color:#6a68ee;margin-bottom:10px}.gpt-actions{margin-top:45px;display:flex;gap:10px}.gpt-refine{margin-top:20px}.gpt-refine textarea{width:100%;padding:10px;margin-top:5px;border-radius:9px;margin-bottom:10px}.gpt-response b{display:block;font-size:22px;color:#6e4e9f;margin-top:32px;margin-bottom:12px}.gpt-response b.week-heading{page-break-before:always;break-before:page;color:#6e4e9f;font-size:26px;font-weight:700;margin-top:0}.gpt-response br+br{display:none}.gpt-response p:before{content:"";display:block;height:8px}.hide-for-pdf,.pdf-only{display:none}.scrollable-content{max-height:60vh;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.scrollable-content::-webkit-scrollbar{display:none}.mutipleselection{color:gray;font-size:12px}@media screen and (max-width: 1000px){.diet-wrapper{height:75.7vh;padding:30px 30px 25px}}@media screen and (max-width: 768px){.diet-wrapper{height:67.7vh}.dietInput,.dietSelect{width:100%;margin-bottom:10px}.diet-checkbox{width:47%;min-width:unset;margin-bottom:10px}.diet-meal{width:47%;margin-bottom:10px}}@media screen and (max-height: 815px){.diet-wrapper{height:65.7vh}}@media screen and (max-height: 770px){.diet-wrapper{height:63vh}}@media screen and (max-height: 713px){.diet-wrapper{height:60vh}}@media screen and (max-height: 660px){.diet-wrapper{height:58vh}}@media screen and (max-height: 628px){.diet-wrapper{height:55vh}}@media screen and (min-width: 1001px){.diet-wrapper{height:83vh}}@media print{.pdf-header{position:fixed;top:0;left:0;width:100vw;height:90px;z-index:1000;background:#fff}.pdf-footer{position:fixed;bottom:0;left:0;width:100vw;height:60px;z-index:1000;background:#fff}.pdf-content{margin-top:100px;margin-bottom:70px}.pdf-only{display:block!important}.pdf-export-content>*{page-break-inside:avoid;break-inside:avoid;margin-top:12px;margin-bottom:12px}.pdf-export-content{padding-top:24px!important;padding-bottom:24px!important}.pdf-export-content>*:last-child{margin-bottom:0!important}.pdf-export-content h2,.pdf-export-content .week-heading{page-break-before:always;break-before:page}.pdf-export-content,.gpt-response,.pdf-export-content *{display:block!important;height:auto!important;max-height:none!important;overflow:visible!important;break-inside:auto!important;page-break-inside:auto!important;break-after:auto!important;page-break-after:auto!important;break-before:auto!important;page-break-before:auto!important}.diet-wrapper{width:100%!important;background:#fdf9ff!important;color:#5a3fd1!important;padding:24px 32px!important;border-radius:20px!important;box-sizing:border-box;display:block!important;flex-direction:initial!important;align-items:initial!important}.dietLabel,.gpt-response,.diet-wrapper h1,.diet-wrapper h2,.diet-wrapper h3,.diet-wrapper h4,.diet-wrapper h5{color:#6a68ee!important;font-family:inherit!important;font-size:1.2em!important;font-weight:600!important}.gpt-response b{color:#6a68ee!important;font-size:1.1em!important}.diet-wrapper ul,.diet-wrapper ol{margin-left:24px!important;color:#444!important;font-size:1em!important}.diet-wrapper{page-break-inside:avoid}}.crop-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999}.crop-modal{background:#fff;padding:16px;border-radius:8px;max-width:500px;width:90%;height:500px;display:flex;flex-direction:column}.cropper-container{flex:1;position:relative}.crop-controls{margin-top:10px}.crop-controls input[type=range]{width:100%}.modal-buttons{display:flex;justify-content:space-between;margin-top:8px}.checkbox-container{margin-top:25px;margin-bottom:10px;font-size:15px;font-weight:600}.checkbox-container input[type=checkbox]{width:28px;height:28px;border:2px solid #726cea;border-radius:5px;background-color:#e0e0ff;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;cursor:pointer;transition:all .2s ease}.checkbox-container input[type=checkbox]:checked{background-color:#726cea;border-color:#6a6aff}.checkbox-container input[type=checkbox]:checked:before{content:"✓";position:absolute;left:5px;top:0;font-size:16px;color:#fff;font-weight:700}.checkbox-container label{margin-left:10px;cursor:pointer;display:flex;align-items:center;gap:20px}.file-input-container,.preview-container{margin-top:10px}.preview-container img{max-width:150px;border-radius:4px;border:2px dashed #7c73f2}.gpt-refine textarea{resize:none}.header{background-color:#f6f3ff;width:100%!important;min-width:0!important;max-width:100%!important;height:100px;margin:0!important;padding:0!important;box-sizing:border-box;border-radius:0!important;text-align:center;display:flex;justify-content:space-between;align-items:center;left:0;right:0;position:relative}.headerimage{width:20%;height:100%;overflow:hidden;display:flex;justify-content:center;align-items:center}.headerimage img{width:90%;max-width:120px;max-height:80px;height:auto;width:auto}.headtext{font-weight:600;font-size:35px;color:#6e4e9f;align-items:center;text-align:center;margin-bottom:6px}.headtextdiv{flex:1;text-align:right;padding-right:40px;display:flex;flex-direction:column;align-items:flex-end}.footer{height:55px;width:100%!important;margin:0!important;padding:0 32px;box-sizing:border-box;border-radius:0!important;background-color:var(--lightPurple);position:relative;display:flex;align-items:center;justify-content:space-between}.part1,.part2,.icon{display:flex;align-items:center}.icon img{width:30px;margin-right:15px}.sampleid,.part2{font-weight:600;line-height:19px;font-size:13px}@media screen and (max-width: 690px){.rowsperpage,.totalkits{font-size:10px}.footer{padding:0}.header-dropdown{gap:0px}.footer-btn{margin-left:3px}.footer-btns{gap:3px}}.meet-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;padding:32px 16px}.meet-card{background:#fff6ff;border-radius:18px;box-shadow:0 2px 12px #e9e0f7;padding:24px 20px 20px;display:flex;flex-direction:column;min-width:0}.meet-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.meet-card-name{font-weight:700;font-size:1.1rem;color:#000}.meet-card-email,.meet-card-phone{font-size:.7rem;color:#282829;margin-top:2px}.meet-card-time{display:flex;flex-direction:column;align-items:flex-end;gap:2px;min-width:100px}.meet-card-timebox{background:#f9f3ff;color:#76f;font-weight:600;border-radius:8px;padding:4px 16px;font-size:1rem;margin-bottom:2px}.meet-card-date{font-size:.95rem;color:#a09bb7}.meet-card-kits-bg{background:#f6f0ff;border-radius:8px;padding:10px 14px;margin-bottom:10px;margin-top:6px}.meet-card-kits{display:flex;gap:24px;align-items:center}.meet-card-kit-label{font-size:.93rem;color:#000;margin-right:4px;font-weight:700}.meet-card-kit-value{font-size:.98rem;font-weight:600;color:#76f}.meet-card-notes-bg{background:#f6f0ff;border-radius:8px;padding:12px 14px;margin:12px 0 18px}.meet-card-notes{font-size:.97rem;color:#444}.meet-card-notes-label{font-weight:600;color:#000;display:block;margin-bottom:2px}.meet-card-actions{display:flex;gap:16px;margin-top:auto}.meet-card-cancel{background:#ffd6db;color:#e05a6f;border:none;border-radius:8px;padding:10px 22px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s}.meet-card-cancel:hover{background:#ffbfc9}.meet-card-join{background:#76f;color:#fff;border:none;border-radius:8px;padding:10px 22px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s}.meet-card-join:hover{background:#5d4fd6}.meetings-section{display:flex;flex-direction:column;justify-content:space-between}.dropdown-wrapper-meet{margin-top:30px;display:flex;width:98.5%;margin-right:50px;align-items:center;justify-content:space-between;gap:20px}.meet-part1{padding-left:20px}.meet-part2{display:flex;justify-content:flex-end;gap:10px}.header-dropdown-meet{background-color:#fff6ff;padding:6px 12px;border-radius:6px;font-size:13px;color:#555;cursor:pointer;min-width:50px;display:flex;justify-content:center;align-items:center}.dropdown-options2-meet{position:absolute;top:170px;right:30px;background:#fff6ff;box-shadow:0 4px 8px #0000001a;border-radius:8px;overflow:hidden;z-index:10;width:max-content}.webinar-type{background-color:#fff6ff;display:flex;justify-content:center;align-items:center;border-radius:5px;padding:5px 12px;font-size:13px}@media (max-width: 900px){.meet-grid{grid-template-columns:1fr;gap:20px;padding:16px 4px}.meet-card{padding:16px 8px}}.thankyou-wrapper{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem;background-color:#f5e9ff}.thankyou-card{background:#fff;padding:2.5rem;border-radius:20px;max-width:600px;width:100%;text-align:center;box-shadow:0 12px 35px #00000014;animation:fadeIn .6s ease-in-out}.thankyou-icon{font-size:4rem;color:#4caf50;margin-bottom:1rem;animation:popIn .5s ease;height:80px}.thankyou-heading{font-size:4rem;font-weight:700;color:#684897;line-height:1.4}.thankyou-heading2{font-size:20px;color:#684897}.thankyou-message{margin-top:20px;font-size:1rem;color:#666;margin-bottom:2rem;line-height:1.6}.thankyou-btn{background:linear-gradient(90deg,#6c5ce7,#8e7cfb);color:#fff;padding:.9rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #6c5ce74d}.thankyou-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6c5ce766}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 500px){.thankyou-card{padding:1.5rem}.thankyou-heading{font-size:2.2rem}.thankyou-heading2{font-size:.8rem}.thankyou-message{font-size:.9rem}.thankyou-btn{padding:.7rem 1.5rem;font-size:.9rem}}.content-container{display:flex;justify-content:space-between;gap:20px}.left-column,.right-column{flex:1;padding:25px;background-color:#fef9ff;border-radius:15px;margin-top:30px}.input-group{margin-bottom:10px}.input-group label{display:block;margin-bottom:5px}.input-group input{background-color:#efeafe;width:100%;padding:8px;border:none;border-radius:8px;outline:none}.adminbutton{padding:7px 15px;background-color:#746eda;color:#fff;border:none;width:100%;border-radius:8px;cursor:pointer}.adminbutton:hover{background-color:#5c3e8b}.submitted-info{border:none;background-color:#f9f9f9}.submitted-info p{margin-bottom:10px}.data-saved-message{display:flex;justify-content:center;align-items:center;height:100%;font-size:20px;color:#756ddd;font-weight:600}.submitted-info{display:flex;flex-direction:column;gap:8px;max-width:400px}.info-row{display:flex;justify-content:flex-start;gap:10px}.info-key{font-weight:600;min-width:120px}.info-value{flex:1}.consult-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;min-width:320px;max-width:90vw;box-shadow:0 4px 24px #bdb6e6;font-size:1.2rem;animation:fadeInPop .3s}@keyframes fadeInPop{0%{opacity:0;transform:translate(-50%,-60%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.consult-survey-wrapper{padding:32px 16px;background:#f9f3ff;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.consult-form{background:#fff;border-radius:18px;box-shadow:0 2px 12px #e9e0f7;padding:40px 48px 32px;max-width:820px;width:100%;display:flex;flex-direction:column;gap:28px;align-items:stretch}.consult-form h2{color:#726bea;font-size:2.4rem;margin-bottom:32px;font-weight:700;text-align:center}.consult-form label{font-weight:600;color:#3a3558;display:flex;flex-direction:column;gap:8px;font-size:16px}.consult-form input[type=text],.consult-form input[type=number],.consult-form textarea{background:#f6f0ff;border:none;border-radius:8px;padding:10px 14px;font-size:1rem;color:#3a3558;margin-top:2px;resize:none}.consult-form textarea{min-height:60px;max-height:180px}.radio-group{display:flex;gap:24px;margin-top:4px}.radio-group label{font-weight:500;color:#726bea;flex-direction:row;align-items:center;gap:6px}.consult-btn{background:#726bea;color:#fff;border:none;border-radius:8px;padding:12px 0;font-size:1.1rem;font-weight:700;margin-top:10px;cursor:pointer;transition:background .2s}.consult-btn:hover{background:#5d4fd6}.consult-success{color:#3a3558;background:#e6e0ff;border-radius:8px;padding:12px 0;margin-top:18px;text-align:center;font-weight:600}
