/*---------------------------*/
/*------- global.css --------*/
/*---------------------------*/

:root {
    --white-color: #ffffff;
    --black-color: #000000;
    --disabled-color: #666666;
}

body {
    font-family: "Funnel Display", sans-serif;
    background: var(--white-color) !important;
}

h1, h2, h3, h4, h5, h6, p, span, a, li, label,
input, button, textarea, select {
    font-family: "Funnel Display", sans-serif;
}

main {
    background: var(--white-color);
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px !important;
}

.container {
    min-height: 100vh;
    margin-bottom: 50px;
}
.container.activity {
    background-color: #3FA9F5;
}

.w-42 {
    width: 42% !important;
}

.rem-1_0 {
    font-size: 1rem;
}

input.form-control {
    font-family: "Funnel Display", sans-serif;
    font-size: 14px;
}

input:focus {
    border-color: #00acfc !important;
    box-shadow: none !important;
    outline: none !important;
}

.form-group .form-control{
    padding-top: 28px !important;
    padding-left: 28px !important;
}

.form-group .form-label{
    padding-top: 20px;
    padding-left: 32px;
}

.carousel-indicators {
    bottom: -570px !important;
}

.carousel-indicators [data-bs-target] {
    height: 10px !important;
    width: 10px !important;
    border-radius: 12px !important;
    border: none !important;
    background-color:#cacaca !important;
}

.carousel-indicators .active {
    background-color:#000 !important;
    opacity: 1;
    height: 10px !important;
    width: 30px !important;
}
.navbar {
    background-color: var(--white-color);
}

.container {
    padding-top: 24px;
    padding-bottom: 24px;
}

.carousel-indicators.custom-indicators {
    bottom: -165vw !important;
}

.carousel-indicators.custom-indicators.home {
    bottom: -50px !important;
}

button.carousel-control-prev, button.carousel-control-next {
    width: 30px;
    align-self: end;
    margin-bottom: 0px;
}

button.carousel-control-next.utility, button.carousel-control-prev.utility {
    top: 152vw;
    width: 30%;
}

.container.vh-custom {
    min-height: auto;
}

.carousel-item {
    margin-top: -80px;
}

.iframe_video {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/*---------------------------*/
/*---------CONTAINER---------*/
/*---------------------------*/

.video_box{
    background:#ffe600;
    border-radius:24px;
    padding:28px;
    padding-bottom: 50px;
    height:325px;
    position:relative;
    z-index:1;
}

.class_selector{
    display:flex;
    justify-content:space-around;
    align-items:center;
    width:100%;
    margin-top:30px;
}

.container_box_notifications {
    border-top: solid 1px #f2f5ff;
    border-bottom: solid 1px #f2f5ff;
}

.video_counter{
    font-size:30px;
    font-weight:700;
    line-height:1;
}

#video_utility_carousel{
    margin-top:-210px;
    padding:0 16px;
    position:relative;
    z-index:2;
}

.video_wrapper {
    margin-bottom: 80px;
}

.video_card{
    position:relative;
    overflow:hidden;
    border-radius:28px;
    box-shadow:0 10px 30px rgba(0,0,0,0.18);

    -webkit-isolation: isolate;
    isolation: isolate;
}

.video_image{
    width:100%;
    height:500px;
    object-fit:cover;
    display:block;
}

.video_overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.1)
    );
}

.video_overlay,
.play_button {
    pointer-events: none;
}


.btn.btn-info-video{
        position: absolute;
        right:20px;
        bottom: 300px;
        z-index: 1000;
    }

.btn.btn-info-video.utility{
        right: 0px;
        bottom: 100px;
    }

.btn.btn-info-video img{
        filter: brightness(0) invert(1);
        width: 30px;
    }

.video_content{
    position:absolute;
    left:30px;
    right:30px;
    bottom:30px;
    color:white;
    z-index:2;
}

.custom_indicators{
    bottom:-70px;
}

.container_video_title{
    margin-bottom:30px;
    padding: 0px 20px !important;
}

.container-basic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f1f5ff;
    border-radius: 25px;
    padding: 14px 12px;
}

.container-basic.photo {
    min-height: 58px;
}
.container-basic.menu{
    background-color: var(--white-color);
    border-radius: 0px;
}

