@font-face {
    font-family: "estedad";
    src: url(../fonts/Estedad-Regular.woff2) format('woff2');
    font-weight: 400;
}

@font-face {
    font-family: "estedad";
    src: url(../fonts/Estedad-Medium.woff2) format('woff2');
    font-weight: 500;
}

@font-face {
    font-family: "estedad";
    src: url(../fonts/Estedad-SemiBold.woff2) format('woff2');
    font-weight: 600;
}

@font-face {
    font-family: "estedad";
    src: url(../fonts/Estedad-Bold.woff2) format('woff2');
    font-weight: 700;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?p8bm4u');
    src: url('../fonts/icomoon.eot?p8bm4u#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?p8bm4u') format('truetype'),
    url('../fonts/icomoon.woff?p8bm4u') format('woff'),
    url('../fonts/icomoon.svg?p8bm4u#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body {
    overflow-y: hidden;
}

body.dark-mode input:focus {
    color: white;
}

body.dark-mode .select-gender .nav-pills .nav-link {
    color: #252B36;
}

.icon-dashboard:before {
    content: "\e900";
    font-size: 20px;
    font-weight: 500;
}

.icon-exercise:before {
    content: "\e901";
    font-size: 20px;
    font-weight: 500;
}

.icon-diet:before {
    content: "\e902";
    font-size: 22px;
    font-weight: 500;
}

.icon-barti:before {
    content: "\e903";
    font-size: 20px;
    font-weight: 500;
}

.icon-logout:before {
    content: "\e904";
    font-size: 20px;
    font-weight: 500;
}

html {
    text-align: right;
    direction: rtl;
}
.body{
    height:100vh;
}
body {
    background: white;
    text-align: right;
    direction: rtl;
    font-family: "estedad";
    font-weight: 500;
    height:100vh;
}
.main_container {
    height: 100%;
}
.form-control, .input-group {
    text-align: right;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #7A808B !important;
    height: 48px;
}

.get-info-user {
    /*position: relative;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
}

.authentication-wrapper {
    height: 100vh;
}

.authentication-wrapper > div {
    height: 100%;
}

label {
    font-weight: 500;
}

.text-reg-12 {
    font-size: 12px;
    font-weight: 400;
}

.text-reg-13 {
    font-size: 13px;
    font-weight: 400;
}

.text-reg-14 {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.text-reg-16 {
    font-size: 16px;
    font-weight: 400;
}

.text-reg-18 {
    font-size: 18px;
    font-weight: 400;
}

.text-reg-20 {
    font-size: 20px;
    font-weight: 400;
}

.logo-dashboard {
    display: flex;
    justify-content: flex-start;
}

.text-med-12 {
    font-size: 12px;
    font-weight: 500;
}

.text-med-14 {
    font-size: 14px;
    font-weight: 500;
}

.input-group-prepend svg, .input-group-prepend i {
    font-size: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 8px 0 16px;
}

.text-med-16 {
    font-size: 16px;
    font-weight: 500;
}

.text-med-18 {
    font-size: 18px;
    font-weight: 500;
}

.text-med-20 {
    font-size: 20px;
    font-weight: 500;
}

.text-bold-14 {
    font-size: 14px;
    font-weight: 700;
}

.text-bold-16 {
    font-size: 16px;
    font-weight: 700;
}

.text-bold-18 {
    font-size: 18px;
    font-weight: 700;
}

.text-bold-20 {
    font-size: 20px;
    font-weight: 700;
}

.text-bold-24 {
    font-size: 24px;
    font-weight: 700;
}

.bg-primary-100 {
    background-color: #f0e4ff;
}

.bg-primary-200 {
    background-color: #e6d2ff;
}

.bg-primary-300 {
    background-color: #d9bbff;
}

.bg-primary-400 {
    background-color: #cca4ff;
}

.bg-primary-500 {
    background-color: #c08eff;
}

.bg-primary-base {
    background-color: #b377ff;
}

.bg-primary-600 {
    background-color: #9563d5;
}

.bg-primary-700 {
    background-color: #774faa;
}

.bg-primary-800 {
    background-color: #5a3c80;
}

.bg-primary-900 {
    background-color: #3c2855;
}

.bg-primary-1000 {
    background-color: #241833;
}

.dialogue-box-header img {
    width: 32px;
}

.text-color-100 {
    color: #d7d9dc;
}

.text-color-200 {
    color: #bcc0c5;
}

.text-color-300 {
    color: #9ba0a8;
}

.text-color-400 {
    color: #7a808b;
}

.text-color-500 {
    color: #58616e;
}

.text-color-base {
    color: #374151;
}

.text-color-600 {
    color: #2e3644;
}

.text-color-700 {
    color: #252b36;
}

.text-color-800 {
    color: #1c2129;
}

.text-color-900 {
    color: #12161b;
}

.text-color-1000 {
    color: #0b0d10;
}

.text-color-white {
    color: white;
}

.text-color-brand-800 {
    color: #593B80;
}

.bg-light-gray {
    background-color: #F7F7F7;
}

.register-account > div {
    border-radius: 8px;
    padding: 2px;
    width: 100%;

}

p {
    margin: 0;
    line-height: 2rem;
}

.dialogue-box-content {
    margin-bottom: 40px;
}

.card-coach-desc p {
    line-height: 1.5rem;
}

nav.mode {
    display: flex;
    align-items: center;
}

.btn {
    border-radius: 8px;
    margin-right: 0;
}

#formAuthentication input {
    border: none;
    height: 48px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}

button.togglemode {
    border: none;
}

form#formAuthentication {

    margin: auto;
}

.register-account {
    flex-direction: column;
    align-items: center;
}

.form-check {
    /* padding-right: 1.25rem; */

    display: flex;
    align-items: center;
}

div#gender-tabContent {
    display: flex;
    justify-content: center;
}

