﻿/*------------------------------------------------------------------
Project: Vigor App
Author: The_Krishna       
Last change: 11/06/2024 
Primary use: Vigor fitness Mobile App PWA
-------------------------------------------------------------------*/
/*----------------Table of contents Start---------------------------
1.Default Css
2.Delete Deactive Account Css
3.Deactive Account Css
4.Delete Account Css
5.Invite Friend Css
6.Feedback Css
7.Data Privacy Css
8.About Us Css
90.Faq Css
10.Currency Css
11.Face Recognition Css
12.Finger Print Css
13.Security Css
14.Contact Us Css
15.Data & Analytics Css
16.Add New Card Css
17.Datepiker Css
18.Linked Account Css
19.Workout Preferences Css
20.Billing Subscriptions Css
21.Upgrade Confirmation Css
22.Splashscreen Css
23.let You Css
24.Sign In Css
25.Verify Email Address Css
26.Enter Otp Css
27.Secure Account Css
28.Workout Complete Css
29.Workout Category1 Css
30.Account Upgrade Css
31.Homescreen Css
32.Bottom Tabbar Css
33.Profile Css
34.Setting Css
35.Payment Method Css
36.Account Upgrade Processing Css
37.Workout-Empty-History Css
38.Select Gender Css
39.Personalised Plan Css
40.Workout plan Ready Css
41.Face Recognition Process Css
42.Discover Workout Css
43.Single Workout Overview Css
44.Preloader Css
45.Single Exercise Css
46.Workout Search Css
47.Bar Chart Css
48.Area Chart Css
49.Line Chart Css

---------Table of contents End-----------------------------------*/

/*------------------------ [Color codes] ------------------------                    
Background: #ffffff, #EFECE6, #F5F5F5
Content:  #12151C     
paragraph p: #555658, #FB4945, #00A266  
-------------------------------------------------------------------*/

/************************ 1.Default Css ***************************/
html {
 scroll-behavior: smooth;
 -webkit-text-size-adjust: 100%;
 width: 100%;
 height: 100%;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a:focus, a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
} 
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}
body {
    max-width: 600px;
    margin: 0 auto;
    height: 100%;
}