.offcanvas-body > a .container-basic.menu {
    border-bottom: 1px solid #f1f5ff;
}

.offcanvas-body > a:last-of-type .container-basic.menu {
    border-bottom: none;
}


.container-help {
    width: 100%;
    aspect-ratio: 310 / 170;
    background-image: url('/img/help-bkg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: 65px !important;
}

.help-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: 100%;
}

.container-help .container_top_icon{
    background-color: #731dd7;
    position: relative;
    top: -22px;
}

.container-special {
    background-color: #f1f5ff;
    border-radius: 25px;
    padding: 8px;
    margin: -16px;
    position: relative;
}

.container-switch {
    background-color: #f1f5ff;
    border-radius: 25px;
    padding: 6px;
}

.container-logo {
    display: flex;
    justify-content: center;
    padding: 30px 20px;
}

.container-logo-text {
    text-align: center;
    padding: 10px 20px;
}

.container_top_icon {
    border-radius: 50%;
    background-color: var(--primary-color);
    width: 65px;
    height: 65px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.container_icon_add_exercised {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--secondary-color);
    width: 50px;
    height: 50px;
    min-width: 50px;
    flex-shrink: 0;
}

.container_icon_add_exercised.menu  {
    width: 70px;
    height: 70px;
    min-width: 70px;
}
.container_icon_add_exercised.menu.profile  {
    background-color: #f1f5ff;
}
.container_icon_add_exercised.menu.activity  {
    background-color: #00acfc;
}
.container_icon_add_exercised.menu.video  {
    background-color: #ffe600;
}
.container_icon_add_exercised.menu.help  {
    background-color: #731dd7;
}
.container_icon_add_exercised.menu.logout  {
    background-color: #f1f5ff;
}

.container_btn_icon_exercised {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: none;
}

.container_number_exercised {
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius: 50%;
    background-color: var(--white-color);
    width: 50px;
    font-size: 20px;
    height: 50px;
    min-width: 50px;
}
.container_number_exercised #rhythm, .container_number_exercised #rhythm_2{
    font-size: 13px;
}

.box-button-modal {
    display: flex;
    flex: 1;
    padding: 0px;
    height: 60px;
}

.card_container_exercises {
    background: #F1F5FF;
    border-radius: 16px;
    border: none;
    padding: 20px !important;
}

.container_icon_notify {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--primary-color);
    width: 30px;
    height: 30px;
    min-width: 30px;
    flex-shrink: 0;
}

.container_icon_title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    flex-shrink: 0;
}

.card_container_active_exercises {
    border-radius: 20px;
    border: none;
    background: #00ACF9;
    width: 100%;
}


.white-hr {
    border: solid white 1px;
    opacity: 1;
}

hr.divider {
    height: 1px;
    opacity: 1;
    color: #dee2e6;
    width: 90%;
    margin: 20px auto;
}

.container_icon_add_exercised.black {
    background-color: var(--black-color);
}

.container_icon_add_exercised.right, .container-basic.disabled .container_icon_add_exercised.left, .container-basic-card.disabled .container_icon_add_exercised.left{
    background-color: var(--white-color);
}

.container_group {
    height: 50px;
}

.container_group_title {
    height: 25px;
}

.container_group_button {
    height: 20px;
}

.box-icon-text {
    padding: 12px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--white-color);
}