#formAuthentication .form-check-input {
    top: -15px;
    right: 0;
}

a.login-link {
    color: #774faa;
    padding-bottom: 4px;
    border-bottom: 1px solid #774faa;
}

form.size-body {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.divider {
    display: block;
    text-align: center;
    margin: 1rem 0;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: none;
}

.divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: 0.8rem;
    padding: 0rem 1rem;
}

.dialogue-box-content-answer {
    /*margin-right: 48px;*/
}

.divider .divider-text:before {
    right: 100%;
}

.divider .divider-text:before, .divider .divider-text:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100vw;
    border-top: 1px solid #d4d8dd;
}

.divider .divider-text:before {
    right: 100%;
}

.divider .divider-text:after {
    left: 100%;
}

.btn-large {
    height: 48px;
}

.btn-small {
    height: 40px;
}

body.dark-mode ul.nav.side-menu li a i {
    color: white
}

body.dark-mode .select-gender .nav-pills .nav-link.active, .nav-pills .show > .nav-link {

}

.input-group {
    border-radius: 8px;
    overflow: hidden;
}

.email-icon {
    font-size: 17px;
    text-align: center;
    margin: auto;
    padding-right: 20px;
}

.form-control:focus {
    background: #F7F7F7 !important;
}

::-webkit-scrollbar {
    width: 5px;
    background: #dadada;
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    background-color: #999a9c;
    border-radius: 10px;
}

/************************rtl dashboard**************/
body.nav-md {
    direction: rtl !important;
}

.nav-md .container.body .right_col {
    padding: 10px 20px 0px;
    margin-right: 230px !important;
    margin-left: 0;
}

.menu_section h3 {
    padding-right: 23px;

}

.nav-sm .container.body .right_col {
    padding: 10px 20px;
    margin-right: 70px;
    z-index: 2;
    margin-left: 0;
}

.nav-sm .main_container .top_nav {
    display: block;
    margin-left: 0;
    z-index: 2;
    margin-right: 70px !important;
}

ul.nav.side-menu {
    padding: 0;
    margin-top: 0;
    border-top: 1px solid #d7d9dc;
}

.nav-sm .container.body .leftNew_col {
    padding: 10px 20px;
    margin-left: 0px;
    z-index: 2;
    margin-right: 70px;
    height: 90vh;
    direction: ltr;
}

.body-part-items {
    display: flex;
    flex-direction: row;
    padding: 0;
    flex-wrap: wrap;
}

li.body-part-item.ui-selectee.ui-selected {
    background: #f0e4ff;
    color: #3c2855;
    border: 1px solid #cca4ff;
}

li.body-part-item {
    list-style-type: none;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    height: 100%;
    padding: 8px 24px;
    background: #d7d9dc30;
    margin: 8px 4px;
}

.video-section video {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.video-section {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.dropzone {
    min-height: 200px;
    border: 1px solid #e5e5e5;
}

.draggable-style {
    display: inline-block;
    padding: 8px 30px;
    background: #b377ff;
    border-radius: 8px;
    color: white;
}

.answer-dropzone {
    min-height: auto;
    border: none !important;
}

ul.barti-draggable-answer li {
    margin-bottom: 8px;
}

ul.barti-draggable-answer {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    /*box-shadow: 0px 3px 12px -3px rgb(42 8 85 / 36%);*/
    padding: 0px;
    /*border-radius: 16px;*/
}

.as_game_board_answer_place.dropzone {
    min-height: 50px;
    width: 140px;
    border-radius: 10px;
    border: 2px #e5e5e5 dashed;
}

.play-video {
    width: 100%;
    height: 100%;
    margin: auto;
}

@-moz-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 180px;
    }
    100% {
        background-position: 200px;
    }
}

@-webkit-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 180px;
    }
    100% {
        background-position: 2000px;
    }
}

@-o-keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 180px;
    }
    100% {
        background-position: 180px;
    }
}

@keyframes shine {
    0% {
        background-position: 0;
    }
    60% {
        background-position: 180px;
    }
    100% {
        background-position: 200px;
    }
}

li.body-part-item p {
    margin-bottom: 0;
}

.welcome {
    background: #F7F7F7;
    border-radius: 24px;
    padding: 40px 24px;
}

.row {
    direction: rtl;
}

input {
    font-size: 14px;
    font-weight: 400;
}

