@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&family=Rajdhani:wght@400;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');



body {

    overflow-x: hidden;

    font-family: 'Rajdhani', sans-serif !important;

    /*background-color: #000 !important;*/

}



h1,

h2 {

    font-family: 'Rajdhani', sans-serif;

    font-weight: 700 !important;

}



h3,

h4,

h5,

h6 {

    font-weight: 500 !important;

}



p {

    font-family: 'Rajdhani', sans-serif !important;

}



.left-logo img {

    width: 100%;

}

.left-logo {

    display: flex;

    margin: 12px 0 0 0;

}

.dropdown.custome_drop.user-button-wrapper .dropdown-content a {

    margin-bottom: 10px;

    justify-content: flex-start;

}

.main-banner-wrapper img.banner-img {

    width: 100%;

}



.main-banner-wrapper:before {

    content: '';

    background: rgba(000, 000, 000, 0.6);

    height: 100%;

    width: 100%;

    position: absolute;

}



.banner-content {

    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    text-align: center;

    height: 100%;

    flex-direction: column;

    max-width: 800px;

    margin: 0 auto;

    padding: 0 20px;

}



.banner-inner-content p {

    font-family: 'Rajdhani', sans-serif;

    color: #E80000;

    font-size: 30px;

    font-weight: 600;

    margin: 30px 0 0px;

    line-height: 1;

}



.banner-inner-content h1 {

    font-size: 80px;

    line-height: 1.1;

    color: #fff;

    margin: 15px 0;

}



.banner-inner-content h1 span {

    color: #E80000;

    text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 0px 0px #fff, 0px 0px #fff, 0px 0px #fff, 0px 0px #fff;

}



.custom_regular_btn {

    position: relative;

    z-index: 11;

    padding: 10px 30px;

    text-decoration: none;

    font-family: 'Rajdhani', sans-serif;

    font-weight: 600;

    font-size: 20px;

    color: #fff;

    transition: 0.3s all;

    display: inline-block;

}



.custom_regular_btn:hover {

    color: #fff;

}



.custom_regular_btn:hover:before {

    background-color: #191919;

}



.custom_regular_btn:before {

    transition: 0.3s all;

    content: '';

    transform: skew(-30deg);

    text-decoration: none;

    width: 100%;

    position: absolute;

    z-index: -1;

    height: 100%;

    left: 0;

    top: 0;

    box-shadow: inset 4px 4px 10px rgb(255 255 255 / 25%), inset -3px -3px 10px rgb(0 0 0 / 15%);

    border-radius: 5px;

    border: 2px solid transparent;

}



.fill-button.custom_regular_btn:before {

    background: #E80000;

    color: #fff;

}



.transparent.custom_regular_btn:before {

    background: transparent;

    color: #333333;

    border: 2px solid #333333;

    transition: 0.3s all;

    box-shadow: none;

}



.transparent.custom_regular_btn:hover:before {

    background-color: #E80000;

    border-color: #E80000;

}



.transparent.custom_regular_btn {

    color: #333333;

}



.transparent.custom_regular_btn:hover {

    color: #fff;

}



.fill-button.custom_regular_btn:hover:before {

    background-color: rgba(0, 0, 0, 0.5);

    box-shadow: none;

    border: 2px solid #fff;

}



.banner-inner-content a {

    display: inline-block;

}



.banner-button-border:after,

.banner-button-border:before {

    content: '';

    width: 100%;

    height: 2px;

    position: absolute;

    background-repeat: no-repeat !important;

}



.banner-button-border:after {

    background: url(../img/bottom-line-01.png);

    left: -30px;

}



.banner-button-border:before {

    background: url(../img/bottom-line-02.png);

    right: -30px;

    background-position: right;

}



.main-banner-wrapper:after {

    content: '';

    background-image: url(../img/banner-bottom-img.png);

    position: absolute;

    bottom: -20px;

    height: 50px;

    width: 100%;

    z-index: 9;

    left: 0;

    background-size: contain;

    background-repeat: no-repeat;

}



.join-our-main-wrpaper .row {

    position: relative;

}



.join-our-main-wrpaper .row:before,

.join-our-main-wrpaper .row:after {

    z-index: -1;

    content: '';

    position: absolute;

    background-image: url(../img/first-circle-img.png);

    top: -150px;

    left: -80px;

    width: 330px;

    height: 330px;

    background-size: contain;

    background-repeat: no-repeat;

    opacity: 0.8;

}



.join-our-main-wrpaper .row:after {

    bottom: 10px;

    right: -90px;

    left: auto;

    top: auto;

}



.main-banner-wrapper {

    margin-bottom: 50px;

}



h2.main-iiner-title {

    font-size: 46px;

    text-shadow: 2px 2px #e8e8e8;

    line-height: 1.1;

}



h2.main-iiner-title span {

    color: #E80000;

}



.join-our-main-wrpaper .top-content p {

    max-width: 950px;

    margin: 0 auto 45px;

    width: 100%;

}



.description-text p {

    font-family: 'Rajdhani', sans-serif;

    color: #717171;

    font-weight: 600;

    font-size: 18px;

}



.joinour-img-wrapper img {

    width: 100%;

}



.join-our-main-wrpaper {

    padding: 20px 0 70px;

    overflow: hidden;

}



.joinour-img-wrapper .img-title h4 {

    color: #fff;

    margin: 0;

    background: rgba(221, 29, 31, 0.4);

    padding: 10px;

    font-size: 22px;

    letter-spacing: 0.5px;

    font-weight: 600 !important;

    padding-left: 35%;

    position: relative;

    z-index: 1;

    backdrop-filter: blur(3px);

    word-break: break-all;

}



.joinour-img-wrapper .img-title {

    position: absolute;

    bottom: 10px;

    margin: 0;

    width: 100%;

}



.img-title:before {

    content: '';

    border-bottom: 46px solid #dd1d24;

    width: 30%;

    height: 100%;

    position: absolute;

    border-left: 30px solid transparent;

    transform: rotate(180deg);

    z-index: 11;

    bottom: 0;

}



.exercise-main-wrapper {

    background: rgba(232, 0, 0, 0.04);

    padding: 70px 0;

}



.right-side-content {

    padding-left: 70px;

}



.right-side-content .custom_regular_btn {

    margin-left: 15px;

}



.right-side-content .banner-button-border:after {

    display: none;

}



.right-side-content .banner-button-border:before {

    background: url(../img/red-border.png);

    background-size: inherit;

    background-position: right;

    right: 40px;

}



.right-side-content .banner-button-border {

    margin: 30px 0 0 0;

}



.banner-wrapper img {

    width: 100%;

}



.img-main-content {

    max-width: 650px;

    text-align: center;

    margin: 0 auto;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

}



.img-main-content h2 {

    color: #fff;

    margin-bottom: 25px;

    font-size: 38px;

}



.banner-wrapper:before {

    background: rgba(0, 0, 0, 0.3);

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    content: '';

}



.left-side-img img {

    width: 96%;

    position: relative;

    margin: 0 auto;

    padding-bottom: 28px;

}



.left-side-img {

    position: relative;

    text-align: center;

}



.left-side-img:before {

    content: '';

    background-image: url(../img/img-back-img.png);

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0px;

    right: 0px;

    top: -15px;

    background-repeat: no-repeat;

    background-size: cover;

}



.weekly-main-wrapper .left-side-img:before {

    display: none;

}



.weekly-inner-wrapper {

    background: #fff;

    margin-top: -80px;

    position: relative;

    padding: 50px 40px;

}



.weekly-inner-wrapper .right-side-content {

    padding-left: 40px;

}



.prise-box-content {

    text-align: center;

    background: #fff;

    border: 8px solid #d90505;

    width: 120px;

    margin: 0px auto;

    height: 120px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    position: relative;

    top: 0;

    margin: -55px auto;

}



.packeges-box-wrapper img {

    width: 100%;

    border-radius: 4px;

}



.prise-box-content p {

    font-size: 20px;

    margin: 0;

}



.prise-box-content h3 {

    font-size: 40px;

    margin: 0;

    line-height: 1;

}



.box-list-wrapper {

    background: #fff;

    padding: 70px 15px 35px;

    text-align: center;

}



.grid__item.form_chkbx.checkbox label:before {

    content: "";

    -webkit-appearance: none;

    background-color: transparent;

    border: 1px solid #dddddd;

    box-shadow: 0 1px 2px #0000000d, inset 0 -15px 10px -12px #0000000d;

    padding: 10px;

    display: inline-block;

    position: relative;

    vertical-align: middle;

    cursor: pointer;

    margin-right: 5px;

}



.grid__item.form_chkbx.checkbox input:checked+label:after {

    content: "";

    display: block;

    position: absolute;

    top: 5px;

    left: 8px;

    width: 6px;

    height: 14px;

    border: solid #d90505;

    border-width: 0 2px 2px 0;

    transform: rotate(45deg);

}





.box-list-wrapper ul li {

    list-style: none;

    text-align: left;

    margin-top: 15px;

}



.grid__item.form_chkbx.checkbox input {

    padding: 0;

    height: initial;

    width: initial;

    margin-bottom: 0;

    display: none;

    cursor: pointer;

}



.grid__item.form_chkbx.checkbox label {

    position: relative;

    cursor: pointer;

    font-family: 'Rajdhani', sans-serif;

    color: #6A6B71;

    font-size: 18px;

    font-weight: 600;

}



.box-list-wrapper ul {

    margin-bottom: 25px;

}