body.ufit-analytics-mode {
    max-width: none;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    background: #f1ece4;
    overflow-x: hidden;
}
svg{
    vertical-align: middle;
}
input{
    outline-width: 0;
    outline-offset: 0;
    outline: 0;
}
textarea{
  outline-width: 0;
  outline-offset: 0;
  outline: 0;
}
ul{
    padding: 0;
    margin: 0;
}
.mt-32{
    margin-top: 32px !important;
}
.mt-24{
    margin-top: 24px !important;
}
.mt-16{
    margin-top: 16px !important;
}
.mt-12{
    margin-top: 12px !important;
}
.mt-8{
    margin-top: 8px !important;
}
.pt-16{
    padding-top: 16px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-80{
    padding-bottom: 80px;
}
.pb-100{
    padding-bottom: 100px;
}
.pt-32{
    padding-top: 32px;
}
.lg-font-zen{
    color: var(--2, #EFECE6);
    font-family: 'Montserrat', sans-serif !important;
    font-size: 48px;
    font-style: normal;
    line-height: 48px;
    text-transform: uppercase;
}
.md-font-zen{
    color: var(--4, #12151C);
    font-family: 'Montserrat', sans-serif !important;
    font-size: 26px;
    font-style: normal;
    line-height: 36px;
    text-transform: uppercase;
}
.sm-font-zen{
    color: var(--4, #12151C);
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    line-height: 20px; 
    text-transform: uppercase;
}
.sm-font-sans{
    color: var(--5, #555658);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}
.md-font-sans{
    color: var(--5, #555658);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
}
.ex-small-sans{
    color: var(--5, #555658);
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    line-height: 16px
}
.fw-700{
    font-weight: 700 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-400{
    font-weight: 400;
}

.blanco{
    color:#fff;
}

.color-green{
    color: #EFECE6 !important;
}
.color-red{
    color: #FB4945 !important;
}
.color-black{
    color: var(--4, #12151C) !important;
}

.btn-wave{
    color: white; 
    border: none; 
    padding: 12px 24px; 
    font-size: 16px; 
    font-weight: bold; 
    border-radius: 4px; 
    cursor: pointer;
}

.verde{
    color:#004432 !important;
}

.beige{
    color:  #E8E1D8 !important;
}
.beigebg{
    background-color:  #E8E1D8 !important;
}
.blanco{
    color:  #fff !important;
}
.blancobg{
    background-color:  #fff !important;
}

.verdebg{
    background-color:#004432 !important;
}

.agotada{
    background-color:grey !important;
}

.fondowaves{
    background-color:#E8D1D8 !important;
}


.password-btn .action-buttons {
    display: flex;
    align-items: center;
    gap: 10px; 
}

.square-btn {
    width: 50px; 
    height: 50px; 
    background-color: #E1E8D8; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
    transition: background-color 0.3s; 
}

.square-btn:hover {
    background-color: #E1E8D8; 
}

.display-flex,
.password-btn a,
.otp-section,
.custom-radio-sel-friend,
.shape,
.concentric-circles,
.circle,
.verify-number-btn a,
.change-password-btn,
.notification-option-switch,
.workout-wrap,
#main .setting-icon,
#payment-method-main .bank-img,
#account-upgrade-processing-main .bank-img,
.skip-btn-form a,
.continue-btn-form a,
#main .slick-custom-arrow,
.slider-sec-btn a,
#splash-screen-page,
li.list.active,
#main .ui-datepicker-calendar tbody td a,
#main .slick-custom-arrow,
#single-exercise-main-bottom .home-btn a,
.menu-sidebar .setting-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.border{
    border: 2px solid var(--9, #F5F5F5) !important;
}
.border-bottom{
 border-bottom: 2px solid var(--9, #F5F5F5) !important;
 padding-bottom: 16px;
}
.border-bottom1{
    border-bottom: 1px solid var(--9, #F5F5F5) !important;
}
.border-bottom2{
    border-bottom: 2px solid var(--9, #F5F5F5) !important;
}

/************************ 2.Delete Deactive Account Css ***************************/
header {
    background: white;
    border-bottom: 2px solid var(--9, #F5F5F5);
    padding: 10px 16px;
}

#top-header {
    background-color:  #E8E1D8;
}

.header-wrap {
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.header-back {
    width: 24px;
    height: 24px;
}
.header-back a {
    width: 24px;
    height: 24px;
    display: inline-flex;
}
.header-name p,
.friend-no,
.billing-price{
    margin-top: 4px;
    color: #004432;
}
#delete-deactivate-main .custom-radio {
    position: relative;
    margin-bottom: 0;
    border-radius: 12px;
    background: var(--1, #FFF);
    padding: 16px !important;
}
#delete-deactivate-main .custom-radio.active {
    border: 2px solid var(--8, #FB4945) !important;
}
#delete-deactivate-main .form-check-input:checked[type=radio],
#delete-account-main .form-check-input:checked[type=radio],
#data-privacy-main .form-check-input:checked[type=radio],
#payment-method-main .form-check-input:checked[type=radio],
#account-upgrade-processing-main .form-check-input:checked[type=radio]{
    outline: 2px solid #FB4945;
    outline-offset: 4px;
    background: #FB4945;
    border: 0;
    width: 11px;
    height: 11px;
    margin-right: 5px;
}
#delete-deactivate-main .custom-radio input {
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    border: 2px solid #121212;
}
#delete-deactivate-main .checkout-modal-lbl {
    display: inline-grid !important;
    color: var(--4, #12151C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
#delete-deactivate-main .checkout-modal-lbl span,
.account-upgrade-remind p {
    padding-right: 50px;
    color: var(--5, #555658);
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
#delete-deactivate-main .form-check-input:focus,
#data-privacy-main .form-check-input:focus,
#delete-account-main .form-check-input:focus,
#payment-method-main .form-check-input:focus {
    box-shadow: none !important;
    border-color: #121212 !important;
}
#delete-deactivate-main .form-check-input:active,
#data-privacy-main .form-check-input:active ,
#currency-page .form-check-input:active,
#language-screen .form-check-input:active,
#delete-account-main .form-check-input:active,
#payment-method-main .form-check-input:active,
#account-upgrade-processing-main .form-check-input:active {
    filter: none;
}
.bottom-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 16px;
    background: white;
    z-index: 2;
}
.password-btn.bottom-fixed.bottom-fixed1 {
    background: var(--1, #FFF);
    box-shadow: 0px -4px 4px 0px rgba(18, 18, 18, 0.04);
}
.password-btn a,
.change-password-btn a  {
    width: 100%;
    color: #004432;
    text-align: center;
    padding: 14px 0;
    border-radius: 12px;
    background: var(--2, #EFECE6);
    margin: auto;
    max-width: 600px;
}

/************************ 3.Deactive Account Css ***************************/
.deactive-account-sec h1,
.delete-account-top h1,
.skip-txt a,
.data-details h2,
.personal-name input, .personal-name textarea, .personal-name select
.account-txt p{
    color: var(--4, #12151C);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.deactivate-step-list li,
.privacy-content p,
.manage-data-title p,
.data-details p,
#wokout-category1-main .workout-time p,
#main .contact-txt,
.animation-content p,
#main .focus-content p,
#stomach-main .contact-txt p
{
    color: var(--5, #555658);
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.deactivate-step-list {
    padding-left: 25px;
}
.deactivate-step-list li {
    padding-top: 8px;
}

/************************ 4.Delete Account Css ***************************/
.delete-txt,
.delete-account-trapping span,
.friend-name,
.custom-lbl-feedback,
.privacy-content h2,
.manage-data-title h3,
.notification-option-name p,
.workout-type p {
    color: var(--4, #12151C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.delete-account-bottom {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}
#delete-account-main .delete-account-bottom input ,
#data-privacy-main .delete-account-bottom input,
#payment-method-main .delete-account-bottom input,
#account-upgrade-processing-main .delete-account-bottom input {
    width: 20px;
    height: 20px;
    border: 2px solid #121212;
    outline: 0;
    margin: 0;
}
#main .main-img-top img,
#main .main-img-bottom img{
    width: 15rem;
}

/************************ 5.Invite Friend Css ***************************/
.friend-no a {
    color: var(--5, #555658);
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
.friend-invite,
.account-type,
.workout-time,
#wokout-category1-main .workout-btn,
#main .workout-btn,
.perfil,
#main .contact-star,
#payment-method-main .delete-select,
#wokout-search-main .workout-btn,
#clases-main .workout-btn,
.sound-switch,
.menu-sidebar .contact-star
{
    margin-left: auto;
    color: #004432;
}
.invite-img img {
    border-radius: 50px;
}
.friend-select input {
    display: none;
}
.custom-radio-sel-friend {
    width: 61px;
    height: 34px;
    border-radius: 4px;
    border: 2px solid var(--4, #12151C);
    cursor: pointer;
    color: var(--4, #12151C);
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.friend-select input[type="checkbox"]:checked + label {
    border-radius: 4px;
    border: 2px solid var(--4, #12151C);
    background: var(--4, #12151C);
    color: var(--1, #FFF);
}

/************************ 6.Feedback Css ***************************/
.feedback-email input,
.custom-select-subject select,
.custom-textarea,
.privacy-content,
.manage-data-sec{
    border-radius: 12px;
    background-color: var(--1, #FFF);
    padding: 14px;
    width: 100%;
}
.arrow-icon {
    background: url(../svg/up-arrow.svg) no-repeat;
    background-position: 96% center;
    appearance: none;
}
select:focus-visible{
    outline: 0;
}
.custom-textarea {
    border-radius: 12px;
    border: 2px solid var(--9, #F5F5F5);
    background: var(--1, #FFF);
    width: 100%;
}
textarea {
    resize: none;
}

/************************ 7.Data Privacy Css ***************************/
.data-privacy-content h1,
.manage-txt,
.social-txt,
.activity-details h3 {
    color: var(--4, #12151C);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

/************************ 8.About Us Css ***************************/
.privacy-first-content p {
    padding-top: 10px;
}
.about-us-screen-full{
    padding-bottom: 16px;
}
.about-us-icon-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.social-detail-about,
.circle_percent1,
.scan,
.concentric-circles,
#main table {
    margin-left: auto;
    margin-right: auto;
}
.shape {
    width: 74px;
    height: 74px;
    border-radius: 37px;
    cursor: pointer;
}
.facebook-bg {
    background: rgb(59 89 153 / 8%);
}
.instragram-bg {
    background: linear-gradient(225deg, rgb(110 62 255 / 7%) 0%, rgb(224 49 77 / 7%) 47.92%, rgb(254 215 84 / 7%) 100%);
}
.twitter-bg {
    background: rgb(29 161 242 / 7%);
}
.youtube-bg {
    background: rgb(255 0 0 / 7%);
}

/************************ 9.Faq Css ***************************/
.nested-accordion h3.selected {
    color: var(--8, #FB4945);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.nested-accordion h3 {
 color: var(--4, #12151C);
 font-family: "DM Sans";
 font-size: 16px;
 font-style: normal;
 font-weight: 700;
 line-height: 20px; 
}
.nested-accordion .comment,
.account-back span,
.activity-details p {
    color: var(--5, #555658);
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
}
.nested-accordion h3:before {
    content: url(../svg/faq-plus.svg);
    position: absolute;
    right: 0;
}
.nested-accordion h3.selected:before {
    content: url(../svg/faq-minus.svg);
}
.faq-txt1.selected:before {
    content: url(../svg/faq-down.svg) !important;
}
.nested-accordion {
    cursor: pointer;
    position: relative;
}
.boder-top{
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 24px;
}
.faq-txt1:before {
    content: url(../svg/up-arrow.svg) !important;
}

/************************ 10.Currency Css ***************************/
#currency-page .form-check-input.custom-input,
#language-screen .form-check-input.custom-input{
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 2px solid #555658;
    float: right !important;
}
#currency-page .form-check-input.custom-input:checked,
#language-screen .form-check-input.custom-input:checked{
    background: white;
    background-image: url(../images/currency/orange-check.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    border: none;
    mix-blend-mode: darken;
}
#currency-page .change-lan-sec,
#language-screen .change-lan-sec {
    padding: 15px 0;
}
#currency-page .custom-lable span {
    padding-right: 8px;
}
.language-sel .form-check-label.custom-lable {
    color: var(--4, #12151C);
}
.language-sel .curr-icon {
    filter: brightness(0) saturate(100%) invert(7%) sepia(9%) saturate(1810%) hue-rotate(184deg) brightness(93%) contrast(96%);
}
#currency-page .form-check-input:focus,
#language-screen .form-check-input:focus {
    box-shadow: none !important;
    border-color: #555658 !important;
}

/************************ 11.Face Recognition Css ***************************/
.circles,
#verify-email-main,
#face-recognition-main,
#main,
#main,
#main,
#enter-otp-main,
#line-chart-main,
#area-chart-main,
#bar-chart-main,
#main
{
    padding-bottom: 135px;
}
#main{
    padding-bottom: 160px;
}
.concentric-circles {
    position: relative;
    width: 300px;
    height: 300px;
    margin-top: 70px;
}
.circle {
    position: absolute;
    border-radius: 50%;
    animation: pulse 2s infinite;
}
.outer {
    width: 100%;
    height: 100%;
    background-color: rgb(245 245 245 / 50%);
    animation-delay: 0s;
}
.middle {
    width: 220px;
    height: 220px;
    background-color: #F5F5F5;
    animation-delay: 0.5s;
}
.inner {
    width: 120px;
    height: 120px;
    background-color: #EFECE6;
    animation-delay: 1s;
}
.inner img {
    width: 80px;
    height: 80px;
}

/*
.finger-print-bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 16px;
    background: white;
}
    */
.verify-number-btn a {
    width: 100%;
    border-radius: 12px;
    background: var(--2, #EFECE6);
    padding: 12px 0;
    margin: auto;
    max-width: 600px;
    color: var(--1, #FFF);
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/************************ 12.Finger Print Css ***************************/
.scanner_main {
    padding-top: 120px;
    padding-bottom: 135px;
}
.scan {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../images/fingerprint/print-border.png);
    width: 220px;
    height: 220px;
    background-size: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}
.scan .fingerprint {
    position: relative;
    width: 220px;
    height: 220px;
    background: url(../images/fingerprint/finger-print-img.png);
    background-size: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}
.scan .fingerprint::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/fingerprint/finger-print-img.png);
    background-size: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    animation: animate 4s ease-in-out infinite;
    filter: brightness(0) saturate(100%) invert(94%) sepia(7%) saturate(4958%) hue-rotate(35deg) brightness(96%) contrast(74%);
}
.scan .fingerprint::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #EFECE6;
    border-radius: 8px;
    filter: drop-shadow(0 0 20px #00D061) drop-shadow(0 0 60px #00D061);
    animation: animate_line 4s ease-in-out infinite;
}
@keyframes animate_line {

    0%,
    100% {
        top: 0%;
    }

    50% {
        top: 100%;
    }
}
@keyframes animate {
    0%,
    100% {
        height: 0%;
    }

    50% {
        height: 100%;
    }
}

/************************ 13.Security Css ***************************/
.notification-option-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}
.notification-option-switch .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.notification-option-switch input:checked + .slider {
    background: #EFECE6;
    border: 1px solid transparent;
}
.notification-option-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 4px;
    right: 0;
    bottom: 0;
    border: 1px solid rgb(102 102 102 / 20%);
    border-radius: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.notification-option-switch input:checked + .slider:before {
    transform: translateX(16px);
}
.notification-option-switch .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    background: #fff;
    border-radius: 22px;
    left: 0px;
    bottom: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 22px;
    border: 0.5px solid #F0F0F0;
    box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.05), 0px 1px 1px 0px rgba(0, 0, 0, 0.08), 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
}

/************************ 14.Contact Us Css ***************************/
.contact-txt h1,
.cup-details h1,
.home-second h2,
.account-type-upgrade h2,
.exercise-content-sec h1 ,
.exercise-content-sec h2 ,
#main .ui-datepicker-title{
    color: var(--4, #12151C);
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.contact-us-no,
.sound-name p {
    color: var(--4, #12151C);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.contact-us-no {
    padding-left: 12px;
}
.contact-us-mobile-btn a {
   border-radius: 8px;
   border: 2px solid var(--9, #F5F5F5);
   background: var(--1, #FFF);
   padding: 9px;
   width: 100%;
   display: block;
}

/************************ 15.Data & Analytics Css ***************************/
.data-analytics-first {
    display: flex;
    justify-content: space-between;
    column-gap: 12px;
    padding: 16px 0;
}

/************************ 16.Add New Card Css ***************************/
.demo-visa {
    background-image: url(../images/payment/visa-card-img.png);
    background-position: center;
    background-repeat: no-repeat;
    max-height: 200px;
    height: 100%;
    max-width: 343px;
    width: 100%;
    margin: 0 auto;
    border-radius: 24px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.card-hidden-number {
    color: var(--1, #FFF);
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 1.2px;
}
.card-name-jessica-main,
.card-name-jessica-main-sub {
    display: flex;
    justify-content: space-around;
    column-gap: 25px;
}
.card-name-jessica {
   color: var(--1, #FFF);
   font-family: "DM Sans";
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: 24px; 
   letter-spacing: 0.8px;
   text-transform: uppercase;
   text-transform: uppercase;
   width: 100%;
   max-width: 170px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.card-date-cvv {
   color: var(--1, #FFF);
   text-align: right;
   font-family: "DM Sans";
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: 24px; 
   letter-spacing: 0.8px;
   text-transform: uppercase;
}
.personal-name {
   border-radius: 12px;
   border: 2px solid var(--9, #F5F5F5);
   background: var(--1, #FFF);
   padding: 8px 16px;
   position: relative;
}
.personal-name input, .personal-name textarea , .personal-name select{
    border: 0;
    width: 100%;
    background: transparent;
}
.personal-name label,
.workout-time p{
    color: var(--5, #555658);
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.expiry-date.mt-16 {
    display: flex;
    column-gap: 16px;
}
label {
    display: block;
}

/************************ 17.Datepiker Css ***************************/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #78909C;
}
.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}
.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #546E7A;
    font-size: 0.875rem;
    text-decoration: none;
}
.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}
.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url(../svg/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50%;
    transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url(../svg/right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50%;
}
.ui-datepicker-title {
    text-align: center;
    line-height: 32px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
#ui-datepicker-div {
    display: none;
    background-color: #fff;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}
div#ui-datepicker-div {
    z-index: 500 !important;
}
.ui-datepicker-header a>span {
    display: none;
}
.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: #EFECE6;
    color: white;
}
.ui-datepicker-calendar tbody td a:hover {
    background: #EFECE66e;
}

/************************ 18.Linked Account Css ***************************/
.linked-account-first {
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding: 16px 0;
}
.linked-account-logo {
    padding: 12px;
    border-radius: 4px;
    border: 1px solid var(--9, #F5F5F5);
}
.pay-txt{
    color: var(--7, #00A266);
    text-align: right;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
}
.not-connect {
    color: var(--4, #FF484D);
}

/************************ 19.Workout Preferences Css ***************************/
.workout-preference-first {
    display: flex;
    align-items: center;
    column-gap: 12px;
    padding: 14px 0;
}

/************************ 20.Billing Subscriptions Css ***************************/
.billling-subscription-details {
    border-radius: 12px;
    background: var(--9, #F5F5F5);
}
.popular p {
    color: var(--2, #EFECE6);
    text-align: right;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.popular {
    border-radius: 0px 12px;
    background: var(--4, #12151C);
    width: fit-content;
    margin-left: auto;
    padding: 3px 8px;
}
.billing-price p {
    color: var(--2, #EFECE6);
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.billing-price h1,
.billing-price h2 {
    color: var(--4, #12151C);
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.billing-price h1 span,
.home-first h1 {
    color: var(--4, #12151C);
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.white-border {
    height: 2px;
    background: white;
}
.popular-padding{
    padding: 24px 16px;
}
.point-list li:after {
    content: "";
    width: 20px;
    position: absolute;
    left: 0;
    height: 20px;
    top: 5px;
    background-image: url(../svg/double-tick.svg);
    background-size: cover;
}
.point-list li{
    position: relative;
    color: var(--5, #555658);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 38px;
}
.point-list{
    list-style-type: none;
}
.current-plan h2,
.home-btn a,
.home-first span,
.skip-btn-form a,
.continue-btn-form a {
    color: var(--4, #12151C);
    text-align: center;
}

/************************ 21.Upgrade Confirmation Css ***************************/
.cup-details,
#upgrade-confirmation-main .point-list{
    padding-bottom: 20px;
}

/************************ 22.Splashscreen Css ***************************/
#splash-screen-page {
    height: 100vh;
    width: 100%;
    background: #E8E1D8;
}
.loader-mask1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}
.custom-slider-btn {
    position: relative !important;
    z-index: 2;
    padding: 0;
    margin: 0 !important;
    list-style: none;
    height: fit-content;
    width: fit-content;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 40px !important;
}
.custom-slider-dots {
    width: 12px !important;
    height: 12px !important;
    border-radius: 8px !important;
    border: none !important;
    background: var(--4, rgb(18 21 28 / 24%)) !important;
}
.custom-slider-dots.active {
    opacity: 1;
    background: #12151C !important;
    width: 40px !important;
}
.onboarding-slider .carousel-indicators [data-bs-target] {
    margin-right: 8px;
    margin-left: 0 !important;
}
.slider-sec-btn a{
    width: 100%;
    color: var(--1, #FFF);
    text-align: center;
    padding: 12px 0;
    border-radius: 12px;
    background: var(--2, #EFECE6);    
    margin: auto;
    max-width: 600px;
}
.empty-box-top p,
.slider-sec-btn a,
.password-btn a,
.change-password-btn a,
.current-plan h2,
.home-btn a,
.home-first span,
.skip-btn-form a,
.continue-btn-form a,
.report-btn a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.slider-sec-btn {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: white;
    z-index: 5;
    padding: 16px;
}
.onboarding-slider .carousel-item {
    transition: none !important;
}
.splash-slider .slider-img img{
    clip-path: circle(94% at 50% 11%);
}

/************************ 23.let You Css ***************************/
.icons_main {
    display: flex;
    justify-content: center;
    column-gap: 24px;
}
.icons_main a {
    padding: 10px;
    border-radius: 8px;
}
.or-section p {
    overflow: hidden;
}
.or-section p:before, 
.or-section p:after {
    background: rgb(0 0 0 / 8%);
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.or-section p:before {
    right: 8px;
    margin-left: -50%;
}
.or-section p:after {
    left: 8px;
    margin-right: -50%;
}

/*
#let-you-footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 16px;
    z-index: 99;
    max-width: 600px;
    margin: 0 auto;
    right: 0;
    background: #FFFFFF;
}*/

/************************ 24.Sign In Css ***************************/
.form-details-sign-in {
    border-radius: 12px;
    background: var(--1, #FFF);
    padding: 11px;
    display: flex;
}
.sign-in-custom-input {
    border: none;
    background: transparent;
    width: 100%;
    padding-left: 12px;
}
#eye,
#eye1 {
    color: #555658;
    display: flex;
    align-items: center;
    padding-left: 12px;
}

/************************ 25.Verify Email Address Css ***************************/
.otp-section input {
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 30px;
    background: var(--9, #F5F5F5);
    border: 0;
}
.otp-section input,
.logout-txt{
   color: var(--4, #12151C);
   text-align: center;
   font-family: "DM Sans";
   font-size: 24px;
   font-style: normal;
   font-weight: 500;
   line-height: 32px;
}
.otp-section input:focus {
    border-radius: 30px;
    border: 2px solid var(--2, #EFECE6);
    background: var(--1, #FFF);
    box-shadow: none !important;
}
.filled {
   border: 2px solid var(--4, #12151C) !important;
   background: var(--1, #FFF) !important;
}
.otp-section {
    column-gap: 12px;
}
.verify-number-img img{
    width: 100%
}
.verify-email-img-sec{
    position: relative;
}
.main-img-top img,
.main-img-bottom img{
    border-radius: 16px;
    
}
.main-img-bottom{
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 0;
    right: 0;
}
.main-img-bottom1 {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
}

/************************ 26.Enter Otp Css ***************************/
.block-footer span{
    padding-right: 6px;
}

/************************ 27.Secure Account Css ***************************/
.select-account-from .form-details-sign-in{
  border-radius: 12px;
  background: var(--9, #F5F5F5);  
}

/************************ 28.Workout Complete Css ***************************/
.workout-wrap {
    column-gap: 12px;
}
.workout-first {
    padding: 10px;
    border-radius: 10px;
    width: 33.33%;
}
.workout-first h2 {
    color: var(--4, #12151C);
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 6px;
}
.workout-first p{
    color: var(--5, #555658);
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; 
}
.home-btn,
.start-trial {
    border-radius: 12px;
    background: var(--9, #F5F5F5);
    padding: 12px;
    width: 100%;
    text-align: center;
}
.report-btn,
.select-plan {
    border-radius: 12px;
    background: var(--2, #EFECE6);
    padding: 12px;
    text-align: center;
    width: 100%;
}
.workout-bottom-btn-wrap,
.multistep-form-btn,
.invite-friend-wrapper,
#main .send-money-contact-tab,
.menu-sidebar .send-money-contact-tab {
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.workout-complete-content{
    position: relative;
}
.workout-bottom-btn {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    padding: 16px;
    background: white;
    bottom: 0;
    max-width: 600px;
    margin: 0 auto;
}
.report-btn a {
    color: var(--1, #FFF);
    text-align: center;
}
#workout-complete-modal .modal-body{
    padding: 24px 16px !important;
}
#workout-complete-modal .modal-dialog {
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
#workout-complete-modal .modal-content {
    border-radius: 24px 24px 0px 0px;
    background: var(--1, #FFF);
}

/************************ 29.Workout Category1 Css ***************************/
#wokout-category1-main .workout-time,
#main .workout-time,
#wokout-search-main .workout-time,
#clases-main .workout-time,
.single-exercise-main .perfil{
    margin-left: inherit;
}
#wokout-category1-main .workout-time h2,
#main .workout-time h2,
#main .workout-time h2{
    overflow: hidden;
    color: var(--4, #12151C);
    text-overflow: ellipsis;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
    width: 205px;
    white-space: nowrap;
}
#main .workout-time h2{
    width: 173px !important;
}

/************************ 30.Account Upgrade Css ***************************/
#account-upgrade-main .workout-bottom-btn-wrap{
    column-gap: 10px;
}
#account-upgrade-main .select-plan,
#account-upgrade-main .start-trial{
    padding: 10px;
}
#account-upgrade-main .select-plan a, 
#account-upgrade-main .start-trial a{
    font-size: 13px !important;
}

/************************ 31.Homescreen Css ***************************/
.header-wrap-home {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.home-first h1,
.home-first span{
    line-height: 30px !important;
}
#main .home-second-wrap {
    display: flex;
    column-gap: 12px;
    padding-right: 16px;
    padding-left: 16px;
}
.focus-content{
    text-align: center;
}
#main .home-second{
    margin-top: 25px;
}
#main .slick-slide{
    padding: 0 8px;
}
#main .slick-list{
    margin-left: 12px;
}
#main .slick-custom-arrow {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: var(--9, #F5F5F5);
    cursor: pointer;
    color: #000;
}
#main .slick-custom-arrow-right {
  right: 50%;
  bottom: -25%;
}
#main .slick-custom-arrow-left {
    left: 25%;
    bottom: -25%;
}

/************************ 32.Bottom Tabbar Css ***************************/
.bottom-menu-svg-main {
    position: relative;
}
.bottom-menu-svg {
    position: fixed;
    bottom: -40px;
}
.gol3 {
    position: absolute;
    left: 50%;
    top: -10%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 99;
    background-image: url(../images/qrscan.png); /* Reemplaza con la URL de tu imagen */
    background-size: cover; /* Ajusta la imagen para que cubra todo el div */
    background-position: center; /* Centra la imagen */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-color: white;
}
.add-to-cart-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}
.home-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bottom-menu-svg-design {
    max-width: 600px;
    height: 180px;
    width: 100%;
    /*backdrop-filter: blur(12px);
    background: white;*/
}
.navigation {
    position: fixed;
    bottom: 16px;
    width: 100%;
    max-width: 600px;
}
.navigation .listWrap {
    list-style: none;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.navigation .listWrap li a {
    position: relative;
    display: flex;
    justify-content: center;
}
.navigation .listWrap li:active a .icon, 
.navigation .listWrap li.active a .icon {
  filter: brightness(0) saturate(100%) invert(79%) sepia(12%) saturate(2520%) hue-rotate(44deg) brightness(98%) contrast(85%);
  transform: translateY(-10px);
}
.navigation .listWrap li a .icon {
    position: relative;
    display: block;
    text-align: center;
    transition: 0.5s;
    color: #004432;
}
.navigation .listWrap li:active a .text, 
.navigation .listWrap li.active a .text {
    opacity: 1;
}
.navigation .listWrap li a .text {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #EFECE6;
    transition: 0.5s;
    transform: translateY(20px);
    opacity: 0;
    z-index: 1;
}
li.list {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: transparent;
}
li.list.active {
    width: 40px;
    height: 40px;
    position: relative; 
    color: white; 
}
li.list.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(255 255 255 / 24%);
    filter: blur(12px);
    z-index: -1; 
}
li.list.active i {
    position: relative;
    z-index: 1;
}

/************************ 33.Profile Css ***************************/
.profile-edit-img {
    text-align: center;
    position: relative;
    width: 120px;
    height: 120px;
    margin: auto;
    overflow: hidden; /* Importante para ocultar las partes que sobresalgan */
}

.profile-edit-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.image-input {
    position: absolute;
    bottom: 6px;
    right: 0px;
}

.image-input input {
    display: none;
}

.image-button {
    background: black;
    padding: 8px;
    border-radius: 20px;
    cursor: pointer;
}

.profile-content{
    position: relative;
}
.custom-icon-edit {
    position: absolute;
    right: 16px;
    top: 35%;
    cursor: pointer;
}
#main .personal-name input, .personal-name textarea, .personal-name select{
    color: var(--4, #12151C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    padding-right: 30px;
    width: 95%;
}
.gol3.profile{
    background-color: #EFECE6 !important; 
}

/************************ 34.Setting Css ***************************/
#main .send-money-contact-tab,
.menu-sidebar .send-money-contact-tab {
    padding: 8px 0;
}
#main .setting-center-border,
.menu-sidebar .setting-center-border {
    height: 2px;
    background: #F5F5F5;
    margin: 24px 0;
    border-bottom: 1px solid #F5F5F5;
}
#main .setting-title h3,
.menu-sidebar .setting-title h3,
.diffrent-chat-dropdown ul li a{
    color: var(--4, #12151C);
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
#main .setting-lanuage,
.menu-sidebar .setting-lanuage {
    color: var(--5, #555658);
    text-align: right;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    display: inline-flex;
    margin-right: 16px;
}
#main .setting-icon ,
.menu-sidebar .setting-icon {
    width: 48px;
    height: 48px;
    background: rgb(127 216 59 / 8%);
    border-radius: 8px;
}
.setting-icon.bg-red {
    background: rgb(251 73 69 / 8%) !important;
}
#main .main-img-top img, 
#main .main-img-bottom img,
#main .main-img-bottom1 img{
    width: 100%;
}
.setting-content {
    display: flex;
    align-items: flex-start;
}
#main .workout-time{

    margin-left: inherit;
}
#main .workout-time h2 {
    color: var(--2, #EFECE6);
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
#main .setting-bottom-img{
    position: relative;
}
#main .setting-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    padding: 0 16px;
}
#main .workout-btn img{
    filter: brightness(0) saturate(100%) invert(95%) sepia(100%) saturate(14%) hue-rotate(213deg) brightness(104%) contrast(104%);
}
.diffrent-chat-dropdown ul {
    padding: 0;
    margin: 0;
    list-style-type: circle;
    margin-left: 90px;
    margin-right: 30px;
    padding-bottom: 8px;
    margin-top: -18px;
}
.diffrent-chat-dropdown ul li {
    border-bottom: 2px solid #f5f5f5;
    padding: 8px;
}
.diffrent-chat-dropdown {
    display: none;
}
#main .slick-custom-arrow-right {
    right: 30%;
    bottom: -25%;
}
#main .slick-custom-arrow-left {
    left: 40%;
    bottom: -25%;
}
/************************ 35.Payment Method Css ***************************/
#payment-method-main .bank-img,
#account-upgrade-processing-main .bank-img {
    width: 74px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid var(--9, #F5F5F5);
}
#payment-method-main .delete-account-bottom,
#account-upgrade-processing-main .delete-account-bottom
{
    display: flex;
    padding: 24px 0;
    justify-content: unset;
    align-items: center;
    column-gap: 12px;
}
#payment-method-main .bank-details h2,
#account-upgrade-processing-main .bank-details h2 {
   color: var(--4, #12151C);
   font-family: "DM Sans";
   font-size: 16px;
   font-style: normal;
   font-weight: 700;
   line-height: 24px;
}
.bank-card span:last-child {
   color: var(--5, #555658);
   font-family: "DM Sans";
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: 20px;
}
.bank-card span:first-child {
    color: var(--7, #00A266);
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
#payment-method-main .verify-number-btn span img {
    margin-right: 8px;
}
.verify-number-btn.payment-btn a{
    border-radius: 12px;
    background: var(--9, #F5F5F5);
    color: var(--4, #12151C);
}

/************************ 36.Account Upgrade Processing Css ***************************/
.account-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.account-back img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(6%) saturate(168%) hue-rotate(181deg) brightness(100%) contrast(89%);
}
#account-upgrade-modal .modal-body{
    padding: 40px 16px !important;
}

/************************ 37.Workout-Empty-History Css ***************************/
#main .ui-datepicker-header a.ui-datepicker-prev{
    top: auto;
    right: 38%;
    background-size: 24px;
    margin: 0;
    left: auto;
}
#main .ui-datepicker-header a.ui-datepicker-next{
   top: auto;
   right: 36%;
   background-size: 24px;
   margin: 0;
}
#main .calendar {
    border-radius: 12px;
    border: 2px solid var(--9, #F5F5F5);
    background: var(--1, #FFF);
    padding: 16px;
}
#main .ui-datepicker-calendar tbody td a {
    border-radius: 22px;
    background: var(--9, #F5F5F5);
    width: 41px;
    height: 41px;
    margin-top: 4px;
    margin-right: 4px;
    color: var(--4, #12151C);
    text-align: center;
    font-family: "DM Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; 
}
#main .ui-datepicker-calendar tbody td a.ui-state-active {
    border-radius: 22px;
    background: var(--2, #EFECE6);
    color: #004432;
}
#main .ui-datepicker-calendar thead th {
    color: var(--4, #12151C);
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
}
#main .ui-datepicker-title {
    text-align: left;
    border-bottom: 2px solid #F5F5F5;
    padding-bottom: 16px;
}
#main .empty-box {
    border-radius: 12px;
    border: 2px solid var(--9, #F5F5F5);
    background: var(--1, #FFF);
    padding: 16px;
    margin-bottom: 20px;
}
.empty-box-bottom h1 {
    color: var(--4, #12151C);
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.empty-box-bottom  p {
    color: var(--5, #555658);
    text-align: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
}
.empty-box-top p {
    color: var(--4, #12151C);
}
.empty-box-top {
    border-bottom: 2px solid #F5F5F5;
    padding-bottom: 16px;
}


.workout-history-img span {
    display: contents;
}
.workout-history-img img {
    height: 16px;
    width: 16px;
}
.workout-history-img span:last-child{
    color: var(--4, #12151C);
    font-family: "DM Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

/************************ 38.Select Gender Css ***************************/
.focus-tab-main li button {
    border-radius: 8px;
    border: 2px solid var(--9, #F5F5F5) !important;
    background: var(--1, #FFF);
    padding: 6px 12px;
    color: var(--4, #12151C);
    text-align: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.focus-tab-main li button:hover{
    color: var(--4, #12151C); 
}
.nav-tabs.focus-tab-main .nav-link.active{
    border-radius: 8px;
    background: var(--4, #12151C);
    color: var(--2, #EFECE6);
}
ul.nav.nav-tabs.focus-tab-main{
    flex-wrap: nowrap;
    overflow-x: scroll;
    column-gap: 8px;
    padding: 0 16px;
    border: 0;
}
.first-focus-content h1,
.first-focus-content h2 {
    color: var(--4, #12151C);
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}
.first-focus-content {
    padding: 0 16px;
}
.body-tab-main-wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow-x: scroll;
    column-gap: 30px;
}
.tab-content.focus-tab-main-tab{
    margin-top: 40px;
}
.skip-btn-form a {
    border-radius: 12px;
    background: var(--9, #F5F5F5);
    padding: 12px;
    width: 100%;
}
.continue-btn-form,
.skip-btn-form{
   width:50%;
}
.continue-btn-form a{
   padding: 12px;
   border-radius: 12px;
   background: var(--2, #EFECE6);
   width: 100%;
}
.multistep-form-btn {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 600px;
    margin: 0 auto;
    padding: 16px;
    background: white;
    z-index: 9;
}
.option,
.goal {
    border-radius: 8px;
    border: 2px solid var(--9, #F5F5F5);
    background: var(--1, #FFF);
    padding: 12px;
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.activity-details p{
    margin-top: 4px;
}
.goal.selected{
    border-radius: 8px;
    border: 2px solid var(--2, #EFECE6);
    background: var(--1, #FFF);
}
#select-gender-main .selected {
    border-radius: 8px;
    border: 2px solid var(--2, #EFECE6);
    background: var(--1, #FFF);
}
.form-floating>.form-control:not(:placeholder-shown)~label::after{
    background: transparent !important;
}
#msform .progress {
    background: #F2EEFE;
    width: 100%;
    height: 16px;
    border-radius: 8px;
    background: var(--9, #F5F5F5);
}
#msform {
    text-align: center;
    position: relative;
    margin-bottom: 0;
}
#msform fieldset:not(:first-of-type) {
    display: none;
}
::-webkit-scrollbar {
    display: none;
}
#select-gender-main .nav-tabs {
    border: 0;
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 0 16px;
}
#select-gender-main  .nav-tabs .nav-link {
   color: var(--4, #12151C);
   text-align: center;
   font-family: "DM Sans";
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: 20px;
   border-radius: 8px;
   border: 2px solid var(--9, #F5F5F5);
   background: var(--1, #FFF);
   padding: 6px 12px;
}
#select-gender-main  .nav-tabs .nav-link.active {
    color: var(--2, #EFECE6);
    text-align: center;
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    background: var(--4, #12151C);
}
#select-gender-main  .tab-pane {
    display: none;
}
#select-gender-main  .tab-pane.active {
    display: block;
}
#select-gender-main  .body-tab-main-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/************************ 39.Personalised Plan Css ***************************/
.circle_percent {
  font-size: 200px;
  width: 200px;
  height: 200px;
  position: relative;
  background: #F5F5F5;
  border-radius: 100px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  margin-top: 140px;
}
.circle_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  clip: rect(0 1em 1em 0.5em);
}
.round_per {
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  background: #EFECE6;
  clip: rect(0 1em 1em 0.5em);
  transform: rotate(180deg);
  transition: 1.05s;
}
.percent_more .circle_inner {
  clip: rect(0 0.5em 1em 0em);
}
.percent_more:after {
  position: absolute;
  left: 0.5em;
  top: 0em;
  right: 0;
  bottom: 0;
  background: #EFECE6;
  content: "";
}
.circle_inbox {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: #fff;
  z-index: 1;
  border-radius: 50%;
}
.percent_text {
  position: absolute;
  font-size: 36px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.gender-select {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
}
#male-img,
#female-img{
    width: 10rem;
}

/************************ 40.Workout plan Ready Css ***************************/
.workout-plan-ready-details p,
#main .workout-time p {
    color: var(--1, #FFF);
    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.workout-plan-ready-details {
    position: absolute;
    bottom: 10%;
    left: 16px;
    right: 0;
    align-content: center;
    width: 100%;
    height: 25%;
    background: rgba(232,225,216, 0.8);
}

/************************ 41.Face Recognition Process Css ***************************/
.face-img img {
    border-radius: 120px;
    border: 2px solid var(--2, #EFECE6);
}
.face-img{
    margin-top: 100px;
}
.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #12151C;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; 
  }
  40% { opacity: 1; 
  } 
}

/************************ 42.Discover Workout Css ***************************/
.search-text-result {
  border-radius: 12px;
  background: var(--9, #F5F5F5) !important; 
  padding: 12px !important;
  border: none;
  margin-left: 0 !important;
  color: var(--5, #555658);
  font-family: "DM Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.search-iconn {
   border-radius: 12px;
   background: var(--9, #F5F5F5);
   border: none;
   padding: 14px 0 14px 16px !important;
}
#main .form-control:focus,
#wokout-search-main .form-control:focus{
    box-shadow: none !important;
}
.inspiration-sec-deatils {
    max-width: 100vw; /* Ocupa todo el ancho de la pantalla */
    width: 100vw;
    position: relative;
    border-radius: 0; /* Quita el borde redondeado */
    display: flex;
    height: 10rem;
    padding-top: 1rem;
    overflow: hidden; /* Evita desbordamientos */
}

.inspiration-overlay {
    content: "";
    border-radius: 12px;
    background: linear-gradient(90deg, #12151C 0%, rgba(18, 21, 28, 0.00) 100%);
    background-repeat: no-repeat;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.inspiration-content {
    position: absolute;
    padding: 16px;
    bottom: 0;
    width: 100%; /* Asegura que el contenido abarque todo el ancho */
    
    background: linear-gradient(90deg, #12151C 0%, rgba(18, 21, 28, 0.00) 100%);    
}

.content-main {
    width: 100%;
    height: 100%;
    position: relative;
}

.content-main img {
    border-radius: 0; /* Sin bordes redondeados */
    width: 100%; /* Ocupa todo el ancho disponible */
    height: 100%; /* Llena el alto del contenedor */
    object-fit: cover; /* Mantiene la proporción y llena el espacio */
    object-position: center; /* Centra la imagen verticalmente */
    display: block; /* Evita espacios extra */
}


.inspiration-subtitle {
    color: var(--1, #FFF);
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 4px;
}

#main .slick-slide{
    margin: 0 15px 0 0 ;
}
#main .slick-track{
    margin-left: 15px;
}



/************************ 43.Single Workout Overview Css ***************************/
#main .main-img-top img,
#main .main-img-bottom img{
    width: 75%;
}
#main .slick-slide{
    margin-left:  15px;
    margin-right:  15px;
}
#main .slick-list {
    margin-left: 0px;
    margin-right: 0px;
}
#main .slick-custom-arrow {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 36px;
    cursor: pointer;
    color: #fff;
    z-index: 9;
}
#main .slick-custom-arrow-right {
  right: 12px;
  top: 50%;
}
#main .slick-custom-arrow-left {
   left: 12px;
   top: 50%;
}
#main .overview-tabbar-main ,
#single-exercise-main-bottom .overview-tabbar-main,
#stomach-main  .overview-tabbar-main {
    width: 100%;
    border-radius: 8px;
    border: 2px solid var(--4, #12151C);
    background: var(--1, #FFF);
    z-index: 99;
    margin-top: 25px !important;
}
#main .overview-tabbar-main button,
#single-exercise-main-bottom .overview-tabbar-main button,
#stomach-main .overview-tabbar-main button  {
    width: 50%;
    border: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding: 12px !important;
    border-radius: 0px 8px 8px 0px;
    color: var(--4, #12151C);
    text-align: center;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}
#main .overview-tabbar-main .nav-link.active ,
#single-exercise-main-bottom .overview-tabbar-main .nav-link.active,
#stomach-main .overview-tabbar-main .nav-link.active {
    border-radius: 8px 0px 0px 8px;
    background: var(--4, #12151C);
    backdrop-filter: blur(4px);
    color: #ffffff;
}
#main .overview-tabbar-main button:hover {
   color: var(--4, #12151C);
}
#main .workout-plan-ready-details {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 10px);
}
.animation-main-content {
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.animation-img {
    width: 80px;
    height: 80px;
    border: 2px solid #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

/************************ 44.Preloader Css ***************************/
#preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    background:  #E8E1D8;
    z-index: 999;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex ;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center !important;
}

/* Lightweight feedback for view transitions initiated by getHTMLRemoto. */
#ufit-view-loader {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 160ms ease, visibility 160ms ease;
}

#ufit-view-loader.is-visible {
    opacity: 1;
    visibility: visible;
}

#ufit-view-loader img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    animation: ufit-view-loader-pulse 900ms ease-in-out infinite;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.18));
}

@keyframes ufit-view-loader-pulse {
    0%, 100% { transform: scale(0.88); opacity: 0.65; }
    50% { transform: scale(1); opacity: 1; }
}
/************************ 45.Single Exercise Css ***************************/
.single-exercise-main .header-wrap-home{
    justify-content: space-between;
}
.info-img {
    margin-left: 12px;
}
.timer-container {
    position: relative;
    width: 200px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}
.timer .circle {
    position: relative;
    width: 100%;
    height: 100%;
    animation: none !important;
}
.timer .circle svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.timer circle {
    fill: none;
    stroke-width: 10%;
}
.timer circle:first-child {
    stroke: lightgray;
}
.timer #progress,
.timer #progress1 {
    stroke: #EFECE6;
    stroke-dasharray: 283; 
    stroke-dashoffset: 283;
    transition: stroke-dashoffset 1s linear;
}
.timer .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.timer .clock-image {
    width: 40px; 
    height: 40px;
}
.timer .countdown {
   text-transform: uppercase;
   margin-top: 10px; 
}
.prev-icon {
    margin-right: 8px;
}
.next-icon {
    margin-left: 8px;
}
.single-exercise2{
   padding-bottom: 150px;   
}
.single-exercise2-bottom {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    max-width: 600px;
    margin: 0 auto;
    bottom: 0;
    padding: 16px;
    background: white;
}
.new-invoice-modal-content {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.sound-details {
    border-bottom: 2px solid #F5F5F5;
    padding-bottom: 16px;
}
.sound-txt{
    font-size: 16px !important;
    line-height: 24px !important;
}

/************************ 46.Workout Search Css ***************************/
#wokout-search-main .nav-pills .nav-link.active {
    border-radius: 16px;
    background: var(--2, #EFECE6);
    color: var(--4, #12151C);
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding: 7px 12px;
}
#wokout-search-main .nav-pills .nav-link{
    color: var(--4, #12151C);
    text-align: center;
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding: 7px 12px;
    border-radius: 16px;
    border: 2px solid var(--9, #F5F5F5);
}
#gym-type-content {
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-wrap: nowrap; 
}
.sure-txt{
    font-size: 18px !important;
    line-height: 24px !important;
}
.modal{
    backdrop-filter: blur(2px)
}

/************************ 47.Bar Chart Css ***************************/
.border-red{
    border: 2px solid var(--8, #FB4945);
}
.border-green{
    border: 2px solid var(--7, #00A266);
}
.border-yellow{
    border: 2px solid var(--6, #FFAA01);
}
.statistic-overview-content {
    display: flex;
    align-items: center;
    column-gap: 16px;
    border-bottom: 2px solid #F5F5F5;
    padding-bottom: 16px;
}
#bar-chart-main .statistic-first,
#line-chart-main .statistic-first,
#area-chart-main .statistic-first {
    width: 60%;
}
#bar-chart-main .statistic-second,
#line-chart-main .statistic-second,
#area-chart-main .statistic-second {
    width: 40%;
}
.statistic-first h2 {
    color: var(--4, #12151C);
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.custom-select-internet select {
    border-radius: 16px;
    border: 2px solid var(--9, #F5F5F5);
    padding: 7px 12px;
    color: var(--4, #12151C);
    font-family: "DM Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
#bar-chart-main .custom-select-internet select,
#line-chart-main .custom-select-internet select,
#area-chart-main .custom-select-internet select{
    width: 128px;
}
#bar-chart-main .bar-chart{
    border-radius: 12px;
    border: 2px solid var(--9, #F5F5F5);
    background: var(--1, #FFF);
    padding: 20px;
}

/************************ 48.Area Chart Css ***************************/
#area-chart-main .chart-container {
    position: relative;
    width: 100%;
    height: 150px;
    margin: auto;
}
#area-chart-main .legend {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
#area-chart-main .legend div {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
#area-chart-main .legend div span {
    margin-left: 5px;
}

/************************ 49.Line Chart Css ***************************/
#myChart {
    position: relative;
    height: 800px;
    width: 100%;
}
.custom-tooltip {
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: none;
    pointer-events: none;
}
.custom-tooltip .emoji {
    display: inline-block;
    margin-right: 5px;
}
.bg-img{
    position: relative;
    width: 343px;
    height: 343px;
    background: url(../images/single-exercise/bg-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.progress-container {
    width: auto;
    background-color: #f3f3f3;
    border-radius: 25px;
    margin: 20px;
}
.progress-bar {
    width: 25%; 
    height: 20px;
    background-color: #EFECE6;
    border-radius: 8px;
    color: var(--1, #FFF);
    text-align: center;
    font-family: "DM Sans";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 10px;
}
.bg-img-sec{
    background: url(../images/about-us/blog-image-3.jpg);
    position: relative;
    height: 570px;
    width: 500px;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.height-picker-container ,
.age-picker-container,
.weight-picker-container,
.day-picker-container{
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.height-picker-container::before,
.age-picker-container::before,
.weight-picker-container::before,
.day-picker-container::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 80px;
    background: url(../images/select-bg-img.png);
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%);
}
.height-picker,
.age-picker,
.weight-picker,
.day-picker {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}
.height-item,
.age-item,
.weight-item,
.day-item {
    flex: 0 0 32px;
    scroll-snap-align: center;
    opacity: 0.5;
    transition: opacity 0.2s, transform 0.2s;
    color: var(--5, #555658);
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    margin-top: 20px;
}
.height-item.selected1,
.age-item.selected1,
.weight-item.selected1,
.day-item.selected1 {
    opacity: 1;
    margin-left: 55px;
}
.timer .countdown,
.percent_text,
.loader-content span,
.single2-txt {
    color: var(--4, #12151C);
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
}
#stomach-main .single-workout-tab-content{
    margin-top: 25px;
}



.mini-trainer{
    width: 5rem;
}

.textomovilxxs {
    font-size: 9.0px !important;
}

.textomovilxs {
    font-size: 11px !important; 
}

.textomovilsm {
    font-size: 13px !important;
}

.textomovils {
    font-size: 14px !important;
}

.textomovil {
    font-size: 15px !important;
}

.textomovilm {
    font-size: 18px !important;
}

.textomovilmm{
    font-size: 18px !important;
}

.textomovill {
    font-size: 28px !important;
}

.textomovillg {
    font-size: 34px !important;
}

.textomovilxl {
    font-size: 45px !important;
}

.textomovilxxl {
    font-size: 52px !important;
}
.textomovilxxxl {
    font-size: 70px !important;
}
.textomovilxxxxl {
    font-size: 84px !important;
}

/*SplashScreen*/

.logo_inicio{
    width: 10rem;
}

.img_carr{
    width: 100vw;
    max-width: none;
}
.foto_class_container{
    position: relative;
    left: -16px;
    right: -16px;
}

.foto_div {
    position: relative; 
    display: inline-block; 
    width: 100%;
}

.ufit-action-busy {
    pointer-events: none;
    opacity: 0.68;
}


/**CLASS ADMIN**/

/*Whatsapp flotante*/
.btn-class{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 60px;
    bottom:10%;
    right:25px;
    background:#004432;
    color:#E8E1D8;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
  }
  .btn-class:hover{
    background: #004432;
  }
  @media only screen and (min-width:320px) and (max-width:768px){
    .btn-class{
        width:63px;
        height:63px;
        line-height: 60px;
  }
  }

  .basic-select {
    font-size: 14px;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;
}


.btn-pressed{
    background-color: #E1E1D8 !important;
    color:#004432 !important;
}

/**Calendario**/


    .calendar-container {
      display: flex;
      align-items: center;
      background-color: #f8f9fa;
      border-radius: 10px;
      overflow-x: auto;
      scroll-behavior: smooth;
      gap: 5px;
    }
    .day {
      text-align: center;
      min-width: 50px;
      flex-shrink: 0;
      padding: 5px 0;
      font-size: 0.9rem;
    }
    .day.selected {
      color: white;
      background-color: #004432;
      border-radius: 50%;
    }
    .day.today {
      color: #004432;
      font-weight: bold;
    }
    .calendar-button {
      border: none;
      background: none;
      font-size: 1.5rem;
      color: #004432;
      cursor: pointer;
      margin-top: 10px;
    }
    .modal-header {
      background-color: #004432;
      color: white;
    }
    .monthly-calendar {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 5px;
      text-align: center;
    }
    .monthly-calendar .day-cell {
      padding: 10px;
      cursor: pointer;
      border: 1px solid #ddd;
      border-radius: 5px;
      font-size: 0.9rem;
    }
    .monthly-calendar .day-cell:hover {
      background-color: #f0f0f0;
    }
    .monthly-calendar .day-cell.selected {
      background-color: #004432;
      color: white;
    }
    .monthly-calendar .day-cell.today {
      color: #004432;
      font-weight: bold;
    }
    .text-muted {
      color: #bbb;
    }

    @media (max-width: 576px) {
      .day {
        min-width: 40px;
        font-size: 0.8rem;
      }
      .monthly-calendar .day-cell {
        padding: 8px;
        font-size: 0.8rem;
      }
    }
/***MAPAS***/

.legend {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    font-size: 14px;
    align-items: center;
    justify-self: center;

}

.legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.color-box {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 3px;
}

.unavailable {
    background-color: #666;;
}

.available {
    background-color: #E8E1D8;
    border: 1px solid #aaa; /* Opcional: para mayor contraste */
}

    /*DINAMICO*/
    .map-editor {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        width: 100%;
        overflow: visible;
    }

    .map-editor-stage {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        overflow: visible;
        margin-top: 30px;
    }

    .toolbar {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 15px;
        flex-wrap: wrap;
    }

    
    

   

    .screen {
        width: 90%;
        height: 30px;
        background-color: #ccc;
        margin: 10px auto 20px;
        border-radius: 5px;
        text-align: center;
        line-height: 30px;
        font-weight: bold;
    }


    /****ESTATICO***/

    

    .form-group {
        margin: 15px 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        max-width: 400px;
    }

    .form-group label {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .form-group input {
        width: 100%;
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #ccc;
        font-size: 16px;
    }


    .map-container {
        margin-top: 30px;
        text-align: center;
        width: 100%;
        max-width: 600px; /* Limitar ancho del mapa */
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 20px;
        background-color: #fff;
        overflow: auto;
        box-sizing: border-box;
    }

    .map-editor-stage .map-container {
        flex: 0 0 auto;
        margin-top: 0;
    }

    .map-dinamico {
        height: 400px;
        width: 400px;
        max-width: none;
        position: relative;
        overflow: visible;
    }

    .seat-grid-estatico {
        display: grid;
        gap: 10px;
        justify-content: center;
        justify-items: center;
    }

    .seat {
        width: 40px;
        height: 40px;
        background-color: #E8E1D8;
        border: 1px solid #ccc;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: bold;
        color: #004432;
        cursor: pointer;
        
    }

    .seat.selected {
        background-color: #004432 !important;
        color: #E8E1D8;
    }

    .dinamico {
        position: absolute;
        cursor: grab !important; 
        
    }

    .salon-card {
        background: #111;
    }

    .salon-card img {
        filter: brightness(0.72);
    }

    .salon-card-name {
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: 14px;
        color: #fff;
        font-size: 18px;
        font-weight: 800;
        letter-spacing: 0;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
        z-index: 2;
    }

    @media (max-width: 576px) {
        .map-editor {
            align-items: center;
        }

        .map-editor .toolbar,
        .map-editor #seat-counter {
            align-self: center;
        }

        .map-container.map-dinamico {
            width: 400px;
            min-width: 0;
        }
    }

    .dinamico .delete-btn {
        position: absolute;
        top: -5px;
        right: -5px;
        width: 15px;
        height: 15px;
        background-color: red;
        color: white;
        font-size: 10px;
        border: none;
        border-radius: 50%;
        cursor: pointer;
    }

    
    .seat.occupied {
        background-color: #666;
        color: white;
        cursor: not-allowed !important;
    }

    /**Instructor*/

    

    .good-select{
        font-size: 14px;
        font-weight: bold;
        padding: 4px;
        border-radius: 4px;
        border: 1px solid #ccc;
        width: 100%;
    }


    .descripcion-input {
        font-size: 14px;
        font-weight: bold;
        padding: 4px;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 100%;
        height: 100%;
    }

    .titulo-label{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 110%;
        background: rgba(0, 0, 0, 0.6); 
        color: white;
        border: none;
        outline: none;
        font-size: 30px;
        font-weight: bold;
        padding: 10px;
        text-align: start; 
        box-sizing: border-box; 
    }

    .space-left{
        position: absolute;
        left: 0;
        width: 100%;
        color: white;
        font-weight: bold;
        padding: 8px;
        text-align: center; 
        box-sizing: border-box; 
    }

    
   
    
    .info {
        align-items: center;
    }
    
    .trainer-item {
        display: flex;
        flex-direction: column; 
        align-items: center; 
        text-align: center;
    }

    .title-agendar {
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
        color: gray;
    }
    
    .text-right {
        text-align: right;
    }

    .trainer-img {
        width: 60px;
        height: 90px;
        border-radius: 15%;
        margin-right: 10px;
    }
    
    

    .add-select-btn,
    .remove-select-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border: none;
        border-radius: 50%;
        color: white;
        cursor: pointer;
        font-size: 18px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .remove-select-btn {
        background-color: #E8E1D8; 
        color: #004432;
    }

    .add-select-btn:hover {
        background-color: #218838; 
    }

    .remove-select-btn:hover {
        background-color: #004432; 
        color: #E8E1D8; 

    }

    #selectContainer {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        gap: 10px; /* Espacio entre los select */
    }

    .trainer-select {
        width: 100%;
        padding: 8px 12px;
        font-size: 14px;
        border: 1px solid #ced4da;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .trainer-select:focus {
        border-color: #80bdff;
        outline: none;
        box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
    }

    #amigosContainer {
        display: flex;
        flex-direction: column;
        gap: 10px; /* Espacio entre los select */
    }



    /*****INSTRUCTOR VIEW*****/

    .profile-container {
        max-width: 600px;
        margin: 0 auto;
        padding: 20px;
        }

        /* Imagen del instructor */
        .profile-image {
        width: 100%;
        height: auto;
        display: block;
        /* Elimina cualquier espacio en blanco adicional */
        margin-bottom: 15px;
        }

        /* Nombre del instructor */
        .profile-name {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 5px;
        }

        /* Subtexto o frase corta debajo del nombre */
        .profile-subtitle {
        font-size: 1rem;
        color: #6c757d;
        margin-bottom: 20px;
        text-align: justify;
        }

        /* Sección de info */
        .info-section {
        margin-bottom: 20px;
        }

        .info-section h5 {
        font-weight: 600;
        margin-bottom: 10px;
        }

        .info-section p {
        margin: 0 0 10px 0;
        line-height: 1.5;
        }

        /* Ejemplo de estilo para íconos o emojis en texto */
        .info-item {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        }

        .info-item span {
        margin-left: 8px;
        }

        /* Responsive */
        @media (min-width: 768px) {
            .profile-name {
                font-size: 2rem;
            }
            .profile-subtitle {
                font-size: 1.2rem;
            }
            .img_carr {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
            }
            
            .foto_class_container{
                position: unset;
            }

            .foto_div {
                position: relative;
                display: inline-block;
                width: 100%;
                height: 300px; /* Ajusta la altura según sea necesario */
                overflow: hidden;
            }

            .space-left {
                position: unset;
                left: 0;
                width: 100%;
                color: white;
                font-weight: bold;
                padding: 8px;
                text-align: center;
                box-sizing: border-box;
            }

            /*
            #main .home-second-wrap {
                display: flex;
                column-gap: 12px;
                padding-right: 16px;
                padding-left: 16px;
                flex-wrap: wrap;
            }*/

           
        }

    /***MEMBRESIAS*/
    
         /* Detalle de la membresía adquirida con diseño atractivo */
         .detalle-membresia {
            background: linear-gradient(135deg, #004432, #314799);
            color: #fff;
            border-radius: 16px;
            padding: 2rem;
            margin-top: 1rem;
            text-align: center;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            position: relative;
        }
        /* Icono decorativo (requiere FontAwesome, opcional) */
        .detalle-membresia:before {
            content: "\f005";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            position: absolute;
            top: -15px;
            left: 50%;
            transform: translateX(-50%);
            background: #fff;
            color: #004432;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 1rem;
        }
        .detalle-membresia h2 {
            font-size: 1.6rem;
            margin-bottom: 0.5rem;
        }
        .detalle-membresia p {
            font-size: 1.1rem;
            margin-bottom: 0.3rem;
        }
        .detalle-membresia .info-line {
            display: flex;
            justify-content: center;
            gap: 2rem;
            margin: 1rem 0;
            flex-wrap: wrap;
        }
        .detalle-membresia .info-item-mem {
            text-align: center;
        }
        .detalle-membresia .info-item-mem span {
            display: block;
            font-size: 1.3rem;
            font-weight: bold;
        }
        /* Línea separadora */
        .separator {
            border-top: 1px solid #ddd;
            margin: 2rem 0;
        }
        /* Grid de tarjetas de membresías */

        .cards-grid-mem {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
            gap: 1rem;
            margin-top: 1rem;
        }

        .card-mem {
            
            border-radius: 12px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.1);
            cursor: pointer;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 1rem;
            text-align: center;
        }
        .card-mem:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 15px rgba(0,0,0,0.1);
        }

        /* Estilos del contenido interno */
        .card-content-mem h2 {
            font-size: 0.9rem;
            margin-bottom: 0.3rem;
            text-transform: uppercase;
            color: #666;
        }
        /* Número de sesiones grande */
        .card-content-mem .sesiones {
            font-size: 2rem;
            font-weight: 600;
            margin: 0.5rem 0;
            color: #000;
        }
        /* Texto "Sesiones" */
        .card-content-mem .label-sesiones {
            font-size: 0.9rem;
            margin-bottom: 0.5rem;
            color: #555;
        }
        /* Costo */
        .card-content-mem .costo {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 0.3rem;
            color: #000;
        }
        /* Vigencia */
        .card-content-mem .vigencia {
            font-size: 0.85rem;
            color: #666;
        }

        /* Responsivo para pantallas pequeñas */
        @media (max-width: 600px) {
            .cards-grid-mem {
                grid-template-columns: 1fr 1fr; /* 2 columnas en móvil, ajústalo si deseas solo 1 */
            }
            .card-content-mem h2 {
                font-size: 0.8rem;
            }
            .card-content-mem .sesiones {
                font-size: 1.8rem;
            }
        }

    /****COMUNIDAD*****/

    .post {
        background-color: #fff;
        border: 1px solid #dbdbdb;
        margin-bottom: 20px;
        border-radius: 8px;
        overflow: hidden;
      }
      .post-header {
        padding: 10px;
        display: flex;
        align-items: center;
      }
      .post-header img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 10px;
        border: 1px solid #dbdbdb;
      }
      .post img.post-img {
        width: 100%;
        height: auto;
        display: block;
      }
      .post-body {
        padding: 10px;
        font-size: 14px;
        color: #262626;
      }
      .post-footer {
        padding: 10px;
        border-top: 1px solid #efefef;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .post-footer .actions i {
        margin-right: 15px;
        cursor: pointer;
        font-size: 20px;
      }
      .post-footer .save i {
        cursor: pointer;
        font-size: 20px;
      }



      /***bar xp**/

      .xp-bar-container {
        background: #e9ecef;
        border-radius: 20px;
        padding: 5px;
        margin-top: 10px;
    }
    .xp-bar {
        height: 15px;
        border-radius: 20px;
        background: linear-gradient(to right, #004432, #314799);
        width:0%;
        transition: width 1s ease-in-out;
    }


/*****upload post****/

.image-upload-container {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #e0e0e0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.image-upload-input {
    display: none;
}

.image-upload-label {
    font-size: 30px;
    color: #888;
    cursor: pointer;
    transition: color 0.3s ease;
}

.image-upload-label:hover {
    color: #007bff;
}

.image-preview {
    display: none;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}

.image-upload-container:hover {
    background-color: #d0d0d0;
}


/*****************/
.story-container {
    width: 120px;
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.story-container:hover {
    transform: scale(1.05);
}

.story-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.profile-pic{
    width: 3rem;
    height: 3rem;
}

.mini-profile-pic{
    width: 3rem;
    height: 3rem;
}

/****MIS CLASES ******/
    .header-title {
        text-align: center;
        font-weight: bold;
        font-size: 1.5rem;
        margin-bottom: 1rem;
        padding-top: 1rem;
    }
    
    /* Botones circulares */
    .menu-buttons {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 20px;
  }
  .menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.9rem;
  }
  .btn-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E8E1D8;
    color: #004432;
    font-size: 1.2rem;
    border: none;
  }
  /* Tarjetas */
  .card-custom {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    background-color: #fff;
  }
  .info-section-class {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .info-section-class h5 {
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  .info-section-class p {
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    color: #555;
  }
  .class-time-btn {
    border: none;
    border-radius: 20px;
    font-weight: bold;
    padding: 0.5rem 1rem;
    align-self: start;
  }
  .img-section {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  /****homer trainer**/
  .focus-trainer {
    text-align: center;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    background-color: #fff;
    max-width: 200px;
    margin: 0 auto;
  }
  
  .focus-trainer:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  /* Estilos para la imagen */
  .focus-trainer img.trainer {
    width: 130px;
    height: 200px;
    border-radius: 5%; /* Imagen redonda */
    display: block;
    margin: 0 auto 10px auto;
  }
  
  /* Estilos para el nombre */
  .focus-trainer p {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin: 0;
  }


/****HISTORIAL DE COMRPAS****/

.admin-container {
    max-width: 1200px;
  }
  /* Filtros colapsados */
  .card-filtros {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    margin-bottom: 1.5rem;
  }
  .card-filtros .card-header {
    background: #ffffff;
    border-bottom: none;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 0.75rem 1rem;
  }
  .card-filtros .card-body {
    background: #ffffff;
    padding: 0.75rem 1rem;
  }
  /* Listado en dos líneas */
  .listado-item {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
  }
  .listado-item .linea-1 {
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .listado-item .linea-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6c757d;
    font-size: 0.85rem;
  }
  .btn-detalle {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
  }
  /* Estilo "ticket" para el modal */
  .modal-ticket {
    background: #fff;
    border: 2px dashed #ced4da;
    border-radius: 0.5rem;
    padding: 1rem;
    position: relative;
  }
  .modal-ticket::before,
  .modal-ticket::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f8f9fa;
    border: 2px solid #ced4da;
    border-radius: 50%;
    top: -12px;
  }
  .modal-ticket::after {
    right: -12px;
    left: auto;
  }
  .modal-ticket .ticket-header {
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #ced4da;
    padding-bottom: 0.5rem;
  }
  .modal-ticket .ticket-body .data-row {
    margin-bottom: 0.75rem;
  }
  .modal-ticket .data-label {
    font-weight: 600;
    color: #495057;
  }
  .modal-ticket .data-value {
    text-align: right;
    color: #212529;
  }


  /****boton off/on****/
.switch-button {
    display: inline-block;
}
.switch-button .switch-button__checkbox {
    display: none;
}
.switch-button .switch-button__label {
    background-color: #E8E1D8;
    width: 4rem;
    height: 2rem;
    border-radius: 2rem;
    display: inline-block;
    position: relative;
}
.switch-button .switch-button__label:before {
    transition: .2s;
    display: block;
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-color: #fdffff;
    content: '';
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 1px #000;
}
.switch-button .switch-button__checkbox:checked + .switch-button__label {
    background-color: #004432;
}
.switch-button .switch-button__checkbox:checked + .switch-button__label:before {
    transform: translateX(2rem);
}

.site-content {
    overflow: hidden; /* Oculta el contenido que se sale */
    max-width: 100%; /* Evita que crezca más allá de su contenedor */
    word-wrap: break-word; /* Rompe palabras largas */
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body.ufit-analytics-mode .site-content {
    display: block;
    max-width: none;
    min-height: 100vh;
    overflow: visible;
}

body.ufit-analytics-mode #main {
    width: 100vw;
    max-width: none;
    min-height: 100vh;
    margin: 0;
    padding-bottom: 0;
    overflow: visible;
}

.verify-email {
  display: flex;
  flex-direction: column;
  flex: 1;               /* 2. ocupa todo el espacio sobrante */
}

.verify-email .container {
  display: flex;
  flex-direction: column;
  flex: 1;               /* empuja el contenido+footer a estirarse */
}

.verify-email-content {
  display: flex;
  flex-direction: column;
  flex: 1;               /* 1. ocupa todo el espacio sobrante */
}

.let-you-middle-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;               /* 3. empuja el footer al final */
}

#let-you-footer {
  margin-top: auto;      /* 4. empuja el footer hacia abajo */
}

.finger-print-bottom {
  margin-top: auto;      /* 2. deja el footer al fondo */
}


#qr-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    /* estilos previos */
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  
    /* tus clases adicionales */
  }

.etiqueta {
	font-size: 0.9rem;
	margin-top: 5px;
	color: #333;
}

/*tIENDA*/

    .search-bar {
      border-radius: 50px;
      border: 2px solid #004432;
    }
    .card {
      border: none;
      border-radius: 1rem;
      box-shadow: 0 4px 6px rgba(0,0,0,0.1);
      transition: transform .2s;
      cursor: pointer;
    }
    .card:hover { transform: translateY(-5px); }
    .product-img {
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem;
      height: 180px;
      object-fit: cover;
    }
    /* Botón flotante carrito */
    #floating-cart {
      position: fixed;
      bottom: 10%;
      right: 20px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #004432;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 6px rgba(0,0,0,0.3);
      cursor: pointer;
      z-index: 1000;
    }


    #map-wrapper {
  width: 100%;
  /* opcional: si quieres que ocupe toda la altura disponible */
  /* height: 100vh; */
  position: relative;
}

#map {
  position: absolute;
  top: 0; left: 0;
  width: 400px;   /* tamaño “real” original */
  height: 400px;
  transform-origin: 0 0;
}
.seat.dinamico {
  position: absolute;  /* para que left/top relativos funcionen */
  /* ya usas % en lugar de px para que escale bien */
}

.dropdown-plus {
    position: relative;
}

/* estado base (oculto pero listo para animar) */
.dropdown-menu-plus {
    position: absolute;
    bottom: 80px;
    right: 10px;
    background: rgba(255,255,255,0.9);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    min-width: 180px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    z-index: 999;

    opacity: 0;
    transform: translateY(20px) scale(0.95);
    pointer-events: none;

    transition: all 0.25s ease;
}

/* estado visible */
.dropdown-menu-plus.show {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

/* items */
.dropdown-menu-plus a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    color: #004432;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;

    transition: all 0.2s ease;
}

/* hover tipo iOS */
.dropdown-menu-plus a:hover {
    background: rgba(0,0,0,0.05);
    transform: translateX(3px);
}

#btn-plus i {
    transition: transform 0.25s ease;
}

#btn-plus.active i {
    transform: rotate(45deg); /* + → x */
}

.membresia-alert {
    background: linear-gradient(135deg, #E8E1D8, #E8E1D8);
    border-radius: 12px;
    padding: 12px 16px;
    margin: 12px 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.alert-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alert-text {
    font-size: 14px;
    font-weight: 600;
    color: #856404;
}

.btn-renovar {
    background: #004432;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

/* Rebeat visual refresh */
.rebeat-auth-shell {
    max-width: none;
    margin: 0;
    background: #000;
}

.rebeat-login-page {
    min-height: 100vh;
    width: 100%;
    max-width: none;
    margin: 0;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.95)), url("../images/rebeat/login-bg.webp") center top / cover no-repeat;
}

.rebeat-login-page #top-header {
    display: none;
}

.rebeat-login-page .container {
    max-width: 680px;
}

.rebeat-login-page .let-you-middle-wrap {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 18px;
}

.rebeat-login-page .middle-first {
    margin-top: 0 !important;
}

.rebeat-login-logo {
    width: min(320px, 78vw);
}

.rebeat-login-page .middle-first h1 {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 2px;
}

.rebeat-login-page .middle-first p,
.rebeat-login-page #let-you-footer p,
.rebeat-login-page #let-you-footer a {
    color: rgba(255, 255, 255, 0.78) !important;
}

.rebeat-login-page .form-details-sign-in {
    min-height: 64px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.24);
    padding: 0 18px;
}

.rebeat-login-page .form-details-sign-in + .form-details-sign-in {
    margin-top: 16px !important;
}

.rebeat-login-page .form-details-sign-in img {
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.rebeat-login-page .sign-in-custom-input {
    color: #fff;
    font-size: 16px;
}

.rebeat-login-page .sign-in-custom-input::placeholder {
    color: rgba(255, 255, 255, 0.58);
}

.rebeat-login-page #eye {
    color: #fff;
}

.rebeat-login-page .password-btn a {
    min-height: 64px;
    border-radius: 8px;
    background: #fff;
    color: #050505 !important;
    font-family: "DM Sans", sans-serif;
    font-weight: 900;
    letter-spacing: 0.8px;
}

.rebeat-login-separator {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 28px 0 22px;
    color: rgba(255, 255, 255, 0.54);
    font-size: 12px;
    letter-spacing: 1.8px;
}

.rebeat-login-separator::before,
.rebeat-login-separator::after {
    content: "";
    height: 1px;
    flex: 1;
    background: rgba(255, 255, 255, 0.18);
}

.rebeat-login-page .btn-social {
    border: 0;
    background: transparent !important;
    color: #fff !important;
    font-size: 24px;
}

.rebeat-register-page .let-you-middle-wrap {
    justify-content: flex-start;
    padding-top: 28px;
    padding-bottom: 42px;
}

.rebeat-register-page .middle-first h1 {
    font-size: 24px;
    letter-spacing: 1.4px;
}

.rebeat-register-page .middle-first p {
    margin-bottom: 0;
}

.rebeat-register-page form {
    width: 100%;
}

.rebeat-register-page .form-details-sign-in {
    background: rgba(0, 0, 0, 0.34);
    border-color: rgba(255, 255, 255, 0.46) !important;
}

.rebeat-register-page .form-details-sign-in i,
.rebeat-register-page .form-details-sign-in span {
    color: rgba(255, 255, 255, 0.86);
}

.rebeat-register-page select.sign-in-custom-input,
.rebeat-register-page select.sign-in-custom-input option {
    color: #111;
}

.rebeat-register-page select.sign-in-custom-input {
    background: rgba(255, 255, 255, 0.94);
    border-radius: 8px;
    min-height: 44px;
    padding: 0 10px;
}

.rebeat-register-page #talla {
    flex: 0 0 124px;
    max-width: 42%;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    background: #fff !important;
}

.rebeat-register-page #talla option {
    color: #111;
    background: #fff;
}

.rebeat-register-phone-row .sign-in-custom-input:first-of-type {
    color: #fff;
}

.rebeat-register-date {
    margin: 16px 0 8px;
}

.rebeat-register-date > label {
    display: block;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.rebeat-register-date-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.rebeat-register-legal {
    margin-top: 18px;
    padding: 14px 14px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.28);
}

.rebeat-check-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}

.rebeat-check-row input {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    accent-color: #004432;
    flex: 0 0 auto;
}

.rebeat-check-row a {
    color: #fff !important;
    font-weight: 800;
    text-decoration: underline;
}

.rebeat-login-page .password-btn a.is-disabled {
    opacity: 0.48;
    pointer-events: none;
}

.rebeat-legal-modal-content {
    border: 0;
    border-radius: 14px;
}

.rebeat-legal-modal-content .modal-header {
    border-bottom: 1px solid #ececec;
}

.rebeat-legal-modal-content .modal-body {
    color: #111;
}

.rebeat-legal-modal-content .rebeat-legal-doc,
.rebeat-legal-modal-content .rebeat-legal-doc h1,
.rebeat-legal-modal-content .rebeat-legal-doc h2,
.rebeat-legal-modal-content .rebeat-legal-doc p,
.rebeat-legal-modal-content .rebeat-legal-doc strong {
    color: #111 !important;
}

.rebeat-legal-modal-content .rebeat-legal-doc h1 {
    font-size: 1.25rem;
    line-height: 1.25;
}

.rebeat-legal-modal-content .rebeat-legal-doc h2 {
    font-size: 1rem;
    margin-top: 1rem;
}

.rebeat-legal-modal-content .rebeat-legal-doc p {
    text-align: justify;
    line-height: 1.55;
}

#modalConsent .modal-dialog {
    max-width: min(720px, calc(100vw - 22px));
}

#modalConsent .modal-content {
    border: 0;
    border-radius: 14px;
    overflow: hidden;
}

#modalConsent .modal-body {
    max-height: min(70vh, 680px);
    overflow: auto;
}

.rebeat-sign-name-field {
    margin: 16px 0 12px;
}

.rebeat-signature-block {
    margin-top: 18px;
    padding: 12px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background: #fafafa;
}

.rebeat-signature-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.rebeat-signature-head button {
    color: #004432 !important;
    font-weight: 800;
    text-decoration: none;
}

.rebeat-signature-canvas {
    display: block;
    width: 100%;
    height: 180px;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    background: #fff;
    touch-action: none;
}

.rebeat-app-shell {
    max-width: none;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    background: #fbfbfa;
}

.rebeat-app-shell #top-header {
    position: fixed;
    top: 0;
    left: 86px;
    right: 0;
    z-index: 30;
    max-width: none;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #ededed;
    backdrop-filter: blur(14px);
}

.rebeat-app-shell .header-wrap-home {
    min-height: 82px;
    padding: 16px 34px;
    justify-content: flex-end;
}

.rebeat-app-shell .header-logo-home,
.rebeat-app-shell .header-name {
    display: none;
}

.rebeat-header-logo {
    width: 118px;
    height: auto;
}

.rebeat-app-shell #main {
    width: auto;
    max-width: none;
    min-height: 100vh;
    margin-left: 86px;
    padding: 104px 34px 42px;
    background: #fbfbfa;
}

.rebeat-app-shell #bottom-bar {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 60;
    width: 86px;
    max-width: none;
    height: 100vh;
    border-right: 1px solid #ededed;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 16px 0 36px rgba(0, 0, 0, 0.04);
    transition: width 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.rebeat-app-shell #bottom-bar.is-expanded {
    width: 255px;
    box-shadow: 28px 0 54px rgba(0, 0, 0, 0.12);
}

.rebeat-sidebar-brand {
    height: 118px;
    display: grid;
    place-items: center;
    padding: 18px 12px 10px;
}

.rebeat-sidebar-brand img {
    width: 58px;
    max-width: 100%;
    transition: width 220ms ease;
}

.rebeat-app-shell #bottom-bar.is-expanded .rebeat-sidebar-brand img {
    width: 142px;
}

.rebeat-menu-toggle {
    position: absolute;
    top: 18px;
    right: -18px;
    width: 36px;
    height: 36px;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
    color: #004432;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.10);
    display: grid;
    place-items: center;
}

.rebeat-app-shell .bottom-menu-svg-main,
.rebeat-app-shell .bottom-menu-svg {
    display: none;
}

.rebeat-app-shell .navigation {
    position: static;
    width: 100%;
    max-width: none;
}

.rebeat-app-shell .navigation .listWrap {
    display: grid;
    gap: 8px;
    width: 100%;
    padding: 12px;
    margin: 0;
}

.rebeat-app-shell li.list {
    width: auto;
}

.rebeat-app-shell .navigation .listWrap li a {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    color: #101010;
    padding: 0 16px;
}

.rebeat-app-shell .navigation .listWrap li a:hover,
.rebeat-app-shell .navigation .listWrap li.active a {
    background: #063f2c;
    color: #fff;
}

.rebeat-app-shell .navigation .listWrap li a .icon {
    width: 54px;
    min-width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    transform: none !important;
    filter: none !important;
}

.rebeat-app-shell .navigation .listWrap li a .icon .textomovilxs {
    display: none;
}

.rebeat-app-shell #bottom-bar.is-expanded .navigation .listWrap li a .icon .textomovilxs {
    display: inline;
    margin-left: 14px;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.rebeat-app-shell .navigation .listWrap li a .text {
    display: none;
}

.rebeat-app-shell .dropdown-menu-plus {
    left: 78px;
    right: auto;
    bottom: auto;
    top: 0;
    min-width: 210px;
    border-radius: 8px;
}

.rebeat-app-shell #bottom-bar.is-expanded .dropdown-menu-plus {
    left: 248px;
}

.rebeat-app-shell .home-bottom-content {
    max-width: 980px;
    margin: 0 auto;
}

.rebeat-app-shell .home-first.container {
    max-width: none;
    padding: 0;
}

.rebeat-app-shell .home-first h1 {
    color: #080808;
    font-family: "DM Sans", sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.18;
}

.rebeat-app-shell .home-first h1::after {
    content: "Lista para tu proximo beat.";
    display: block;
    margin-top: 8px;
    color: #555;
    font-size: 16px;
    font-weight: 500;
}

.rebeat-app-shell .inspiration-sec-deatils {
    margin-top: 24px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.rebeat-app-shell .content-main {
    min-height: 270px;
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(360px, 1.4fr);
    align-items: stretch;
}

.rebeat-app-shell .content-main img {
    order: 2;
    width: 100%;
    height: 100%;
    min-height: 270px;
    object-fit: cover;
    filter: grayscale(1);
}

.rebeat-app-shell .inspiration-content {
    order: 1;
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    background: #fff;
}

.rebeat-app-shell .inspiration-title {
    color: #060606 !important;
    font-size: 28px;
    line-height: 1.1;
}

.rebeat-app-shell .inspiration-subtitle {
    margin-top: 14px;
    color: #343434;
}

.rebeat-app-shell .home-slider-wrap,
.rebeat-app-shell .home-second-wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    overflow: visible;
}

.rebeat-app-shell .story-container,
.rebeat-app-shell .focus-trainer {
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.rebeat-app-shell .story-container {
    height: 150px;
}

.rebeat-app-shell .story-image,
.rebeat-app-shell .trainer {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.rebeat-app-shell .home-second h2,
.rebeat-app-shell .home-second .text-start {
    max-width: none;
    padding: 0;
    margin-top: 34px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

@media (max-width: 820px) {
    .rebeat-app-shell #top-header {
        left: 0;
    }

    .rebeat-app-shell #main {
        margin-left: 0;
        padding: 96px 18px 32px;
    }

    .rebeat-app-shell #bottom-bar {
        transform: translateX(-100%);
        width: 255px;
    }

    .rebeat-app-shell #bottom-bar.is-expanded {
        transform: translateX(0);
    }

    .rebeat-sidebar-brand img,
    .rebeat-app-shell #bottom-bar.is-expanded .rebeat-sidebar-brand img {
        width: 142px;
    }

    .rebeat-app-shell .navigation .listWrap li a .icon .textomovilxs {
        display: inline;
        margin-left: 14px;
    }

    .rebeat-app-shell .content-main,
    .rebeat-app-shell .home-slider-wrap,
    .rebeat-app-shell .home-second-wrap {
        grid-template-columns: 1fr;
    }
}

/* Rebeat v2 polish */
:root {
    --rebeat-green: #004432;
    --rebeat-green-2: #006044;
    --rebeat-black: #050505;
    --rebeat-red: #ef1748;
    --rebeat-line: #e9e9e9;
    --rebeat-soft: #f7f7f6;
}

#preloader {
    background: radial-gradient(circle at center, #101010 0%, #050505 72%) !important;
    z-index: 5000;
}

#preloader .logo_inicio {
    width: 280px;
    max-width: 72vw;
    padding: 26px 30px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 26px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 68, 50, 0.08) inset;
}

#ufit-view-loader {
    z-index: 4900;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(1.5px);
}

#ufit-view-loader img {
    width: 104px;
    height: 104px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(0, 68, 50, 0.16);
    border-radius: 24px;
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(255, 255, 255, 0.82) inset;
    filter: drop-shadow(0 10px 18px rgba(0, 68, 50, 0.16));
}

.rebeat-app-shell,
.rebeat-app-shell .site-content,
.rebeat-app-shell #main {
    background: #fff;
    color: var(--rebeat-black);
}

.rebeat-app-shell #top-header {
    left: 92px;
    height: 82px;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid var(--rebeat-line);
}

.rebeat-app-shell .header-wrap-home {
    max-width: 1120px;
    margin: 0 auto;
    padding: 16px 18px;
}

.rebeat-app-shell .perfil a {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--rebeat-line);
    border-radius: 50%;
    background: #fff;
}

.rebeat-app-shell .profile-pic {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.rebeat-app-shell #main {
    margin-left: 92px;
    padding: 102px 28px 54px;
}

.rebeat-app-shell #bottom-bar {
    width: 92px;
    border-right: 1px solid var(--rebeat-line);
    background: #fff;
    box-shadow: none;
}

.rebeat-app-shell #bottom-bar.is-expanded {
    width: 270px;
    box-shadow: 24px 0 70px rgba(0, 0, 0, 0.14);
}

.rebeat-sidebar-brand {
    height: 154px;
    padding: 26px 16px 18px;
    align-items: start;
}

.rebeat-menu-toggle {
    position: static;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.rebeat-menu-toggle img {
    width: 60px;
    max-width: 100%;
    height: auto;
    transition: width 220ms ease, transform 220ms ease;
}

.rebeat-menu-toggle:hover img {
    transform: scale(1.03);
}

.rebeat-app-shell #bottom-bar.is-expanded .rebeat-menu-toggle img {
    width: 146px;
}

.rebeat-app-shell .navigation .listWrap {
    gap: 12px;
    padding: 0 12px 18px;
}

.rebeat-app-shell .navigation .listWrap li a {
    min-height: 58px;
    border: 1px solid transparent;
    border-radius: 9px;
    color: #141414;
    padding: 0 14px;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.rebeat-app-shell .navigation .listWrap li a:hover {
    border-color: var(--rebeat-line);
    background: var(--rebeat-soft);
    transform: translateX(2px);
}

.rebeat-app-shell .navigation .listWrap li.active a,
.rebeat-app-shell .navigation .listWrap li a:focus {
    background: var(--rebeat-green);
    color: #fff;
    outline: none;
}

.rebeat-app-shell .navigation .listWrap li a .icon {
    width: 60px;
    min-width: 60px;
    justify-content: center;
}

.rebeat-app-shell .navigation .listWrap li a .icon > i {
    font-size: 22px !important;
}

.rebeat-app-shell #bottom-bar.is-expanded .navigation .listWrap li a .icon {
    width: auto;
    min-width: 0;
    justify-content: flex-start;
}

.rebeat-app-shell #bottom-bar.is-expanded .navigation .listWrap li a .icon .textomovilxs {
    color: inherit;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.rebeat-app-shell .dropdown-plus {
    display: none !important;
}

.rebeat-app-shell .home-bottom-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0;
}

.rebeat-app-shell .home-first h1 {
    font-size: clamp(30px, 3.2vw, 44px);
    letter-spacing: 0;
}

.rebeat-app-shell .home-first h1 br {
    display: none;
}

.rebeat-app-shell .home-first h1 > p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 12px;
    color: #777;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
}

.rebeat-app-shell .xp-bar-container {
    display: inline-flex;
    width: 110px;
    height: 8px;
    margin: 0 6px;
    overflow: hidden;
    border-radius: 99px;
    background: #ececec;
}

.rebeat-app-shell .xp-bar {
    height: 100%;
    border-radius: inherit;
    background: var(--rebeat-red);
}

.rebeat-app-shell .inspiration-sec-deatils {
    margin-top: 26px;
    border: 1px solid var(--rebeat-line);
    border-radius: 10px;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.04);
}

.rebeat-app-shell .content-main {
    min-height: 330px;
    grid-template-columns: minmax(290px, 0.92fr) minmax(430px, 1.35fr);
    background: #fff;
}

.rebeat-app-shell .content-main::before {
    content: "TUS CREDITOS";
    position: absolute;
    margin: 48px 0 0 38px;
    color: #111;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.02em;
    z-index: 2;
}

.rebeat-app-shell .content-main img {
    min-height: 330px;
    object-position: center;
}

.rebeat-app-shell .inspiration-content {
    padding: 86px 38px 38px;
}

.rebeat-app-shell .inspiration-title {
    max-width: 360px;
    font-size: clamp(30px, 4vw, 58px);
    font-weight: 900;
}

.rebeat-app-shell .inspiration-subtitle {
    color: #111;
    font-size: 16px;
}

.rebeat-app-shell .inspiration-content::after {
    content: "RESERVAR SESION ->";
    display: inline-flex;
    width: fit-content;
    margin-top: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--rebeat-green), var(--rebeat-green-2));
    color: #fff;
    padding: 16px 30px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.rebeat-quick-actions {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin: 34px 0 32px;
}

.rebeat-quick-link {
    position: relative;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border: 1px solid var(--rebeat-line);
    border-radius: 10px;
    background: #fff;
    color: #080808;
    padding: 24px;
    text-align: left;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.rebeat-quick-link:hover {
    border-color: rgba(0, 68, 50, 0.28);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.rebeat-quick-link i {
    color: var(--rebeat-green);
    font-size: 28px;
}

.rebeat-quick-link span {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
}

.rebeat-quick-link b {
    align-self: flex-end;
    color: var(--rebeat-green);
    font-size: 24px;
    font-weight: 500;
}

.rebeat-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 18px;
}

.rebeat-section-heading h2,
.rebeat-app-shell .home-second h2 {
    margin: 0;
    color: #111;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.rebeat-see-all {
    color: var(--rebeat-red);
    font-size: 15px;
    font-weight: 800;
}

.rebeat-app-shell .home-slider-wrap {
    grid-template-columns: 1fr;
    gap: 18px;
}

.rebeat-app-shell .workout-details {
    min-width: 0;
}

.rebeat-app-shell .story-container {
    height: 180px;
    border-radius: 10px;
    border-color: transparent;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.rebeat-app-shell .story-container::after {
    content: "REBEAT";
    position: absolute;
    left: 28px;
    bottom: 48px;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.03em;
}

.rebeat-app-shell .story-container::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.10));
}

.rebeat-app-shell .story-image {
    filter: grayscale(1);
}

.rebeat-app-shell .home-second {
    margin-top: 38px;
}

.rebeat-app-shell .home-second-wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rebeat-app-shell .focus-trainer {
    position: relative;
    min-height: 250px;
    border-radius: 10px;
}

.rebeat-app-shell .focus-trainer p {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    margin: 0 !important;
    color: #111 !important;
    font-weight: 800;
    z-index: 2;
}

.rebeat-app-shell .focus-trainer::after {
    content: "->";
    position: absolute;
    right: 14px;
    bottom: 13px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--rebeat-green);
    color: #fff;
    z-index: 3;
}

.rebeat-app-shell .trainer {
    height: 205px;
    object-fit: cover;
    object-position: top center;
}

.rebeat-app-shell .block-footer .verde {
    color: var(--rebeat-green) !important;
}

body.ufit-analytics-mode {
    background: #fff;
}

body.ufit-analytics-mode #main {
    background: #fff;
}

body.ufit-analytics-mode .sidebar {
    background: #fff;
    color: #101010;
    border-right: 1px solid var(--rebeat-line);
}

body.ufit-analytics-mode .nav-item.active,
body.ufit-analytics-mode .nav-item:hover {
    background: var(--rebeat-green);
    color: #fff;
}

body.ufit-analytics-mode .workspace,
body.ufit-analytics-mode .topbar,
body.ufit-analytics-mode .content {
    background: #fff;
}

body.ufit-analytics-mode .badge,
body.ufit-analytics-mode .date-pill {
    color: var(--rebeat-green);
}

body.ufit-analytics-mode .insight-orange {
    border-color: rgba(239, 23, 72, 0.28);
}

@media (max-width: 1120px) {
    .rebeat-app-shell .home-second-wrap,
    .rebeat-quick-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rebeat-app-shell .content-main {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .rebeat-app-shell #top-header {
        left: 0;
    }

    .rebeat-app-shell #main {
        margin-left: 0;
        padding: 96px 16px 32px;
    }

    .rebeat-app-shell #bottom-bar {
        width: 270px;
    }

    .rebeat-menu-toggle img,
    .rebeat-app-shell #bottom-bar.is-expanded .rebeat-menu-toggle img {
        width: 146px;
    }

    .rebeat-app-shell .home-first h1 > p {
        display: flex;
        margin: 12px 0 0;
    }
}

@media (max-width: 620px) {
    #preloader .logo_inicio {
        width: 228px;
        padding: 22px 24px;
        border-radius: 22px;
    }

    .rebeat-quick-actions,
    .rebeat-app-shell .home-second-wrap {
        grid-template-columns: 1fr;
    }

    .rebeat-app-shell .content-main::before {
        margin: 28px 0 0 24px;
    }

    .rebeat-app-shell .inspiration-content {
        padding: 64px 24px 28px;
    }

    .rebeat-quick-link {
        min-height: 132px;
    }
}

/* Rebeat v3 alignment */
.rebeat-app-shell .verde,
.rebeat-app-shell .color-green {
    color: var(--rebeat-green) !important;
}

.rebeat-app-shell .verdebg,
.rebeat-app-shell .green-bg {
    background: var(--rebeat-green) !important;
    color: #fff !important;
}

.rebeat-app-shell .beige,
.rebeat-app-shell .color-gray {
    color: #5d5d5d !important;
}

.rebeat-app-shell .beigebg,
.rebeat-app-shell .bg-beige {
    background: #f6f6f5 !important;
    color: #111 !important;
}

.rebeat-app-shell [style*="#004432" i] {
    color: var(--rebeat-green) !important;
    border-color: var(--rebeat-green) !important;
}

.rebeat-app-shell [style*="background-color: #004432" i],
.rebeat-app-shell [style*="background:#004432" i],
.rebeat-app-shell [style*="background: #004432" i] {
    background: var(--rebeat-green) !important;
    color: #fff !important;
}

.rebeat-app-shell [style*="#EFECE6" i],
.rebeat-app-shell [style*="#E8E1D8" i] {
    border-color: var(--rebeat-line) !important;
}

.rebeat-app-shell [style*="background-color: #EFECE6" i],
.rebeat-app-shell [style*="background-color: #E8E1D8" i],
.rebeat-app-shell [style*="background: #EFECE6" i],
.rebeat-app-shell [style*="background: #E8E1D8" i] {
    background: #f6f6f5 !important;
    color: #111 !important;
}

.rebeat-app-shell .bottom-menu-svg-main,
.rebeat-app-shell .bottom-menu-svg,
.rebeat-app-shell .dropdown-plus {
    display: none !important;
}

.rebeat-app-shell .home-first.container {
    padding: 0;
}

.rebeat-app-shell .home-first h1 {
    margin: 0;
    color: #050505;
    font-size: clamp(30px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.08;
}

.rebeat-home-copy {
    margin: 8px 0 0;
    color: #5f5f5f;
    font-size: 16px;
    font-weight: 600;
}

.rebeat-level-strip {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
    color: #666;
    font-size: 13px;
    font-weight: 700;
}

.rebeat-level-strip p {
    margin: 0;
}

.rebeat-level-strip #nivel {
    color: var(--rebeat-green);
}

.rebeat-app-shell .content-main::before,
.rebeat-app-shell .inspiration-content::after {
    content: none !important;
    display: none !important;
}

.rebeat-app-shell .rebeat-credit-hero {
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid var(--rebeat-line);
    border-radius: 10px;
    background: #fff;
}

.rebeat-app-shell .rebeat-credit-hero .content-main {
    min-height: 350px;
    display: grid;
    grid-template-columns: minmax(310px, 0.9fr) minmax(420px, 1.35fr);
    background: #fff;
}

.rebeat-app-shell .rebeat-credit-hero .content-main img {
    order: 2;
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    object-position: center;
    filter: grayscale(1);
}

.rebeat-app-shell .rebeat-credit-hero .inspiration-content {
    order: 1;
    position: static;
    justify-content: center;
    padding: 48px 38px;
    background: #fff;
}

.rebeat-card-label {
    color: #111;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.rebeat-app-shell .rebeat-credit-hero .inspiration-title {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 18px 0 0;
    color: #050505 !important;
    font-family: "DM Sans", sans-serif;
    font-size: clamp(19px, 2vw, 24px);
    font-weight: 800;
    line-height: 1.12;
}

.rebeat-credit-number {
    color: var(--rebeat-green);
    font-size: clamp(68px, 7vw, 96px);
    font-weight: 900;
    line-height: 0.9;
}

.rebeat-app-shell .rebeat-credit-hero .inspiration-subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    color: #151515;
    font-size: 16px;
    font-weight: 600;
}

.rebeat-reserve-trigger {
    width: min(100%, 280px);
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 28px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--rebeat-green), var(--rebeat-green-2));
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.rebeat-next-heading {
    margin-top: 34px;
}

.rebeat-next-class-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr) auto;
    align-items: center;
    gap: 26px;
    margin-top: 16px;
    padding: 14px 20px 14px 14px;
    border: 1px solid var(--rebeat-line);
    border-radius: 10px;
    background: #fff;
}

.rebeat-next-class-image {
    height: 160px;
    overflow: hidden;
    border-radius: 8px;
    background: #111;
}

.rebeat-next-class-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.rebeat-next-class-body {
    min-width: 0;
}

.rebeat-pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(239, 23, 72, 0.14);
    color: var(--rebeat-red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.rebeat-next-class-body h3 {
    margin: 14px 0 6px;
    color: #050505;
    font-size: clamp(24px, 2.5vw, 34px);
    font-weight: 800;
}

.rebeat-next-class-body p {
    margin: 0;
    color: #111;
    font-size: 16px;
    font-weight: 600;
}

.rebeat-class-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin-top: 20px;
    color: #4b4b4b;
    font-size: 14px;
    font-weight: 600;
}

.rebeat-class-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.rebeat-outline-link {
    min-width: 138px;
    min-height: 48px;
    border: 1px solid var(--rebeat-red);
    border-radius: 8px;
    background: #fff;
    color: #111;
    font-size: 13px;
    font-weight: 900;
}

.rebeat-outline-link:hover,
.rebeat-reserve-trigger:hover {
    filter: brightness(0.98);
    transform: translateY(-1px);
}

.rebeat-app-shell .home-second {
    max-width: 1120px;
    margin: 42px auto 0;
}

.rebeat-app-shell .home-second h2 {
    padding: 0;
}

.rebeat-app-shell .home-second-wrap {
    gap: 22px;
}

.rebeat-app-shell .focus-trainer {
    width: 100%;
    max-width: none;
    overflow: hidden;
    border: 1px solid var(--rebeat-line);
    background: #fff;
}

.rebeat-app-shell .focus-trainer:hover {
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
}

.rebeat-app-shell .block-footer {
    max-width: 1120px;
    margin: 0 auto;
}

body.ufit-analytics-mode .app-shell,
body.ufit-analytics-mode .metric-card,
body.ufit-analytics-mode .panel,
body.ufit-analytics-mode .insight-card,
body.ufit-analytics-mode .data-table-wrap,
body.ufit-analytics-mode .client-card,
body.ufit-analytics-mode .class-card,
body.ufit-analytics-mode .coach-card {
    background: #fff;
    border-color: var(--rebeat-line);
    color: #111;
}

body.ufit-analytics-mode .brand-mark,
body.ufit-analytics-mode .metric-icon,
body.ufit-analytics-mode .nav-item.active,
body.ufit-analytics-mode .nav-item:hover {
    background: var(--rebeat-green);
    color: #fff;
}

body.ufit-analytics-mode .time-tabs .active,
body.ufit-analytics-mode .segment.active,
body.ufit-analytics-mode .filter-chip.active {
    background: var(--rebeat-green);
    color: #fff;
}

body.ufit-analytics-mode .see-all,
body.ufit-analytics-mode .danger,
body.ufit-analytics-mode .accent-red {
    color: var(--rebeat-red);
}

@media (max-width: 1120px) {
    .rebeat-next-class-card {
        grid-template-columns: 190px minmax(0, 1fr);
    }

    .rebeat-outline-link {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 820px) {
    .rebeat-app-shell .header-logo-home {
        display: block !important;
    }

    .rebeat-app-shell .header-name {
        display: none !important;
    }

    .rebeat-app-shell .rebeat-header-logo {
        width: 84px;
        height: auto;
    }

    .rebeat-app-shell #bottom-bar:not(.is-expanded) {
        transform: translateX(-100%);
    }

    .rebeat-app-shell #bottom-bar.is-expanded {
        transform: translateX(0);
    }

    .rebeat-app-shell #bottom-bar {
        width: min(270px, 86vw);
        transition: transform 220ms ease, box-shadow 220ms ease;
        box-shadow: 24px 0 70px rgba(0, 0, 0, 0.14);
    }

    .rebeat-app-shell .rebeat-credit-hero .content-main {
        grid-template-columns: 1fr;
    }

    .rebeat-app-shell .rebeat-credit-hero .content-main img {
        min-height: 240px;
    }

    .rebeat-next-class-card {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .rebeat-outline-link {
        grid-column: auto;
        width: 100%;
    }
}

@media (max-width: 620px) {
    .rebeat-level-strip {
        align-items: flex-start;
        flex-direction: column;
    }

    .rebeat-app-shell .xp-bar-container {
        width: 100%;
        max-width: 240px;
    }

    .rebeat-app-shell .rebeat-credit-hero .inspiration-content {
        padding: 34px 24px;
    }

    .rebeat-app-shell .rebeat-credit-hero .inspiration-title {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .rebeat-next-class-image {
        height: 210px;
    }
}

/* Rebeat v4 mobile polish */
.rebeat-app-shell #top-header {
    left: 76px;
}

.rebeat-app-shell #main {
    margin-left: 76px;
}

.rebeat-app-shell #bottom-bar {
    width: 76px;
    display: flex;
    flex-direction: column;
}

.rebeat-app-shell #bottom-bar.is-expanded {
    width: 232px;
}

.rebeat-app-shell .rebeat-sidebar-brand {
    height: 128px;
    padding: 22px 12px 12px;
}

.rebeat-app-shell .rebeat-menu-toggle img {
    width: 52px;
}

.rebeat-app-shell #bottom-bar.is-expanded .rebeat-menu-toggle img {
    width: 128px;
}

.rebeat-app-shell .navigation {
    flex: 1;
    min-height: 0;
}

.rebeat-app-shell .navigation .listWrap {
    min-height: 100%;
    gap: 8px;
    padding: 0 9px 14px;
}

.rebeat-app-shell .navigation .listWrap li a {
    min-height: 52px;
    padding: 0 10px;
}

.rebeat-app-shell .navigation .listWrap li a .icon {
    width: 54px;
    min-width: 54px;
}

.rebeat-app-shell .rebeat-logout-list {
    margin-top: auto !important;
    padding-top: 10px;
    border-top: 1px solid var(--rebeat-line);
}

.rebeat-app-shell .verdebg .beige,
.rebeat-app-shell .verdebg .textomovils,
.rebeat-app-shell .verdebg .textomovilm,
.rebeat-app-shell #encabezado.verdebg span,
.rebeat-app-shell #encabezado.verdebg h1,
.rebeat-app-shell #encabezado.verdebg h2,
.rebeat-app-shell #encabezado.verdebg h3 {
    color: #fff !important;
}

.rebeat-app-shell .home-bottom-content,
.rebeat-app-shell .home-second,
.rebeat-app-shell .block-footer {
    max-width: 760px;
}

.rebeat-app-shell .home-second {
    margin-top: 34px;
}

.rebeat-app-shell .home-second-wrap {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding: 0 !important;
}

.rebeat-app-shell .focus-trainer {
    min-height: 0;
    border-radius: 10px;
    box-shadow: none;
}

.rebeat-app-shell .focus-trainer::after {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
    font-size: 16px;
}

.rebeat-app-shell .focus-trainer p {
    left: 12px;
    right: 44px;
    bottom: 12px;
    color: #111 !important;
    font-size: 14px;
    line-height: 1.15;
    text-align: left;
}

.rebeat-app-shell .focus-trainer .trainer {
    width: 100% !important;
    height: 176px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    display: block;
    object-fit: cover;
    object-position: top center;
    background: #f4f4f4;
    filter: none !important;
}

.rebeat-app-shell .focus-trainer::before {
    position: absolute;
    inset: auto 0 0;
    height: 72px;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.96));
    content: "";
    z-index: 1;
}

.rebeat-app-shell .rebeat-events-heading {
    margin-top: 34px;
}

.rebeat-app-shell .story-image {
    filter: none !important;
}

.rebeat-app-shell .story-container::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.02));
}

.rebeat-app-shell .story-container::after {
    display: none;
}

.rebeat-app-shell .home-slider-wrap.rebeat-events-wrap {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 14px;
}

.rebeat-app-shell .block-footer {
    padding-top: 26px !important;
    padding-bottom: 24px;
}

.rebeat-app-shell .block-footer .btn-social {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 1px solid var(--rebeat-line);
    border-radius: 50%;
    background: #fff;
}

@media (max-width: 820px) {
    .rebeat-app-shell #top-header {
        left: 0;
        height: 72px;
    }

    .rebeat-app-shell #main {
        margin-left: 0;
        padding: 86px 14px 28px;
    }

    .rebeat-app-shell #bottom-bar,
    .rebeat-app-shell #bottom-bar.is-expanded {
        width: min(232px, 82vw);
    }

    .rebeat-app-shell .rebeat-header-logo {
        width: 74px;
    }

    .rebeat-app-shell .home-first h1 {
        font-size: 28px;
    }

    .rebeat-home-copy {
        font-size: 14px;
    }

    .rebeat-app-shell .rebeat-credit-hero {
        margin-top: 20px;
    }

    .rebeat-app-shell .rebeat-credit-hero .content-main {
        min-height: auto;
    }

    .rebeat-app-shell .rebeat-credit-hero .content-main img {
        min-height: 190px;
    }

    .rebeat-credit-number {
        font-size: 56px;
    }

    .rebeat-reserve-trigger {
        min-height: 50px;
        font-size: 12px;
    }

    .rebeat-next-class-card {
        gap: 14px;
    }

    .rebeat-next-class-image {
        height: 174px;
    }

    .rebeat-next-class-body h3 {
        font-size: 24px;
    }

    .rebeat-quick-actions {
        gap: 12px;
    }

    .rebeat-quick-link {
        min-height: 128px;
        padding: 18px;
    }

    .rebeat-quick-link span {
        font-size: 16px;
    }
}

@media (max-width: 620px) {
    .rebeat-app-shell .home-second-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rebeat-app-shell .focus-trainer .trainer {
        height: 156px !important;
    }

    .rebeat-app-shell .focus-trainer p {
        font-size: 13px;
    }

    .rebeat-app-shell .story-container {
        height: 158px;
    }
}

/* Rebeat v5 app-mobile frame and controls */
.rebeat-app-shell:not(.ufit-analytics-mode) {
    background: #f4f4f4;
}

.rebeat-app-shell:not(.ufit-analytics-mode) #top-header,
.rebeat-app-shell:not(.ufit-analytics-mode) #main {
    width: min(100vw, 430px);
    margin-left: auto !important;
    margin-right: auto !important;
}

.rebeat-app-shell:not(.ufit-analytics-mode) #top-header {
    left: 50% !important;
    transform: translateX(-50%);
    border-left: 1px solid var(--rebeat-line);
    border-right: 1px solid var(--rebeat-line);
}

.rebeat-app-shell:not(.ufit-analytics-mode) #main {
    padding: 86px 16px 32px !important;
    border-left: 1px solid var(--rebeat-line);
    border-right: 1px solid var(--rebeat-line);
    min-height: 100vh;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.08);
}

.rebeat-app-shell:not(.ufit-analytics-mode) #bottom-bar {
    width: min(232px, 82vw) !important;
    left: max(0px, calc(50% - 215px)) !important;
    z-index: 42;
    transform: translateX(-100%);
    box-shadow: 24px 0 70px rgba(0, 0, 0, 0.14);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.rebeat-app-shell:not(.ufit-analytics-mode) #bottom-bar.is-expanded {
    transform: translateX(0);
}

.rebeat-back-button {
    width: 38px;
    height: 38px;
    display: none;
    place-items: center;
    border: 1px solid var(--rebeat-line);
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 20px;
    line-height: 1;
}

.rebeat-back-button.is-visible {
    display: grid;
}

.rebeat-app-shell:not(.ufit-analytics-mode) .header-wrap-home {
    width: 100%;
    padding: 14px 16px;
}

.rebeat-app-shell:not(.ufit-analytics-mode) .header-name {
    display: none !important;
}

.rebeat-app-shell:not(.ufit-analytics-mode) .rebeat-header-logo {
    width: 74px;
}

.rebeat-app-shell:not(.ufit-analytics-mode) .home-bottom-content,
.rebeat-app-shell:not(.ufit-analytics-mode) .home-second,
.rebeat-app-shell:not(.ufit-analytics-mode) .block-footer {
    max-width: 100%;
}

.rebeat-app-shell .btn-class,
.rebeat-app-shell .modal-header,
.rebeat-app-shell .modal-header.bg-warning,
.rebeat-app-shell .report-btn.verdebg,
.rebeat-app-shell .home-btn.verdebg,
.rebeat-app-shell .tab-btn.verdebg,
.rebeat-app-shell .add-select-btn.verdebg,
.rebeat-app-shell .class-time-btn.verdebg,
.rebeat-app-shell .btn.verdebg,
.rebeat-app-shell button.verdebg,
.rebeat-app-shell a.verdebg,
.rebeat-app-shell label.verdebg,
.rebeat-app-shell thead.verdebg {
    background: var(--rebeat-green) !important;
    background-color: var(--rebeat-green) !important;
    border-color: var(--rebeat-green) !important;
    color: #fff !important;
}

.rebeat-app-shell .btn-class:hover,
.rebeat-app-shell .btn.verdebg:hover,
.rebeat-app-shell button.verdebg:hover,
.rebeat-app-shell a.verdebg:hover {
    background: var(--rebeat-green-2) !important;
    background-color: var(--rebeat-green-2) !important;
    color: #fff !important;
}

.rebeat-app-shell .modal-header .modal-title,
.rebeat-app-shell .modal-header h1,
.rebeat-app-shell .modal-header h2,
.rebeat-app-shell .modal-header h3,
.rebeat-app-shell .modal-header h4,
.rebeat-app-shell .modal-header h5,
.rebeat-app-shell .modal-header span {
    color: #fff !important;
}

.rebeat-app-shell #actperfil,
.rebeat-app-shell #actualizarperfil,
.rebeat-app-shell #guardarsesion,
.rebeat-app-shell #actualizarsesion,
.rebeat-app-shell #guardarcliente,
.rebeat-app-shell #guardarInstructor,
.rebeat-app-shell #actualizarInstructor {
    background: var(--rebeat-green) !important;
    border-color: var(--rebeat-green) !important;
    color: #fff !important;
}

.rebeat-app-shell .rebeat-credit-hero {
    min-height: 0 !important;
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    padding-top: 0 !important;
    overflow: visible;
}

.rebeat-app-shell .rebeat-credit-hero .content-main {
    min-height: 0 !important;
    display: block !important;
}

.rebeat-app-shell .rebeat-credit-hero .content-main img {
    display: none !important;
}

.rebeat-app-shell .rebeat-credit-hero .inspiration-content {
    min-height: 0;
    padding: 34px 24px 28px !important;
}

.rebeat-app-shell .rebeat-credit-hero .inspiration-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-top: 18px;
}

.rebeat-app-shell .rebeat-credit-number {
    font-size: 58px;
}

.rebeat-app-shell .rebeat-credit-hero .inspiration-subtitle {
    margin-top: 18px;
    word-break: break-word;
}

.rebeat-app-shell .rebeat-reserve-trigger {
    width: 100%;
    min-height: 50px;
    margin-top: 22px;
}

.rebeat-quick-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.rebeat-quick-link {
    min-width: 0;
    min-height: 128px;
    padding: 16px !important;
}

.rebeat-quick-link span {
    font-size: 15px !important;
    line-height: 1.18;
}

.rebeat-app-shell .home-second-wrap {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2px 12px !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.rebeat-app-shell .home-second-wrap::-webkit-scrollbar {
    height: 0;
}

.rebeat-app-shell .focus-trainer {
    flex: 0 0 148px;
    scroll-snap-align: start;
}

.rebeat-app-shell .focus-trainer .trainer {
    height: 168px !important;
}

.rebeat-app-shell .home-slider-wrap.rebeat-events-wrap {
    display: flex !important;
    overflow-x: auto;
    gap: 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.rebeat-app-shell .home-slider-wrap.rebeat-events-wrap .workout-details {
    flex: 0 0 88%;
    scroll-snap-align: start;
}

.rebeat-app-shell .rebeat-next-class-card {
    grid-template-columns: 1fr !important;
    gap: 14px;
    padding: 14px !important;
}

.rebeat-app-shell .rebeat-outline-link {
    width: 100%;
}

body.ufit-analytics-mode #top-header,
body.ufit-analytics-mode #main {
    width: auto;
    max-width: none;
    transform: none;
    box-shadow: none;
    border: 0;
}

/* Rebeat v6 polish */
.rebeat-login-page #let-you-footer .block-footer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.rebeat-login-socials {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 34px;
    margin: 28px 0 22px;
}

.rebeat-login-page .btn-social {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    margin: 0 !important;
}

.rebeat-forgot-page .verify-email-content {
    max-width: 460px;
    margin: 0 auto;
    color: #fff;
}

.rebeat-forgot-page .main-img-top img {
    width: min(230px, 62vw) !important;
    filter: grayscale(1) contrast(1.08);
    border-radius: 12px;
}

.rebeat-login-page .verify-number-btn a,
.rebeat-login-page #reestablecer {
    display: grid;
    min-height: 58px;
    place-items: center;
    border: 0 !important;
    border-radius: 8px;
    background: #fff !important;
    color: #050505 !important;
    font-weight: 900;
    letter-spacing: 0.4px;
}

.rebeat-forgot-page #mensaje {
    color: rgba(255, 255, 255, 0.82);
}

.rebeat-forgot-page #mensaje.text-green-600 {
    color: #fff !important;
}