.nav-md .container.body .leftNew_col {
    padding: 10px 5px 0;
    margin-left: 0px;
    margin-right: 312px;
    /*display: flex;*/
    height: 85vh;
    /*flex-direction: column;*/
    /*justify-content: space-between;*/
    direction: ltr;
    overflow-y: hidden;
    overflow-x: hidden;
}

.content-top {
    overflow-y: auto;
}

.image-parent {
    position: relative;
    height: 500px;
    width: 100%;
}

.image-parent img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bottom-dashboard .form-control {
    height: 54px;
    display: flex;
    justify-content: space-between;
}

body.dark-mode, body.dark-mode .container.body .leftNew_col {
    background: #2E3643
}

body.dark-mode p,
body.dark-mode span,
body.dark-mode li,
body.dark-mode .nav-link,
body.dark-mode input,
body.dark-mode button, body.dark-mode svg {
    color: white;
}

body.dark-mode .bodySizeInput {
    border: 1px solid #d7d9dc26;
}

body.dark-mode .getbody-size:before {
    border: 1px dashed #d1d1d121;
}

body.dark-mode li.body-part-item {
    background: #252B36;
    border: 1px solid #d7d9dc26;;
}

body.dark-mode .nav_title {
    background: #252B36;
}

body.dark-mode ul.nav.side-menu svg {
    color: white !important;
}

body.dark-mode .nav.side-menu > li {
    border-bottom: 1px solid #d7d9dc26;
}

body.dark-mode .rightNew_col {
    border-left: 1px solid #d7d9dc26;
}

body.dark-mode .nav_menu {
    border-bottom: 1px solid #d7d9dc26;
}

body.dark-mode .form-control {
    background: #252B36;
    border: 1px solid #d7d9dc26
}

body.dark-mode input {
    background: #252B36;
}

body.dark-mode ul.nav.side-menu {
    border-top: 1px solid #d7d9dc26;
}

.bottom-dashboard {
    margin: 5px 0 10px;
}

.select-gender {
    margin: 24px auto;
    width: 100%;
}

.select-gender ul {
    display: flex;
    justify-content: center;
    padding: 0;
    position: relative;
}

.dialogue-box-content p {
    margin-right: 40px;
}

.select-gender .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #f0e4ff;
    border: none;
    color: #9563d5;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 24px;

}

.select-gender ul:before {
    content: "";
    width: 148px;
    height: 41px;
    position: absolute;
    top: 48%;
    transform: translate(-50%, -50%);
    left: 50%;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
}
.body-shape-info {
    width: 100%;
    height: 100%;
    position: relative;
}
.select-gender .nav-pills .nav-link {
    background: transparent;
    border: none;
    color: #374151;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 24px;
    margin: 0;
    height: 100%;
    border-radius: 8px;
}

.get-height {
    height: 100%;
    width: 25%;
    background: red;
}

.content-top {
    height: 80%;
    width: 100%;
    overflow-x: hidden;
    /* overflow-y: scroll; */
}

.main_container .top_nav {
    display: block;
    margin-left: 0;
    margin-right: 312px;
}

.nav-sm ul.nav.child_menu {
    left: 0;
    right: 100%;

}

.bottom-dashboard button {
    background: transparent;
    border: none;
    padding: 0;

}

.bottom-dashboard .send {
    margin-right: 16px;
}

.nav-sm .nav.side-menu li a {
    font-size: 12px;
}

.nav.side-menu > li > a, .nav.child_menu > li > a {
    color: #374151;
    padding: 20px 32px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.nav.side-menu > li > a:hover {
    color: #252b36 !important;
}

.nav_menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    float: right;
    height: 57px;
    background: #F7F7F7;
    padding: 0 24px;
}

body.dark-mode .light-mode {
    display: block;
}

body.dark-mode .dark-mode {
    display: none;
}

body .light-mode {
    display: none;
}

.dark-mode .rightNew_col, .dark-mode .nav_menu {
    background: #252B36;
}

#menu_toggle {
    font-size: 24px;
    color: #9563D4;
}

.profile {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d7d9dc;
    border-top: 1px solid #d7d9dc;
    padding: 7px 0;
    padding-right: 32px;
}

.nav.side-menu > li {
    border-bottom: 1px solid #d7d9dc;
}

.img-circle.profile_img {
    width: 100%;
    background: transparent;
    margin: 0;
}

.profile_info {
    padding: 10px 16px 10px 00;
}

.site_title {
    padding-left: 0;
    padding-right: 10px;

}

.nav.side-menu > li.active > a {
    background: #d5d5d536;
    text-shadow: none;
    box-shadow: none;
}

body .container.body .leftNew_col {
    background: white;
}

.nav.side-menu > li.current-page, .nav.side-menu > li.active {
    border-right: 5px solid #b377ff;
}

#errorSizeGuid .error {
    border-radius: 4px;
    border: 1px solid var(--components-alert-danger-border, #F5C2C7);
    background: rgba(227, 0, 22, 0.13);
    padding: 8px 16px;
    color: #E30016

}

.nav_title {
    height: 40px;
    margin: 8px 0;
    padding-right: 32px;
    background: white;
    float: none;
}

.navbar.nav_title svg {
    display: none;
}

.nav_title img {
    height: 100%;
}

.nav-sm .logo-dashboard span {
    display: none;
}