.box-list-wrapper h3 {

    text-transform: uppercase;

    font-size: 26px;

}



.our-packeges-wrapper {

    background-image: url(../img/bg-our-package.jpg);

    height: 100%;

    width: 100%;

    background-size: cover;

    padding: 60px 0;

}



.our-packeges-wrapper .container {

    z-index: 11;

    position: relative;

}



.our-packeges-wrapper:before {

    content: '';

    width: 100%;

    height: 100%;

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), radial-gradient(114.82% 353.01% at -8.49% -6.67%, rgba(232, 0, 0, 0.83) 0%, rgba(232, 0, 0, 0.48) 37.71%, rgba(232, 0, 0, 0.498759) 42.26%, rgba(232, 0, 0, 0.736883) 100%);

    position: absolute;

    top: 0;

    z-index: 1;

    mix-blend-mode: multiply;

}



.our-packeges-wrapper h2.main-iiner-title,

.our-packeges-wrapper .description-text p {

    color: #fff;

    text-shadow: none;

}



.packeges-top-content {

    margin-bottom: 30px;

}



.training-img img {

    width: 100%;

    border: 4px solid transparent;

    transition: 0.3s all;

}



.training-img {

    margin: 0 10px;

    position: relative;

    overflow: hidden;

    border-radius: 15px;

}



.main-training-wrapper {

    margin-left: -10px;

    margin-right: -10px;

}



.training-img-content {

    position: absolute;

    bottom: 0px;

    width: 100%;

    left: 0;

    right: 0;

    padding: 20px;

}



.training-img-content p {

    font-weight: 400;

}



.training-img-content:before,