.rebeat-forgot-page #mensaje.text-red-600 {
    color: var(--rebeat-red) !important;
}

.rebeat-app-shell:not(.ufit-analytics-mode) #top-header {
    height: 74px;
    border-left: 1px solid var(--rebeat-line);
    border-right: 1px solid var(--rebeat-line);
}

.rebeat-app-shell:not(.ufit-analytics-mode) .header-wrap-home {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 16px;
}

.rebeat-app-shell:not(.ufit-analytics-mode) .header-logo-home {
    display: block !important;
    flex: 0 0 auto;
}

.rebeat-app-shell:not(.ufit-analytics-mode) .perfil {
    margin-left: auto;
}

.rebeat-app-shell:not(.ufit-analytics-mode) .perfil a {
    width: 42px;
    height: 42px;
}

.rebeat-app-shell:not(.ufit-analytics-mode) .profile-pic {
    width: 42px;
    height: 42px;
}

.rebeat-app-shell:not(.ufit-analytics-mode) .rebeat-header-logo {
    width: 88px;
    max-height: 42px;
    object-fit: contain;
}

.rebeat-back-button,
.rebeat-back-button.is-visible,
.rebeat-app-shell:not(.ufit-analytics-mode) .rebeat-back-button,
.rebeat-app-shell:not(.ufit-analytics-mode) .rebeat-back-button.is-visible {
    display: none !important;
}