.nav-sm .navbar.nav_title svg {
    display: block;
}

.nav-md .container.body .col-md-3.rightNew_col {
    width: 312px !important;
}

.nav-sm .navbar.nav_title {
    padding-right: 8px;
    width: auto;
}

.profile_pic {
    width: 48px;
    height: 48px;
}

.profile_pic img {
    width: 100%;
}

.rightNew_col {
    background: white;
    border-left: 1px solid #d7d9dc;
    width: 100%;
}

/*****************dashboard***************/
/*.dialogue-box-content {*/
/*    margin-right: 48px;*/
/*}*/
label.form-check-label {
    font-size: 13px;
    font-family: 'estedad';
}

.content-top {
    position: relative;
}

ul.nav.side-menu svg {
    font-size: 19px;
    color: #374151;
}

.card-coach {
    border-radius: 16px;
    box-shadow: 0px 3px 12px -3px rgba(179, 119, 255, 0.26);
    cursor: pointer;
}

.card-coach-image {
    width: 100%;
    border-radius: 12px;
    padding: 8px;
}

.fa-calendar-days {
    font-size: 16px;
    margin-left: 8px;
}

.card-coach-image img {
    width: 100%;
    object-fit: cover;
}

.card-coach-content {
    padding: 8px 24px 24px;
}

.select-coach {
    display: none;
}

/* input[type="radio"]{
    height: 100%;
} */
.select-coach:checked + .card-coach {
    box-shadow: 0 0 1px 1px #e6d2ff;
    border: 1px solid #B377FF;
}

.dialogue-box-header {
    margin-bottom: 12px;
}

.tooltip-inner {
    background-color: white;
    box-shadow: 0 0px 28px rgb(191 175 211 / 10%), 0 10px 10px rgb(208 191 229 / 23%);
    opacity: 1 !important;
    color: black;
    padding: 8px 24px;
    border-radius: 16px;
}

.tooltip-inner::before {
    border-right-color: red;
}

.tooltip-inner::before {
    border-left-color: red;
}

li {
    list-style-type: none;
}

ul.show-information {
    padding: 0;
    margin-right: 40px;
}

.body-part {
    margin: 24px 40px 0 0;
}

.bar-chart {
    width: 100%;
}

.select-plan .form-group {
    margin-bottom: 0;
}

.select-plan {
    margin-right: 40px;
}

.bar-chart #fat-percentage {
    width: 100%;
}

.show-information-item {
    line-height: 32px;
}

.card-coach:hover {
    transition: 1200ms;
    box-shadow: 0 14px 28px rgb(191 175 211 / 10%), 0 10px 10px rgb(208 191 229 / 52%);

}

svg.svg-inline--fa.fa-calendar-days {
    font-size: 21px;
}

.borderless {
    border: none;
}

.get-info-user {
    position: relative;
    width: 100%;
    height: 100%;
}

/* .ankle-size, .feet-size,.thigh-size,.belly-size,.waist-size,.chest-size,.neck-siz,.shoulder-size,.arm-size,.forearm-size,.neck-size {
    position: absolute;
  } */
.neck-size .item-hints {
    top: 15%;
    right: 40%;
    height: 20px;
    width: 20px;
    POSITION: ABSOLUTE;
}

.get-info-user .form-group {
    width: 100%;
}

.shoulder-size .item-hints {
    top: 21%;
    left: 28%;
    POSITION: ABSOLUTE;
}

.arm-size {
    top: 25%;
    left: 24%;
    POSITION: ABSOLUTE;
}

label {
    width: 100%;
}

.card-input-element {
    display: none;
}

.card-input {
    margin: 10px;
    padding: 00px;
}

.card-input:hover {
    cursor: pointer;
}

.input11 {
    position: absolute;
    top: 45%;
    left: 23%;
}


.radio {
    margin: 8px 0;
    display: block;
    cursor: pointer;
}

.radio input {
    display: none;
}

.radio input + span {
    line-height: 22px;
    height: 22px;
    padding-left: 22px;
    display: block;
    position: relative;
}

.radio input + span:not(:empty) {
    padding-right: 30px;
}

.radio input + span:before, .radio input + span:after {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    right: 0;
    top: 0;
    position: absolute;
}

.radio input[type="checkbox"] + span:before, .radio input[type="checkbox"] + span:after {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 0%;
    right: 0;
    top: 0;
    position: absolute;
}

.radio input + span:before {
    background: #D1D7E3;
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.radio input + span:after {
    background: #fff;
    transform: scale(0.78);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}

.radio input:checked + span:before {
    transform: scale(1.04);
    background: #b377ff;
}

.radio input:checked + span:after {
    transform: scale(0.4);
    transition: transform 0.3s ease;
}

.radio:hover input + span:before {
    transform: scale(0.92);
}

.radio:hover input + span:after {
    transform: scale(0.74);
}

.radio:hover input:checked + span:after {
    transform: scale(0.4);
}

.bodySizeInput {
    width: 12%;
    text-align: center;
    border: 1px #58616eb3 solid;
    border-radius: 8px;
    padding: 5px 0;
}

.bodySizeInput:focus {
    border: 1px solid #b377ff;
    box-shadow: 0px 3px 12px -3px rgba(179, 119, 255, 0.26);
}

.bodySizeInput::before {
    content: "";
    border: 4px black dashed;
}


.top-body img, .middle-body img, .bottom-body img {
    display: none;
}

*:focus {
    outline: none !important;
}

.bottom-body.hide, .middle-body.hide, .top-body.hide {
    display: none;
}

.middle-body.show, .top-body.show, .bottom-body.show {
    display: block;
}

.hidden {
    display: none
}

#messageInput-error {
    margin: -70px 0 85px 0;
    display: block;
}