.training-img.slick-current .training-img-content:before {

    opacity: 1;

    content: '';

    position: absolute;

    border-radius: 50% 50% 0 0/100% 100% 0 0;

    background: red;

    height: 100%;

    width: 500px;

    background-repeat: no-repeat;

    left: -100px;

    right: -35px;

    bottom: 0px;

    z-index: 1;

    transition: 0.3s all;

    background: linear-gradient(180deg, #E80000 5%, rgba(232, 0, 0, 0) 130%);

}



.training-img .training-img-content:before,

.training-img.slick-current .training-img-content:before {

    opacity: 0;

    transition: 0.3s all;

}



.training-img:hover .training-img-content:before,

.training-img.slick-current .training-img-content:before {

    opacity: 1;

}



.training-img:hover img,

.training-img.slick-current img {

    border: 4px solid #E80000;

    border-radius: 15px;

}



.training-img-content h2,

.training-img-content p {

    color: #fff;

    margin: 0px;

    line-height: 1.3;

    position: relative;

    z-index: 1;

}



.training-lessons-wrapper {

    padding: 70px 0;

}



.main-training-wrapper {

    padding: 20px 0 0 0;

}



.training-img-content h2 {

    font-size: 24px;

    margin-bottom: 5px;

}



.main-training-wrapper button {

    background: #e80000 !important;

    transition: 0.5s all;

    width: 40px;

    height: 40px;

    border-radius: 12px;

    position: absolute;

    top: -70px;

    border: 5px solid #e80000;

}



.main-training-wrapper button.slick-prev {

    right: 65px;

    left: auto;

}



.main-training-wrapper button.slick-next {

    right: 10px;

}



.main-training-wrapper button:hover {

    background: #191919 !important;

    border: 5px solid #191919;

}



.main-training-wrapper button.slick-prev:before,

.main-training-wrapper button.slick-next:after {

    content: '' !important;

    background-image: url(../img/prev.png);

    width: 20px;

    height: 20px;

    position: absolute;

    left: 4px;

    right: 0px;

    opacity: 1;

    top: 5px;

    background-repeat: no-repeat;

}



.main-training-wrapper button.slick-next:after {

    background-image: url(../img/next.png) !important;

    left: 6px;

}



.slick-prev:before,

.slick-next:before {

    font-size: 0px !important;

}



.payment-icon ul li {

    list-style: none;

    margin-right: 20px;

}



.payment-icon ul {

    padding: 0;

    margin: 0;

    display: flex;

}



.right-side-image img {

    width: 90%;

}



.right-side-image {

    text-align: right;

}



.your-fitness-wrapper {

    padding: 70px 0;

}



.payment-icon {

    margin: 40px 0 0 0;

}



.footer-wrapper {

    background-image: url(../img/bg_footer.jpg);

    height: 100%;

    width: 100%;

    padding: 50px 0;

    background-size: contain;

}



.footer-top-bar {

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.left-side-title h2 {

    color: #fff;

    margin: 0px;

}



.right-side-input input {

    height: 50px;

    margin-right: 15px;

    padding: 0 20px;

    width: 300px;

    border-radius: 5px;

    background: transparent;

    position: relative;

    z-index: 11;

    border: none;

    box-shadow: none;

    font-family: 'Rajdhani', sans-serif;

    font-weight: 600;

}



.right-side-input input::placeholder,

.pop-up-content input::placeholder {

    color: #191919;

}



.right-side-input label:before {

    background: #fff;

    content: '';

    position: absolute;

    width: 300px;

    height: 50px;

    top: -30px;

    transform: skew(-30deg);

    z-index: 1;

    border-radius: 5px;

}



.right-side-input label {

    position: relative;

}



li {

    list-style-type: none;

}



.footer-wrapper ul {

    padding: 0;

    margin: 0;

}



.footer-innner-wrapper {

    display: flex;

    justify-content: space-between;

    width: 100%;

    align-items: center;

}



.left-side-link ul li a {

    text-decoration: none;

    color: #fff;

    font-family: 'Rajdhani', sans-serif;

    font-weight: 600;

    font-size: 20px;

    transition: 0.3s all;

}



.left-side-link ul li a:hover {

    color: #e70000;

}



.left-side-link ul li {

    margin-right: 30px;

}



.right-side-social-link li {

    margin-left: 15px;

}



.bottom-bar {

    border-top: 1px solid #4a4949;

    padding: 40px 0 0 0;

    margin: 50px 0 0 0;

}



.copyright-text p {

    margin: 0;

    padding: 15px;

    font-weight: bold;

    color: #fff;

    background: #333333;

    text-align: center;

    font-size: 18px;

}



.right-side-social-link li img {

    transition: 0.3s all;

}



.right-side-social-link li:hover img {

    transform: scale(1.1);

}



.your-fitness-wrapper .left-side-text:before {

    position: absolute;

    background-image: url(../img/first-circle-img.png);

    top: -150px;

    top: -80px;

    left: -220px;

    height: 330px;

    background-size: contain;

    background-repeat: no-repeat;

    opacity: 0.8;

    content: '';

}



.your-fitness-wrapper .left-side-text {

    position: relative;

}



.img-width-full img {

    width: 100%;

}



.right-side-social-link li:first-child {

    margin-left: 0;

}



/*registration_form*/

.form-img-content {

    position: absolute;

    top: 10%;

    left: 15%;

    color: #fff;

}



.form-img-content h2 {

    font-size: 60px;

    color: #E80000;

    text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff, 0px 0px #fff, 0px 0px #fff, 0px 0px #fff, 0px 0px #fff;

    letter-spacing: 3px;

    margin: 0px;

}



.form-img-content h4 {

    font-size: 40px;

    max-width: 300px;

    line-height: 1.1;

}



.left-side-form {

    height: 100%;

    padding: 40px 20px;

    width: 75%;

    margin: 0 auto;

}



.form-top-content {

    height: 100%;

    display: flex;

    flex-direction: column;

    text-align: left;

    align-items: baseline;

    justify-content: center;

}



.form-top-content h2 {

    font-size: 36px;

    margin: 10px 0 5px;

    color: #E80000;

}



.form-top-content img {

    margin: 0 auto 15px;

}



.form-top-content p {

    margin: 0;

    font-weight: 700;

    color: #717171;

    font-size: 20px;

    letter-spacing: 0.5px;

    max-width: 450px;

    width: 100%;

    line-height: normal;

}



.register-form-wrapper .row {

    align-items: center;

    height: 100vh;

}



.right-side-img {

    height: 100%;

}



.form-inner-inputs .input-group input {

    border: none;

    border-radius: 10px;

    box-shadow: none !important;

    font-weight: 600;

    font-size: 18px;

}



.form-inner-inputs .input-group {

    position: relative;

    display: flex;

    flex-wrap: wrap;

    align-items: stretch;

    width: 100%;

    border: 2px solid #333333;

    margin-bottom: 15px;

    border-radius: 10px;

    padding: 5px 10px;

}



.form-inner-inputs .input-group-prepend {

    display: flex;

    align-items: center;

    min-width: 35px;

    justify-content: center;

}



.form-inner-inputs article.card-body {

    padding: 10px 0 0 0;

}



.form-inner-inputs {

    width: 100%;

}



.form-inner-inputs .input-group input::placeholder {

    color: #BFBFBF;

}



.form-inner-inputs .input-group:focus {

    box-shadow: 0 0px 3px red !important;

    border-color: #c3acac !important;

}



.form-inner-inputs .form-group label {

    font-size: 20px;

    font-weight: 600;

    color: #333333;

    margin: 5px 0;

}



.submit-part-wrapper input {

    width: 100%;

    background: #E80000;

    color: #fff;

    border: none;

    border-radius: 8px;

    padding: 10px;

    font-size: 24px;

    font-weight: 600;

    transition: 0.3s all;

}



.submit-part-wrapper input:hover {

    color: #fff;

    background-color: #333333;

}



.submit-part-wrapper {

    margin: 25px 0 0 0;

}



.submit-part-wrapper p a {

    font-weight: bold;

    color: #333333;

    text-decoration: none;

}



.submit-part-wrapper p {

    font-weight: 600;

    text-align: center;

    margin: 10px 0 0 0;

    max-width: 100%;

}



.select-sports label,

.select-sports select {

    width: 100%;

}



.select-sports label {

    width: 100%;

    font-size: 20px;

    font-weight: 600;

    color: #333333;

    margin: 5px 0;

}



.select-sports select {

    border: 2px solid #333333;

    border-radius: 8px;

    font-weight: 600 !important;

    color: #333333;

    padding: 10px;

    margin: 0;

}



a.forget-pass-text {

    display: block;

    text-align: right;

    color: #717171;

    font-weight: 700;

    margin-top: -10px;

}



a.forget-pass-text:hover,

.submit-part-wrapper p a:hover {

    color: #E80000;

}



.confirm-popup {

    background: rgba(000, 000, 000, 0.3);

    height: 100%;

    width: 100%;

    position: absolute;

    top: 0;

    display: flex;

    align-items: center;

}



.pop-up-content {

    position: absolute;

    text-align: center;

    left: 0;

    right: 0;

    max-width: 450px;

    width: 100%;

    margin: 0 auto;

    background: #fff;

    border-radius: 20px;

    padding: 20px 20px 0px 20px;

    border: 2px solid #333333;

}



.pop-up-content a {

    text-decoration: none;

    color: #E80000 !important;

    font-size: 20px;

    font-weight: bold;

    display: block;

    border-top: 1px solid #333333;

    margin: 25px -20px 0 -20px;

    padding: 10px;

}



.bottom-link-wrapper a {

    border-top: none;

}



.pop-up-content input {

    border: 2px solid #333333;

    border-radius: 8px;

    padding: 10px 15px;

    width: 90%;

    font-weight: 600;

}



.bottom-link-wrapper a.Cancle-btn {

    color: #333 !important;

}



.pop-up-content p {

    line-height: normal;

    font-size: 18px;

}



.bottom-link-wrapper {

    border-top: 1px solid #333333;

    padding: 0px 0 0 0;

    display: flex;

    margin: 25px -20px 0 -20px;

}



.bottom-link-wrapper a {

    margin: 0 0px;

    width: 50%;

    display: block;

    padding: 10px;

    border-right: 1px solid #333333;

}



.bottom-link-wrapper a:last-child {

    border: none;

}





@media screen and (max-width:1399px) {

    .left-side-form {

        width: 90%;

    }

}



@media screen and (max-width:1200px) {

    .form-img-content h4 {

        font-size: 24px;

    }



    .form-img-content h2 {

        font-size: 40px;

    }



    .left-side-form {

        width: 100%;

    }



    .logo-img img {

        width: 80px;

    }



    .banner-inner-content p {

        font-size: 24px;

    }



    .banner-inner-content img {

        width: 100%;

        max-width: 500px;

    }



    .banner-inner-content h1 {

        font-size: 60px;

    }



    h2.main-iiner-title {

        font-size: 36px;

    }



    .join-our-main-wrpaper .top-content p {

        font-size: 16px;

    }



    .description-text p {

        font-size: 16px;

    }



    .banner-wrapper img {

        min-height: 380px;

        object-fit: cover;

    }



    .img-main-content h2 {

        font-size: 30px;

    }



    .training-img-content h2 {

        font-size: 20px;

    }



    .training-img-content p {

        font-size: 13px;

    }

}



@media screen and (max-width:1199px) {

    .box-list-wrapper ul {

        padding-left: 0;

    }

}



@media screen and (max-width:1024px) {

    .left-side-form {

        padding: 40px 0px;

    }



    .form-top-content p {

        font-size: 18px;

    }



    .form-top-content h2 {

        font-size: 30px;

        margin: 10px 0 0px;

    }



    .register-form-wrapper .row {

        flex-wrap: inherit;

        flex-direction: column;

    }



    .register-form-wrapper .row .col-6 {

        width: 100%;

    }



    .main-banner-wrapper img.banner-img {

        min-height: 500px;

        object-fit: cover;

    }



    .weekly-inner-wrapper .right-side-content {

        padding-left: 10px;

    }



    .left-side-title h2 {

        font-size: 24px;

    }



    .left-side-link ul li a {

        font-size: 16px;

    }



    .copyright-text p {

        font-size: 14px;

    }



    .right-side-input input,

    .right-side-input label:before {

        width: 200px;

    }



    .right-side-content {

        padding-left: 20px;

    }



    .training-img-content h2 {

        font-size: 20px;

    }



    .img-main-content h2 {

        font-size: 24px;

    }

}



@media screen and (max-width:991px) {

    .packeges-box-wrapper {

        margin-bottom: 25px;

    }



    .join-class-wrapper .row,

    .our-packeges-wrapper .row {

        overflow-x: scroll;

        overflow-y: scroll;

        flex-wrap: inherit;

        justify-content: left !important;

    }



    .join-class-wrapper .row::-webkit-scrollbar,

    .our-packeges-wrapper .row::-webkit-scrollbar {

        width: 0;

        height: 5px;

    }



    .join-class-wrapper .row::-webkit-scrollbar-track,

    .our-packeges-wrapper .row::-webkit-scrollbar-track {

        background: #f1f1f1;

    }



    .join-class-wrapper .row::-webkit-scrollbar-thumb,

    .our-packeges-wrapper .row::-webkit-scrollbar-thumb {

        background: #E80000;

    }



    .joinour-img-wrapper.position-relative {

        margin-bottom: 10px;

    }





    .join-class-wrapper .row .col-4 {

        width: 60%;

    }



    .our-packeges-wrapper .row .col-3 {

        width: 45%;

    }



    .join-our-main-wrpaper .row:before,

    .join-our-main-wrpaper .row:after,

    .right-side-content .banner-button-border:before {

        display: none;

    }



    .exercise-main-wrapper h2.main-iiner-title,

    .weekly-inner-wrapper h2.main-iiner-title {

        font-size: 24px;

    }



    .exercise-main-wrapper .description-text p,

    .weekly-inner-wrapper .description-text p {

        font-size: 14px;

    }



    .right-side-content .banner-button-border {

        margin-top: 10px;

    }



    h2.main-iiner-title {

        font-size: 28px;

    }



    .weekly-inner-wrapper {

        padding-left: 20px;

        padding-right: 20px;

    }



    .prise-box-content {

        width: 80px;

        height: 80px;

        margin: -40px auto;

        border: 4px solid #d90505;

    }



    .prise-box-content h3 {

        font-size: 30px;

    }



    .prise-box-content p {

        font-size: 16px;

    }

}



@media screen and (max-width:767px) {

    .pop-up-content {

        width: 90%;

    }



    .logo-img img {

        width: 60px;

    }



    .banner-inner-content {

        font-size: 18px;

    }



    .footer-top-bar {

        flex-direction: column;

    }



    .right-side-input {

        margin-top: 20px;

    }



    .payment-icon ul li img {

        width: 100%;

    }



    .right-side-image img {

        width: 100%;

    }



    .your-fitness-wrapper .left-side-text {

        order: 2;

        margin-top: 20px;

    }



    .payment-icon {

        margin: 20px 0 0 0;

    }



    .bottom-bar {

        padding: 20px 0 0 0;

        margin: 30px 0 0 0;

    }



    .footer-wrapper {

        padding: 40px 0;

    }



    .banner-inner-content p {

        font-size: 18px;

        line-height: 1.2;

    }



    .banner-inner-content h1 {

        font-size: 36px;

    }



    .training-lessons-wrapper h2.main-iiner-title {

        padding-right: 100px;

    }



    .main-training-wrapper button {

        top: 0px;

        width: 35px;

        height: 35px;

        border-radius: 8px;

    }



    .main-banner-wrapper:after {

        bottom: -8%;

        width: 80%;

    }



    .banner-inner-content h1 span {

        letter-spacing: 2px;

    }



    .box-list-wrapper ul li {

        margin-top: 8px;

    }



    .main-training-wrapper button.slick-prev:before,

    .main-training-wrapper button.slick-next:after {

        width: 15px;

        height: 15px;

        background-size: 100%;

    }



    .main-training-wrapper button.slick-next:after {

        left: 4px;

    }



    .main-training-wrapper button.slick-prev {

        right: 55px;

    }



    .main-training-wrapper {

        padding-top: 30px;

    }



    .banner-button-border:after,

    .banner-button-border:before {

        display: none;

    }



    .join-class-wrapper .row .col-4,

    .our-packeges-wrapper .row .col-3 {

        width: 80%;

    }



    .img-main-content h2 {

        font-size: 18px;

        padding-left: 15px;

        padding-right: 15px;

    }



    .right-side-content {

        padding-left: 0;

        padding-top: 10px;

    }



    .main-banner-wrapper {

        margin-bottom: 20px;

    }



    .join-our-main-wrpaper {

        padding-bottom: 50px;

    }



    .exercise-main-wrapper,

    .training-lessons-wrapper,

    .our-packeges-wrapper {

        padding: 50px 0;

    }



    .joinour-img-wrapper .img-title h4 {

        font-size: 16px;

        padding-top: 6px;

        padding-bottom: 6px;

    }



    .img-title:before {

        border-bottom: 32px solid #dd1d24;

    }

}



@media screen and (max-width:640px) {

    .banner-inner-content {

        font-size: 18px;

    }



    .footer-innner-wrapper {

        flex-direction: column;

    }



    .right-side-social-link {

        margin-top: 20px;

    }



    .weekly-inner-wrapper {

        padding: 20px 10px 50px;

    }



    .box-list-wrapper {

        padding: 60px 15px 35px;

    }



    .your-fitness-wrapper {

        padding: 50px 0;

    }

}



@media screen and (max-width:540px) {

    .right-side-input .custom_regular_btn {

        padding: 13px 15px;

        font-size: 16px;

    }



    .right-side-input input,

    .right-side-input label:before {

        width: 200px;

    }

}



@media screen and (max-width:380px) {

    .right-side-input input {

        margin-right: 8px;

    }

}







/* dashboard-css */

.left-panel aside.aside-menu {

    position: relative;

}



.top-bar-wrapper,

.left-panel {

    background: #313131;

}



.left-panel {

    max-width: 100px;

    width: 100%;

    position: fixed;

}



.left-panel .aside-menu ul.sidebar-nav li a {

    justify-content: center;

}



.left-panel .aside-menu ul.sidebar-nav {

    padding: 10px 20px;

    background: #313131;

    margin: 0px;

}



.top-bar-wrapper {

    position: fixed;

    width: 100%;

    padding: 0px 10px;

    z-index: 99;

}



.left-panel aside.aside-menu {

    padding: 110px 0 0 0;

    height: 100vh;

}



.sidebar-nav li img {

    max-width: 30px;

    width: 100%;

}



.sidebar-nav li {

    margin-bottom: 20px;

}



.sidebar-nav.login-bottom-btn {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 20px;

}



ul.sidebar-nav.login-bottom-btn {

    margin: 0;

}



@media screen and (max-width:1590px) {

    .sidebar-nav.login-bottom-btn {

        position: relative;

        bottom: 0px;

    }

}



.sidebar-nav.login-bottom-btn li {

    margin: 0;

}



.left-panel .aside-menu ul.sidebar-nav li:last-child {

    margin-bottom: 0;

}



.top-right-content a.create-workout-btn {

    background: rgba(232, 0, 0, 0.2);

    border: 1px solid #fff;

    text-decoration: none;

    color: #fff;

    padding: 18px 30px;

    line-height: normal;

    font-weight: 600;

    font-size: 20px;

    border-radius: 8px;

    letter-spacing: 0.5px;

}



a.notification_icon {

    background: rgba(255, 255, 255, 0.15);

    padding: 10px;

    margin: 0 20px;

    border-radius: 8px;

    display: block;

}



a.notification_icon img {

    width: 45px;

}



.user-button-wrapper a {

    text-decoration: none;

}



.admin_side h4 {

    margin: 0;

    font-weight: 600 !important;

    font-size: 22px;

}

.user-button-wrapper a{

    padding: 8px;

    border-radius: 8px;

    text-decoration: none;

    background: rgba(255, 255, 255, 0.15);

    border-radius: 8px;

}

.user-button-wrapper a:hover {

    color: #fff;

}



.user-button-wrapper a {

    color: #fff;

    align-items: center;

}



.admin_side {

    margin-left: 10px;

}



.user-button-wrapper img.user-img {

    max-width: 47px;

    object-fit: cover;

    height: 100%;

    width: 100%;

    border: 2px solid #fff;

    border-radius: 8px;

}



.admin_side h4 img {

    margin-left: 10px;

    width: 18px;

}



.main-content-wrapper {

    padding: 110px 20px 50px 120px;

    width: 100%;

    background: #000;

    height: 100vh;

}



@media screen and (max-width:2050px){

    .main-content-wrapper{

        min-height: 100vh;
        height: auto;

    }

}

.dhashboard-section {

    display: flex;

    width: 100%;

}



.main-title {

    color: #E80000;

}



.start-over-content img {

    width: 100%;

}



.img_content_text * {

    color: #fff;

}



.img_content_text h4 {

    font-family: 'Poppins', sans-serif;

    font-size: 24px;

    text-transform: uppercase;

}



.img_content_text h2 {

    font-size: 44px;

    text-transform: uppercase;

    font-weight: 600 !important;

    line-height: 1;

}



.img_content_text p {

    font-size: 18px;

    max-width: 600px;

    width: 100%;

    line-height: normal;

    margin-bottom: 10px;

}



.start-over-content {

    background: #212121;

}



.start-over-content:before {

    content: '';

    background: url(../img/start_your_workout.jpg);

    position: absolute;

    right: 0;

    height: 100%;

    width: 100%;

    bottom: 0;

    background-repeat: no-repeat;

    background-size: contain;

    background-position: bottom;

}



.start-over-content {

    background: #212121;

    padding: 20px;

    border-radius: 20px;

    overflow: hidden;

    margin: 0px 0 0 0;

}



.img_content_text a {

    background: #E80000;

    text-decoration: none;

    font-weight: 600;

    padding: 12px 20px;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    display: inline-block;

    border: 1px solid #fff;

    border-radius: 8px;

    font-size: 20px;

    margin: 10px 0 0 0;

    color: #fff !important;

    transition: 0.2s all;

}



.img_content_text {

    position: relative;

    z-index: 9;

}



.img_content_text a:hover {

    background: #000;

}



.daily-worout-section ul {

    padding: 0;

    display: flex;

    align-items: center;

    margin: 0;

}



.daily-worout-section ul li {

    width: 25%;

    margin: 0 10px;

}



.daily-worout-section ul li:first-child {

    margin-left: 0px;

}



.daily-worout-section ul li.active a {

    background: #e80000;

}



.daily-worout-section ul li a:hover {

    background: #e80000;

}



.daily-worout-section ul li:last-child {

    margin-right: 0px;

}



.daily-worout-section ul li a {

    text-decoration: none;

    color: #fff;

    font-size: 20px;

    display: block;

    text-align: center;

    background: rgba(146, 148, 146, 0.1);

    padding: 10px;

    border-radius: 10px;

    transition: 0.3s all;

}



.back-color {

    background: #212121;

    border-radius: 20px;

}



.daily-worout-section {

    padding: 20px;

    margin: 25px 0;

    color: #fff;

}

.daily-worout-section div#nav-tab .nav-link {

    border-radius: 8px;

    font-size: 22px;

    font-weight: 600;

    color: #fff;

    margin-right: 20px;

    border: none;

    width: 25%;

    text-align: center;

    padding: 12px;

    background: rgba(146, 148, 146, 0.1);

}

.group-planning {

    color: #fff;

    padding: 20px;

    margin-bottom: 20px;

}

.daily-worout-section div#nav-tab {

    border: none;

    flex-wrap: nowrap;

}