.rebeat-app-shell .profile-edit-img .profile-pic,
.rebeat-app-shell:not(.ufit-analytics-mode) .profile-edit-img .profile-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.rebeat-app-shell .day-cell.disabled,
.rebeat-app-shell .day.disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}

.rebeat-app-shell:not(.ufit-analytics-mode) #main {
    padding-top: 86px !important;
}

.rebeat-app-shell .home-first h1::after {
    content: none !important;
    display: none !important;
}

.rebeat-app-shell:not(.ufit-analytics-mode) .home-first.container {
    padding: 0 !important;
}

.rebeat-app-shell:not(.ufit-analytics-mode) .home-first h1 {
    max-width: 100%;
    margin-bottom: 6px;
    font-size: 24px !important;
    line-height: 1.08 !important;
    letter-spacing: 0 !important;
}

.rebeat-app-shell:not(.ufit-analytics-mode) .home-first h1 > p {
    width: 100%;
    margin: 10px 0 0;
    font-size: 12px !important;
    line-height: 1.3;
}

.rebeat-app-shell:not(.ufit-analytics-mode) .xp-bar-container {
    width: 84px;
}

.rebeat-app-shell:not(.ufit-analytics-mode) .home-second h2,
.rebeat-app-shell:not(.ufit-analytics-mode) .rebeat-next-heading {
    font-size: 16px !important;
    line-height: 1.2;
    letter-spacing: 0.03em;
}