/*canvas#myChart {*/
/*    width: 80vw !important;*/
/*    height: 500px !important;*/
/*    margin: auto !important;*/
/*}*/

.bmi-chart {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#changeVideo a {
    color: white;


}

div#changeVideo {
    display: flex;
    align-items: center;
    position: absolute;
    right: 10%;
    bottom: 25%;
    background: #009be3;
    border-radius: 25px;
    box-shadow: 0px 0px 3px 0px #009be3;
    padding: 5px 16px;
}

.btn-barti {
    color: #fff;
    background-color: rgb(179, 119, 255) !important;
    border-color: #007bff;
    padding: 6px 16px !important;


}

.modal-header .close {
    padding: unset;
    margin: unset;
}


/*******************get size image***************/

/****neck*****/
.bodySizeInput.neck {
    position: absolute;
    top: 12%;
    right: 24%;
}

/* .getbody-size.get-siz-4:before{
    top: 15%;
    width: 7%;
    right: 40%;
    border-color:#FF0000 ;
    opacity: 0.4;
} */
.bodySizeInput.neck:focus {
    border: 1px solid #FF0000 !important;
    box-shadow: 0px 7px 12px -4px rgba(255, 0, 0, 0.7);
}


/******shoulder*****/
.bodySizeInput.shoulder {
    position: absolute;
    top: 16%;
    left: 26%;
}

/* .getbody-size.get-siz-2:before{
    top: 18.5%;
    width: 9%;
    left: 36%;
    border-color:#00DB60 ;
    opacity: 0.4;
} */
.bodySizeInput.shoulder:focus {
    border: 1px solid #00DB60 !important;
    box-shadow: 0px 7px 12px -4px rgba(26, 219, 26, 0.7);
}

/******chest*****/

.bodySizeInput.chest {
    position: absolute;
    top: 22%;
    right: 24%;
}

/* .getbody-size.get-siz-5:before{
    top: 25%;
    width: 5%;
    right: 40%;
    border-color:#00BBF9 ;
    opacity: 0.4;
} */
.bodySizeInput.chest:focus {
    border: 1px solid #00BBF9 !important;
    box-shadow: 0px 7px 12px -4px rgba(46, 139, 226, 0.7);
}


/******belly*****/
.bodySizeInput.belly {
    position: absolute;
    top: 38%;
    right: 24%;
}

/* .getbody-size.get-siz-7:before{
    top: 41%;
    width: 16%;
    right: 32%;
    border-color:#FF477E ;
    opacity: 0.4;
} */
.bodySizeInput.belly:focus {
    border: 1px solid #FF477E !important;
    box-shadow: 0px 7px 12px -4px rgba(255, 81, 139, 0.7);
}

/******forarm*****/
.bodySizeInput.forearm {
    position: absolute;
    top: 31%;
    right: 24%;
}

/* .getbody-size.get-siz-3:before{
    top: 35%;
    width: 10%;
    right: 32%;
    border-color:#3F84E5 ;
    opacity: 0.4;
} */
.bodySizeInput.forearm:focus {
    border: 1px solid #3F84E5 !important;
    box-shadow: 0px 7px 12px -4px rgba(93, 140, 228, 0.7);
}


/******forarm*****/

.bodySizeInput.wrist {
    position: absolute;
    top: 45%;
    right: 24%;

}

/* .getbody-size.get-siz-26:before{
    top: 47%;
    width: 8%;
    right: 26%;
    border-color: #355070;
    opacity: 0.4;
} */
.bodySizeInput.wrist:focus {
    border: 1px solid #355070 !important;
    box-shadow: 0px 7px 12px -4px rgba(89, 6, 243, 0.7);
}


/******arm*****/
.bodySizeInput.arm {
    position: absolute;
    top: 25%;
    left: 26%;

}

/* .getbody-size.get-siz-1:before{
    top: 27.5%;
    width: 8%;
    left: 35%;
    border-color: #7B2CBF;
    opacity: 0.4;
} */
.bodySizeInput.arm:focus {
    border: 1px solid !important;
    box-shadow: 0px 7px 12px -4px rgba(255, 0, 0, 0.7);
}


/******waist*****/
.bodySizeInput.waist {
    position: absolute;
    top: 34%;
    left: 26% !important;

}

/* .getbody-size.get-siz-6:before{
    top: 37.5%;
    width: 10%;
    left: 35%;
    border-color: #BD00FF;
    opacity: 0.4;
} */
.bodySizeInput.waist:focus {
    border: 1px solid #BD00FF !important;
    box-shadow: 0px 7px 12px -4px rgba(215, 6, 243, 0.7);
}