.daily-worout-section div#nav-tab .nav-link.active {

    background: #e80000;

}

.back-color-black .season-wrapper{

    background: #212121;

}

.setting_sect a:hover {

    color: #e41e25;

}

.season-wrapper {

    background: rgba(146, 148, 146, 0.1);

    border-radius: 12px;

    padding: 10px 15px;

    display: flex;

    /*justify-content: space-between;*/

    align-items: center;

    margin-bottom: 15px;

    position: relative;

}

.season-select-btn {

    position: absolute;

    right: 10PX;

}

.season-wrapper:last-child {

    margin-bottom: 0px;

}



.season-detail {

    width: 70%;

}



.season-date {

    width: 30%;

    text-align: right;

}



.season-detail ul li p {

    margin: 0;

}



.season-detail ul li {

    display: flex;

    font-size: 18px;

    line-height: normal;

    margin-bottom: 4px;

}



@media screen and (max-width:1690px) {

    .season-detail ul li {

        font-size: 14px;

    }

}



body::-webkit-scrollbar {

    width: 5px;

}



body::-webkit-scrollbar-thumb {

    border-radius: 0;

    background-color: #E80000;

    border: 1px solid #E80000;

}



body::-webkit-scrollbar-track {

    border: 1px solid #ddd;

    padding: 2px 0;

    background-color: #ddd;

}



.season-detail h4 {

    margin-bottom: 5px;

}



.season-detail p {

    margin-bottom: 5px;

}



.member_img li {

    margin-right: -5px;

}



.member_img li,

.member_img li img {

    border-radius: 50%;

}



.member-left-img img {

    border-radius: 10px;

}



.season-wrapper.select-group-wrapper {

    align-items: flex-start;

}



.member-left-img {

    margin-right: 10px;

}



.season-wrapper.select-group-wrapper .season-detail {

    display: flex;

}



.season-select-btn label {

    font-size: 0 !important;

}



.grid__item.form_chkbx.checkbox label:before {

    border-radius: 4px;

}



 .grid__item.form_chkbx.checkbox input:checked+label:before {

    background-color: #d90505;

    border-color: #d90505;

}



.grid__item.form_chkbx.checkbox input:checked+label:after {

    top: 2px;

    border: solid #fff;

    border-width: 0 2px 2px 0;

}

.mark-attendance .grid__item.form_chkbx.checkbox input:checked+label:after{

    top: 5px;

}

.next-lesson .season-wrapper ul {

    display: flex;

    justify-content: space-between;

    width: 100%;

    padding: 5px 0;

    margin: 0;

}



.next-lesson .season-wrapper ul li a {

    background: #e80000;

    color: #fff;

    text-decoration: none;

    padding: 5px 15px;

    border-radius: 8px;

    transition: 0.2s;

}