.rebeat-app-shell:not(.ufit-analytics-mode) .rebeat-next-class-body h3 {
    font-size: 21px !important;
    line-height: 1.12 !important;
}

.rebeat-app-shell:not(.ufit-analytics-mode) .rebeat-next-class-body p,
.rebeat-app-shell:not(.ufit-analytics-mode) .rebeat-next-class-meta {
    font-size: 13px !important;
}

.rebeat-app-shell .modal-header,
.rebeat-app-shell .modal-header.bg-warning,
.rebeat-app-shell .modal-header.bg-success,
.rebeat-app-shell .modal-header.bg-info,
.rebeat-app-shell .btn-class,
.rebeat-app-shell .verdebg,
.rebeat-app-shell .beigebg.verde,
.rebeat-app-shell .verde.beigebg,
.rebeat-app-shell .nav-pills .nav-link.active,
.rebeat-app-shell .badge.bg-success,
.rebeat-app-shell .bg-success {
    background: var(--rebeat-green) !important;
    background-color: var(--rebeat-green) !important;
    border-color: var(--rebeat-green) !important;
    color: #fff !important;
}

.rebeat-app-shell .modal-header *,
.rebeat-app-shell .bg-success *,
.rebeat-app-shell .verdebg *,
.rebeat-app-shell .beigebg.verde *,
.rebeat-app-shell .verde.beigebg * {
    color: #fff !important;
}

