.styles_completed_plans_screen_container__Epqjb {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.styles_completed_plans_section__VvW6P {
    margin-bottom: 40px;
}

.styles_completed_plans_section__VvW6P.empty {
    display: none;
}

.styles_completed_plans_section__VvW6P .gallery-component-child-container {
    row-gap: 24px !important;
}

@media (max-width: 960px) {
    .styles_completed_plans_section__VvW6P .gallery-component-child-container {
        row-gap: 16px !important;
    }
}

.styles_completed_plan_item__v2Asv {
    display: flex;
    justify-content: space-between;
    height: 170px;
    border-radius: 12px;
    border: 1px solid var(--light-gray-border-color);
    background: #FCFCFC;
    padding: 16px;
    padding-right: 24px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
}

@media (hover: hover) {
    .styles_completed_plan_item__v2Asv:hover {
        background-color: var(--list-item-border-color);
    }

    .styles_completed_plan_item__v2Asv:active {
        background-color: #F9F9F9;
    }
}

@media (max-width: 960px) {
    .styles_completed_plan_item__v2Asv {
        height: 117px;
        padding: 12px;
    }
}

.styles_completed_plan_item__v2Asv .styles_info_section__0XjBT {
    display: flex;
    flex-grow: 1;
    margin-right: 25px;
}

.styles_completed_plan_item__v2Asv .styles_info_section__0XjBT .styles_thumbnail_image__5WoH9 {
    flex-shrink: 0;
    height: 100%;
    aspect-ratio: 1.1;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    margin-right: 12px;
}

.styles_completed_plan_item__v2Asv .styles_info_section__0XjBT .styles_thumbnail_image__5WoH9 img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.styles_completed_plan_item__v2Asv .styles_info_section__0XjBT .styles_plan_description_section___Umm3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.styles_completed_plan_item__v2Asv .styles_info_section__0XjBT .styles_plan_length__Ivao8 {
    color: #007B8B;
    font-family: var(--proximanova-bold);
    font-size: 18px;
    line-height: 125%;
    text-transform: capitalize;
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
}

.styles_completed_plan_item__v2Asv .styles_info_section__0XjBT .styles_plan_length__Ivao8:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: -2px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI0IDI1IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTIgMS41MDc2OUM5LjkyMzMgMS41MDc2OSA3Ljg5MzIzIDIuMTI2NjYgNi4xNjY1MiAzLjI4NjMzQzQuNDM5OCA0LjQ0NjAxIDMuMDkzOTkgNi4wOTQyOSAyLjI5OTI3IDguMDIyNzVDMS41MDQ1NSA5Ljk1MTIyIDEuMjk2NjEgMTIuMDczMiAxLjcwMTc2IDE0LjEyMDVDMi4xMDY5IDE2LjE2NzcgMy4xMDY5MyAxOC4wNDgzIDQuNTc1MzggMTkuNTI0MkM2LjA0MzgzIDIxLjAwMDIgNy45MTQ3NiAyMi4wMDU0IDkuOTUxNTYgMjIuNDEyNkMxMS45ODg0IDIyLjgxOTggMTQuMDk5NiAyMi42MTA4IDE2LjAxODIgMjEuODEyQzE3LjkzNjggMjEuMDEzMiAxOS41NzY3IDE5LjY2MDUgMjAuNzMwNCAxNy45MjQ5QzIxLjg4NDIgMTYuMTg5NCAyMi41IDE0LjE0ODkgMjIuNSAxMi4wNjE1QzIyLjUgOS4yNjI0OCAyMS4zOTM4IDYuNTc4MDcgMTkuNDI0NiA0LjU5ODg0QzE3LjQ1NTUgMi42MTk2MSAxNC43ODQ4IDEuNTA3NjkgMTIgMS41MDc2OVpNMTAuNSAxNi4yNzU1TDYuNzUgMTIuNTA2M0w3Ljk0MjUgMTEuMzA3N0wxMC41IDEzLjg3ODNMMTYuMDU3NSA4LjI5MjMxTDE3LjI1NDUgOS40ODc5MUwxMC41IDE2LjI3NTVaIiBmaWxsPSIjMDA3QjhCIi8+Cjwvc3ZnPg==);
}

@media (max-width: 960px) {
    .styles_completed_plan_item__v2Asv .styles_info_section__0XjBT .styles_plan_length__Ivao8 {
        font-size: 14px;
        line-height: 125%;
        padding-left: 24px;
        margin-bottom: 4px;
    }

    .styles_completed_plan_item__v2Asv .styles_info_section__0XjBT .styles_plan_length__Ivao8:before {
        width: 16px;
        height: 16px;
        top: 0px;
    }
}

.styles_completed_plan_item__v2Asv .styles_info_section__0XjBT .styles_plan_title__uuli_ {
    color: var(--dark-text-color);
    font-family: var(--proximanova-semibold);
    font-size: 22px;
    line-height: 125%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 960px) {
    .styles_completed_plan_item__v2Asv .styles_info_section__0XjBT .styles_plan_title__uuli_ {
        font-size: 18px;
        -webkit-line-clamp: 1;
    }
}

.styles_completed_plan_item__v2Asv .styles_info_section__0XjBT .styles_plan_description_section___Umm3 .styles_plan_progress_bar_container__UxFWT {
    display: none;
}