.next-lesson .season-wrapper ul li a:hover {

    background-color: #000;

}



.added-overflow {

    height: 430px;

    overflow-y: scroll;

}



.added-overflow::-webkit-scrollbar {

    width: 0px;

}



.added-overflow::-webkit-scrollbar-thumb {

    border-radius: 0;

background-color: #a0191d;

    border: 1px solid #a0191d;

}



.added-overflow::-webkit-scrollbar-track {

    border: 1px solid #ddd;

    padding: 2px 0;

    background-color: #ddd;

}



.calender-wrapper {

    margin: 20px 0 0 0;

    color: #fff;

}



.calender-wrapper h3 {

    padding: 15px;

}



.left-form-wrapper form input {

    width: 100%;

    height: 45px;

    padding: 0 10px;

    background: rgba(146, 148, 146, 0.1);

    border: 0.2px solid #525252;

    border-radius: 10px !important;

    font-weight: 600;

    font-size: 18px;

    outline: none;

    color: #fff;

}



.left-form-wrapper form label {

    display: block;

    margin-bottom: 5px;

    font-size: 18px;

    font-weight: 500;

}



.inner-content {

    margin-bottom: 10px;

}



.left-form-wrapper form .input-group {

    margin-bottom: 15px;

    position: relative;

    z-index: 11;

}



.left-form-wrapper form .input-group label {

    width: 100%;

}



.left-form-wrapper form .input-group select {

    width: 100%;

    height: 45px;

    padding: 0 10px;

    background: rgba(146, 148, 146, 0.1);

    border: 0.2px solid #525252;

    border-radius: 10px !important;

    font-weight: 600;

    font-size: 18px;

    outline: none;

    color: #fff;

    cursor: pointer;

}



.left-form-wrapper form .input-group select option {

    color: #000;

    font-weight: 600;

}



.left-form-wrapper form .input-group input#datepicker:focus {

    outline: none;

    box-shadow: none;

    border: 0.2px solid #525252;

    background: rgba(146, 148, 146, 0.1);

    color: #fff;

}



.date-icon {

    position: absolute;

    right: 10px;

    top: 38px;

    z-index: 1;

}



.left-form-wrapper form input#datepicker {

    cursor: pointer;

}



.bottom-button {

    margin: 50px 0 0 0;

}



.bottom-button a.red_button {

    background: #e80000;

}



.bottom-button a {

    display: block;

    text-align: center;

    text-decoration: none;

    color: #fff !important;

    font-weight: 500;

    padding: 8px;

    font-size: 20px;

    border-radius: 8px;

    transition: 0.3s all;

}



.bottom-button a:hover {

    background-color: #000;

}



.bottom-button a.save_button {

    background: #717171;

    border: 1px solid #FFFFFF;

    box-shadow: 2px 6px 10px rgb(0 0 0 / 10%);

    backdrop-filter: blur(6px);

    margin: 15px 0 0 0;

}



.Exercise-button-button {

    width: 100%;

    display: flex;

    text-align: center;

}



.Exercise-button-button a.Exercise_button {

    align-items: center;

    padding: 15px 16px;

    width: 100%;

    background: rgba(232, 0, 0, 0.5);

    border: 0.2px solid #DFDFDF;

    border-radius: 10px;

    color: #fff;

    text-decoration: none;

}



.Exercise-button-button a.Cycle_button {

    align-items: center;

    padding: 15px 16px;

    width: 100%;

    margin-left: 10px;

    color: #fff;

    text-decoration: none;

    background: rgba(146, 148, 146, 0.1);

    border: 0.2px solid #DFDFDF;

    border-radius: 10px;

}

.Exercise-button-button a {

    font-size: 20px;

    font-weight: 500;

    line-height: normal;

}

.drag-area {

    background: rgba(146, 148, 146, 0.1);

    border-radius: 12px;

    height: 258px;

    width: 100%;

    border-radius: 5px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column; 

    margin-bottom: 15px;



}



.drag-area.active {

    border: 2px solid #fff;

}



.drag-area .icon {

    font-size: 100px;

    color: #fff;

}



.drag-area button {

    background-color: transparent;

    border: 0;

    color: #717171;

    font-family: 'Rajdhani';

    font-style: normal;

    font-weight: 600;

    font-size: 18px;

    line-height: normal;

    margin-left: 0 !important;

}

.drag-area .plus_icon {

    position: relative;

    top: -1px;

}

.drag-area img {

    height: 100%;

    width: 100%;

    object-fit: cover;

    border-radius: 5px;

}



.Exercise-detail {

    width: 70%;

}



.Exercise-detail a.View_Exercise {

    color: #E80000;

    text-decoration: none;

    font-family: 'Rajdhani';

    font-style: normal;

    font-weight: 600;

    font-size: 16px;

}



.edit_Exercise {

    color: #fff;

    text-decoration: none;

    font-family: 'Rajdhani';

    font-style: normal;

    text-align: right;

    font-weight: 600;

    font-size: 16px;

}

.edit_Exercise:hover {

    color: #fff;

}

.Exercise_img img {

    border-radius: 10px;

    height: 115px;

}

p.cycle-subtitle {

    font-family: 'Rajdhani';

    font-style: normal;

    font-weight: 600;

    font-size: 26px;

    line-height: 33px;

    color: #FFFFFF;

    margin-top: 20px;

}

.Group_list_img img {

    height: 64px;

    width: 64px;

    object-fit: cover;

    border-radius: 10px;

    border: 0.5px solid #fff;

}

.Group-detail {

    width: 80%;

}

.Group-detail1 {

    width: 90%;

}

.Group-detail-inner{

    width: 100%;

}

.Workload_yellow-text{

    color: #C6C511;

}

.Workload_org-text{

    color: #EE860C;

}

.Workload_green-text{

    color: #20E328;

}

.Workload_red-text{

    color: #FD1001;

}

.member-img-group img {

    width: 32px;

    height: 32px;

    border-radius: 20px;

}

.member-img-group img {

    width: 32px;

    height: 32px;

    border-radius: 20px;

    z-index: 999;

    margin: 0 -6px;

}

a.edit-profile {

    padding: 5px 10px;

    width: 100px;

    height: 30px;

    background: rgba(255, 255, 255, 0.1);

    border-radius: 6px;

    color: #fff;

    text-decoration: none;

    font-family: 'Rajdhani';

    font-style: normal;

    font-weight: 600;

    font-size: 16px;

    line-height: 20px;

    text-align: center;

    transition: 0.3s all;

}

.member-right-detail a.edit-profile:hover {

    background: #e91f26;

    color: #fff;

}

.custome-modal .modal-content {

    position: relative;

    display: flex;

    flex-direction: column;

    width: 100%;

    pointer-events: auto;

    background-color: #000;

    background-clip: padding-box;

    border: 1px solid rgba(0, 0, 0, 0.2);

    border-radius: 0.3rem;

    outline: 0;

}

.custome-modal .modal-header {

    display: flex;

    flex-shrink: 0;

    align-items: center;

    justify-content: space-between;

    padding: 1rem 1rem;

    border-bottom: 1px solid #dee2e6;

    border-top-left-radius: calc(0.3rem - 1px);

    border-top-right-radius: calc(0.3rem - 1px);

    border: 0;

    padding-bottom: 0;

}

.custome-modal .modal-title {

    margin-bottom: 0;

    line-height: 1.5;

    color: #fff;

}

.custome-modal label{

    color: #fff;

}

.add-planning img {

    position: absolute;

    right: 10px;

    top: 5px;

}

.add-planning {

    position: relative;

    width: 100%;

    margin-top: 10px;

}

.custome-modal a.close {

    height: 0;

    font-size: 34px;

    text-decoration: none;

    color: #fff;

}

.custome-modal a.close {

    height: 0;

    font-size: 34px;

    text-decoration: none;

    color: #fff;

    margin-top: -80px;

}



/* .table.Personal_daiary_table.border-collapse thead {

    box-sizing: border-box;

    justify-content: center;

    align-items: center;

    padding: 7px 14px;

    gap: 10px;

    background: rgba(146, 148, 146, 0.2);

    border: 0.2px solid #DFDFDF;

    border-radius: 4px 0px 0px 4px;

    flex: none;

    order: 0;

    flex-grow: 1;

    color: #fff;

    margin-bottom: 20px;



}

 */

 table.table.Personal_daiary_table {

    border-collapse: separate;

    border-spacing: 0.1em;

}



table.table.Personal_daiary_table thead tr{

    box-sizing: border-box;

    justify-content: center;

    align-items: center;

    padding: 7px 14px;

    gap: 10px;

    background: rgba(146, 148, 146, 0.2);

    border: 0.2px solid #DFDFDF;

    border-radius: 4px 0px 0px 4px;

    flex: none;

    order: 0;

    flex-grow: 1;

    color: #fff;

    border-radius: 5px;

}

.create_list .season-wrapper.select-group-wrapper:hover {

    border: 1px solid #E80000;

}



.create_list .season-wrapper.select-group-wrapper {

    border: 1px solid #2d2d2d;

}

.inner-content h5 {

    line-height: normal;

    display: flex;

    align-items: center;

}

a {

    cursor: pointer;

}

.custome-modal a.close span {

    font-size: 55px;

}



.test-view h3 {

    font-family: 'Rajdhani';

    font-style: normal;

    font-weight: 600;

    font-size: 18px;

}

table.table.Personal_daiary_table thead tr th:first-child,

table.table.Personal_daiary_table tbody tr td:first-child {

    border-radius: 4px 0px 0px 4px;

}