@media (max-width: 460px) {
    .rebeat-app-shell:not(.ufit-analytics-mode) #main {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .rebeat-app-shell:not(.ufit-analytics-mode) .home-first h1 {
        font-size: 23px !important;
    }

    .rebeat-app-shell:not(.ufit-analytics-mode) .rebeat-credit-number {
        font-size: 50px;
    }
}

.coupon-summary {
    display: none;
    border: 1px solid var(--rebeat-line, #e9e9e9);
    border-radius: 8px;
    background: #f7f7f6;
    color: #101010;
    padding: 12px;
    font-size: 13px;
    line-height: 1.35;
}

.coupon-summary.is-visible {
    display: block;
}

.coupon-summary.is-error {
    border-color: rgba(239, 23, 72, 0.35);
    background: #fde7ec;
    color: #b80f35;
}

.coupon-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 2px 0;
}

.coupon-summary-row strong {
    color: var(--rebeat-green, #004432);
}

/* Rebeat stability fixes: desktop frame alignment, long forms and seat maps */
.rebeat-app-shell:not(.ufit-analytics-mode) {
    --rebeat-frame-width: min(100vw, 430px);
    --rebeat-frame-left: max(0px, calc((100vw - var(--rebeat-frame-width)) / 2));
}

.rebeat-app-shell:not(.ufit-analytics-mode) #top-header {
    width: var(--rebeat-frame-width) !important;
    left: var(--rebeat-frame-left) !important;
    right: auto !important;
    transform: none !important;
    box-sizing: border-box;
}