/******hip*****/
.bodySizeInput.hip {
    position: absolute;
    top: 43%;
    left: 26%;

}

/* .getbody-size.get-siz-11:before{
    top: 46.5%;
    width: 10%;
    left: 35%;
    border-color: #3A0CA3;
    opacity: 0.4;
} */
.bodySizeInput.hip:focus {
    border: 1px solid #3A0CA3 !important;
    box-shadow: 0px 7px 12px -4px rgba(9, 6, 155, 0.7);
}


/******tigh*****/
.bodySizeInput.thigh {
    position: absolute;
    bottom: 39%;
    left: 26%;

}

/* .getbody-size.get-siz-8:before{
    bottom: 41.5%;
    width: 8%;
    left: 37%;
    border-color: #8D0801;
    opacity: 0.4;
} */
.bodySizeInput.thigh:focus {
    border: 1px solid #8D0801 !important;
    box-shadow: 0px 7px 12px -4px rgba(87, 1, 1, 0.7);
}


/******leg*****/
.bodySizeInput.feet {
    position: absolute;
    bottom: 17%;
    right: 24%;

}

/* .getbody-size.get-siz-9:before{
    bottom: 20.5%;
    width: 8%;
    right: 26%;
    border-color: #E76F51;
    opacity: 0.4;
} */
.bodySizeInput.feet:focus {
    border: 1px solid #E76F51 !important;
    box-shadow: 0px 7px 12px -4px rgba(230, 159, 6, 0.7);
}

/******ankle*****/
.bodySizeInput.ankle {
    position: absolute;
    bottom: 5%;
    left: 28%;

}

/* .getbody-size.get-siz-10:before{
    bottom: 8%;
    width: 8%;
    left: 37%;
    border-color: #E76F51;
    opacity: 0.4;
} */
.bodySizeInput.ankle:focus {
    border: 1px solid #E76F51 !important;
    box-shadow: 0px 7px 12px -4px rgba(230, 159, 6, 0.7);
}


.bodySizeInput.height {
    position: absolute;
    left: 27%;
}

.bodySizeInput.weight {
    position: absolute;
    right: 26%;
}

/*********program*********/
.card-program-container {
    background: #FCFBFF;
    box-shadow: -1px 0px 7px 0px rgba(179, 119, 255, 0.25);
    border-radius: 8px;
    padding: 20px;
}


.card-program-top-img {
    height: 280px;
    border-radius: 8px;

}

.card-program-top-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #CCA4FF;
}

.card-program-thumbnail ul {
    display: flex;
    padding: 0;
}
.content-bottom {
    position: sticky;
   bottom: 16px !important;
   height: 70px;
}
.card-program-thumbnail .thumbnail-item {
    width: 24% !important;
    border-radius: 8px;
    margin-left: 8px;
    overflow: hidden;
    border: 1px solid #E6D2FF;
    height: 85px;
}

.card-program-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-program-thumbnail {
    margin-top: 16px;
}

.card-program-title {
    font-size: 16px;
    color: #2E3644;
    font-weight: 700;
}

.card-program-description p {
    font-size: 13px;
    color: #374151;
    font-weight: 500;
}

.card-program-set {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    background: #F0E4FF;
    border-radius: 8px;
    padding: 4px 8px 4px 16px;
}

.card-program-set div:last-child {
    border: none;
}

.number-set {
    background: #C08EFF;
    padding: 2px 20px;
    border-radius: 8px;
}

