@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;800&family=VT323&display=swap";.profile{max-width:700px;border-radius:16px;height:fit-content;display:flex;margin:50px auto;box-shadow:10px 10px 10px #9a9a9a}.right{width:40%;height:100%;background-color:#fab677;border-radius:16px 0 0 16px;display:flex;align-items:center;flex-direction:column}.right p{margin-top:5px;text-transform:capitalize;font-size:1rem}.pro-img{margin-top:20px;height:120px}.left{width:60%;height:fit-content;padding-left:20px;padding-top:30px;background-color:#fefeff;border-radius:0 16px 16px 0;display:flex;flex-direction:column}.left h4{padding-top:5px}@media (max-width: 410px){.profile{flex-direction:column;margin:40px 15px;height:500px}.right{width:100%;height:45%;border-radius:16px 16px 0 0}.right p{margin-bottom:20px}.left{width:100%;border-radius:0 0 16px 16px;height:fit-content}.badgeinfo img{border-radius:10px;width:300px}}.coins{display:flex;flex-direction:row}.badgeinfo{display:flex;align-items:center;justify-content:center;flex-direction:column;margin:10px}.badgeinfo img{border-radius:10px;max-width:400px;opacity:.7}.main-wrapper{width:90%;max-width:900px;margin:1em auto;text-align:center;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.badge{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;margin:1.5em 3em;width:3.5em;height:5.2em;border-radius:10px;top:0;transition:all .2s ease}.badge:before,.badge:after{position:absolute;width:inherit;height:inherit;border-radius:inherit;background:inherit;content:"";top:0;left:0;right:0;bottom:0;margin:auto}.badge:before{transform:rotate(60deg)}.badge:after{transform:rotate(-60deg)}.badge:hover{top:-4px}.badge .circle{width:60px;height:60px;position:absolute;background:#fff;z-index:10;border-radius:50%;top:0;left:-1px;right:0;bottom:0;margin:auto}.badge .circle i.fa{font-size:2em;margin-top:8px}.badge .font{display:inline-block;margin-top:1em}.badge .ribbon{position:absolute;border-radius:4px;padding:5px;width:80px;z-index:11;color:#fff;bottom:7px;left:50%;margin-top:10px;margin-left:-42px;height:24px;font-size:14px;box-shadow:0 1px 2px #00000045;text-shadow:0 2px 2px rgba(0,0,0,.1);text-transform:uppercase;background:linear-gradient(to bottom right,#2d2a31ad 0%,#3c097793 100%);cursor:default}.yellow{background:linear-gradient(to bottom right,#ffeb3b 0%,#fbc02d 100%);color:#ffb300}.orange{background:linear-gradient(to bottom right,#ffc107 0%,#f57c00 100%);color:#f68401}.pink{background:linear-gradient(to bottom right,#f48fb1 0%,#d81b60 100%);color:#dc306f}.red{background:linear-gradient(to bottom right,#f4511e 0%,#b71c1c 100%);color:#c62828}.purple{background:linear-gradient(to bottom right,#ab47bc 0%,#4527a0 100%);color:#7127a8}.teal{background:linear-gradient(to bottom right,#4db6ac 0%,#00796b 100%);color:#34a297}.blue{background:linear-gradient(to bottom right,#4fc3f7 0%,#2196f3 100%);color:#259af3}.blue-dark{background:linear-gradient(to bottom right,#1976d2 0%,#283593 100%);color:#1c68c5}.green{background:linear-gradient(to bottom right,#cddc39 0%,#8bc34a 100%);color:#7cb342}.green-dark{background:linear-gradient(to bottom right,#4caf50 0%,#1b5e20 100%);color:#00944a}.silver{background:linear-gradient(to bottom right,#e0e0e0 0%,#bdbdbd 100%);color:#9e9e9e}.gold{background:linear-gradient(to bottom right,#dddb6c 0%,#FFD700 100%);color:gold}table{width:70%;margin:auto auto 20px;border-collapse:collapse;font-family:Arial,sans-serif;border:1px solid #bbbbbb;box-shadow:0 4px 8px #0003}thead{background-color:#a3a1a1}thead th{padding:12px;text-align:center;font-weight:700}tr:nth-child(2n){background-color:#f2f2f2}td{text-align:center;padding:12px}tr:hover{background-color:#e0e0e0}@media (max-width: 600px){table{font-size:14px}thead{display:none}tr{margin-bottom:10px;display:block;border:1px solid #dddddd}td{border:none;padding:5px}}.tinput{max-width:500px}input[type=file]{display:none}input[type=text]:focus{border:none;outline:none;border-bottom:1px solid #1aac83}ul{list-style-type:none}.btn{padding:.5em 1em;background-color:transparent;color:#6b7270;border:none;cursor:pointer}.widget-post{width:500px;min-height:100px;height:auto;border:1px solid #eaeaea;border-radius:6px;box-shadow:0 1px 2px 1px #8282821a;background-color:#fff;margin:auto;overflow:hidden}.widget-post__header{padding:.2em .5em;background-color:#eaeaea;color:#3f5563}.widget-post__title{font-size:18px}.widget-post__content{width:90%;margin:auto;height:50%}.widget-post__content input[type=text]{border:none;border-bottom:1px solid gray!important;border-radius:0;padding:0,5px}.widget-post__textarea{width:100%;height:100%;padding:.5em;border:none;resize:none}.widget-post__textarea:focus{outline:none}.widget-post__options{padding:.5em}.widget-post___input{display:inline-block;width:24%;padding:.2em .5em;border:1px solid #eaeaea;border-radius:1.5em}.post-actions__label{cursor:pointer}.widget-post__actions{width:100%;padding:.5em}.post--actions{position:relative;padding:.5em;background-color:#f5f5f5;color:#a2a6a7}.post-actions__attachments{display:inline-block;width:60%}.attachments--btn{background-color:#eaeaea!important;color:#1aac83!important;border-radius:1.5em}.post-actions__widget{display:inline-block;width:38%;text-align:right}.post-actions__publish{width:120px;background-color:#1aac83!important;color:#fff}.scroller::-webkit-scrollbar{display:none}.is--hidden{display:none}.sr-only{width:1px;height:1px;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);overflow:hidden;white-space:nowrap;position:absolute;top:0}::-webkit-input-placeholder{color:#666}::-moz-placeholder{color:#666}:-ms-input-placeholder{color:#666}:-moz-placeholder{color:#666}@media (max-width: 768px){.widget-post{margin-top:20px;margin-bottom:20px!important;width:350px;min-height:100px;height:auto;border:1px solid #eaeaea;border-radius:6px;box-shadow:0 1px 2px 1px #8282821a;background-color:#fff;margin:auto;overflow:hidden}.attachments--btn label{font-size:.9rem}.post-actions__widget button{font-size:.8rem;padding:5px}}.fa-upload{margin-right:4px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.workout-details{margin:30px;max-width:600px}.card{display:flex;flex-direction:column;width:100%;overflow:hidden;box-shadow:0 .1rem 1rem #0000001a;border-radius:1em;background:none}img{border-radius:10px;max-width:100%;display:block;object-fit:cover}.card__body{background-color:#393e46;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.card__body p{color:#fff}.card__body h4{font-weight:600;font-size:1.2rem;text-transform:capitalize;color:#e0d1f3}.btn{width:fit-content;border:none;border-radius:5px;background-color:#ef473a;color:#fff;font-weight:400;padding:10px}.btn:hover{background-color:#a7433c;color:#fff}.card__footer{background-color:#393e46;display:flex;padding:1rem;margin-top:auto;justify-content:space-between;align-items:center;align-content:center;flex-wrap:wrap;color:#fff}.user{display:flex;gap:.5rem}.user__image{width:40px;height:40px;border-radius:50%}.user__info h5{text-transform:capitalize;font-size:1.1rem;font-weight:550}.user__info>small{color:#cac2c2}.card__header{background-color:#393e46;display:flex;flex-wrap:wrap;align-content:center;justify-content:center;align-items:center}.footer-logo h1{text-decoration:none;color:#fff}.footer-links ul{list-style-type:none;padding:0;text-align:left}@media (max-width: 767px){.footer-container{flex-direction:column;align-items:center}.footer-logo,.footer-social{margin-bottom:20px}}.admin-dashboard{margin:20px;padding:20px;border:1px solid #ccc;border-radius:5px;box-shadow:0 2px 4px #0000001a}.AdminDashboard{display:flex;flex-direction:column;justify-content:center;align-items:center}button{margin:10px 5px;padding:10px;border:none;background-color:#1aac83;color:#fff;cursor:pointer}.user-section{margin:20px 10px;padding:10px;background-color:#fff;border:1px solid #ddd;border-radius:5px;box-shadow:0 2px 4px #0000001a}.section{width:100vw;margin:10px 40px!important;padding:10px;border-radius:5px;box-shadow:0 2px 4px #0000001a}@media screen and (max-width: 768px){.admin-dashboard{margin:10px;padding:10px}button{padding:4px 8px;font-size:14px}.user-section,.section{margin:5px;padding:8px}}.message-list{width:100%;margin:0 auto;padding:20px;border:1px solid #ddd;background-color:#fff;border-radius:5px;box-shadow:0 2px 4px #0000001a}.message-list .reports{padding:5px;margin:5px;display:flex;flex-wrap:wrap}h2{font-size:1.6rem;margin-bottom:20px;text-align:center}.message-list .reports .li{margin:5px 5px 20px;background-color:#fff;border:1px solid #ddd;border-radius:5px;padding:10px;display:flex;flex-direction:column;width:300px;height:auto}.message-list .reports .li img{border:none!important;border-radius:2px!important;width:150px;margin-top:10px}.bold{color:#000;font-size:.9rem;font-weight:600}.showmore{cursor:pointer;color:gray;font-size:.8rem}.message-header{display:flex;justify-content:space-between}.user-list{display:flex;flex-wrap:wrap;justify-content:center}.user-card{width:250px;display:flex;flex-direction:column;align-items:center;margin:10px;padding:10px;border:1px solid #ddd;border-radius:5px;background-color:#fff;box-shadow:0 2px 4px #0000001a}.user-card .user-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-bottom:10px}.user-info{text-align:center}.user-username{font-size:18px;margin:5px 0}.user-email{font-size:14px;color:#555}.deleteBtn{color:#fff;background-color:#e93636;padding:10px;border-radius:5px}@media screen and (max-width: 768px){.user-card{width:100%;max-width:300px}}@media screen and (max-width: 480px){.user-card{max-width:100%}.user-avatar{width:60px;height:60px}.user-username{font-size:16px}.user-email{font-size:12px}}.page_404{padding:40px 0;background:#fff}.page_404 img{width:100%}.four_zero_four_bg{background-image:url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);height:400px;background-position:center}.four_zero_four_bg h1,.four_zero_four_bg h3{font-size:80px}.link_404{color:#fff!important;padding:10px 20px;background-color:#1aac83;border-radius:5px;margin:20px 0;display:inline-block}.contant_box_404{margin-top:-50px}.text-center{text-align:center}:root{--primary: #1aac83;--error: #e7195a}*{padding:0;margin:0;box-sizing:border-box}body{background:#bdc1f5;margin:0;border:0;font-family:Poppins;box-sizing:border-box}header{background:#fff}textarea:focus{outline:none}textarea{padding:10px}.uploadimg{border-radius:0!important;display:inline}label{cursor:pointer}header .container{max-width:1400px;margin:0 auto;padding:10px 20px;display:flex;align-items:center;justify-content:space-between}header a{color:#333;text-decoration:none}.pages{max-width:100vw;margin:0 auto}.home{display:grid;grid-template-columns:3fr 1fr;gap:100px}p{font-size:.9em;color:#555}label,input{display:block}input{padding:10px;margin-top:10px;margin-bottom:20px;width:100%;border:1px solid #ddd;border-radius:4px;box-sizing:border-box}form button{background:var(--primary);border:0;color:#fff;padding:10px;font-family:Poppins;border-radius:4px;cursor:pointer}div.error{padding:10px;background:#ffefef;border:1px solid var(--error);color:var(--error);border-radius:4px;margin:20px 0}input.error{border:1px solid var(--error)}nav{display:flex;align-items:center}nav a,nav button{margin-left:10px}nav button{background:#fff;color:var(--primary);border:2px solid var(--primary);padding:6px 10px;border-radius:4px;font-family:Poppins;cursor:pointer;font-size:1em}form.signup,form.login{max-width:400px;margin:40px auto;padding:20px;background:#fff;border-radius:4px}.submit{display:flex;justify-content:space-between}.center{text-align:center}.admin-dashboard{font-family:Arial,sans-serif;max-width:800px;margin:0 auto;padding:20px}.admin-head{text-align:center}.tabs{display:flex;margin-bottom:20px;gap:10px}.tabs button{flex:1;background-color:#007bff;color:#fff;border:none;padding:10px;cursor:pointer}.consult{padding:20px}.docs{display:flex;flex-wrap:wrap;gap:20px}.doc{width:350px;height:450px;background-color:#fef9f9;border-radius:16px;box-shadow:10px 10px 10px #b7b7b7}.top-doc{display:flex;width:100%;height:150px;align-items:center;justify-content:center}.doc-pro{width:100%;height:100%;border-radius:16px 16px 0 0}.bottom-doc{display:flex;padding:10px;height:250px;align-items:center;flex-direction:column;justify-content:center}.doc-btn{background:#2d8bff;color:#fff;padding:6px 10px;border-radius:4px;border:none;font-family:Poppins;cursor:pointer;font-size:1em}.footer{background-color:#333;color:#fff;padding:40px 0}.footer-container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.footer-logo{display:flex;flex-direction:column;align-items:flex-start;flex:1}.footer-logo img{width:100px;height:100px}.footer-links ul{list-style-type:none;padding:0;text-align:center}.footer-links ul li{margin:10px 0}.footer-links a{text-decoration:none;color:#fff;transition:color .3s ease}.footer-links a:hover{color:#00bcd4}.footer-social{display:flex;gap:20px;justify-content:center;flex:1}.footer-social a{text-decoration:none;color:#fff;font-size:24px}.footer-bottom{text-align:center;margin-top:20px}@media (max-width: 767px){.workout-details{margin:10px}.footer-container{flex-direction:column;align-items:center}.footer-logo,.footer-social{margin-bottom:20px}}@media (max-width: 1410px){.footer-logo{align-items:center}}.container{margin:0 auto;padding:0 15px;display:flex;justify-content:space-between;align-items:center;height:100%}.navbar{height:85px;background:var(--primary);position:relative;z-index:100}.menu-icon{display:none}.nav-elements ul{display:flex;justify-content:space-between;align-items:center;list-style-type:none}.nav-elements ul li:not(:last-child){margin-right:60px}.nav-elements ul a{font-size:16px;font-weight:400;color:#fafafa;text-decoration:none}.nav-elements ul a.active{color:#fff;font-weight:500;position:relative}.nav-elements ul a.active:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:#fff}@media (max-width: 767px){.nav-elements ul{align-items:initial}.logo h2{font-size:1rem;font-weight:500}.logout{margin-top:20px}}@media (max-width: 768px){.nav-elements ul li:not(:last-child){margin-right:30px}}@media (max-width: 600px){.menu-icon{display:block;cursor:pointer;scale:1.5}.nav-elements{position:absolute;right:0;top:60px;background-color:#1a1919ec;width:0px;height:calc(100vh - 60px);transition:all .3s ease-in;overflow:hidden}.nav-elements.active{width:270px}.nav-elements ul{display:flex;flex-direction:column}.nav-elements ul li{margin-right:unset;margin-top:22px}}:root{--header-height: 3.5rem;--first-color: hsl(118, 100%, 85%);--button-color: hsl(0, 0%, 17%);--button-color-alt: hsl(0, 0%, 21%);--title-color: hsl(0, 0%, 15%);--text-color: hsl(0, 0%, 35%);--text-color-light: hsl(0, 0%, 55%);--body-color: hsl(0, 0%, 99%);--container-color: #fff;--border-color: hsl(0, 0%, 94%);--body-font: "Roboto", sans-serif;--biggest-font-size: 2rem;--h1-font-size: 1.5rem;--h2-font-size: 1.25rem;--h3-font-size: 1rem;--normal-font-size: .938rem;--small-font-size: .813rem;--smaller-font-size: .75rem;--font-medium: 500;--font-bold: 700;--mb-0-5: .5rem;--mb-0-75: .75rem;--mb-1: 1rem;--mb-1-5: 1.5rem;--mb-2: 2rem;--mb-2-5: 2.5rem;--mb-3: 3rem;--z-tooltip: 10;--z-fixed: 100}@media screen and (min-width: 968px){:root{--biggest-font-size: 2.5rem;--h1-font-size: 2.25rem;--h2-font-size: 1.5rem;--h3-font-size: 1.25rem;--normal-font-size: 1rem;--small-font-size: .875rem;--smaller-font-size: .813rem}}.home__img{max-width:100%;height:auto}.grid{display:grid}.main{overflow:hidden}.section{margin-bottom:25px}.section__title{position:relative;font-size:var(--h3-font-size);margin-bottom:var(--mb-3);text-transform:uppercase;letter-spacing:2px;text-align:center}.section__title:before{content:"";position:absolute;top:-1rem;left:0;right:0;margin:0 auto;width:67px;height:1px;background-color:var(--first-color)}.home__container{display:flex;justify-content:center;width:100vw;position:relative;row-gap:2.5rem;padding-left:15px;padding-top:15px}section{margin-bottom:10px}.home__title{font-size:var(--biggest-font-size);font-weight:var(--font-bold);margin-bottom:var(--mb-1);padding-top:5px;background:rgb(255,255,255);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home__description{margin-bottom:var(--mb-1-5);color:#fff;font-weight:500;font-size:1.1rem}.home__price{display:inline-block;font-size:var(--h2-font-size);color:#000;margin-bottom:10px;font-weight:650}.home__btns{display:flex;align-items:center}.home__button{box-shadow:0 12px 24px #1a1a1a33}.button{display:inline-block;background-color:var(--primary);color:#fff;border-radius:5px;padding:1.25rem 2rem;font-weight:var(--font-medium);transition:.3s}.button:hover{background-color:var(--button-color-alt)}.button--gray{background-color:#bfbfbf;color:var(--title-color)}.button--gray:hover{background-color:#a1a1a1}.button--small{padding:1rem 1.5rem}.story__container{row-gap:1rem}.story__title{font-size:var(--h1-font-size);margin-bottom:var(--mb-1)}.story__data{display:flex;flex-direction:column;padding:30px}.story__description{margin-bottom:var(--mb-2-5)}.story__images{position:relative}.story__img,.story__square{width:250px}.story__img{border-radius:0}.story__square{height:250px;background-color:var(--first-color)}.story__img{position:absolute;left:3rem;top:-3rem}.products__container{grid-template-columns:repeat(2,1fr);gap:1rem}.products__card{position:relative;background-color:var(--container-color);padding:1.25rem 0;border:1px solid var(--border-color);text-align:center;transition:.3s}.products__img{height:125px;margin-bottom:var(--mb-1)}.products__title,.products__price{font-size:var(--small-font-size);font-weight:var(--font-medium)}.products__title{text-transform:uppercase;margin-bottom:var(--mb-0-5)}.products__price{color:var(--first-color)}.products__button{background-color:var(--button-color);padding:.4rem;color:#fff;font-size:1rem;position:absolute;right:0;bottom:0;transition:.3s}.products__button:hover{background-color:var(--button-color-alt)}.products__card:hover{box-shadow:0 8px 32px #1a1a1a1a}.testimonial__container{row-gap:4rem}.testimonial__quote{display:inline-flex;background-color:var(--container-color);padding:.5rem .75rem;font-size:1.5rem;color:var(--first-color);box-shadow:0 4px 12px #3333331a;margin-bottom:var(--mb-2)}.testimonial__description{margin-bottom:var(--mb-1)}.testimonial__date{font-size:var(--normal-font-size);margin-bottom:var(--mb-2)}.testimonial__perfil{display:flex;align-items:center;column-gap:1rem;margin-bottom:7rem}.testimonial__perfil-img{width:60px;height:60px;border-radius:3rem}.testimonial__perfil-data{display:flex;flex-direction:column;row-gap:.5rem}.testimonial__perfil-name{font-size:var(--h3-font-size);font-weight:var(--font-medium);color:var(--title-color)}.testimonial__perfil-detail{font-size:var(--small-font-size)}.testimonial__images{position:relative}.testimonial__img,.testimonial__square{width:250px}.testimonial__square{height:250px;background-color:var(--first-color);margin-left:auto}.testimonial__img{position:absolute;right:2rem;top:3rem}.testimonial-swiper{margin-left:initial;margin-right:initial}.swiper-button-prev:after,.swiper-button-next:after{content:""}.swiper-button-next,.swiper-button-prev{top:initial;bottom:5%;width:initial;height:initial;background-color:var(--container-color);box-shadow:0 4px 12px #3333331a;padding:.25rem;font-size:1.5rem;color:var(--first-color)}.swiper-button-next{right:initial;left:4rem}.new__card{position:relative;text-align:center;background-color:var(--container-color);padding-top:2rem;border:1px solid var(--border-color);overflow-y:hidden;transition:.3s}.new__tag{background-color:var(--first-color);padding:.5rem 1rem;color:#fff;text-transform:uppercase;font-size:var(--small-font-size);font-weight:var(--font-medium);position:absolute;top:1rem;right:1rem;transition:.3s}.new__img{height:215px;margin-bottom:var(--mb-1)}.new__title,.new__price{font-size:var(--h3-font-size);font-weight:var(--font-bold)}.new__title{text-transform:uppercase;margin-bottom:var(--mb-0-75)}.new__price{display:block;color:var(--first-color);transition:.3s}.new__button{font-size:var(--small-font-size);transform:translateY(1rem);opacity:0}.new__card:hover{background-color:var(--first-color);box-shadow:0 12px 32px #3333331a;padding:2rem 0 3rem}.new__card:hover .new__tag{background-color:var(--button-color)}.new__card:hover .new__button{transform:translateY(0);opacity:1}.new__card:hover .new__title{color:#262626}.new__card:hover .new__price{color:#262626;margin-bottom:var(--mb-1-5)}.newsletter__bg{background-color:var(--first-color);padding:3rem 1.5rem;text-align:center;row-gap:2.5rem}.newsletter__title{font-size:var(--h1-font-size);color:#262626;margin-bottom:var(--mb-1-5)}.newsletter__description{color:#595959}.newsletter__subscribe{display:flex;flex-direction:column;row-gap:.75rem}.newsletter__input{border:none;outline:none;background-color:#f0f0f0;padding:1.25rem 1rem;color:#262626}.footer__container{row-gap:2rem;border-bottom:1px solid var(--border-color);padding-bottom:3rem}.footer__title{font-size:var(--h2-font-size);margin-bottom:var(--mb-1-5)}.footer__list,.footer__links{display:flex;flex-direction:column;row-gap:.75rem}.footer__link{color:var(--text-color)}.footer__link:hover{color:var(--title-color)}.footer__social{display:flex;column-gap:1rem}.footer__social-link{font-size:1.25rem;color:var(--text-color)}.footer__social-link:hover{color:var(--title-color)}.footer__copy{display:block;margin:3.5rem 0 1rem;text-align:center;font-size:var(--smaller-font-size);color:var(--text-color-light)}.scrollup{position:fixed;right:1rem;bottom:-30%;background-color:var(--container-color);box-shadow:0 4px 12px #3333331a;display:inline-flex;padding:.25rem;z-index:var(--z-tooltip);opacity:.8;transition:.4s}.scrollup:hover{opacity:1}.scrollup__icon{font-size:1.5rem;color:var(--first-color)}.show-scroll{bottom:3rem}::-webkit-scrollbar{width:.6rem;background:hsl(0,0%,74%)}::-webkit-scrollbar-thumb{background:hsl(0,0%,17%)}.cart{position:fixed;background-color:var(--body-color);z-index:var(--z-fixed);width:100%;height:100%;top:0;right:-100%;padding:3.5rem 2rem;transition:.4s}.cart__title-center{font-size:var(--h2-font-size);text-align:center;margin-bottom:var(--mb-3)}.cart__close{font-size:2rem;color:var(--title-color);position:absolute;top:1.25rem;right:.9rem;cursor:pointer}.cart__container{display:grid;row-gap:1.5rem}.cart__card{display:flex;align-items:center;column-gap:1rem}.cart__box{background-color:var(--container-color);padding:.75rem 1.25rem;border:1px solid var(--border-color)}.cart__img{width:50px}.cart__title{font-size:var(--normal-font-size);margin-bottom:.5rem}.cart__price{display:block;font-size:var(--small-font-size);color:var(--first-color);margin-bottom:var(--mb-1-5)}.cart__amount,.cart__amount-content{display:flex;align-items:center}.cart__amount{column-gap:3rem}.cart__amount-content{column-gap:1rem}.cart__amount-box{display:inline-flex;padding:.25rem;background-color:var(--container-color);border:1px solid var(--border-color);cursor:pointer}.cart__amount-trash{font-size:1.15rem;color:var(--first-color);cursor:pointer}.cart__prices{margin-top:6rem;display:flex;justify-content:space-between}.cart__prices-item,.cart__prices-total{color:var(--title-color)}.cart__prices-item{font-size:var(--small-font-size)}.cart__prices-total{font-size:var(--h3-font-size);font-weight:var(--font-medium)}.show-cart{right:0}@media screen and (max-width: 320px){.container{margin-left:var(--mb-1);margin-right:var(--mb-1)}.herocontainer{padding-bottom:5px}.home__img-bg{width:220px}.home__title{font-size:var(--h1-font-size)}.home__button{font-size:var(--smaller-font-size)}.story__square,.story__img,.testimonial__square,.testimonial__img{width:180px}.story__square,.testimonial__square{height:180px}.products__container{grid-template-columns:repeat(1,180px);justify-content:center}}@media screen and (min-width: 576px){.home__img-bg{width:340px}.herocontainer{padding-bottom:5px}.featured__container{grid-template-columns:repeat(2,1fr);justify-content:center;align-items:flex-start;gap:1.5rem}.footer__container{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 767px){.section{padding:0 1rem}.herocontainer{padding-bottom:5px}.cart{width:420px;box-shadow:-2px 0 4px #2626261a}.nav{height:calc(var(--header-height) + 1.5rem);justify-content:initial;column-gap:3rem}.nav__toggle,.nav__close{display:none}.nav__list{flex-direction:row;column-gap:2.5rem}.nav__link{text-transform:initial;font-size:var(--normal-font-size)}.nav__btns{margin-left:auto}.home__container{padding-top:6rem;grid-template-columns:1fr max-content;align-items:center}.home__img-bg{order:1;transform:translate(1.5rem,-6rem)}.home__data{padding:0 0 3rem 6rem}.home__social{top:47%;column-gap:2rem}.featured__title,.featured__price,.new__title,.new__price{font-size:var(--normal-font-size)}.story__container,.testimonial__container,.newsletter__bg{grid-template-columns:repeat(2,1fr);align-items:center}.story__section-title{text-align:initial}.story__section-title:before{margin:initial}.story__images{order:-1}.products__container{grid-template-columns:repeat(3,200px);justify-content:center;gap:2.5rem}.products__card{padding:2rem 0}.products__img{height:155px}.newsletter__bg{text-align:initial;column-gap:2rem;padding:4.5rem}.newsletter__subscribe{flex-direction:row}.newsletter__input{width:100%}.footer__container{grid-template-columns:repeat(4,max-content);justify-content:space-between}.footer__title{font-size:var(--h3-font-size)}}@media screen and (min-width: 992px){.section__title{font-size:var(--h2-font-size)}.home__container{column-gap:2rem}.home__img-bg{width:480px;height:680px}.home__img{width:420px}.home__social{left:-6rem}.home__data{padding:0 0 8rem 6rem}.featured__container{grid-template-columns:repeat(3,312px);padding-top:2rem}.story__container,.testimonial__container{column-gap:8rem}.story__square,.story__img,.testimonial__square,.testimonial__img{width:450px}.story__square,.testimonial__square{height:450px}.products__container,.new__container{padding-top:2rem}.testimonial__container{padding-bottom:4rem}}@media screen and (min-width: 1024px){.container{margin-left:auto;margin-right:auto}.story__container,.testimonial__container{column-gap:13rem}.story__container{padding-top:3rem}.story__img{left:5rem;top:-5rem}.testimonial__img{right:5rem;top:5rem}.scrollup{right:3rem}}.profile{max-width:800px;border-radius:16px;height:100%;display:flex;margin:40px auto;box-shadow:10px 10px 10px #9a9a9a}.right{width:250px;height:100%;padding-bottom:40px;padding-top:40px;background-image:url(https://www.med-technews.com/downloads/6334/download/digital%20health.png?cb=b70345b8a181efe50778f95d305e9ccd);background-position:center;background-size:cover;background-blend-mode:var(--primary);border-radius:16px 0 0 16px;display:flex;align-items:center;flex-direction:column}.right p{color:#fff;font-size:1.2rem;font-weight:500}.pro-img{margin-top:20px;height:100px;border-radius:50%;width:100px}.left{width:100%;height:100%;padding-left:30px;padding-right:30px;padding-bottom:40px;background-color:#fefeff;border-radius:0 16px 16px 0;display:flex;justify-content:center;height:auto;flex-direction:column}@media (max-width: 410px){.profile{flex-direction:column;margin:40px 15px}.right{width:100%;height:50%;border-radius:16px 16px 0 0}.left{width:100%;border-radius:0 0 16px 16px}}.pd{max-width:450px;margin:0 auto;padding:0}.pd-1{padding:45px 0 0;margin:0}.pd-1 .left{width:100%}.community{display:flex;flex-wrap:wrap;justify-content:center}.herocontainer{padding-bottom:5px;background:#002b1c71;background-image:url(https://media.tenor.com/W7_V2Q__05sAAAAC/digital-healthcare-market.gif);background-repeat:repeat-x;background-size:contain;background-blend-mode:overlay;width:100vw;margin-bottom:10px}.logout:hover{background:red;color:#fff}.logout{border-radius:5px}.usernav{display:flex;flex-direction:row;justify-content:center;align-items:center}.navpic{padding-bottom:20px;padding-left:10px}.navpic p{color:#fff;text-decoration:none;font-size:.7rem}.formpost{margin-top:30px}