.rebeat-app-shell:not(.ufit-analytics-mode) #main {
    width: var(--rebeat-frame-width) !important;
    margin-left: var(--rebeat-frame-left) !important;
    margin-right: 0 !important;
    box-sizing: border-box;
    min-height: 100dvh;
    padding-bottom: calc(210px + env(safe-area-inset-bottom, 0px)) !important;
    overflow-x: hidden;
}

.rebeat-app-shell:not(.ufit-analytics-mode) #map-wrapper,
.rebeat-app-shell:not(.ufit-analytics-mode) #map-wrapper-amigo {
    overflow: visible !important;
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
}

.rebeat-app-shell:not(.ufit-analytics-mode) #map,
.rebeat-app-shell:not(.ufit-analytics-mode) #map-amigo {
    max-width: none !important;
    box-sizing: border-box;
}

.rebeat-app-shell:not(.ufit-analytics-mode) .password-btn.bottom-fixed.bottom-fixed1 {
    width: var(--rebeat-frame-width);
    left: var(--rebeat-frame-left);
    right: auto;
    box-sizing: border-box;
}

@media (max-width: 460px) {
    .rebeat-app-shell:not(.ufit-analytics-mode) #main {
        padding-bottom: calc(230px + env(safe-area-inset-bottom, 0px)) !important;
    }
}