.card-program-sets-container {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.number-set p {
    color: white;
    font-weight: 700;
    font-size: 14px;
}

.card-program-set span {
    color: #2E3644;
    font-size: 13px;
    font-weight: 600;
}

.card-program-set div {
    min-width: 140px;
    text-align: center;
    border-left: 2px solid #B377FF;
}

.nav-sm ul.nav.side-menu a {
    display: flex;
    flex-direction: column;
}


@media (max-width: 1500px) {
    .card-program-set div {
        min-width: 100px;
        text-align: center;
        border-left: 2px solid #B377FF;
    }

    .input1 {
        position: absolute;
        top: 26%;
        left: 23%;
    }

    .input2 {
        position: absolute;
        top: 17%;
        left: 26%;
    }

    .input3 {
        position: absolute;
        top: 37%;
        right: 18%;
    }

    .input26 {
        position: absolute;
        top: 45%;
        right: 18%;
    }

    .input4 {
        position: absolute;
        top: 13%;
        right: 29%;
    }

    .input5 {
        position: absolute;
        top: 22%;
        right: 28%;
    }

    .input7 {
        position: absolute;
        left: 22%;
        top: 36%;
    }

    .input6 {
        position: absolute;
        top: 30%;
        left: 21%;
    }

    .input8 {
        position: absolute;
        bottom: 40%;
        left: 25%;
    }

    .input9 {
        position: absolute;
        bottom: 17%;
        right: 28%;
    }

    .input10 {
        position: absolute;
        bottom: 8%;
        left: 28%;
    }

    /* .getbody-size:before {
        content: "";
        width: 20%;
        display: block;
        position: absolute;
        border: 1px dashed #b7c5f0;
        height: 2px;
    }

    .getbody-size.get-siz-88:before {
        content: unset;
    }

    .getbody-size.get-siz-99:before {
        content: unset;
    } */


}


@media (max-width: 1200px) {
    .card-program-top-img {
        height: 200px;

    }

    .card-program-title {
        margin-top: 32px;
    }
}


@media (max-width: 989px) {
    .card-program-thumbnail {
        height: 85px;
    }

    .card-program-top-img .swiper-slide {
        width: 100% !important;

    }

    .card-program-top-img .swiper-slide img {
        width: 100% !important;
    }

    .card-program-thumbnail .thumbnail-item {
        height: 100px;
    }
}

@media (max-width: 991px) {

    .nav-md .container.body .rightNew_col {
        display: none;
    }

    .nav-md .container.body .leftNew_col, .nav-md .container.body .top_nav {
        width: 100%;
        margin: 0;
    }
}


@media (max-width: 800px) {
    .content-top {
        padding: 0 20px;
    }

    .get-info-user {
        flex-direction: column;
    }

    .get-info-user .form-group {
        display: none;
    }

    .form-control, .input-group {
        font-size: 10px;
        font-weight: 400;
        height: 40px;
    }

    .get-info-user .form-group.show, .get-info-user .form-group.first-data {
        display: block;
        width: 60%;
    }

    .bodySizeInput {
        width: 16%;
    }
}


@media (max-width: 576px) {
    .bottom-dashboard .send {
        margin-right: 8px;
    }

    .size-body.size-body-top-show {
        height: 60%
    }

    .size-body.size-body-middle-show {
        height: 70%
    }

    .size-body.size-body-bottom-show {
        height: 72%
    }

    .video-section {
        padding: 32px 0 0;
    }

    h1.btn-shine {
        font-size: 18px;
    }

    .dialogue-box-header img {
        width: 32px;
    }

    .image-parent {
        display: flex;
        align-items: center;
        position: relative;
        height: 100%;
        width: 100%;
        /* overflow: hidden; */
    }

    .get-info-user img {
        object-fit: none;
        height: unset;
    }

    .middle-pic.get-info-user img {
        /*object-position: 0% -3%;*/
        transition: 1s;
    }

    .middle-pic.get-info-user img {

        height: 79%;
    }

    .bottom-pic.get-info-user img {
        /*object-position: 0% -3%;*/

        height: 100%;
        object-fit: contain;
        transition-duration: 1S;
    }

    .bottom-pic .image-parent {
        height: 525px;
    }

    .content-top {
        padding: 0 20px;
    }

    .dialogue-box-content {
        /*margin-right: 36px;*/
        margin-top: 8px;
    }

    .dialogue-box-content-answer {
        margin-right: 0;
    }

    .mode {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bodySizeInput {
        width: 20%;
    }

    li.body-part-item {
        width: 100%;
    }

    .get-info-user {
        /*background-position: top !important;*/
        /*background-size: cover !important;*/
        position: relative;
        width: 100%;
        height: 500px;
        /*position: absolute;*/
        /*top: 56vh;*/
    }
div#d-analyzeText {
    margin-top: 100px!important;
}
    .image-parent.middle-pic {
        /*background-position: center 0% !important;*/
        /*background-size: cover !important;*/
        width: 100%;
        height: 53%;
        /*margin-top: 17%;*/
        transition-duration: 1S;
    }

    .image-parent.bottom-pic {
        width: 100%;
        height: 100%;
        transition-duration: 1S;
    }


    /*label#shoulder-error, label#neck-error, label#chest-error, label#arm-error, label#forearm-error {*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*}*/
    /*label#shoulder-error {*/
    /*    top: 0;*/
    /*}*/
    /*label#neck-error {*/
    /*    top: 60%;*/
    /*}*/
    /*label#arm-error {*/
    /*    top: 70%;*/
    /*}*/
    /*label#chest-error {*/
    /*    top: 80%;*/
    /*}*/
    /*label#forearm-error {*/
    /*    top: 90%;*/
    /*}*/
    .input7 {
        left: 13%;
        top: 51%;
    }

    /* .get-info-user {
        position: absolute;
        height: 800px;
        top: 51%;
    } */
    .bodySizeInput.feet {
        position: absolute;
        bottom: 9%;
        right: -1%;
    }

    .bodySizeInput.ankle {
        position: absolute;
        bottom: -1%;
        left: 1%;
    }

    .bodySizeInput.arm {
        position: absolute;
        top: 25%;
        left: 1%;
    }


    .bodySizeInput.shoulder {
        position: absolute;
        top: 10%;
        left: 1%;
    }


    .bodySizeInput.forearm {
        position: absolute;
        top: 38%;
        right: -1%;
    }

    .bodySizeInput.belly {
        position: absolute;
        top: 30%;
        right: -1%;
    }

    .bodySizeInput.waist {
        position: absolute;
        top: 34%;
        left: 1% !important;
    }

    .bodySizeInput.hip {
        position: absolute;
        top: 43%;
        left: 1%;
    }

    .bodySizeInput.wrist {
        position: absolute;
        top: 45%;
        right: -1%;
    }

    .bodySizeInput.neck {
        top: 6%;
        right: -1%;
    }

    .bodySizeInput.thigh {
        position: absolute;
        bottom: 39%;
        left: 1%;
    }


    .bodySizeInput.chest {
        position: absolute;
        top: 19%;
        right: -1%;
    }

    .bodySizeInput.weight {
        position: absolute;
        right: -1%;
        bottom: -20%;
    }

    .bodySizeInput.height {
        position: absolute;
        left: 1%;
        bottom: -20%;
    }

    .card-program-set div {
        min-width: auto;
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #b377ff52;
        padding: 13px 0;
    }

    .card-program-set {
        flex-direction: column;
        width: 100%;
        padding: 8px;
    }

    .number-set {
        padding: 8px 0 !important;
    }

    .card-program-sets-container {
        max-height: max-content;
    }

}

@media (max-width: 430px) {
    .card-container {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
    }
}

/****program****/
.card-program-container {
    background: #FCFBFF;
    box-shadow: -1px 0px 7px 0px rgba(179, 119, 255, 0.25);
    border-radius: 8px;
    padding: 20px;
}


.card-program-top-img {
    height: 280px;
    border-radius: 8px;

}

.card-program-top-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #CCA4FF;
}