.box-icon-text p {
    margin: 0px;
}
.title-video-box {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

a .title-video,
a .title-video {
    color: #fff !important;
    font-size: 12px;
}

a .description-video {
    color: #000 !important;
}
.description-video {
    background-color: #fff;
    border-radius: 30px;
    font-size: 11px;
    display: flex;
    padding: 6px 10px;
    justify-content: space-between;
    width: 100%;
}

.upload-text-content {
    flex: 1;
    padding-left: 20px;
    padding-right: 5px;
    text-align: left;
}

.upload-text-content p {
    font-size: 12px;
    line-height: 1.2;
    color: var(--black-color);
}

.help-text {
    font-size: 30px;
    font-weight: 500;
    color: var(--black-color);
    text-transform: capitalize;
    margin-bottom:  25px;
}

.upload-icon-box {
    width: 109px;
    height: 56px;
    background-color: var(--primary-color);
    border-radius: 25px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-notify{
    display: flex;
    justify-content: center;
}

.card_container_exercises.p-3.mt-3 {
    border-radius: 30px;
}

/*---------------------------*/
/*---------NAV-LOGIN---------*/
/*---------------------------*/

.nav-link-login {
    text-align: center;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 3.472vw;
    font-weight: 400;
    color: #cfdeff;
    text-decoration: none;
    background: none;
    border-radius: 25px;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-link-login.active {
    background-color: #fff;
    color: #000000;
}

.text-link {
    font-family: "Funnel Display", sans-serif;
    font-size: 3.472vw;
    font-weight: 500;
    color: #00acfc;
}

.form-switch .form-check-input.custom {
    width: 4em;
    height: 2rem;
}

.form-check-input.custom:checked {
    background-color: #00acfc;
    border-color: #00acfc;
}

.form-floating input{
    border-radius: 25px;
}

.form-check-label {
    font-family: "Funnel Display", sans-serif;
    font-size: 3.472vw;
}

.form-check-label{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:20px;
    cursor:pointer;
}

.form-check-input:checked + .form-check-label .circle{
    background:#12a8ea;
}

.form-check-input:checked + .form-check-label .circle::after{
    background-image:url('/img/4x/flag_w.png');
}

.form-floating > input[type="date"]::-webkit-date-and-time-value {
    text-align: left;
}

.class-text{
    font-size:14px;
    color:#111;
    font-weight:400;
}

.form-check{
    position:relative;
}

.form-check:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background: #ffffff;
    height: 50px;
}

/*---------------------------*/
/*-----------TITLE-----------*/
/*---------------------------*/

.top_title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 0.8;
    font-family: "Funnel Display", sans-serif;
}

.exercised_video_title {
    font-size: 40px;
    font-weight: 500;
    color:var(--black-color);
    margin-bottom: 0px;
    line-height: 0.8;
    font-family: "Funnel Display", sans-serif;
}

.video_title{
    font-size:40px;
    font-weight:400;
    line-height:0.9;
    color:#000;
    max-width:50%;
    margin-bottom:10px;
}

.counter_point_white {
    font-size: 100px;
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 0.8;
    color: var(--white-color);
}

.btn_big_red_button {
    width: 213px;
    height: 213px;
    background: #F1F5FF;
    margin-bottom: 85px;
    margin-top: 50px;
}

.big_red_button {
    width: 213px;
    height: 213px;
    background: #F1F5FF;
}

.counter_point {
    margin-bottom: 38px;
    margin-top: 45px;
    font-size: 100px;
    line-height: 0.8;
    color: var(--black-color);
}

.title_add_exercised {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: "Funnel Display", sans-serif;
}

.title_box_exercised {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1;
    font-family: "Funnel Display", sans-serif;
}

.title_box_active_exercised {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1;
    color: var(--white-color);
    font-family: "Funnel Display", sans-serif;
}

.title_check_device {
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1;
    font-family: "Funnel Display", sans-serif;
    color: var(--action-color);
}

h3.title_check_device {
    font-size: 10px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1;
    font-family: "Funnel Display", sans-serif;
    color: var(--secondary-color);
}

h4.title_check_device {
    font-size: 16px;
    color: var(--black-color);
}

.title_box_active_exercised span{
    color: #D9FE56;
    font-weight: 600;
}

/*---------------------------*/
/*---------DESCRIPTION-------*/
/*---------------------------*/

.video_subtitle{
    font-size: 20px;
    line-height: 1;
    color:#000;
    margin-bottom: 0px;
    font-weight: 400;
}

.text_palatine {
    font-size: 14px;
    width: 80%;
    font-family: "Funnel Display", sans-serif;
    line-height:1;
    margin-bottom:0px;
}

.video_content h3{
    font-size:24px;
    line-height:1;
    margin-bottom:0px;
}

.info_text_video{
    font-size:14px !important;
    line-height:1.4;
    margin:0;
}


.description_text_video{
    font-size:20px !important;
    line-height:1.3;
    margin-bottom:12px;
}


.video_description{
    font-size:14px;
    font-weight:400;
    line-height:1;
    max-width:44%;
}

.title-page {
    font-family: "Funnel Display", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
}

.info_add_exercised {
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: "Funnel Display", sans-serif;
}

.description_top_context {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1;
    color: var(--primary-color);
    font-family: "Funnel Display", sans-serif;
}

.card_container_exercises .description_top_context {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1;
    color: var(--secondary-color);
    font-family: "Funnel Display", sans-serif;
}

.description_box_exercised {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1;
    color: var(--primary-color);
    font-family: "Funnel Display", sans-serif;
}

.description_box {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1;
    font-family: "Funnel Display", sans-serif;
}

.description_top {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1;
    font-family: "Funnel Display", sans-serif;
}

.text-blocked {
    font-size: 13px;
    padding: 28px 20px;
    border-radius: 30px;
    background-color: #ffaa00;
    line-height: 14px;
    margin-bottom: 0px;
}

.block-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -16px;
    right: -16px;
}