table.table.Personal_daiary_table thead tr th:last-child {

    border-radius: 0 4px 4px 0;

}

table.table.Personal_daiary_table tbody tr td:last-child {

    border-radius: 0 4px 4px 0;

}

table.table.Personal_daiary_table thead tr th {

    font-family: 'Rajdhani';

    font-style: normal;

    font-weight: 600;

    font-size: 16px;

    text-align: center;

    color: #DFDFDF;

    box-sizing: border-box;   

    

    padding: 7px 10px;

    gap: 10px;    

    width: 359px;

    height: 32px;    

    background: rgba(146, 148, 146, 0.2);    

    border: 0.2px solid #DFDFDF; 

    flex: none;

    order: 0;

    flex-grow: 1;

    margin-bottom: 20px;

}



table.table.Personal_daiary_table tbody tr td {



    box-sizing: border-box;   

    

    padding: 7px 10px;

    gap: 10px;    

    width: 359px;

    height: 32px;    

    background: rgba(146, 148, 146, 0.2);    

    border: 0.2px solid #DFDFDF;

    border-radius: 4px 0px 0px 4px;    

    flex: none;

    order: 0;

    flex-grow: 1;



    font-family: 'Rajdhani';

    font-style: normal;

    font-weight: 600;

    font-size: 14px;

    text-align: center;

    color: #DFDFDF;

}

.exercise-main-wrapper nav div#nav-tab {

    border: none;

    margin-left: -5px;

    margin-right: -5px;

}

.exercise-main-wrapper nav {

    width: 100%;

}

.exercise-main-wrapper nav div#nav-tab {

    border: none;

}

.exercise-main-wrapper nav button {

    width: calc(50% - 10px);

    border-radius: 5px !important;

    background: rgba(146, 148, 146, 0.1) !important;

    color: #fff !important;

    font-weight: 500;

    font-size: 20px;

    border: 1px solid #6c6a6a !important;

    transition: 0.3s all;

    margin: 0 5px;

}

.exercise-main-wrapper nav button:hover{

    background: rgba(232, 0, 0, 0.5) !important;

}

.exercise-main-wrapper nav button.active {

    background: rgba(232, 0, 0, 0.5) !important;

}

.main-inner-banner img {

    width: 100%;

    border-radius: 10px;

    border: 5px solid #3b3a3a;

}

.exercise-main-wrapper ul {

    padding: 0;

    margin: 0;

}

.exercise-main-wrapper .border-img {

    margin: 20px 0;

}

.exercise-main-wrapper ul li {

    display: flex;

    justify-content: space-between;

    font-size: 16px;

    text-align: left;

    width: 80%;

    font-weight: 500;

    margin-bottom: 5px;

}

.exercise-main-wrapper ul li span {

    width: 50%;

}

.sport-office-wrapper {

    margin: 20px 0 0 0;

}

.events-wrapper .calender-wrapper {

    margin: 0 0 1.5rem;

}

.Exercise_img {

    margin-right: 15px;

}

.exercise-main-wrapper.leasson_name_wrapper {

    background: transparent;

    padding: 0;

}

.exercise-main-wrapper.leasson_name_wrapper .bottom-button {

    margin: 20px 0 0 0;

}

.exercise-main-wrapper.leasson_name_wrapper .line {

    margin: 15px 0;

}

img{

    object-fit: contain;

}

.timer-wrapper-box {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.column_list p {

    margin-bottom: 5px;

}

.column_list p span {

    display: block;

}

.column_list p {

    margin-bottom: 8px;

    padding-bottom: 8px;

    position: relative;

}

.column_list p:before {

    content: '';

    position: absolute;

    background-image: url(../img/line-red.png);

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-size: contain;

    top: auto;

    bottom: 0;

    background-position: bottom;

}

.left-timer-wrapper, .right-timer-wrapper {

    flex: 0 0 25%;

    background: #333333;

    border-radius: 10px;

    padding: 15px;

}

.center-timer-wrapper {

    flex: 0 0 50%;

    text-align: center;

    padding: 0 20px;

}

.timer-wrapper {

    display: flex;

    overflow-y: hidden;

    overflow-x: scroll;

    margin-bottom: 40px;

}

.timer-wrapper::-webkit-scrollbar {

    width: 200px;

    height: 10px;

}

.timer-wrapper::-webkit-scrollbar-track{

    background: #f1f1f1;

}

.timer-wrapper::-webkit-scrollbar-thumb {

    background: #E80000;

}

.timer-wrapper .timer-wrapper-box {

    flex: 0 0 60%;

    margin-right: 15px;

}

.timer-wrapper .timer-wrapper-box:last-child {

    margin-right: 0px;

    margin-bottom: 15px;

}

.bottom-button a.red_button.red-border-button {

    border: 1px solid #fff;

    margin: 20px 0 0;

}

.column_list:last-child p {

    margin-bottom: 0;

    padding-bottom: 0;

}

.column_list:last-child p:before {

    display: none;

}

.mark-top-wrapper {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 10px;

}

.mark-top-wrapper h3{

    margin-bottom: 0px;

}

.mark-top-wrapper .select-all {

    font-size: 18px;

    font-weight: 500;

    margin-right: 10px;

    cursor: pointer;

}

.mark-attendance .form-group input {

    display: none;

}

.mark-attendance .form-group span.glyphicon:before {

    content: '';

    content: "";

    -webkit-appearance: none;

    background-color: transparent;

    border: 1px solid #dddddd;

    box-shadow: 0 1px 2px #0000000d, inset 0 -15px 10px -12px #0000000d;

    padding: 10px;

    display: inline-block;

    position: relative;

    vertical-align: middle;

    cursor: pointer;

    margin-right: 5px;

    border-radius: 4px;

}

.right-side-select p {

    margin-bottom: 0;

}

.right-side-select label{

    display: flex;

    align-items: center;

    position: relative;

}

.mark-attendance .form-group input:checked + span:before {

    background-color: #d90505;

    border-color: #d90505;

}

.mark-attendance .form-group span{

    position: relative;

}

.mark-attendance .form-group input:checked + span:after {

    content: "" !important;

    display: block;

    position: absolute;

    top: 2px;

    left: 8px;

    width: 6px;

    height: 14px;

    border: solid #fff;

    border-width: 0 2px 2px 0;

    transform: rotate(45deg);

}

.checkbox-inner-content {

    display: flex;

    align-items: center;

    background: rgba(146, 148, 146, 0.1);

    border-radius: 12px;

    padding: 10px 15px;

}

.checkbox-inner-content .member-left-img {

    margin: 0 15px;

}

.mark-attendance-content h5 {

    margin: 0;

}

.mark-attendance .rowauto {

    margin-bottom: 15px;

}

.heart-img-wrapper .left-content h5 {

    margin-bottom: 0;

}

.heart-img-wrapper .left-content p {

    margin: 0;

}

.heart-img-wrapper {

    display: flex;

    align-items: center;

}

.heart-left-wrapper img {

    border-radius: 10px;

    margin-right: 15px;

}

.select-group-wrapper.heart-name-wrapper {

    justify-content: space-between;

    align-items: center;

}

.heart-name-wrapper .right-content p span {

    font-size: 20px;

}

.heart-name-wrapper .right-content h6 {

    margin: 0;

}

.heart_rate_wrapper canvas#myChart {

    width: 100% !important;

}

.season-detail-in{

    width: 100%;

}

.heart_rate_wrapper h5 {

    margin-bottom: 20px;

}

.Group_list_img {

    margin-right: 15px;

}

p.top-left_text {

    margin: 0;

}

.member-right-detail h4 {

    margin-bottom: 5px;

}

.qr_main_wrapper .clear_button a{

    height: auto;

    margin: 0px;

    font-size: 20px;

}

.qr-img {

    margin: 5px 0 20px;

    text-align: center;

}

.qr_main_wrapper p {

    text-align: center;

    color: #fff;

    font-size: 20px;

}

.qr_main_wrapper .clear_button a:hover {

    background: red;

}

.plus_dropdown_menu{

    cursor: pointer;

    margin-left: 8px;

}

.plus_dropdown_menu ul {

    display: none;

    position: absolute;

    right: 45px;

    padding: 0;

    margin: 0;

    z-index: 1;

    background: #000;

    min-width: 190px;

    border-radius: 10px;

}

.plus_dropdown_menu:hover ul {

    display: block;

}

.plus_dropdown_menu ul li a {

    text-decoration: none;

    color: #fff;

    font-size: 18px;

    font-weight: 500;

    padding: 5px 10px;

    display: block;

}

.plus_dropdown_menu ul li:first-child a:hover {

    border-radius: 10px 10px 0 0;

}

.plus_dropdown_menu ul li:last-child a:hover {

    border-radius: 0px 0px 10px 10px;

}

.plus_dropdown_menu ul li a:hover {

    background: rgba(232, 0, 0, 0.5);

    border-radius: 0;

}

.edit-right-part p {

    margin: 0;

}

.planning_wrapper .select-group-wrapper .right-side-panel .season-select-btn {

    position: relative;

    right: 0;

    margin-bottom: 10px;

}

.planning_wrapper .season-wrapper.select-group-wrapper {

    justify-content: space-between;

}

.planning_wrapper .select-group-wrapper .right-side-panel {

    text-align: right;

}

.group-planning .gj-datepicker.gj-datepicker-bootstrap {

    margin-bottom: 0 !important;

}