@media (max-width: 960px) {
    .styles_completed_plan_item__v2Asv .styles_info_section__0XjBT .styles_plan_description_section___Umm3 .styles_plan_progress_bar_container__UxFWT {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
}

.styles_completed_plan_item__v2Asv .styles_info_section__0XjBT .styles_complete_plans_button__ghTyd {
    padding: 12px 20px 8px 25px;
    color: var(--neutral-gray-color);
    font-family: var(--proximanova-regular);
    font-size: 16px;
    line-height: 125%;
    cursor: pointer;
    position: relative;
}

.styles_completed_plan_item__v2Asv .styles_progress_section__u6qaE {
    flex-basis: 205px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 960px) {
    .styles_completed_plan_item__v2Asv .styles_progress_section__u6qaE {
        display: none;
    }
}

.styles_completed_plan_item__v2Asv .styles_plan_progress_bar_container__UxFWT {
    max-width: 200px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
}

@media (max-width: 960px) {
    .styles_completed_plan_item__v2Asv .styles_plan_progress_bar_container__UxFWT {
        margin-bottom: 0px;
        margin-top: 10px;
    }
}

.styles_completed_plan_item__v2Asv .styles_plan_progress_bar_container__UxFWT .styles_progress_bar_background__S117W {
    flex-grow: 1;
    height: 10px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #cac7c7;
    margin-right: 8px;
}

@media (max-width: 960px) {
    .styles_completed_plan_item__v2Asv .styles_plan_progress_bar_container__UxFWT .styles_progress_bar_background__S117W {
        height: 10px;
        width: 132px;
        flex-grow: 0;
        flex-shrink: 0;
        margin-right: 10px;
        border-radius: 4px;
    }
}

@media (max-width: 350px) {
    .styles_completed_plan_item__v2Asv .styles_plan_progress_bar_container__UxFWT .styles_progress_bar_background__S117W {
        width: 100px;
    }
}

.styles_completed_plan_item__v2Asv .styles_plan_progress_bar_container__UxFWT .styles_progress_bar_background__S117W .styles_progress_bar_indicator__0KN67 {
    height: 100%;
    border-radius: 5px;
    background-color: var(--selected-blue-color);
}

@media (max-width: 960px) {
    .styles_completed_plan_item__v2Asv .styles_plan_progress_bar_container__UxFWT .styles_progress_bar_background__S117W .styles_progress_bar_indicator__0KN67 {
        border-radius: 4px;
    }
}

.styles_completed_plan_item__v2Asv .styles_plan_progress_bar_container__UxFWT .styles_progress_bar_percent_indicator__nA4JM {
    color: var(--neutral-gray-color);
    font-family: var(--proximanova-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

@media (max-width: 960px) {
    .styles_completed_plan_item__v2Asv .styles_plan_progress_bar_container__UxFWT .styles_progress_bar_percent_indicator__nA4JM {
        font-size: 14px;
        line-height: 100%;
    }
}

.styles_completed_plan_item__v2Asv .styles_restart_plan_button__pcjYd {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    background-color: var(--selected-blue-color);
    border: 1px solid var(--selected-blue-color);
    color: white;
    text-align: center;
    font-family: var(--proximanova-bold);
    font-size: 16px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.styles_completed_plan_item__v2Asv .styles_restart_plan_button__pcjYd > span {
    display: inline-block;
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
}

@media (hover: hover) {
    .styles_completed_plan_item__v2Asv .styles_restart_plan_button__pcjYd {
        background: linear-gradient(white 50%, var(--selected-blue-color) 50%);
        background-size: var(--animated-cta-button-background-size);
        background-position: var(--animated-cta-button-background-position);
        transition-property: var(--animated-cta-button-transition-property);
        transition-timing-function: var(----animated-cta-button-timing-curve);
        transition-duration: var(--animated-cta-button-transition-duration);
    }

    .styles_completed_plan_item__v2Asv .styles_restart_plan_button__pcjYd:hover {
        background-position: var(--animated-cta-button-background-position-hover);
        color: var(--selected-blue-color);
    }

    .styles_completed_plan_item__v2Asv .styles_restart_plan_button__pcjYd:active {
        border-color: var(--hover-blue-color);
        background: linear-gradient(white 50%, var(--hover-blue-color) 50%);
        background-size: var(--animated-cta-button-background-size);
        background-position: var(--animated-cta-button-background-position);
        transition-duration: var(--animated-cta-button-press-transition-duration);
        color: white;
    }
}

.styles_no_completed_plans_message_container__jH7Om {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    min-height: 400px;
    transform: translateY(-32px);
}

.styles_no_completed_plans_message_container__jH7Om.visible {
    display: flex;
}

@media (max-width: 960px) {
    .styles_no_completed_plans_message_container__jH7Om {
        min-height: 300px;
    }
}

.styles_no_completed_plans_message_container__jH7Om .styles_no_plans_title__kM6WV {
    color: var(--selected-blue-color);
    font-family: var(--proximanova-bold);
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 16px;
    text-align: center;
}

@media (max-width: 960px) {
    .styles_no_completed_plans_message_container__jH7Om .styles_no_plans_title__kM6WV {
        font-size: 25px;
        margin-bottom: 5px;
    }
}

.styles_no_completed_plans_message_container__jH7Om .styles_no_plans_description__wgnGw {
    color: var(--dark-text-color);
    font-family: var(--proximanova-regular);
    font-size: 18px;
    line-height: 150%;
    text-align: center;
}

@media (max-width: 960px) {
    .styles_no_completed_plans_message_container__jH7Om .styles_no_plans_description__wgnGw {
        font-size: 16px;
    }
}

/*# sourceMappingURL=5b9fd8a61d621a6e.css.map*/