body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.dashboard-container{display:flex;height:100vh}.loadMoreBtn{width:120px;height:33px;border:none;background:#26a5ff;color:#fff;border-radius:4px;font-size:17px;cursor:pointer}.load-more-container{text-align:center;padding:2em}.navbar-container{position:fixed;top:1em;background:#fff;margin:0%;padding:0%}.navbar{position:sticky;top:0;display:flex;gap:11px;align-items:center;justify-content:space-around}.menuIcon{cursor:pointer}.leftPanelHeader{display:flex;align-items:center;margin-left:25px}.sidebar{display:block;background-color:#f0f0f0;width:250px;height:100%;border-right:1px solid #ccc}.showPanel{display:none}.sidebar ul{list-style:none;padding:0}.sidebar-item{padding:1px 15px;border-radius:6px;margin-bottom:.5rem;cursor:pointer;transition:background-color .3s ease;display:flex;gap:11px;align-items:center}.sidebar-item img{width:20px;height:20px}.sidebar .heading{font-weight:500;font-size:30px;position:relative;left:.5em}.sidebar-item:hover{background-color:#ddd}.sidebar-item.active{background-color:#ccc;font-weight:500}.dashboard-page{flex:1;padding:2em}.header{display:flex;align-items:center;justify-content:space-between;margin-top:-3em}.header p{font-weight:700;font-size:33px}.header button{width:140px;height:40px;background-color:#42b2fd;border:none;border-radius:4px;font-size:18px;color:#fff;outline:none}.searchs{display:flex;align-items:center;justify-content:space-between;margin-top:11px;width:1045px}.searchs input{width:100%;font-size:18px;border:1px solid black;text-decoration:none;padding:9px 9px 9px 2em}.searchs img{width:26px}.searchs img{position:relative;left:.6em;top:7px}.gymName{margin-top:15px;font-size:33px}#category{width:320px;border:1px solid black;font-size:20px;padding:9px;text-decoration:none;cursor:pointer}.card-container{height:200px}.card{scroll-snap-align:start;display:flex;align-items:center;justify-content:space-around;background-color:#fff;border-radius:6px;border:3px solid rgb(233,233,233);padding:6px;margin-top:18px;cursor:pointer}.card:hover{border:3px solid rgb(233,233,233);box-shadow:0 3px 3px 3px #e4e4e3}.card p{font-weight:500}.card img{width:100px;height:86px;border-radius:12%}.card .delete-icon{width:26px;height:27px;margin-top:6px;cursor:pointer}.card .gray{color:#787878;font-weight:400;max-width:220px}.card p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-content{width:250px}.card .expired{background:#ffa6a6;border-radius:4px;padding:2px 8px;width:fit-content}.view-more{display:flex;gap:6px;align-items:center;color:#009eff;cursor:pointer}.view-more img{width:11px;height:14px;margin-top:4px}.new-member input{width:300px;padding:7px;font-size:16px;margin-top:8px}.update-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-10%);z-index:99;text-align:center}.loader{text-align:center}.loader p,.update-loader p{font-weight:600;font-size:24px}.closePanel{position:relative;left:7px;top:1px;cursor:pointer}.form{display:flex;gap:1em;flex-wrap:wrap;align-items:center}.materialInput{width:250px;margin-top:11px}.addUser{display:flex;justify-content:center}.addUser button{width:130px;height:38px;border:none;background:#26a5ff;color:#fff;font-size:22px;border-radius:4px;cursor:pointer}.profile-view-header{box-shadow:#00000029 0 1px 4px;display:flex;align-items:center;justify-content:space-between;padding:11px}.profile-view{box-shadow:#00000029 0 1px 4px;display:flex;align-items:center;justify-content:space-around;padding:11px;margin-top:11px}.userImage{display:flex;flex-direction:column}.userImage button{border-radius:4px;height:40px;background:#02de75;color:#fff;border:none;font-size:20px;margin-top:25px}.userImage img{background:#00bdff;width:200px;max-height:220px;border-radius:12px;margin:auto}.userImage .whatsapp{background-color:#01ff72;width:40px;height:40px;padding:5px}.detailInfo span{display:flex;align-items:center}.detailInfo p{font-size:18px}.fieldName{color:#000;font-weight:500}.fieldValue{color:gray;margin-left:4px}.header-cards{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;padding:16px;box-sizing:border-box;width:100%;margin-top:-1em}.count-card{flex:1 1 220px;max-width:250px;height:95px;background-color:#add8e6;color:#fff;border-radius:11px;cursor:pointer;text-align:center;padding:10px;box-sizing:border-box;transition:.3s ease}.count-card:hover{transform:"scale(1.02)";box-shadow:""}.count-card p{font-size:26px;font-weight:600;margin-top:0}.count-card .count{margin-top:-22px}.img-container{width:300px;margin:auto}.uploadBox{border:2px dashed silver;border-radius:5%;padding:15px;text-align:center;margin-top:44px}.inputFiles{display:none}.browseImg{display:flex;align-items:center;gap:3px;cursor:pointer;background-color:#ed0221;border-radius:5px;font-weight:500;font-size:15px;border:none;color:#fff;padding:4px;width:142px}.stopCapturing{display:flex;justify-content:center;cursor:pointer;background-color:#ed0221;border-radius:3px;font-weight:500;font-size:15px;border:none;color:#fff;padding:4px;width:110px;margin:auto;position:relative;top:2.1em}.uploadBox img{width:100%;max-height:170px;border-radius:8px}.imageBtns{display:flex;align-items:center;gap:11px;justify-content:center;margin-top:8px}.delete-img{position:relative;cursor:pointer;top:1.8em;left:5.5em}.img-icon{font-size:19px}.fees-detail{width:97%}@media (min-width: 1200px){.navbar{gap:49em}}@media (max-width: 1200px){.leftPanelHeader{gap:4px;margin-left:6px}.leftPanelHeader .heading{font-size:25px}.searchs{display:flex;justify-content:space-around;width:99%}.searchs input,#category{width:13em}.count-card{width:240px}.card{width:96%}}@media (max-width: 1155px){.mobile-view{display:none}}@media (max-width: 1110px){.dashboard-page{padding:1em}}@media (max-width: 1024px){.navbar-container{margin:0%;padding:0%;top:0%;left:0%}.sidebar{width:200px;position:fixed;z-index:99}.dashboard-page{padding:1em}.header{flex-direction:column;align-items:flex-start;gap:1em;margin-top:0}.header p{font-size:26px}.header button{width:100%}.gymName{font-size:26px}}@media (max-width: 950px) and (min-width: 755px){.fees-detail{width:96%}}@media (max-width: 768px){.searchs{display:flex;gap:22px;justify-content:center;margin-left:.47em}.searchs input{font-size:16px;width:12.4em}#category{width:13.2em}.dashboard-container{flex-direction:column}.showPanel .open{left:0}.showPanel .heading{font-weight:500;font-size:25px;position:relative;left:.7em}.showPanel ul{list-style:none;padding:0}.mobile-header{display:flex;justify-content:space-between;align-items:center;background-color:#f0f0f0;padding:1em;position:sticky;top:0;z-index:999}.hamburger{font-size:24px;background:none;border:none;cursor:pointer}.card{gap:1em;width:96%}.card-content{width:200px}.card img{width:80px;height:70px}.new-member input{width:100%}#category{font-size:18px}.mobile-view{display:none}.card-container{height:200px}.card p{font-size:13px}.profile-view{display:block}.detailInfo p{font-size:16px}.fees-detail{width:95%}}@media (max-width: 645px){.form{justify-content:center}}@media (min-width: 550px) and (max-width: 590px){.card-content{width:150px}.fees-detail{width:94%}}@media (max-width: 550px){.count-card{flex:1 1 33%;max-width:100%}.count-card p{font-size:22px;margin-top:11px}.searchs{display:flex;gap:8px;margin-left:4px}.searchs input{width:75%}#category{width:11.9em}.card p{font-size:12px}.card-content{width:120px}}@media (max-width: 510px){.searchs{margin-left:1px}.searchs input{width:67%}#category{width:10em}.fees-detail{width:93%}}@media (max-width: 480px){.header p,.gymName{font-size:22px}.searchs{display:block;margin-left:1.2em}.searchs input{width:83%}#category{width:92.3%;margin-top:11px;font-size:16px}.card img{width:70px;height:65px}.card .delete-icon{width:24px;height:24px}.card-content{width:95px}}@media (max-width: 450px){.count-card{flex:1 1 33%;max-width:100%}.count-card p{font-size:18px}.count-card .count{margin-top:-13px}}@media (min-width: 440px) and (max-width: 470px){#category{width:92.5%;margin-top:11px}}@media (max-width: 440px){.searchs input{width:81%}#category{width:91.2%;margin-top:11px}.img-container{width:270px}.browseImg{font-size:13px}}@media (max-width: 420px){.searchs input{width:80%}#category{width:90.6%;margin-top:11px}.card p{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.delete-img{left:5em}.loadMoreBtn{width:90px;height:28px;font-size:15px}}@media (max-width: 392px){.searchs input{width:79%}#category{width:90.6%;margin-top:11px}.card{gap:7px}.detailInfo p{font-size:13px}.img-container{width:250px}.browseImg{font-size:11px}}@media (max-width: 380px){.searchs input{width:78%}#category{width:89.99%;margin-top:11px}.card{gap:5px}.card-content{width:90px}}@media (max-width: 370px){.count-card p{font-size:16px}.img-container{width:235px}.browseImg{font-size:10px;gap:2px}}@media (max-width: 360px){.searchs input{width:77%}#category{width:89.5%;margin-top:11px}.count-card p{font-size:16px}.card-content{width:85px}}@media (max-width: 340px){.searchs input{width:74%}#category{width:87.4%;margin-top:11px}.count-card p{font-size:15px}}@media (max-width: 325px){.searchs input{width:72%}#category{width:86.1%;margin-top:11px}}