.total-macrocycle .total-macrocycle-inner {

    display: flex;

    justify-content: space-between;

}

.total-macrocycle .input-group {

    margin-bottom: 0 !important;

}

.white-img img {

    width: 100%;

}

.half_column_rapper .inner_column {

    width: 50%;

    margin: 0 5px;

}

.half_column_rapper {

    display: flex;

    width: 100%;

    margin-left: -5px !important;

    margin-right: -5px;

}

.inner_column .date-icon {

    right: 20px;

}

.total-macrocycle-inner p {

    margin: 0;

}

.main-top-button.bottom-button {

    margin: 0px 0 15px;

}

.main-top-button.bottom-button a.red_button {

    background: #000;

    border: 1px solid #e80000;

}

.total-macrocycle-inner h6 {

    margin: 0;

}

h1.main-title {

    font-size: 30px;

}



#slider_01 {

  border-radius: 5px;

  background: #e0e0e0;

  background: linear-gradient(90deg, #F3F3F3 0.7%, #10E218 24.26%, #E2C110 46.25%, #F1790B 76.65%, #FF0000 100.7%);

  border-radius: 10px;

  width: 100%;

  margin: 10px 0 0 0;

  max-width: 100%;

  height: 8px;

}



#thumb {

  width: 20px;

  height: 20px;

  border-radius: 50%;

  position: relative;

  top: 50%;

  transform: translateY(-50%);

  background: blue;

  cursor: pointer;

  background: #fff;

  border: 4px solid #950101;

}

.pre_season .season-wrapper.select-group-wrapper {

    justify-content: space-between;

    align-items: flex-end;

    flex-wrap: wrap;

}

.pre_season .right-side-panel {

    margin-bottom: 5px;

}



/* ****************************Chat css Start *************************************/

.content {

    position: relative;

    height: 73vh;

}

.search-control {

    min-width: 300px;

    background: #ffffff90;

    border-color: #EFF1FA;

    min-height: 50px !important;

    box-shadow: 0 10px 10px #00000008;

    border-radius: 10px !important;

}

.message_smile {

    position: absolute;

    right: 100px;

    top: 4px;

    width: 42px;

    background: transparent;

    border-radius: 30px;

    color: white;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.message_iconsend {

    position: absolute;

    right: 0;

    top: 0px;

    width: 100px;

    background: #e80000;

    display: flex;

    height: 50px;

    align-items: center;

    justify-content: center;

    border-top-right-radius: 10px;

    border-bottom-right-radius: 10px;

    text-decoration: none;

    font-family: 'Rajdhani';

    font-weight: 600;

    font-size: 18px;

    color: #FFFFFF;

}

.content .messages {

    height: 100vh;

    min-height: calc(100% - 70px);

    max-height: calc(100% - 112px);

    overflow-y: scroll;

    overflow-x: hidden;

    width: 100%;

}

  .content .messages::-webkit-scrollbar {

  	width: 8px;

  	background: transparent;

  }

  .content .messages::-webkit-scrollbar-thumb {

  	background-color: rgba(0, 0, 0, 0.3);

  }

  .content .messages ul li {

  	display: inline-block;

  	clear: both;

  	float: left;

  	margin: 15px 15px 5px 15px;

  	width: calc(100% - 25px);

  	font-size: 0.9em;

  }

  .content .messages ul li:nth-last-child(1) {

  	margin-bottom: 20px;

  }

  .content .messages ul li.sent img {

  	margin: 6px 8px 0 0;

  }

  .content .messages ul li.sent p {

    background: #4D4D4D;

    font-style: normal;

    font-weight: 600;

    font-size: 16px;

    line-height: 122.5%;

    color: #FFFFFF;

    border-bottom-left-radius: 0;

}

.content .messages ul{

    padding-left: 0;

}

  .content .messages ul li.replies img {

  	float: right;

  	margin: 6px 0 0 8px;

  }

  .content .messages ul li.replies p {

    background: #E80000;

    float: right;

    color: #fff;

    font-style: normal;

    font-weight: 600;

    font-size: 16px;

    line-height: 122.5%;

    border-bottom-right-radius: 0;

}

  .content .messages ul li img {

  	width: 22px;

  	border-radius: 50%;

  	float: left;

  }

  .content .messages ul li p {

  	display: inline-block;

  	padding: 10px 15px;

  	border-radius: 10px;

  	max-width: 205px;

  	line-height: 130%;

  }

  @media screen and (min-width: 767px) {

  	.content .messages ul li p {

  		max-width: 300px;

  	}

  }

  .content .message-input {

    position: absolute;

    bottom: 0;

    width: 100%;

    z-index: 99;

    padding: 15px;

    margin-bottom: -20px;

    background: rgba(146, 148, 146, 0.1);

box-shadow: 0px -2px 57px rgba(0, 0, 0, 0.1);

border-radius: 15px 15px 20px 20px;

}

  .content .message-input .wrap {

  	position: relative;

  }

  .content .message-input .wrap input {



  	float: left;

  	border: none;

  	width: calc(100% - 90px);

  	padding: 11px 32px 10px 8px;

  	font-size: 0.8em;

  	color: #32465a;

  }



  .content .message-input .wrap input:focus {

  	outline: none;

  }

  .content .message-input .wrap .attachment {

  	position: absolute;

  	right: 60px;

  	z-index: 4;

  	margin-top: 10px;

  	font-size: 1.1em;

  	color: #435f7a;

  	opacity: .5;

  	cursor: pointer;

  }



  .content .message-input .wrap .attachment:hover {

  	opacity: 1;

  }

  .content .message-input .wrap button {

  	float: right;

  	border: none;

  	width: 50px;

  	padding: 12px 0;

  	cursor: pointer;

  	background: #32465a;

  	color: #f5f5f5;

  }



  .content .message-input .wrap button:hover {

  	background: #435f7a;

  }

  .content .message-input .wrap button:focus {

  	outline: none;

  }

  .Group_chat.group-planning {

    color: #fff;

    padding: 20px 0;

    margin-bottom: 20px;

}

  .dropdown.custome_drop {

    position: relative;

    display: inline-block;

        padding: 12px 0;

  }

  

  /* Dropdown Content (Hidden by Default) */

  .dropdown.custome_drop .dropdown-content {

    display: none;

    position: absolute;

    /* background-color: #f1f1f1; */

    min-width: 450px;

    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);

    z-index: 1;

    right: 0;

    top: 80px;

}

  .dropdown.custome_drop .dropdown-content a:hover {background-color: #ddd;}

  

  .dropdown.custome_drop:hover  .dropdown-content {

    display: block;

    margin-top: 10px;

}

.dropdown-content:before {

    content: '';

    border-left: 15px solid transparent;

    border-right: 15px solid transparent;

    border-bottom: 15px solid #000;

    position: absolute;

    top: -8px;

    right: 40px;

    z-index: 99999;

}

.dropdown-content .group-planning {

    overflow-y: scroll;

    height: 500px;

}

.user-button-wrapper .dropdown-content .group-planning{

    height: auto;

    overflow: inherit;

}

.back-color-black{

    background-color: #000;

    border-radius: 10px;

}

.dropdown-content .group-planning::-webkit-scrollbar {

    width: 5px;

    height: 5px;

}

.dropdown-content .group-planning::-webkit-scrollbar-track {

    background: #f1f1f1;

}

.dropdown-content .group-planning::-webkit-scrollbar-thumb{

    background: #E80000;

}

/* .dropdown.custome_drop:hover .dropbtn {background-color: #3e8e41;} */

.custome_drop h3.custome_drop_title {

    font-family: 'Rajdhani';

    font-style: normal;

    font-weight: 600;

    font-size: 22px;

    line-height: 28px;

    color: #FFFFFF;

}

.custome_drop_box p{

    font-family: 'Rajdhani';

    font-style: normal;

    font-weight: 600;

    font-size: 16px;    

    color: #717171;

}

.custome_drop_box h4{

    font-family: 'Rajdhani';

font-style: normal;

font-weight: 600;

font-size: 16px;

color: #FFFFFF;

}

.profile_dropdown-item p {

    font-family: 'Rajdhani';

font-style: normal;

font-weight: 600;

font-size: 20px;

margin-left: 5px;

}

a.profile_dropdown-item {

    align-items: flex-start;

    padding: 0px;

    gap: 6px;

    /* width: 280px; */

    height: 50px;

    border-radius: 10px;

    padding-left: 13px;

    color: #717171;

}

a.profile_dropdown-item:hover{

    align-items: flex-start;

    gap: 6px;

    color: #fff;

    height: 50px;

    background-color: rgba(232, 0, 0, 0.2) !important;

    border-radius: 10px;

}

/* a.profile_dropdown-item img {

    opacity: 0.5 !important;

    filter: alpha(opacity=70);

} */

a.profile_dropdown-item:hover img {

    filter: brightness(0) invert(1);

}

.dropdown-content.user_custome_drop .group-planning {

    color: #fff;

    padding: 10px;

    margin-bottom: 20px;

}

.dropdown-content.user_custome_drop {

    min-width: 250px !important;

    height: auto;

}

.left_input_icon {

    position: absolute;

    top: 6px;

}

.left-custome-icon {

    position: relative;

    width: 100%;

}

.left_input_icon {

    position: absolute;

    top: 6px;

    left: 10px;

}

.left-custome-icon input.form-control {

    padding-left: 45px;

    color: #fff;

}

.left-custome-icon .form-control:focus {

    color: #fff;

    background-color: transparent;

    border-color: #86b7fe;

    outline: 0;

    box-shadow: unset;

}

.right_input_icon {

    position: absolute;

    top: 6px;

    right: 10px;

}

.left-custome-icon input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */

    color: #BFBFBF;

    opacity: 1; /* Firefox */

  }

  

  .left-custome-icon input:-ms-input-placeholder { /* Internet Explorer 10-11 */

    color: #BFBFBF;

  }

  

  .left-custome-icon input::-ms-input-placeholder { /* Microsoft Edge */

    color: #BFBFBF;

  }



  .custome-textarea {

    width: 100%;

    height: 100PX;

    padding: 0 10px;

    background: rgba(146, 148, 146, 0.1);

    border: 0.2px solid #525252;

    border-radius: 10px !important;

    font-weight: 600;

    font-size: 18px;

    outline: none;

    color: #fff;

}