.text-content-exercize {
    flex: 1;
    padding: 0 15px;
    text-align: left;
    min-width: 0;
}
.text-content-exercize.activity {
    color: var(--white-color);
}

.distance-box {
    margin-top: 60px;
}

.distance-110-box {
    height: 110px;
}

.w-80 {
    width: 80% !important;
}

.title-exercize {
    font-family: "Funnel Display", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}

.title-menu {
    font-family: "Funnel Display", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    color: var(--black-color);
}

.title_menu_notifications {
    font-family: "Funnel Display", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
    color: var(--black-color);
}

.description_exercize_notifications {
    margin: 0;
    font-size: 14px;
    line-height: 1;
    color: var(--black-color);
    font-weight: 600;
}

.subtitle-exercize {
    margin: 0;
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 20px;
    color: var(--black-color);
}

.subtitle-exercize span{
    font-size: 12px;
    color: var(--primary-color);
    font-weight: 600;
}

.title-exercize span {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 400;
}

.description-exercize span {
    color: var(--primary-color);
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}

.description-exercize {
    margin: 0;
    font-size: 10px;
    line-height: 14px;
    color: var(--black-color);
    font-weight: 400;
}

p.description-exercize.notify {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    color: var(--black-color);
    font-weight: 400;
}

.text_content_exercize_notifications {
    flex: 1;
    text-align: left;
    padding: 0 20px;
}

.description-exercize.notify span {
    color: var(--black-color);
    font-size: 10px;
}

.container-basic.disabled .title-exercize,
.container-basic.disabled .subtitle-exercize,
.container-basic.disabled .description-exercize,
.container-basic-card.disabled .title-exercize,
.container-basic-card.disabled .subtitle-exercize,
.container-basic-card.disabled .description-exercize {
    color: var(--disabled-color);
}

.description_check_device {
    font-size: 8px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1;
    font-family: "Funnel Display", sans-serif;
}

/*---------------------------*/
/*-----------BUTTON----------*/
/*---------------------------*/

body a {
    text-decoration: none !important;
}

.upload-container{
    display:flex;
    flex-direction:column;
    gap:20px;
    width:100%;
    margin-top: 100px;
}

.button-distance-container {
    margin-top: 70px;
}

.custom-upload-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    height: 60px;
    font-family: "Funnel Display", sans-serif;
    font-size: 16px;
    color: #fff;
    background-color: #00acfc;
    border-color: #00acfc;
    width: 100%;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
}

button.btn_back {
    border: none;
    background: none;
}

.play_button{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:80px;
    height:80px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:3;
    backdrop-filter:blur(4px);
}

.custom_indicators button{
    width:12px !important;
    height:12px !important;
    border-radius:50%;
    background:#d8d8d8 !important;
    border:none !important;
    opacity:1 !important;
    margin:0 5px !important;
}

.custom_indicators .active{
    background:#000 !important;
    width:26px !important;
    border-radius:20px !important;
}

.btn.black-button,
.btn.black-button:active,
.btn.black-button:hover,
.btn.black-button:focus-visible {
    font-family: "Funnel Display", sans-serif;
    font-size: 16px;
    color: var(--white-color) !important;
    background-color: var(--black-color) !important;
    border-color: var(--black-color) !important;
    width: 100%;
    border-radius: 20px;
    padding: 15px;
}

