@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap";body{margin:0;padding:0;font-family:Inter}#root{width:100vw;height:100vh}.simple-table{width:100%;height:100%;table-layout:fixed;border-collapse:collapse;font-family:Inter,sans-serif;display:block}.simple-table thead{text-align:left;height:50px;max-height:50px;background-color:#3758f9;color:#fff;display:block}.simple-table thead>tr{display:table;table-layout:fixed;width:100%;height:100%}.simple-table thead>tr>th{position:sticky;top:0;z-index:1;background-color:#3758f9;color:#fff;font-family:Inter}.simple-table thead>tr>th:first-child{padding:0 0 0 20px}.simple-table tbody{display:block;height:calc(100% - 50px);overflow-y:auto}.simple-table tbody>tr{display:table;table-layout:fixed;width:100%}.simple-table tbody tr.isDeletingRow{position:relative}.simple-table tbody tr.isDeletingRow:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;opacity:.6;background-color:#ff6464}.simple-table tbody>tr>td:first-child{padding:0 0 0 20px}.simple-table tbody>tr>td{font-family:Inter}.simple-table tbody .img-wrapper{width:50px;height:50px;overflow:hidden;border-radius:8px}.sub-data-table{font-family:Inter,sans-serif;display:flex;flex-direction:column;gap:20px;background-color:#f0f3fe;max-height:0;padding:0 0 0 50px;overflow:hidden;transition:max-height .5s ease-out}.open{max-height:400px;overflow:auto;padding:0 10px 20px 50px}.sub-data-table .head{text-transform:capitalize;font-weight:700;font-size:22px;margin:5px 0}.sub-data-table .wrapper{border:1px solid #3758f91a;background-color:#fff;border-radius:8px;display:flex;gap:10px;align-items:center;justify-content:start;padding:10px}.sub-data-table .wrapper .img-div{width:50px;height:50px;border-radius:8px;overflow:hidden}.sub-data-table .wrapper .img-div img{object-fit:cover!important}.workout-wrapper{height:100%}.workout-wrapper .workout-head{font-weight:700;font-size:28px;line-height:100%}.workout-wrapper .recent-workout{padding:20px;border-radius:8px;margin-top:20px;height:70dvh}.workout-wrapper .table-wrapper{width:100%;height:100%;border-radius:8px;overflow:auto;background:linear-gradient(180deg,#fdfdff,#f3f6ff);box-shadow:4px 0 24px #00000014}.workout-wrapper .table-wrapper::-webkit-scrollbar{width:8px;height:0;background-color:transparent}.workout-wrapper .table-wrapper:hover::-webkit-scrollbar{width:8px}.workout-wrapper .table-wrapper::-webkit-scrollbar-track{background:transparent}.workout-wrapper.table-wrapper::-webkit-scrollbar-thumb{background:transparent;border-radius:5px}.workout-wrapper .table-wrapper:hover::-webkit-scrollbar-thumb{background:#18181826}.workout-wrapper .workout-head-wrapper{display:flex;justify-content:space-between;align-items:center}.workout-wrapper .workout-head-wrapper .button-wrapper .create-workout{background-color:#3758f9;border-radius:8px;color:#fff;display:flex;gap:4px;padding:11px 14px}.update-workout-order{background-color:#3758f9!important;border-radius:8px!important;color:#fff!important;display:flex!important;gap:4px!important;padding:11px 14px!important}.settings-form-control{display:flex;gap:20px}.settings-form-control .settings-block{flex-grow:1;display:flex;flex-direction:column;gap:5px}.setting-form{gap:50px!important;display:flex;flex-direction:column;gap:20px}.settings-form-head{font-weight:600!important}.upload-img-wrapper .upload-img .img-preview-wrapper img{width:100%;height:100%;border-radius:10px;object-fit:contain}.upload-img-wrapper{width:100%;height:200px;display:flex;background-color:#eff2ff;padding:5px;border-radius:8px;overflow:hidden}.drag-area:after{content:"Drag & Drop your file here";position:absolute;width:100%;height:100%;display:flex;justify-content:center;top:0;-webkit-backdrop-filter:contrast(.5) blur(1.5px);backdrop-filter:contrast(.5) blur(1.5px);flex-direction:column;align-items:center;font-size:28px;color:#fff;font-weight:700;font-family:Futura PT;z-index:10}.upload-img-wrapper .upload-img{width:100%;height:100%;flex-grow:1;display:flex;justify-content:center;align-items:center;background-color:transparent;position:relative;border:2px dashed #3758f9;border-radius:8px}.upload-img-wrapper .upload-img .img-preview-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.upload-img-wrapper .upload-img .img-preview-wrapper .cancel-btn{position:absolute;top:10px;right:10px;z-index:9;-webkit-backdrop-filter:contrast(.5) blur(1.5px);backdrop-filter:contrast(.5) blur(1.5px);min-width:0}.upload-img-wrapper .upload-img .img-preview-wrapper video{width:100%;height:100%;border-radius:10px;object-fit:contain}.dashbaord-wrapper{height:100%}.dashbaord-wrapper .dashboard-head{font-weight:700;font-size:28px;line-height:100%}.dashbaord-wrapper .dashboard-cards-wrapper{display:flex;flex-wrap:nowrap;gap:30px;margin-top:30px;justify-content:space-between}.dashbaord-wrapper .dashboard-cards-wrapper .card-ds{flex-grow:1;padding:20px;background-color:#fdfdff;background:linear-gradient(180deg,#fdfdff,#f3f6ff);box-shadow:4px 0 24px #00000014;border-radius:8px}.dashbaord-wrapper .dashboard-cards-wrapper .card-ds .img-wrapper{width:26%;overflow:hidden;max-width:95px}.dashbaord-wrapper .dashboard-cards-wrapper .card-ds .content{margin-top:20px}.dashbaord-wrapper .dashboard-cards-wrapper .card-ds .content .count{font-size:31px;font-weight:700;display:block}.dashbaord-wrapper .dashboard-cards-wrapper .card-ds .content .label{font-size:16px;font-weight:500;display:block}.dashbaord-wrapper .recent-workout{padding:20px;border-radius:8px;margin-top:45px}.dashbaord-wrapper .recent-workout .head{font-size:24px;font-weight:600}.dashbaord-wrapper .recent-workout .view_more_div{display:flex;align-items:end;justify-content:end}.dashbaord-wrapper .recent-workout .view_more_div .view_more{font-size:14px;text-decoration:underline;color:#3758f9;cursor:pointer}.dashbaord-wrapper .table-wrapper{width:100%;height:40dvh;border-radius:8px;overflow:hidden;box-sizing:border-box;background:linear-gradient(180deg,#fdfdff,#f3f6ff);box-shadow:4px 0 24px #00000014}.dashbaord-wrapper .table-wrapper::-webkit-scrollbar{width:8px;background-color:transparent}.dashbaord-wrapper .table-wrapper:hover::-webkit-scrollbar{width:8px}.dashbaord-wrapper .table-wrapper::-webkit-scrollbar-track{background:transparent;background-color:transparent}.dashbaord-wrapper .table-wrapper::-webkit-scrollbar-thumb{background:transparent;border-radius:5px}.dashbaord-wrapper .table-wrapper:hover::-webkit-scrollbar-thumb{background:#18181826}.Exercise-head-wrapper{display:flex;align-items:center}.create-exercise-form-wrapper{background:linear-gradient(180deg,#fdfdff,#f3f6ff);box-shadow:4px 0 24px #00000014;padding:20px}.create-exercise-form-wrapper .create-exercise-form{display:flex;flex-direction:column;gap:20px}.create-exercise-form-wrapper .create-exercise-form .form-control{display:flex;flex-direction:column;gap:10px}.create-exercise-form-wrapper .create-exercise-form .form-button-c{display:flex;flex-direction:row-reverse;gap:20px}.form-button{border-radius:5px!important;padding:10px 20px!important}.save-button{background-color:#3758f9!important;color:#fff!important}.cancel-button{background-color:transparent!important;color:#111928!important;border:1px solid #111928!important}.create-workout-form-head{font-size:24px!important;font-weight:700!important}.exercise-select{background-color:#f2f4ff;border-radius:8px;display:flex;padding:10px}.sortable-item{display:flex;flex-direction:column;background:#fff;padding:10px;border-radius:8px;margin-bottom:10px}._offline_wrapper_jvtl6_1{flex-grow:1;display:flex;justify-content:center;align-items:center;margin-top:100px}._offline_container_jvtl6_9{padding:25px 35px;border-radius:5px;background-color:#fff;max-width:400px;background:linear-gradient(180deg,#fdfdff,#f3f6ff);box-shadow:4px 0 24px #00000014}._offline_title_jvtl6_19{text-align:center;font-family:Almarai,sans-serif;font-weight:700;font-size:30;margin-bottom:0}._offline_progress_text_jvtl6_27,._offline_link_text_jvtl6_28,._offline_unsynced_text_jvtl6_29{text-align:center!important;font-family:Almarai!important;font-size:17px!important;color:"#666666"!important;margin-top:"20px"!important;word-break:break-all!important}._offline_form_box_jvtl6_38{display:flex;flex-direction:column;gap:10px}.img-class{width:100%;height:100%;object-fit:contain}.main-wrapper-inner{padding:20px;flex-grow:1}.custom-form-error{color:red!important}