.card-program-thumbnail ul {
    display: flex;
    padding: 0;
}

.card-program-thumbnail .thumbnail-item {
    width: 24% !important;
    border-radius: 8px;
    margin-left: 8px;
    overflow: hidden;
    border: 1px solid #E6D2FF;
    height: 85px;
}

.card-program-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-program-thumbnail {
    margin-top: 16px;
}

.card-program-title {
    font-size: 16px;
    color: #2E3644;
    font-weight: 700;
}

.card-program-description p {
    font-size: 13px;
    color: #374151;
    font-weight: 500;
}

.card-program-set {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    background: #F0E4FF;
    border-radius: 8px;
    padding: 4px 8px 4px 16px;
}

.card-program-set div:last-child {
    border: none;
}

.number-set {
    background: #C08EFF;
    padding: 2px 20px;
    border-radius: 8px;
}

.card-program-sets-container {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.number-set p {
    color: white;
    font-weight: 700;
    font-size: 14px;
}

.card-program-set span {
    color: #2E3644;
    font-size: 13px;
    font-weight: 600;
}

.card-program-set div {
    min-width: 140px;
    text-align: center;
    border-left: 2px solid #B377FF;
}

.nav-sm ul.nav.side-menu a {
    display: flex;
    flex-direction: column;
}

@media (max-width: 1500px) {
    .card-program-set div {
        min-width: 100px;
        text-align: center;
        border-left: 2px solid #B377FF;
    }
}

@media (max-width: 1200px) {
    .card-program-top-img {
        height: 200px;

    }

    .card-program-title {
        margin-top: 32px;
    }
}

@media (max-width: 989px) {
    .card-program-thumbnail {
        height: 85px;
    }

    .card-program-top-img .swiper-slide {
        width: 100% !important;

    }

    .card-program-top-img .swiper-slide img {
        width: 100% !important;
    }

    .card-program-thumbnail .thumbnail-item {
        height: 100px;
    }
}

@media (max-width: 576px) {
    .card-program-set div {
        min-width: auto;
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #b377ff52;
        padding: 13px 0;
    }
.content-top{
    height:90%;
}
    .card-program-set {
        flex-direction: column;
        width: 100%;
        padding: 8px;
    }

    .number-set {
        padding: 8px 0 !important;
    }

    .card-program-sets-container {
        max-height: max-content;
    }
}


.carousel-indicators button.thumbnail {
    width: 100px;
}

.carousel-indicators button.thumbnail:not(.active) {
    opacity: 0.7;
}

.carousel-indicators {
    position: static;
}

@media screen and (min-width: 992px) {
    .carousel {
        max-width: 70%;
        margin: 0 auto;
    }
}


.workoutSlider .owl-item img {
    max-height: 250px;
    object-fit: none;
}


.headHero {
    background: #F7F7F7;
    border-radius: 24px;

}

.inviteLinkBox {
    background: #CCA4FF;
    border-radius: 16px;
    padding: 7%;
}

.inviteLinkBox input {
    width: 100%;
    background: #fff;
    border: unset;
    text-align: center;
    direction: ltr;
    padding: 15px 0;
    border-radius: 12px;
}

.inviteLinkBox h4 {
    font-size: 17px;
    color: white;
    margin: 0 0 20px 0;
}

.inviteLinkBox h5 {
    font-size: 14px;
    color: white;
    margin: 0 0 10px 0;
}

.inviteDetailBox {
    background: #F2E8FF;
    border-radius: 16px;
    padding: 20px 15px;
    color: #2E3643;
    font-size: 13px;
}


.inviteInfoBox h4 {
    font-size: 14px;
    font-weight: bold;
}

.inviteInfoBox span {
    background: #CCA4FF;
    padding: 10px 19px;
    border-radius: 50px;
    color: #fff;
    margin: 0 0 0 10px;
}

#copyMessage {
    text-align: center;
    color: white;
    display: block;
    margin: 10px auto;
    position: absolute;
    left: 0;
    right: 0;
}