.btn.black-button-otline,
.btn.black-button-otline:active,
.btn.black-button-otline:hover,
.btn.black-button-otline:focus-visible {
    font-family: "Funnel Display", sans-serif;
    font-size: 16px;
    color: var(--black-color);
    background-color: var(--white-color);
    border-color: var(--black-color);
    width: 100%;
    border-radius: 20px;
    padding: 15px;
}

.btn.action-button,
.btn.action-button:active,
.btn.action-button:hover,
.btn.action-button:focus-visible {
    font-family: "Funnel Display", sans-serif;
    font-size: 16px;
    color: var(--white-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    width: 100%;
    border-radius: 20px;
    padding: 15px;
}

.btn.filter-video,
.btn.filter-video:active,
.btn.filter-video:hover,
.btn.filter-video:focus-visible {
    font-family: "Funnel Display", sans-serif;
    font-size: 14px;
    color: var(--black-color);
    background-color: #f1f5ff;
    border-color: #f1f5ff;
    width: 100%;
    border-radius: 20px;
    padding: 5px 20px;
}

.btn.action-button.disabled {
    color: #cfdeff;
    background-color: #f1f5ff;
    border-color: #f1f5ff;
}

.offcanvas-header .btn-close {
    font-size: 25px;
    opacity: 1 !important;
}

a.help-button,
a.help-button:hover,
a.help-button:active,
a.help-button:focus {
    display:flex;
    align-items:center;
    justify-content:center;
    font-family: "Funnel Display", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    background-color: #00acfc;
    border: 1px solid #00acfc;
    width: 100%;
    height: 60px;
    min-height: 50px;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    
    /* fix Safari iPhone */
    -webkit-appearance: none;
    appearance: none;
}

.alert button {
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    font-size: 30px;
    position: absolute;
    line-height: 1;
    top: 5px;
    right: 5px;
    padding: 0 5px;
}

/*---------------------------*/
/*------------ICON-----------*/
/*---------------------------*/

.icon_top_title {
    width: 30px;
}

.img_palatine {
    width: 200px;
    height: auto;
}

.icon_add_background {
    width: 50px;
    height: 50px;
}

.circle{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#ffffff;
    position:relative;
    transition:all .3s ease;
}

.circle::after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width:17px;
    height:12px;
    background-image:url('/img/4x/flag_g.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}


.icon_user {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    object-fit: cover;
}

.icon_add_exercised {
    height: 24px;
}

.icon_btn_add_exercised {
    width: 30px;
}

.icon_btn_remove_exercised {
    width: 30px;
}

.icon_box_exercised {
    width: 27px;
}

.icon_box_active_exercised {
    width: 27px;
}

.icon_title_use_divices {
    height: 15px;
    width: auto;
}

.icon_title_use_divices_svg {
    height: 15px;
    width: 15px;
    display: inline-block;
    background-color: var(--secondary-color);
    -webkit-mask-image: var(--svg-mask);
    mask-image: var(--svg-mask);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    vertical-align: middle;
}

.icon_notify {
    height: 14px;
}

p.description-exercize.notify span {
    font-size: 10px !important;
}

.img-video-icon {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    min-width: 36px;
}

.img-video-icon  img {
    border-radius:  0;
    width: 16px;
}

.box-card-video.blocked > *:not(.overlay-blocked) {
    pointer-events: none;
    user-select: none;
}

.overlay-blocked {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: auto;
}

.overlay-eye {
    width: 30px;
    height: auto;
}

.help-button-video {
    position: absolute;
    min-width: 90%;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-color, #000); 
    color: #fff;
    padding: 11px;
    border-radius: 30px;
    font-size: 8px;
    line-height: 8px;
    font-weight: 400;
    white-space: nowrap;
    z-index: 11;
}


/*---------------------------*/
/*------------SLIDER-----------*/
/*---------------------------*/

.card-slider-container {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 20px 0;
}

.card-slider-container::-webkit-scrollbar {
    display: none;
}

.color-card {
    flex: 0 0 auto;
    width: 280px;
    height: 350px;
    border-radius: 25px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    scroll-snap-align: start;
    position: relative;
    color: white;
}

.color-card.blue {
    background-color:  #00ACF9;
}

.color-card.purple {
    background-color:  #731dd7;
}
.color-card.yellow {
    background-color:  #FFF200;
    color: black;
}

.color-card-title {
    font-size: 20px;
    font-weight: 400;
}

.color-card-subtitle {
    font-size: 14px;
    margin-top: 4px;
}

.color-card-subtitle span{
    color: #D9FE56;
}

.card-image-wrapper {
    display: flex;
    justify-content: center;
}

.main-img {
    width: 80%;
    object-fit: cover;
}

.arrow-icon-wrapper {
    text-align: end;
}

.arrow-icon {
    width: 24px;
}

.arrow-icon-modal {
    width: 12px;
}

.icon_arrow_devices {
    height: 15px;
}

.icon_slider {
    width:30px;
    align-self: end;
    margin-bottom: -37px;
}
/*-----------------------------------------*/
/*----------MODAL BOOTSTRAP CUSTOM---------*/
/*-----------------------------------------*/

.container-basic-card {
    background-color: #f1f5ff !important;
    border-radius: 25px !important;
    border: none !important;
    overflow: hidden;
    transition: border-radius 0.3s ease;
}

.custom-toggler {
    background-color: transparent !important;
    padding: 14px 12px !important;
    border: none !important;
    box-shadow: none !important;
    display: flex !important;
    width: 100%;
}

.custom-toggler:not(.collapsed) {
    background-color: transparent !important;
    color: inherit !important;
}

.custom-toggler::after {
    display: none !important;
}

.accordion-button:not(.collapsed) .arrow-icon-modal {
    transform: rotate(180deg);
}

.arrow-icon-modal {
    transition: transform 0.3s ease;
}

.custom-body {
    padding: 20px 0px 0px;
    background-color: transparent;
}

.text-content-exercize {
    flex: 1;
    text-align: left;
    padding: 0 15px;
}

.offcanvas {
    background-color: var(--white-color) !important;
}

.offcanvas.offcanvas-end {
    border-left: 0px !important;
}

/*---------------------------*/
/*-----------SWITCH----------*/
/*---------------------------*/



/*---------------------------*/
/*---------ANIMATION---------*/
/*---------------------------*/

.switch{
    width:130px;
    height:50px;
    background:#ffffff;
    border-radius:999px;
    position:relative;
    overflow:hidden;
    cursor:pointer;
}

.slider{
    width:40px;
    height:40px;
    border-radius:50%;
    background:#000;
    position:absolute;
    top:5px;
    left:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:all .35s ease;
    z-index:3;
}

.right-flag{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.right-flag img{
    width:16px;
    height:16px;
    object-fit:contain;
}

.left-icon{
    position:absolute;
    left:12px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transition:.3s;
}

.left-icon img{
    width:16px;
    height:16px;
    object-fit:contain;
}

.icon-arrow{
    width:40px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.icon-arrow img{
    width:18px;
    height:18px;
    object-fit:contain;
}

.icon-check{
    width:18px;
    height:18px;
    display:none;
    align-items:center;
    justify-content:center;
}

.icon-check img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.middle-arrows{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%, -50%);
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.middle-arrows img{
    width:auto;
    height:15px;
    object-fit:contain;
}

.switch.active .slider{
    left:85px;
    background:var(--action-color);
}

.switch.active .icon-arrow{
    display:none;
}

.switch.active .icon-check{
    display:flex;
}

.switch.active .right-flag{
    opacity:0;
}

.switch.active .left-icon{
    opacity:1;
}

/*---------------------------*/
/*-----------VIDEO-----------*/
/*---------------------------*/

.video-grid-scroll {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: column;
    grid-auto-columns: calc(50% - 8px);
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.video-grid-single {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.video-empty {
    grid-column: 1 / span 2;
    grid-row: 1 / -1;
    width: 100%;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.box-card-video {
    position: relative;
    width: 100%;
    min-width: 0;
    padding: 0px;
}

.video-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 20px;
}

.scroll-row-filter {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    gap: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.btn.filter-video.active {
    border-color: var(--black-color);
    background-color: var(--white-color);
}

.scroll-row-filter::-webkit-scrollbar {
    display: none;
}

/* Vimeo video player style */

.video-hero-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - 88px);
    background-color: #000;
}

.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 88px);
    pointer-events: auto;
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: calc(100vh - 88px);
    min-width: calc((100vh - 88px) * 1.7777);
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    clip-path: inset(0 4% 0 4%);
}

.box-info-video {
    z-index: 11;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    opacity: 1;
    visibility: visible;
}

.form-check-input#class_1, .form-check-input#class_2, .form-check-input#class_3 {
    display: none;
}

.box-info-video.video-playing {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


.video-cover-img {
    width: 100vw;
    height: 100vh !important;
    object-fit: cover;
}

.box-info-video {
    position: absolute;
    bottom: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--white-color);
    padding-left: 40px;
    padding-right: 40px;
}

.box-info-video .subtitle-exercize {
    color: var(--white-color);
}

.box-lateral-video {
    position: absolute;
    right: 30px;
    top: 65%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.card_container_active_exercises {
    height: 60px;
}

.video-control-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.control-text {
    color: white;
    font-size: 12px;
    margin-top: 2px;
}

/*-------------------------------*/
/*------NAVBAR TRANSPARENT-------*/
/*-------------------------------*/

.nav-transparent {
    background-color: transparent !important;
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}

.navbar .heder-back {
    display: none;
}
.navbar.nav-transparent .heder-back {
    display: block;
}
.navbar.nav-transparent > div:first-child {
    display: none !important;
}
.navbar.nav-transparent .title-page,
.navbar.nav-transparent .description-exercize {
    display: none !important;
}

.navbar.nav-transparent img {
    filter: brightness(0) invert(1);
}
.navbar.nav-transparent .offcanvas-body img {
    filter: none;
}
.fixed-bottom {
    z-index: 10 !important;
    min-height: 88px;
}
/*---------------------------*/
/*------DOUGHNUT CHART-------*/
/*---------------------------*/

.card-image-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    margin: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#activityChart {
    max-width: 100% !important;
    max-height: 100% !important;
}

/*---------------------------*/
/*-----VIDEO DESCRIPTION-----*/
/*---------------------------*/
.drag-handle {
    width: 80px;
    height: 4px;
    background-color: white;
    border-radius: 2px;
}


/*---------------------------*/
/*-----ACTIVITY PAGE-----*/
/*---------------------------*/

.week-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 12px;
    margin-top: 40px;
}

.day-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.day-background {
    font-family: "Funnel Display", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: all 0.2s ease;
}

.day-activity-chart {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.day-item.active .day-background {
    background-color: #D9FE56;
    color: #000000;
}

.day-item.disabled .day-background {
    color: #7DCEFF;
    background-color: transparent;
}

.container-chart {
    position: relative;
    height: 250px;
    width: 250px;
    margin: 8px 0;
    display: flex;
    justify-self: center;
    align-items: center;
}

.grid-point {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    max-width: 600px;
    margin: 0 auto;
}
.box-info-point {
    width: calc(50% - 20px);
    box-sizing: border-box;
    padding-bottom: 20px;
}
.grid-point .box-info-point:nth-child(1),
.grid-point .box-info-point:nth-child(2) {
    border-bottom: 1px solid #ffffff;
}
.title-point {
    font-family: "Funnel Display", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff;
    margin: 0;
}
.dinamic-points {
    font-family: "Funnel Display", sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    color: #D9FE56;
    margin: 20px 0 0 0;
}
.dinamic-points.orange {
    color: #FBB03B;
}

.rhythm_selector{
    position: relative;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rhythm_box{
    width: 80%;
    height: 50px;
    background: var(--white-color);
    border-radius: 45px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.rhythm_value{
    font-size: 14px;
    font-weight: 500;
    color: var(--black-color);
}

.circle_rhythm_btn{
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: var(--black-color);
    color: var(--white-color);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.circle_rhythm_btn.left{
    left: 0;
}

.circle_rhythm_btn.right{
    right: 0;
}

.circle_rhythm_btn:disabled{
    opacity: 0.5;
    cursor: not-allowed;
}

.btn.black-button:disabled, .btn.black-button.disabled {
    background: #f2f5ff !important;
    color: #d2deff !important;
    border: #f2f5ff;
}


/*-- Exercise small height resolution --*/
@media screen and (max-height: 740px) {
    .distance-110-box {
        height: 70px !important;
    }

    .counter_point {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .btn_big_red_button {
        margin-top: 25px !important;
        margin-bottom: 40px !important;
    }
}