.Sport_Information_list {

    display: flex;

    padding: 10px 0;

}

.Sport_Information_list span {

    font-size: 14px;

    margin: 5px;

    display: flex;

    flex-direction: row;

    justify-content: center;

    align-items: center;

    padding: 7px 10px;

    gap: 5px;

    background: rgba(163, 43, 22, 0.5);

    box-shadow: 0px 8px 20px rgb(255 53 5 / 5%);

    border-radius: 20px;

    line-height: normal;

}

.progress-bar.bg-danger{

    background: #E80000 !important;

}

.progress {

    border-radius: 10px !important;

    margin-bottom: 5px;

}

.inner-content a {

    text-decoration: none;

}

.inner-content a p:hover {

    color: #E80000;

}

.inner-content a p{

    transition: 0.3s all;

}

.top-bar-button-section {

    display: flex;

    justify-content: space-between;

    align-items: center;

        margin-bottom: 10px;

}

.top-bar-button-section a {

    text-decoration: none;

    font-size: 22px;

    font-weight: 500;

    background: #E80000;

    border: 1px solid #FFFFFF;

    box-shadow: 2px 6px 10px rgb(0 0 0 / 10%);

    border-radius: 10px;

    min-width: 140px;

    text-align: center;

    color: #fff;

    padding: 5px;

    transition: 0.5s all;

}

.top-bar-button-section a:hover {

   color: #fff;

   background-color: #000;

}

ul.plan-list li {

list-style-type: disc;

font-family: 'Rajdhani';

font-style: normal;

font-weight: 600;

font-size: 18px;

line-height: 135%;

color: #717171;

}



.setting_sect a{

    font-family: 'Rajdhani';

    font-style: normal;

    font-weight: 600;

    font-size: 22px;

    line-height: 135%;    

    color: #FFFFFF;

    margin-bottom: 15px;

    text-decoration: none;

}

.edit-delet {

    position: absolute;

    bottom: 10px;

    display: flex;

    right: 10px;

}

.edit-delet img {

    margin-left: 10px;

}

.invitefrinds h3 {

    font-family: 'Rajdhani';

    font-style: normal;

    font-weight: 600;

    font-size: 18px;

    line-height: 129%;

    color: #FFFFFF;

    margin-bottom: 0;

}

.invitefrinds p {

    font-family: 'Rajdhani';

font-style: normal;

font-weight: 600;

font-size: 14px;

line-height: 129%;

text-align: center;

color: #717171;

}

.social_icon_list.d-flex a img {

    width: 30px;

    height: 30px;

}

.social_icon_list.d-flex a {

    margin: 7px;

}

.input-group.d-block.Attendance_Percentage p {

    font-family: 'Rajdhani';

    font-style: normal;

    font-weight: 600;

    font-size: 16px;

    line-height: 150%;

    color: #DFDFDF;

}

.Physical_Area_title p {

    font-family: 'Rajdhani';

    font-style: normal;

    font-weight: 600;

    font-size: 18px;

    line-height: 23px;

    text-align: right;

    color: #FFFFFF;

}

.Physical_Area_review_inner {

    box-sizing: border-box;

    display: flex;

    flex-direction: row;

    align-items: flex-start;

    padding: 12px 10px;

    gap: 10px;

    background: rgba(146, 148, 146, 0.2);

    border: 0.2px solid #DFDFDF;

    border-radius: 8px 0px 0px 8px;

}

.Physical_Area_review_inner p{

    margin-bottom: 0px;

}

.Physical_Area_review {

    margin-top: 10px;

}

.review_star{

    box-sizing: border-box;

    display: flex;

    flex-direction: row;

    justify-content: center;

    align-items: center;

    padding: 7px 50px;

    gap: 5px;

    width: 245px;

    background: rgba(146, 148, 146, 0.2);

    border: 0.2px solid #DFDFDF;

    border-radius: 0px 8px 8px 0px;

}

.review_star .checked {

    color: orange;

}

.Physical_Area_review_inner p {

    font-family: 'Rajdhani';

    font-style: normal;

    font-weight: 600;

    font-size: 16px;

    line-height: 129%;

    color: #DFDFDF;

}

.navbar-header.mobile_menu {

    display: none;

}



@media screen and (max-width: 1024px){

    .daily-worout-section div#nav-tab .nav-link{

      margin-bottom: 10px;

      margin-right: 10px;

    }

    .dhashboard-section .col-8, .dhashboard-section .col-4, .dhashboard-section .col-6,.dhashboard-section .col-5,.dhashboard-section .col-7 {

      width: 100% !important;

    }

    .img_content_text h2{

      font-size: 34px;

    }

    .daily-worout-section div#nav-tab button {

      flex: 0 0 33%;

    }

    .daily-worout-section div#nav-tab{

      overflow-x: scroll;

      overflow-y: hidden;

    }

    .img_content_text h4{

      font-size: 16px;

    }

    .added-overflow{

        height: auto;

    }

    

}



@media screen and (max-width:768px){

    .navbar-header.mobile_menu {

        display: none;

    }

    .exercise-main-wrapper .border-img img {

        width: 100%;

    }



}

@media only screen and (max-width: 767px) {

    .timer-wrapper .timer-wrapper-box {

        flex: 0 0 100%;

        margin-right: 15px;

    }

    .Exercise_img img {

        border-radius: 10px;

        height: 80px;

    }

    .left-logo {

        display: flex;

        margin: 10px;

        width: 70%;

    }

    .daily-worout-section div#nav-tab button {

        flex: 0 0 50%;

    }

    .left-panel aside.aside-menu {

        overflow: scroll;

    }

    .navbar-header.mobile_menu {

        display: block;

    }

    .main-content-wrapper {

        padding-left: 15px;

    }

    .top-bar-wrapper {

        z-index: 99999;

    }

    .left-panel {

        max-width: 80px;

        width: 100%;

        position: fixed;

        z-index: 9999;

    }

    .admin_side {

        display: none;

    }

    a.notification_icon {

        padding: 8px;

        margin: 10px;

    }

    .dropdown.custome_drop .dropdown-content {

        min-width: 300px;

        width: 300px;

    }

    .top-right-content a.create-workout-btn {

        padding: 12px 12px;

        font-size: 13px;

    }

    .navbar-header.mobile_menu {

        align-items: center;

        justify-content: center;

        margin: auto;

        margin-left: 0;

        width: 30%;

    }

    .navbar-header.mobile_menu a img {

        width: 40px;

    }



        .left-panel aside.aside-menu {

        display: none;

    }

    .user-button-wrapper img.user-img {

        width: 35px;

    }

    a.notification_icon img {

        width: 30px;

    }

    .left-logo img {

        width: 100%;

    }

    .dropdown.custome_drop{

        padding: 0px;

    }

    .align-items-center{

        justify-content: flex-end;

    }

    .left-panel aside.aside-menu{

        padding: 90px 0 0 0;

    }

    .top-bar-wrapper .top-left-wrapper {

        width: 30%;

        display: flex;

    }

    .top-bar-wrapper .top-right-content {

        width: 70%;

    }

    .user-button-wrapper a{

        padding:5.5px;

    }

    .dropdown.custome_drop .dropdown-content{

        top: 65px;

    }

    .dropdown-content:before{

        top: -12px;

        right: 5px;

    }

    .dropdown.custome_drop:hover .dropdown-content{

        margin-top: 0px;

    }

    .img_content_text a{

        font-size: 14px;

        padding: 8px 15px;

        border-radius: 4px;

    }

    .daily-worout-section div#nav-tab .nav-link{

        border-radius: 4px;

        font-size: 18px;

        padding: 10px;

    }

    .daily-worout-section div#nav-tab .nav-link:last-child {

        margin-right: 0;

    }

    .img_content_text p{

        font-size: 16px;

    }

    .daily-worout-section, .group-planning, .back-color, .start-over-content{

        padding: 10px;

        border-radius: 10px;

    }

    .season-wrapper{

        display: block;

    }

    .season-detail, .season-date{

        width: 100%;

        text-align: left;

    }

    .season-date p{

        margin: 10px 0 0 0;

    }

    .season-wrapper{

        padding: 10px;

    }

    .member-right-detail h4 {

        margin-bottom: 0;

        font-size: 18px;

    }

    .member_img li img {

        width: 70%;

    }

    .member_img li {

        margin-right: -15px;

    }

    .season-select-btn{

       top: 10px; 

    }

    .season-wrapper{

        margin-bottom: 10px;

    }

    .member-left-img img {

    width: 100%;

    }

    .member-left-img {

        width: 16%;

        border-radius: 6px;

    }

  }



