@font-face {
    font-family: mainFont;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: boldFont;
    src: url(../fonts/Roboto-Bold.ttf);
}

:root {
    --main-font: mainFont;
    --bold-font: boldFont;
    --main-color: #8A181A;
    --light-color: #fff;
    --dark-color: #010101;
    --green-color: #6CB945;
    --dark-green: #016053;
}

.green-bg, .bg-success {
    background: var(--green-color) !important;
}

.main-bg, .bg-danger {
    background: var(--main-color) !important;
}

.darkgreen-bg {
    background: var(--dark-green) !important;
}

.dark-green {
    color: var(--dark-green) !important;
}

.dark-bg {
    background: var(--dark-color) !important;
}

.green-color {
    color: var(--green-color) !important;
}

.dark-color {
    color: var(--dark-color) !important;
}

.main-color, .btn-outline-primary:hover {
    color: var(--main-color) !important;
}

.gray-color {
    background-color: #FAFAFA;
}

.text-danger {
    color: #c00d0e
}
.d-flex.aligin-items-center{
    align-items: center !important;
}

.badge-dark {
    border-radius: 16px;
    line-height: 1.65;
    padding: 0.25em 0.8em;
}

.load_more {
    cursor: pointer;
    text-decoration: underline
}

.ui-widget.ui-widget-content {
    z-index: 10;
}

.main-btn.btn-outline-light {
    background: transparent !important;
    border: 1px solid var(--dark-color) !important;
    color: var(--dark-color) !important;
}

.main-btn.btn-outline-light:hover {
    background: var(--dark-color) !important;
    color: var(--light-color) !important;
}

.main-btn.btn-light {
    font-weight: bold;
    background: var(--light-color) !important;
    color: var(--dark-color) !important;
}

.main-btn:hover {
    text-decoration: none;
}

.fw-bold {
    font-weight: bold;
}

#step-3 .hours-option {
    padding-bottom: 200px;
}

#step-3 .training-plan {
    padding-top: 135px;
}

.sw>.tab-content {
    height: auto !important;
    padding: 10px 17px !important;
    overflow-x: hidden;
    overflow-y: visible !important;

}

.sw>.tab-content .packages, .sw>.tab-content .plan-time {
    /*min-height: 495px !important;*/
    padding-top: 2rem;
}

.hours-option {
    min-height: 300px
}

.me-2 {
    margin-right: .7rem;
}

body,
* {
    font-family: var(--main-font);
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: #999;
}

body::-webkit-scrollbar-thumb:hover {
    background: #666;
}

.btn,
.btn:focus {
    border: none;
    outline: none !important;
    box-shadow: none !important;
}

.navbar {
    background: var(--dark-color);
}

.navbar-brand img {
    width: 127px;
}

.cart-btn {
    position: relative;
}

.navbar .badge {
    background: #fff;
    color: var(--main-color);
    position: absolute;
    border-radius: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 17px;
    top: 0;
    right: 0;
}

.search-form {
    background: #fff;
    width: 47%;
    border-radius: 25px;
    height: 36px;
    overflow: hidden;
    border: 1px solid var(--main-color);
}

.search-form .form-control {
    border: none;
    background: none;
    font-size: .8rem;
    box-shadow: none;
    padding: 5px 10px;
    height: 100%;
    font-size: .8rem;
}

.search-form .input-group-prepend {
    width: 35px;
    line-height: 35px;
    text-align: center;
}

.search-form .input-group-prepend i {
    color: var(--main-color);
    width: 100%;
    line-height: inherit;
}


/* .right-list{
    display: flex;
    align-items: center;
} */

.right-list li {
    margin: 0 10px;
    line-height: 33px;
}

.right-list li:last-child {
    margin-right: 0;
}

.right-list li a, .right-list li.sign-in span {
    color: var(--light-color);
    font-size: .8rem;
    cursor: pointer
}

.right-list li a:hover, .right-list li.sign-in span:hover {
    color: var(--main-color);
}

.sign-in img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    object-fit: contain;
}

.chat-icon a, .chat-btn {
    padding: 0 !important;
    width: 33px;
    height: 33px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background: var(--main-color);
    margin: 8px 0;
    cursor: pointer;
}

.chat-icon img, .chat-btn img {
    width: 20px;
}

.lang-icon {
    display: inline-block;
}

.lang-icon a {
    background: var(--light-color);
    color: var(--main-color) !important;
    border-radius: 25px;
    padding: 0 8px !important;
    height: 33px;
    line-height: 33px;
    margin: 8px 0;
}


/* start top banner */

.banner {
    border-radius: 0 0 50px 50px;
    overflow: hidden;
    background: url(../imgs/banner.png) no-repeat;
    background-size: cover;
    position: relative;
}

.main-logo img {
    width: 130px;
}

.banner {
    height: 650px;
}

.banner-content {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 100px;
    margin: auto;
}

.banner-content .media, .small-note {
    margin: auto;
    background: var(--green-color);
    width: 440px;
    max-width: 90%;
    border-radius: 20px;
    padding: 20px 40px;
    font-size: .9rem;
    color: var(--light-color);
    box-shadow: 1px 1px 5px #666;
}

.small-note {
    background: #fff;
    color: var(--main-color);
    padding: 8px 40px;
    border-radius: 10px;
}

.banner-content .media {
    display: flex;
    align-items: center;
}

.banner-content .media.bg-primary {
    background: var(--main-color) !important;
}

.banner-content .media img {
    width: 55px;
}

.banner-content h1 {
    font-family: var(--bold-font);
    font-size: 1rem;
    color: var(--dark-color);
}

.banner-content p>a, .banner-content p>span {
    font-family: var(--bold-font);
    color: var(--dark-color);
    text-decoration: underline;
    cursor: pointer
}

.banner-content .media.bg-primary h1, .banner-content .media.bg-primary p>a, .banner-content .media.bg-primary p>span, .banner-content .media.bg-primary p {
    color: #fff;
}


/* start categories */

.categories {
    margin-top: -60px;
    padding-bottom: 50px;
    position: relative;
}

.cat-list .media {
    height: 180px;
    border-radius: 20px;
    box-shadow: 1px 1px 5px #ddd;
    display: flex;
    align-items: center;
    font-size: .8rem;
    background: var(--light-color);
    color: var(--dark-color);
    margin-bottom: 30px;
    overflow: hidden;
}

.cat-list .media-img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.cat-list .media-body {
    position: relative;
    padding: 10px 40px;
}

.cat-list .media-body h1 {
    font-family: var(--bold-font);
    font-size: 1rem;
}

.cat-list .media-body p {
    opacity: .7;
}

.cat-list .btn {
    width: 150px;
    border-radius: 20px;
    height: 38px;
    line-height: 2;
    font-size: .8rem;
}

.join-now {
    width: 200px;
    max-width: 100%;
    border-radius: 20px;
    height: 38px;
    line-height: 2;
    font-size: .8rem;
    color: #fff;
    margin-bottom: .7rem;
    float: right;
}

.join-now:last-child {
    margin-bottom: 0;
}

.categories .col-lg-6:nth-child(1) .btn {
    background: var(--main-color);
}

.categories .col-lg-6:nth-child(2) .btn {
    background: var(--dark-green);
}

.categories .col-lg-6:nth-child(3) .btn {
    background: var(--dark-color);
}

.categories .col-lg-6:nth-child(4) .btn {
    background: var(--green-color);
}

.small-icon {
    width: 50px;
    height: 50px;
    line-height: 47px;
    border-radius: 5px;
    position: absolute;
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.small-icon img {
    width: 30px;
    transform: rotate(-45deg);
}

.categories .col-lg-6:nth-child(2) .small-icon img,
.categories .col-lg-6:nth-child(4) .small-icon img {
    width: 50px;
}

.categories .col-lg-6:nth-child(1) .small-icon {
    background: var(--main-color);
}

.categories .col-lg-6:nth-child(2) .small-icon {
    background: var(--dark-green);
}

.categories .col-lg-6:nth-child(3) .small-icon {
    background: var(--light-color);
    border: 1px solid var(--dark-color);
}

.categories .col-lg-6:nth-child(4) .small-icon {
    background: var(--green-color);
}


/* start footer */
.payment-method {
    background-color: #fff;
    text-align: center;
}
.footer .payment-method a {
    margin: 3px 1px 3px 0;
    display: inline-block;
}

.footer {
    background: var(--dark-color);
    padding: 50px 0;
}

.footer h2 {
    color: var(--light-color);
    font-size: .8rem;
}

.footer .row {
    align-items: center;
}

.footer .logo-img {
    width: 130px;
}

.footer .list-unstyled li {
    padding: 0 0 10px 0;
}

.footer .list-unstyled a {
    color: var(--light-color);
    font-size: .8rem;
}

.join-now {
    background: var(--green-color);
}

.join-now.btn-outline-primary {
    background: transparent;
    border: 1px solid var(--green-color);
}

.join-now.btn-outline-light {
    background: transparent;
    border: 1px solid #fff;
}

.join-now.btn-outline-primary:hover {
    background: var(--green-color);
}

.join-now.btn-outline-light:hover {
    background: #fff
}

.join-now:hover {
    background: var(--main-color);
}

.social-links a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
    background: var(--light-color);
    color: #000;
}

.social-links .list-inline-item:not(:last-child) {
    margin-right: 3px;
}

.play-store {
    display: flex;
}

.play-store a {
    margin-right: 7px;
    display: inline-block;
}

.play-store img {
    width: 100px;
}

.navbar-toggler {
    color: var(--light-color);
}


/* modal */

.modal {
    padding: 0 15px !important;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-header {
    border: none;
}

.modal-header {
    display: block;
}

.modal .close {
    border: none;
    outline: none !important;
    float: left;
    width: 20px;
    height: 20px;
    line-height: 17px;
    border-radius: 50%;
    background: #BEBEBE;
    opacity: 1;
    padding: 0;
    color: #fff;
    margin: 0;
    font-size: 18px;
    right: 10px;
    top: 10px;
}

.modal .close span {
    display: inline-block;
    height: 20px;
    font-size: 17px;
    color: #fff;
}

.form-title img {
    width: 70px;
    margin-bottom: 15px;
}

.form-title h3 {
    font-size: 1rem;
    color: var(--main-color);
    font-family: var(--bold-font);
}

.form-title p {
    opacity: .8;
    font-size: .8rem;
}

.modal-content {
    background: #fff;
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.modal-body {
    padding: 0 30px 30px 30px;
}

.modal-body h3 {
    font-size: 1.3rem;
    font-family: var(--bold-font);
}

.main-form .form-control {
    font-size: .85rem;
    border-radius: 20px;
    height: calc(2.25rem + 5px);
    padding: 0.375rem 1.75rem;
}

div.error {
    position: absolute;
    bottom: -1rem;
    font-size: .75rem;
    margin: 0 0.5rem;
    color: var(--main-color);
}

.upload-videos>div, .upload-img>div {
    position: relative;
    padding-bottom: 15px
}

.upload-videos .error, .upload-img .error {
    left: 0;
    bottom: -5px;
}

.upload-videos p, .upload-img p {
    width: 85%
}

.main-form .form-group {
    margin-bottom: 1.2rem;
    position: relative;
}

.packages-option {
    display: none
}

.main-form select,
.packages-option select {
    background: url(../imgs/arrow.png) no-repeat #fff;
    background-size: 10px;
    background-position: right 20px center;
    /* Change the px value here to change the distance */
    -moz-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 4px 20px
}

.main-btn {
    background: var(--main-color);
    color: var(--light-color);
    border-radius: 20px;
    height: 42px;
    line-height: 28px;
    margin: 15px auto;
    font-size: .9rem;
}

.main-btn:hover,
.nutrition-form .main-btn:hover,
.driver-form .main-btn:hover {
    background-color: var(--dark-color);
    color: var(--light-color);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.long-btn {
    width: 300px;
    max-width: 90%;
}

.modal-form .modal-body {
    padding: 0;
    min-height: 350px;
}

.modal-form .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1000;
}

.form-banner img {
    width: 100%;
    height: 100%;
    min-height: 460px;
    object-fit: cover;
    border-radius: 18px;
}

.logo-form {
    margin-top: 15px;
}

.logo-form img {
    width: 100px;
}

#phone {
    background: none;
}

.tel-num {
    margin-bottom: 1.2rem;
    font-size: .8rem;
    border-radius: 20px;
    background: var(--light-color);
    border: 1px solid #ddd;
}

.tel-num .form-group {
    margin: 0 !important;
}

.tel-num .form-control {
    border: none;
    background: none;
}

.iti {
    width: 100%;
}

.iti__country-name {
    font-size: .8rem;
}

.iti__country-list {
    z-index: 5;
}

.tel-input {
    width: 100%;
}

.select-country {
    width: 25%;
    position: relative;
}

.select-country:after {
    content: '';
    width: 1px;
    height: 25px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 8px;
}

.forgot-psw {
    cursor: pointer;
    font-size: .8rem;
    float: right;
    color: var(--dark-green);
    margin: 5px 10px 13px 10px;
    text-decoration: underline;
}

.forgot-psw:hover {
    color: var(--dark-color);
}

.signup-btn {
    background: var(--light-color);
    border: 1px solid var(--dark-green);
    color: var(--dark-color);
    margin-top: 0;
}

#ResBtn {
    cursor: pointer;
}

.see-psw, .check-coupon span {
    background: #fff;
    border-radius: 0 20px 20px 0;
    border: 1px solid #ddd;
    border-left: none;
    color: var(--dark-color);
    font-size: .8rem;
}

.see-psw:focus {
    outline: none;
    border: 1px solid #ddd !important;
    border-left: none !important;
}

.main-form .lang-icon a {
    font-size: .8rem;
    margin-top: -10px;
    border: 1px solid #ddd;
}

.main-form .lang-icon i {
    margin-right: 5px;
}

.logo-form h3 {
    font-size: 1rem;
    color: var(--dark-green);
    font-family: var(--bold-font);
    margin: 10px 0 20px 0;
}

.logo-form .color-title {
    color: var(--main-color);
}

.note {
    font-size: .7rem;
    opacity: .8;
    padding: 0 15px;
    margin: -10px 0 20px 0;
    color: var(--dark-color);
}

.verification-form .form-group {
    margin-bottom: 5px;
}

.verification-form .form-control, .four-input .form-control {
    width: 33px;
    height: 42px;
    margin: 0 5px;
    padding: 5px !important;
    background: var(--light-color);
    border-radius: 15px;
    text-align: center;
}

.verification-form a:hover {
    color: var(--dark-green);
}

.timer h3 {
    font-family: var(--bold-font);
    font-size: 1.4rem;
}

.gender {
    margin-top: -10px;
}

.main-form .custom-control-label {
    font-size: .8rem;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--dark-color);
    background-color: var(--dark-color);
}

.nutrition-question .custom-control-input:checked~.custom-control-label::before,
.nutrition-form .custom-control-input:checked~.custom-control-label::before {
    border-color: var(--dark-green);
    background-color: var(--dark-green);
}

.nutrition-question .modal-content {
    background: #F5F5F5;
}

.nutrition-question .modal-content i {
    color: var(--main-color);
    font-size: 2.5rem;
}

.nutrition-question .modal-dialog {
    max-width: 60%;
    margin-top: 0 !important;
}

.nutrition-question.modal .close {
    background: var(--dark-color);
}

.nutrition-question.modal p {
    color: var(--dark-color);
}

.nutrition-question .modal-content i.dark-green {
    color: var(--dark-green);
}

.driver-form .custom-control-input:checked~.custom-control-label::before {
    border-color: var(--green-color);
    background-color: var(--green-color);
}

.custom-control-inline {
    line-height: 23px;
}

.main-form .custom-radio {
    margin-left: 25px;
}

.main-form .custom-control-label::before {
    margin-top: -2px;
}

.main-form .custom-control-label::after {
    margin-top: -2px;
}

.modal::-webkit-scrollbar {
    width: 5px;
}

.modal::-webkit-scrollbar-track {
    background: #fff;
}

.modal::-webkit-scrollbar-thumb {
    background: #ccc;
}

.modal::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.skip-to {
    font-size: .9rem;
    color: #666;
    margin: 10px 0 0 0;
}

.skip-to a {
    color: var(--main-color);
    margin: 0 5px;
    text-decoration: underline;
}


/* training page */

.banner-tabs {
    height: 300px;
    background: url('../imgs/banner-2.png') no-repeat center center/ cover;
}

.banner-tabs .container {
    height: 300px;
    position: relative;
}

.banner-tabs a {
    text-decoration: none;
}

.list-tabs {
    position: absolute;
    bottom: -85px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
}

.list-tabs .col-md-3 {
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}

.list-tabs .col-md-3:hover {
    text-decoration: none;
    transform: scale(1.1);
}

.active-tab {
    transform: scale(1.1);
    z-index: 10;
}

.active-tab .tabs-item {
    /*border: 2px solid var(--dark-color);*/
}

.tabs-item {
    text-align: center;
    position: relative;
    height: 140px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    padding: 7px 15px;
    margin: 7px 0;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tabs-item img {
    width: 65px;
    height: 65px;
    margin-bottom: 10px;
}

.tabs-item h3 {
    color: var(--light-color);
    font-family: var(--bold-font);
    font-size: 1rem;
    position: relative;
}

.tabs-item h3::after {
    content: '';
    width: 30px;
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(255, 255, 255, .5);
}

.tabs-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
}

.banner-tabs .col-md-3:nth-child(1) .tabs-item {
    background: url('../imgs/training.png') no-repeat center center/ cover;
}

.banner-tabs .col-md-3:nth-child(1) .tabs-item:before {
    background: rgba(138, 24, 26, 0.85)
}

.banner-tabs .col-md-3:nth-child(2) .tabs-item {
    background: url('../imgs/nutrition.png') no-repeat center center/ cover;
}

.banner-tabs .col-md-3:nth-child(2) .tabs-item:before {
    background: rgba(1, 96, 83, .8)
}

.banner-tabs .col-md-3:nth-child(3) .tabs-item {
    background: url('../imgs/fitness.png') no-repeat center center/ cover;
}

.banner-tabs .col-md-3:nth-child(3) .tabs-item:before {
    background: rgba(1, 1, 1, .5);
}

.banner-tabs .col-md-3:nth-child(4) .tabs-item {
    background: url('../imgs/healthy.png') no-repeat center center/ cover;
    background-blend-mode: multiply;
    background-color: rgba(108, 185, 69, .8);
}

.banner-tabs .col-md-3:nth-child(4) .tabs-item:before {
    background: rgba(108, 185, 69, .8);
    opacity: .4;
}







.choose-class {
    position: relative;
    margin-top: 70px;
    background: #FAFAFA;
    padding: 30px 70px;
    border-radius: 10px;
}

.choose-class h3 {
    font-size: 1rem;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.classes-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: .9rem;
}

.class-item .cir {
    display: inline-block;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: var(--light-color);
    box-shadow: 1px 1px 3px #ddd;
    margin-bottom: 7px;
    cursor: pointer;
    border: 1px solid #fff;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.class-item .cir img {
    width: 35px;
    height: 45px;
    object-fit: contain;
    display: block;
    margin: 0.6rem auto;
}

.nutrition-list .main-btn {
    text-decoration: none;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 250px;
}

.active-item .dark-icon {
    display: none;
}

.active-item .selected-icon {
    display: inline-block !important;
}

.active-item .cir {
    border: 2px solid var(--main-color);
}

.active-item p {
    color: var(--main-color);
}

.nutrition-question .active-item p {
    color: var(--dark-green);
}


/* start live classes grid */

.main-title {
    font-size: 1.1rem;
    font-family: var(--bold-font);
}

.main-title a,
.view-all {
    color: var(--main-color);
    text-decoration: underline;
    font-size: .9rem;
}

.main-title .green-color {
    color: var(--dark-green);
}

.live-item,
.coach-img,
.last-item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 180px;
    margin-bottom: 26px;
}

.last-item {
    height: auto;
}

.fav-btn {
    position: absolute;
    top: 5px;
    left: 5px;
}

.fav-btn.left-dir {
    right: 5px;
    left: auto;
}

.live-item img,
.coach-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.live-date,
.status {
    position: absolute;
    top: 20px;
    left: 0;
    display: inline-block;
    background: var(--main-color);
    color: var(--light-color);
    border-radius: 0 8px 8px 0;
    padding: 3px 10px;
    font-size: .8rem;
}

.live-date i {
    margin: 0 3px;
}

.live-data,
.coach-data {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.live-data h3,
.coach-data h3,
.last-item h3 {
    font-size: 1rem;
    color: var(--main-color);
    font-family: var(--bold-font);
    margin-bottom: 5px;
}

.live-data p,
.coach-data p,
.last-item p {
    color: var(--light-color);
    font-size: .85rem;
    margin-bottom: 0;
}

.last-item h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.live-data p i,
.coach-data p i {
    margin-right: 5px;
}

.main-live {
    height: 392px;
}

.coach-data h3 {
    color: var(--light-color);
}

.status img {
    width: 18px !important;
    margin-right: 5px;
    margin-top: -4px;
    display: inline-block !important;
}

.coach-img {
    border-radius: 10px 10px 0 0;
    height: 200px;
    margin-bottom: 0 !important;
}

.coach-details {
    background: #FAFAFA;
    padding: 15px;
    font-size: .9rem;
    border-radius: 0 0 10px 10px;
    color: var(--dark-color);
}

.coach-details p {
    margin-bottom: 0;
}

.coach-details .class-date {
    margin-bottom: 5px;
    font-family: var(--bold-font);
}

.coach-details p>i {
    margin-right: 8px;
}

.class-date {
    color: var(--main-color);
}

.class-date i {
    color: var(--dark-color);
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 4px;
    background: #707070;
    margin: 4px;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}

.owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}

.coaches-slider .item,
.live-item,
.choose-class,
.tabs-item,
.last-item {
    box-shadow: 1px 1px 3px #ddd;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}

.tabs-item {
    box-shadow: none;
}

.coaches-slider .item {
    margin-bottom: 1px;
}


/* start popular courses */

.slider.owl-carousel .owl-dots {
    display: none;
}

.slider-item {
    border-radius: 10px;
    overflow: hidden;
}

.slider.owl-carousel .owl-item img, .Tslider.owl-carousel .owl-item img {
    height: 130px;
    object-fit: cover;
    object-position: top;
}

.course-data {
    background: var(--dark-color);
    padding: 12px;
    color: var(--light-color);
}

.course-data h3 {
    font-size: .9rem;
    margin-bottom: 5px;
    color: var(--light-color);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.course-data img {
    width: 25px !important;
    height: 15px !important;
    display: inline-block !important;
    object-fit: contain !important;
    margin-right: 8px;
    margin-top: -3px;
}

.course-data p {
    font-size: .8rem;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    font-size: 1.3rem;
    bottom: -50px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 42%;
}

.owl-carousel .owl-nav button.owl-next {
    right: 42%;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: none;
    color: var(--main-color);
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
    opacity: .3;
    cursor: auto;
}

.owl-carousel .owl-nav button.owl-prev.disabled:hover,
.owl-carousel .owl-nav button.owl-next.disabled:hover {
    color: #000;
}

.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
    outline: none;
}

/* nutrition page */

.nutrition-live {
    padding-top: 100px !important;
}

.nutrition-live .live-date,
.recorded-classes .status,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--dark-green);
}

.nutrition-live .live-data h3 {
    color: var(--light-color);
}

.nutrition-list {
    background: #FAFAFA;
    position: relative;
}

.nutrition-list .main-btn,
.nutrition-form .main-btn {
    background: var(--dark-green);
}

.driver-form .main-btn {
    background: var(--green-color);
}

.recorded-classes .class-date {
    color: var(--dark-green);
}


/* start training list */

.four-tabs {
    background: none;
    height: auto;
    padding: 15px;
    box-shadow: 0 2px 6px rgb(0 0 0 / 16%);
    margin-bottom: 6px;
    background: rgba(255, 255, 255, .5);
}

.four-tabs .container {
    height: auto;
}

.four-tabs .tabs-item {
    display: flex;
    height: auto;
    align-items: center;
}

.four-tabs .tabs-item img {
    margin: 0 10px 0 0;
    width: 58px;
    height: 58px;
}

.noUi-target {
    height: 5px;
    box-shadow: none;
    border: none;
    background: #ddd;
}

.noUi-connect {
    background: var(--main-color);
}

.green-color .noUi-connect, .green-color .noUi-horizontal .noUi-handle {
    background: var(--green-color);
}

.darkgreen-color .noUi-connect, .darkgreen-color .noUi-horizontal .noUi-handle {
    background: var(--dark-green)
}

.noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: none;
    background: var(--main-color);
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #ddd;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -8px;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.noUi-horizontal .noUi-tooltip {
    font-size: .8rem;
    color: #000;
    background: #ddd;
    border: none;
    width: 50px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    bottom: -29px;
}

.no-radius {
    border-radius: 0;
}

.filter {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 20px;
    font-size: .9rem;
}

.filter h3 {
    color: var(--dark-color);
    font-size: 1rem;
    margin-bottom: 15px;
    font-family: var(--bold-font);
    opacity: .5;
}

.filter h4 {
    color: var(--main-color);
    font-size: .9rem;
    font-family: var(--bold-font);
    margin-bottom: 10px;
}

.pricing {
    margin-bottom: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #D8D8D8;
}

.category,
.type {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
}

.main-list .media {
    position: relative;
}

.main-list .media>img {
    width: 140px;
    height: 138px;
    border-radius: 10px;
    object-fit: contain;
    background-color: white !important;
    box-shadow: 1px 1px 5px #ddd;
}

.main-list .media {
    margin-bottom: 20px;
    /* overflow: hidden; */
    border-radius: 10px;
    background: #FAFAFA;
    height: 138px;
}

.main-list .media h3,
.main-list .media h3>a,
.chart-details .media h3,
.chart-details .media a,
.available-exe h3 {
    font-size: .9rem;
    color: var(--dark-color);
    font-family: var(--bold-font);
    margin-bottom: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
}

.my-schedule.main-list .media h3 {
    color: #E95D00;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: initial;
}

.my-schedule.main-list .media p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: initial;
}

.my-schedule.main-list .media>img, .my-schedule.main-list .media {
    height: 117px;
}

.live {
    float: right;
    color: var(--green-color);
}

.done {
    color: var(--green-color) !important;
}

.live i, .done i {
    font-size: .6rem;
}

.available-exe {
    margin-bottom: .5rem;
}

.meals-options p {
    font-size: .9rem;
    margin-bottom: .5rem;
}

.meals-options p>span {
    color: var(--dark-green);
    margin: 0 .5rem 0 0;
}

.meals-list .last-item img {
    height: 135px;
    width: 100%;
    object-fit: cover;
}

.main-list .media .price, .price, .chart-details .media .price {
    color: var(--dark-color) !important;
    font-family: var(--bold-font);
    font-size: .9rem;
}

.main-list.with-map .media .price {
    font-size: .75rem;
}

.main-list .media-body {
    padding: 13px;
    width: calc(100% - 140px);
}

.main-list .media p, .chart-details .media p {
    font-size: .8rem;
    margin-bottom: 3px;
    color: var(--dark-color);
}

.main-list .media .date, .chart-details .media .date {
    color: #BB0101;
}

.main-list p>i {
    margin-right: 7px;
}

.main-list .media .btn {
    padding: 0;
    font-size: .8rem;
    color: var(--dark-color);
}

.main-list.video-list .media {
    height: auto;
    color: #737374;
    align-items: center;
    cursor: pointer;
}

.main-list.video-list .media i {
    font-size: 2.2rem;
    margin-left: 1.5rem;
    margin-right: 0.5rem;
}

.main-list.video-list .media i.fa-play-circle {
    width: 40px;
    height: 40px;
    line-height: 37px;
    border-radius: 50%;
    border: 1px solid #E7E7E7;
    text-align: center;
}

.main-list.video-list .media h3 {
    font-size: 1rem;
}

.main-list.video-list .media h5 {
    font-size: .85rem;
    font-weight: bold;
}

.item-status {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: var(--light-color);
    position: absolute;
    top: 10px;
    left: 10px;
    background: #FF1414;
    font-size: .9rem;
    text-align: center;
}

.history-status {
    border-radius: 25px;
    color: var(--light-color);
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, .65);
    font-size: .75rem;
    text-align: center;
    padding: .15rem .7rem;
}

.history-status.cancelled {
    background: rgba(192, 13, 14, 0.65);
}

.item-status.recorded {
    background: var(--main-color);
    line-height: 27px;
}

.item-status.recorded img {
    width: 19px !important;
    height: 19px !important;
    object-fit: contain;
}


/* start details page */

.details-banner {
    position: relative;
    min-height: 300px;
    padding: 0;
}

.details-banner img {
    height: 370px;
    width: 100%;
    object-fit: cover;
}

.details-banner .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    z-index: 100;
    cursor: pointer;
}

.tabs-bg {
    background: rgba(255, 255, 255, .7);
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.details-train {
    background-color: var(--dark-color);
    height: 300px;
    padding: 40px 15px;
}

.details-train .main-title, .details-train .class-details, .details-train .class-details p {
    color: white;
    opacity: 1;
}

.details-banner .class-status {
    position: absolute;
    top: 126px;
    left: 0;
    right: 0;
    margin: auto;
}

.class-status>div {
    background: rgba(0, 0, 0, .2);
    display: inline-block;
    border-radius: 10px;
    color: var(--light-color);
    margin: 25px 0;
    padding: 0px 20px 0px 40px;
    position: relative;
    height: 30px;
    line-height: 30px;
}

.class-status .item-status {
    top: 0;
    left: 0;
}

.class-details .main-title {
    position: relative;
    padding-bottom: 15px;
    font-size: 1.1rem;
}

.class-details .main-title:after {
    content: '';
    width: 250px;
    max-width: 90%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    margin: 0 auto;
    background: #ccc;
    border-radius: 10px;
    z-index: 0;
}

.class-details .main-title:before {
    content: '';
    width: 180px;
    max-width: 90%;
    height: 4px;
    position: absolute;
    bottom: -1px;
    left: 0;
    margin: 0 auto;
    background: var(--main-color);
    border-radius: 10px;
    z-index: 10;
}

.class-details h5,
.class-schedule h5 {
    padding-bottom: 10px;
    font-size: 1rem;
}

.class-details p {
    font-size: .8rem;
    color: var(--dark-color);
    opacity: .6;
}

.class-schedule h5 {
    font-family: var(--bold-font);
}

.class-schedule p {
    font-size: 1rem;
}

.class-schedule ul {
    padding: 1px 0 1px 15px;
    border-left: 2px solid var(--main-color);
}

.class-schedule ul li {
    margin: 10px 0;
    font-size: .9rem;
    color: #666;
}

.class-schedule ul li span {
    color: var(--main-color);
    font-family: var(--bold-font);
    margin: 0 0 0 4rem;
}

.class-schedule li>i {
    color: #666;
    font-size: 1.1rem;
}

.offers {
    padding: 25px;
    box-shadow: 0px 3px 4px #ddd;
    border-radius: 15px;
    background: var(--light-color);
    margin-top: -140px;
}

.offers.yoga-offers {
    margin-top: 40px;
    padding: 18px;
    z-index: 100;
    position: relative;
}

.offers h3 {
    font-size: 1rem;
    font-family: var(--bold-font);
    margin-bottom: 10px;
    color: var(--main-color);
}

.offers h3>span {
    color: var(--dark-color);
    font-family: var(--bold-font);
    opacity: .5;
    text-decoration: line-through;
}

.offers h5 {
    color: var(--main-color);
    font-size: 1rem;
    font-family: var(--bold-font);
    margin-bottom: 20px;
}

.offers-list .custom-checkbox {
    margin-bottom: 15px;
}

.offers-list .media {
    padding: 5px;
    background: #FAFAFA;
    border-radius: 10px;
    align-items: center;
}

.offers-list .media:last-child {
    margin-bottom: 0;
}

.offers-list .media img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 10px;
}

.offers-list .media-body h3 {
    font-size: 1rem;
    font-family: var(--bold-font);
}

.offers-list .media-body p {
    margin-bottom: 0;
    font-size: .8rem;
    color: #999;
}

.offers-list .media-body p>span {
    color: var(--main-color);
    font-family: var(--bold-font);
}


/* .offers-list .custom-checkbox .custom-control-label::before,
.offers-list .custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    margin-top: 28px
}  */

.bottom-shadow {
    box-shadow: 0 2px 6px rgb(0 0 0 / 16%)
}

.color-title {
    color: var(--main-color);
    font-family: var(--bold-font);
    font-size: 1rem;
    margin-bottom: 25px;
}

.form-input label {
    position: absolute;
    top: -10px;
    left: 40px;
    background: #fff;
    padding: 0 15px;
    font-size: .8rem;
    margin-bottom: 0;
    color: #999;
}

.checkout-form .form-group {
    margin-bottom: 25px;
}

.checkout-form.main-form .custom-radio {
    margin-left: 0;
}

.coupon {
    align-items: center;
}

.main-form .coupon label {
    white-space: nowrap;
    font-family: var(--bold-font);
    color: var(--dark-color);
    font-size: 1rem;
}

.coupon label>i {
    margin-left: 5px;
    color: var(--green-color);
}

.checkout-details {
    background: #FAFAFA;
    border-radius: 15px;
    padding: 25px;
}

.checkout-details h3,
.order-details h3 {
    margin-bottom: 15px;
}

.checkout-details p {
    font-family: var(--bold-font);
    font-size: .95rem;
    margin-bottom: 7px;
}

.checkout-details p span,
.training-cost {
    font-family: var(--bold-font);
    margin-left: 15px;
}

.checkout-details .total {
    border-top: 1px solid #ccc;
    padding: 20px 0;
}

.discount {
    color: var(--main-color) !important;
    text-decoration: line-through;
    margin: 0 0 0 5px;
    display: inline-block;
    font-family: var(--main-font) !important;
}

.after-discount {
    background: var(--dark-color);
    border-radius: 25px;
    padding: 7px 10px;
    color: var(--light-color);
}

.cancel-btn {
    background: var(--light-color);
    border: 1px solid var(--main-color);
    color: var(--main-color);
    margin-top: 0;
}

.order-details .media,
.order-details .media img {
    height: 140px;
}

.order-price {
    font-size: .8rem;
    background: var(--main-color);
    border-radius: 25px;
    padding: 5px 18px;
    color: var(--light-color);
    margin-top: 6px;
    display: inline-block;
}

.payment-done .modal-content {
    background: var(--light-color);
}

.payment-done .modal-body,
.psw-changed .modal-body {
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.payment-done a {
    text-decoration: none;
    color: var(--dark-color);
}

.success-msg, .msg-page, .small-page {
    min-height: 290px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.success-msg img, .msg-page img, .small-page img {
    width: 90px;
    margin-bottom: 25px;
}

.psw-changed img,
.check {
    width: 70px !important;
    margin-bottom: 15px;
}

.success-msg h3, .msg-page h3 {
    font-family: var(--bold-font);
    margin-bottom: 8px;
    font-size: 1.5rem;
}

.success-msg p, .msg-page p .psw-changed h3 {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 22px;
}

.success-msg .main-btn, .msg-page .main-btn {
    width: 200px;
}

.video-details .main-list .media {
    margin-bottom: 15px;
}

.video {
    border-radius: 10px;
    height: 410px;
    position: relative;
}

.video-2 {
    border-radius: 10px;
    height: 200px;
}

.video.new-session::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: rgba(49, 49, 51, .86);
}

.waiting-new-session {
    position: absolute;
    z-index: 100;
    top: calc((100% - 98px) / 2);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: white;
    width: 40%;
}

.waiting-new-session i {
    font-size: 2.2rem;
}

.waiting-new-session h5 {
    font-weight: bold;
    color: var(--green-color);
}

.comment {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.comments-list.scroll-list {
    height: 320px;
    overflow-y: scroll;
    margin-bottom: 1.5rem;
    padding: 0 15px 0 0;
}

.comments-list.scroll-list::-webkit-scrollbar {
    width: 5px;
}

.comments-list.scroll-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.comments-list.scroll-list::-webkit-scrollbar-thumb {
    background: #ccc;
}

.comments-list.scroll-list::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.comments-list .comment:last-of-type {
    border: none;
}

.comment .media {
    display: flex;
    align-items: center;
}

.comment .media img, .chat-list .media img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.comment .media h5, .chat-list .media h5 {
    font-size: .9rem;
    margin-bottom: 2px;
    font-family: var(--bold-font);
}

.comment p, .chat-list p {
    margin: 0;
    font-size: .8rem;
    color: #666;
    opacity: .8;
}

.top-banner {
    height: 300px;
    position: relative;
}

.top-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.info-block {
    position: relative;
    box-shadow: 1px 1px 4px #ccc;
    border-radius: 10px;
    margin-top: -100px;
    background: var(--light-color);
    overflow: hidden;
}

.info-block h5 {
    color: var(--main-color);
    font-size: 1rem;
}

.info-block h6 {
    font-size: 1rem;
}

.info-block p {
    font-size: .95rem;
    text-align: justify;
}

.info-list ul li {
    font-size: .95rem;
    margin-bottom: .4rem;
}

.info-list ul li>ul {
    margin: .4rem 0 .8rem 0;
    color: #8B8B8B;
    font-size: .85rem;
}

.main-form textarea.form-control {
    height: auto;
    min-height: 40px;
}

.info-block .col-md-4 {
    background: var(--dark-color);
}

.contact-data,
.personal-data {
    font-size: .9rem;
}

.contact-data label {
    color: #fff;
    margin-bottom: 0;
}

.contact-data label>i {
    width: 15px;
    margin-right: 5px;
}

.contact-data .form-control,
.personal-data .form-control {
    background-color: transparent;
    color: var(--light-color);
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    padding: 0;
    font-family: var(--bold-font);
    font-size: .9rem;
}

.social-media h3 {
    font-size: .9rem;
    color: #fff;
}

.social-media li img {
    width: 22px;
    object-fit: contain;
}

.trainers-list .col-lg-2 {
    padding: 0 10px;
}
.trainers-list .trainer-block{
    padding:1rem
}
.trainer-block.answer-block {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 15px 5px;
    font-size: .9rem;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    height: 240px;
}

.trainer-block i {
    position: absolute;
    top: -12px;
    right: 14px;
    font-size: 1.5rem;
    display: none;
    color: var(--main-color);
    background: #fff;
}

.trainer-block.active-item {
    border-color: var(--main-color);
}

.trainer-block.active-item i {
    display: block;
}

.cir-img {
    position: relative;
    height: 100px;
    width: 100px;
    display: inline-block;
    margin: 0 auto .5rem;
}

.cir-img>img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    object-fit: cover;
}

.cir-img .flag img, .cir-img .flag li {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    right: -8px;
    bottom: 8px;
}

.trainer-block h3 {
    font-size: .9rem;
    font-family: var(--bold-font);
    margin: 10px 0 5px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.class-num {
    font-family: var(--bold-font);
}

.trainer-block p {
    margin: 0;
    color: var(--dark-color);
    opacity: .7;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: .8rem;
}

.trainer-block .main-btn {
    background: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    border-radius: 21px;
    width: 130px !important;
    margin: 5px 0 0 0;
    font-family: var(--bold-font);
    height: 37px;
    line-height: 22px;
    font-size: .8rem;
}

/* new  */
.train-content {
    min-height: 300px;
}

.train-content .main-title, .vid-list .card h6 i {
    font-size: 1.1rem;
}

.train-content p, .vid-list .card h6 {
    font-size: .9rem;
}

.vid-list .card,
.session-item,
.consultation-slider .item,
.question-list .card {
    border-radius: 10px !important;
    margin-bottom: 15px;
    background-color: rgba(216, 216, 216, .18);
    border-color: rgba(216, 216, 216, .18) !important;
}

.vid-list .accordion .btn {
    padding: 0 0.75rem;
    line-height: 0;
    border-radius: 0;
    align-items: center;
}

.vid-list .card-body ul li i {
    font-size: 1.15rem;
}

.vid-list .card-body ul li a {
    font-size: .8rem;
    text-decoration: underline;
}

.vid-list .card-body ul .list-group-item {
    background-color: transparent;
    border-color: #D8D8D8 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.vid-list .card-body ul .list-group-item:first-child {
    border-top: 0 !important;
}

.vid-list .card-body ul .list-group-item:last-child {
    border-bottom: 0 !important;
}

.question-list .card-header {
    background: none;
    border: none;
}

.question-list .card-header .btn {
    color: #212529;
    font-size: .95rem;
    padding: 0;
    width: 100%;
    text-align: start;
    transition: .3s all ease-in-out;
}

.question-list .card-header .btn:hover {
    color: #E95D00;
}

.question-list .card-body {
    font-size: .9rem;
    color: #666;
    padding-top: 0;
}

.chart-details {
    min-height: 220px;
}

.chart-details .vid-list .icon-img {
    width: 35px;
}

.chart-details .vid-list .media-body {
    padding-right: 1rem;
}

.chart-details .vid-list .list-group-item {
    padding: 0 !important;
    margin-bottom: 5px;
}

.chart-details .vid-list .list-group-item p {
    font-size: .86rem;
}

.chart-details .media {
    background-color: white;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
}

.chart-details .media img {
    width: 210px;
    height: 129px;
    object-fit: cover;
    border-radius: 5px;
    margin-left: 1rem !important;
}

.collapsed-icon {
    transform: rotate(90deg);
}

.collapsed .collapsed-icon {
    display: inline-block !important;
    transform: rotate(0deg);
}


.two_fixed_btns {
    position: fixed;
    right: -207px;
    top: 345px;
    z-index: 200;
    min-width: 480px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.two_fixed_btns .btn.btn-primary {
    padding: 0.375rem 0.75rem;
    border: 1px solid #FAFAFA !important
}

.two_fixed_btns .btn {
    border-radius: 0.6rem 0.6rem 0 0;
    color: white !important;
}

.two_fixed_btns .btn-outline-primary {
    background: #f9f9f9;
}

.two_fixed_btns .btn-outline-primary:hover {
    color: #ddd;
}

.details-train .tabs-bg {
    background: rgba(255, 255, 255, .7);
    padding: 15px;
}


/* start register as coach */

.upload-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.upload-img a {
    color: var(--dark-color);
    margin-top: 10px;
    font-size: .9rem;
    display: inline-block;
}

.select-item {
    margin-bottom: 15px;
    padding: 0 10px;
}

.select-item .custom-radio {
    margin: 0;
}

.select-item h5 {
    font-size: .9rem;
    opacity: .8;
    margin: 10px 0;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    display: none;
}

.custom-file-label {
    border: none;
    padding: 0;
    font-size: .9rem;
    color: var(--dark-color);
    padding: 0 10px;
}

.custom-file-input:focus~.custom-file-label {
    border-color: none;
    box-shadow: none;
}

.right-list .dropdown-menu {
    padding: 0 8px;
}

.right-list .dropdown-item {
    color: var(--dark-color);
    padding: 7px;
    border-bottom: 1px solid #eee
}

.right-list .dropdown-item:hover {
    color: var(--main-color);
}

.dropdown-item:focus {
    background: none;
    color: var(--dark-color);
}


/* start complaints list */

.complaints .media,
.courses .media {
    padding: 12px;
    border-radius: 10px;
    background: #FAFAFA;
    font-size: .9rem;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

#orders .media, #return_orders .media {
    display: block !important;
}
#orders .main-btn, #return_orders .main-btn{
    height: 37px;
    line-height: 25px;
}

.complaints .media h5,
.courses .media h5,
.item-block h5,
.subscription-info .media h5 {
    font-size: .9rem;
    font-family: var(--bold-font);
    margin-bottom: 5px;
    color: var(--dark-color);
}

.complaints .media h5 {
    cursor: pointer;
}

.complaints .date,
.courses .date {
    margin-bottom: 5px !important;
}

.subscription-list h3 {
    color: var(--green-color);
    margin-bottom: .5rem;
}

.item-block, .subscription-info .media {
    padding: 12px;
    border-radius: 10px;
    background: #FAFAFA;
    font-size: .9rem;
    margin-bottom: 20px;
    cursor: pointer;
}

.subscription-btn {
    margin: 0;
}

.subscription-btn .col-6:first-child {
    padding: 0 5px 0 0;
}

.subscription-btn .col-6:last-child {
    padding: 0 0 0 5px;
}

.subscription-btn .btn {
    background: #E95D00;
    margin-bottom: 0;
}

.subscription-btn .btn-outline-dark {
    background: transparent !important;
    border: 1px solid var(--dark-color) !important;
}

.subscription-info {
    display: none;
}

.subscription-info .plan-name p {
    color: #E95D00 !important;
    font-size: .9rem !important;
    font-family: var(--bold-font);
}

.complaints .media p,
.courses .media p,
.item-block .media p,
.subscription-info .media p,
.date-time,
.freeze-subscription>div:first-child p {
    font-size: .8rem;
    margin-bottom: 0;
    color: var(--dark-color);
    opacity: .8;
}

.sessions-num {
    font-family: var(--bold-font);
}

.sessions-num span {
    color: #E95D00;
    font-family: var(--bold-font);
}

.courses .media p>i, .courses .media p>img,
.item-block p>i,
.item-block p>img {
    min-width: 14px;
    width: 14px;
}

.complaint-details {
    display: none;
}

.back {
    width: 25px;
    display: inline-block;
    cursor: pointer;
    font-size: 1.2rem;
}

.back_btn {
    cursor: pointer;
}

.complaint-form .main-form {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.date {
    direction: ltr;
}

.date i {
    margin: 0 .2rem 0 0;
    font-size: .9rem;
}

.complaints a,
.courses a {
    text-decoration: none;
}

.logout img {
    width: 60px;
    margin-top: 50px;
}

.logout h3 {
    margin: 7px 0;
    font-size: 1rem;
    font-family: var(--bold-font);
}

.logout p, .reactivate-subscription p {
    font-size: .9rem;
    margin-bottom: 30px;
}

.logout .cancel-btn, .reactivate-subscription .cancel-btn {
    margin: 15px 0;
}

.reactivate-subscription i {
    font-size: 60px;
    margin: 50px 0 20px 0;
    color: #000;
}

.side-tabs {
    display: flex;
}

.side-tabs .tab-content {
    width: calc(100% - 240px);
    font-size: .9rem;
}

.side-tabs .tab-content .no-results {
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.side-tabs>.nav {
    width: 210px;
    min-width: 210px;
    display: block;
    background: #FAFAFA;
    border-radius: 10px;
    padding: 15px;
    min-height: 400px;
    margin: 0 30px 30px 0;
}

.side-tabs .nav h3 {
    font-size: .9rem;
}

.side-tabs .nav-link {
    border-radius: 0;
    color: var(--dark-color);
    border-bottom: 1px solid #ddd;
    font-size: .9rem;
    padding: 12px 6px;
}

.side-tabs .nav-link i {
    width: 25px;
}

.side-tabs .nav-link:last-of-type {
    border: none;
}

.side-tabs .nav-link.active {
    color: var(--main-color);
    background: none;
    font-family: var(--bold-font);
}

.wallet-content .points {
    width: 300px;
    border-radius: 15px;
    background: var(--dark-color);
    position: fixed;
    bottom: 20px;
    right: 60px;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.wallet-content .points p {
    font-size: 0.9rem;
    color: #ffffff;
}

.wallet-content .points .btn {
    background: #ffffff !important;
    font-size: 0.9rem;
}

.my-wallet, .transaction-list .transaction-item {
    background: #FAFAFA;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.my-wallet h3 {
    font-size: 1.6rem;
    color: var(--main-color);
    font-family: var(--bold-font);
}

.my-wallet .name {
    color: #888888;
    font-size: 0.85rem;
}

.my-wallet .main-btn {
    min-width: 135px;
    margin: 10px 0;
}

.transaction-list .transaction-item .transaction-icon {
    background: #e9e9e9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    text-align: center;
    margin: 0 1rem 0 0;
}

.transaction-list .transaction-item h5 {
    font-size: 0.95rem;
    color: #4d4c4c;
    font-family: var(--bold-font);
}

.transaction-list .transaction-item h5>span {
    font-family: var(--bold-font);
}

.transaction-list .transaction-item p {
    margin: 0;
    font-size: 0.85rem;
    color: #888888;
}

.add-money, .transfer-money, .successful-msg {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    display: none;
}

.add-money .payment-method ul li {
    border: 2px solid #ddd !important;
    padding: 5px;
    border-radius: 10px !important;
    overflow: hidden;
    margin: 0 5px;
    cursor: pointer;
}

.add-money .payment-method ul li.selected-item {
    border-color: var(--main-color) !important;
}

.add-money .payment-method ul li img {
    width: 85px;
    max-width: 100%;
    height: 40px;
    object-fit: contain;
}

.resend-btn {
    font-size: .9rem;
    text-decoration: underline;
    color: var(--main-color);
    display: inline-block;
}

.person-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.successful-msg p {
    color: #888888;
    font-size: 0.85rem;
}

.successful-msg .main-btn {
    width: 150px;
}

.classes-date {
    display: flex;
    align-items: center;
}

.classes-date p {
    color: #666;
    font-size: .8rem;
    margin: 0;
}

.classes-date p>span {
    display: block;
    font-family: var(--bold-font);
    font-size: 1rem;
}

.classes-date .date, .color-note {
    color: #E95D00;
}

.classes-date .date>span {
    font-size: 1.9rem;
    line-height: 25px;
}

.classes.main-list .media {
    height: 95px;
}

.classes.main-list .media img {
    width: 95px;
    height: 95px;
}

.appointments.main-list .media img {
    width: 110px;
    height: 128px;
}

.appointments.main-list .media {
    height: 128px;
}

/* start notifications */

.notification {
    position: relative;
    background: #FAFAFA;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 15px;
}

.fitness-notification {
    border-left: 8px solid var(--main-color);
}

.market-notification {
    border-left: 8px solid var(--dark-color) !important;
}

.healthy-notification {
    border-left: 8px solid var(--green-color) !important;
}

.nutrition-notification {
    border-left: 8px solid var(--dark-green);
}

.notification p {
    margin: 0;
    font-size: .9rem;
}

.notification p>span {
    font-size: .8rem;
    opacity: .5;
}

.close {
    position: absolute;
    right: 7px;
    top: 7px;
    color: #999;
    font-size: 1rem;
}

.in-progress {
    border-color: var(--dark-color) !important;
}

.done {
    border-color: var(--green-color) !important;
}

.status-cir {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.status-cir img {
    height: 20px;
    object-fit: contain;
}

.status-cir p {
    margin: .2rem 0 0 0;
    white-space: nowrap;
    font-size: .55rem !important;
    font-family: var(--bold-font);
    text-wrap: auto;
}

.status-cir.new, .status-cir.new p {
    color: var(--green-color);
}

.status-cir.inprogress, .status-cir.inprogress p {
    color: var(--main-color);
}

.status-cir.confirmed, .status-cir.confirmed p {
    color: #4b06c8;
}

.status-cir.done-status, .status-cir.done-status p {
    color: #1D9951;
}

.status-cir.beingshipped, .status-cir.beingshipped p {
    color: #FB8C00;
}

.status-cir.return-item, .status-cir.return-item p {
    color: #FB8C00;
}

.status-cir.delivered, .status-cir.delivered p {
    color: #E95D00;
}

.status-cir.canceled, .status-cir.canceled p {
    color: #EB2205;
}

.status-cir.order-out, .status-cir.order-out p {
    color: var(--dark-green);
}

.courses .media h5>span {
    font-family: var(--bold-font);
    color: var(--green-color);
}


/* start my account */

.personal-data .form-row {
    margin: 0 -15px;
}

.personal-data .col-md-6 {
    padding: 0 15px;
}

.personal-data .form-control {
    border-color: #ccc;
    color: var(--dark-color)
}

.personal-data label {
    color: #666;
    width: 100%;
    margin: 0;
    font-size: .8rem;
}

.personal-data label>a {
    color: var(--main-color);
    text-decoration: underline;
}

.edit-btn, .add-btn {
    background: var(--main-color);
    color: var(--light-color);
    font-size: .9rem;
    padding: 5px 18px;
    border-radius: 20px;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}

.edit-btn:hover, .add-btn:hover {
    background: var(--dark-color);
    text-decoration: none;
    color: var(--light-color);
}

.main-form label {
    font-size: .8rem;
    color: #666;
    display: block;
}

.two-btn {
    width: 65%;
    margin: 0 auto;
    margin-top: 15px;
}

.two-btn .main-btn {
    margin: 15px 0;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {
    outline: 0px !important;
    /* -webkit-appearance: none; */
    box-shadow: none !important;
}


/* fitness market */

.latest-product {
    margin-top: 80px;
}

.last-item:hover {
    text-decoration: none;
}

.last-item img {
    height: 110px;
    width: 100%;
    object-fit: contain;
    padding: 5px;
}

.product-data {
    padding: 15px;
}

.product-data h3>span {
    color: var(--dark-color);
    font-size: .9rem;
    font-family: var(--bold-font);
}

.product-data p {
    color: #999;
}

.last-item.main-live img {
    height: 312px;
}

.main-live h3 {
    font-size: 1.3rem;
}

.main-live h3>span {
    font-size: 1rem;
}

.main-live p {
    font-size: .9rem;
}

.adv .item {
    width: 100%;
    height: 318px;
    border-radius: 10px;
    overflow: hidden;
}

.adv .item img {
    height: 100%;
    object-fit: cover;
}

.latest-offers {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 25px;
}

.latest-offers .main-title {
    margin-bottom: 15px;
}

.offers-slider .item,
.selling-slider .item {
    background: var(--light-color);
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}

.selling-slider .white-box {
    background: #fff !important;
}

.offers-slider .item img,
.selling-slider .item img {
    height: 130px;
    object-fit: contain;
    border-radius: 10px 10px 0 0;
    background-color: white !important;
}

.offers-slider a,
.selling-slider a {
    text-decoration: none;
}

.new-offer-style.offers-slider .item::after {
    content: '';
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    border-radius: 10px;
}

.new-offer-style.offers-slider .description {
    position: absolute;
    bottom: 5px;
    background: none;
    z-index: 10;
}

.new-offer-style.offers-slider img {
    border-radius: 10px;
    height: 180px;
}

.new-offer-style.offers-slider .description h3 {
    color: #fff;
    font-family: var(--bold-font);
}

.new-offer-style.offers-slider .description p {
    color: #fff;
    font-family: var(--bold-font);
    font-size: .8rem;
}

.description {
    padding: 12px;
    position: relative;
}

.description h3, .food-color .last-item h3 {
    font-size: .95rem;
    color: var(--main-color);
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: var(--bold-font);
}

.description p {
    margin-bottom: 0;
}

.description p span {
    color: var(--dark-color);
    font-family: var(--bold-font);
    font-size: .9rem;
}

.description p span:first-child {
    color: #F80B0B;
    text-decoration: line-through;
    font-size: .9rem;
    margin-right: 5px;
    font-family: var(--bold-font);
}

.stores .main-title {
    margin-bottom: 20px;
}

.stores-slider .item img {
    height: 165px;
    object-fit: cover;
    border-radius: 10px;
}

.banner-slider {
    position: relative;
}

.sec-banner {
    margin-top: -154px;
    z-index: -2;
}

.gallery-img {
    display: inline-block;
}

.store-banner .item img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.banner-slider .owl-theme .owl-dots {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
}

.selling-slider .item {
    margin: 2px 1px;
    display: inline-block;
    background: #FAFAFA;
    box-shadow: 1px 1px 5px #ddd;
}

.selling-slider .item h3 {
    font-family: var(--bold-font);
}

.top-rate {
    background: var(--dark-color);
    color: var(--light-color);
    border-radius: 20px;
    padding: 2px 8px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: .75rem;
}

.top-rate i {
    font-size: .7rem;
    margin: 0 .2rem;
}

/* market list */

.add-fav,
.delete {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ccc;
    cursor: pointer;
    z-index: 99;
    font-size: 1.2rem;
}

.add-fav {
    color: var(--dark-color);
}

.like-item {
    color: #BB0101 !important;
}

.add-fav.btn {
    padding: 0.375rem 0.75rem !important;
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
    font-size: 1.2rem !important;
}

.market-list.main-list .media>img {
    /* object-fit: contain !important; */
    background: var(--light-color);
    /* padding: 20px; */
}

.market-list .order-price {
    background: var(--dark-color);
}

.market-list .media h3>span,
.description h3>span {
    color: var(--main-color);
    font-family: var(--bold-font);
    display: flex;
    align-items: center;
}

.market-list .media h3 i,
.description h3 i {
    font-size: .8rem;
    margin: 0 2px;
}

.add-remove {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    margin-left: 5px;
}

.add-remove span {
    display: inline-block;
    line-height: 18px;
    width: 28px;
    height: 28px;
    border: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
    background: var(--light-color);
    border-radius: 3px;
}

.add-remove span>img {
    width: 20px !important;
    height: 20px !important;
}

.add-remove input {
    border: none;
    width: 30px;
    padding: 0;
    text-align: center;
    height: 28px;
    background: none;
    font-size: .9rem;
    font-family: var(--bold-font);
}

.qty {
    display: flex;
    align-items: center;
    font-size: .8rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

/* Fallback for other browsers */
input[type="number"] {
    appearance: textfield;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

.market-list.main-list .media,
.market-list.main-list .media>img {
    height: 135px;
}

.main-list .media:hover {
    text-decoration: none;
}

.color,
.select-one {
    display: flex;
    align-items: center;
}

.color p,
.select-one p {
    margin-bottom: 0;
    font-size: .9rem !important;
    min-width: 60px;
    font-family: var(--bold-font);
}

.color-list {
    height: 25px;
}

.color-list li,
.select-one li,
.choose-brands li {
    margin: 3px !important;
    cursor: pointer;
}

.color-list .color-cir,
.product-color {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ddd;
    display: inline-block;
    position: relative;
    border: 1px solid #000;
}

.color-list li:nth-child(1) .color-cir {
    background: #6C67B4;
}

.color-list li:nth-child(2) .color-cir {
    background: #EB3B77;
}

.color-list li:nth-child(3) .color-cir {
    background: #EBC83B;
}

.color-list li:nth-child(4) .color-cir {
    background: #fff;
}

.color-list li:nth-child(5) .color-cir {
    background: #000;
}

.selected-color span:after {
    content: '';
    background: url(../imgs/check2.png) no-repeat center center;
    background-size: 16px 13px;
    width: 23px;
    height: 25px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0;
}

.select-one li,
.choose-brands li {
    background: var(--light-color);
    border: 1px solid var(--dark-color);
    padding: 5px 8px;
    border-radius: 20px;
    font-size: .8rem;
}

.select-one .selected-item,
.choose-brands .selected-brand {
    background: var(--dark-color);
    color: var(--light-color)
}

.choose-brands,
.features {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D8D8D8;
}

.market-color .main-btn,
.receipt .main-btn {
    background: var(--dark-color);
}

.reset-filter {
    margin: 0 auto;
    display: block;
    text-decoration: underline;
    font-size: .9rem;
    color: var(--main-color);
}

.reset-filter:hover {
    color: var(--dark-color);
}

.rating span {
    color: #ddd;
    font-size: .8rem;
}

.rating .checked {
    color: orange;
}

.market-list a {
    color: var(--dark-color);
}

.market-list a:hover h3 {
    color: var(--main-color);
}


/*market details slider*/

.details-slider .carousel-inner {
    height: 240px;
    margin-right: 25px;
    text-align: center;
}

.details-slider .carousel-item {
    height: 100% !important;
    position: relative;
}

.details-slider .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.slide-indicate {
    position: static;
    width: 100%;
    margin: 25px 0
}

.slide-indicate>li {
    width: 18%;
    height: 95px;
    margin: 0 7px;
    text-indent: initial;
    opacity: 1;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.slide-indicate>li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 3px;
}

.slide-indicate>.active {
    border-color: var(--main-color)
}

.carousel-control {
    position: absolute;
    top: 45%;
    color: #696969
}

.item-details p {
    font-size: .8rem;
    margin-bottom: 0;
}

.ingredients ul {
    padding: 1.1rem;
    font-size: .8rem;
}

.item-details h3 {
    font-size: 1rem;
    font-family: var(--bold-font);
}

.add-cartbn {
    width: 200px;
}

.details-tabs {
    margin: 30px 0 20px 0;
}

.details-tabs.nav-tabs {
    border-bottom: none;
}

.details-tabs.nav-tabs li {
    width: calc(100% / 3);
    text-align: center;
    margin: 0 !important;
}

.details-tabs.nav-tabs .nav-link.active {
    color: var(--main-color);
    font-family: var(--bold-font);
}

.green-color.details-tabs.nav-tabs .nav-link.active {
    color: var(--green-color);
}

.details-tabs.nav-tabs .nav-link {
    padding: 10px;
    border: none;
    border-bottom: 2px solid;
    color: #8B8B8B;
    font-size: .95rem;
}

.details-tabs.nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 2px solid;
    margin: 0 !important;
}

.add-cart .add-remove span {
    line-height: 29px;
    width: 33px;
    height: 33px;
    font-size: .8rem;
}

.add-cart .add-remove input {
    width: 44px;
    height: 33px;
    color: var(--main-color);
    font-family: var(--bold-font);
    font-size: 1.2rem;
}

.add-cart .add-remove {
    justify-content: center;
    margin: 25px 0;
}

.item-rate {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rate-chart {
    width: calc(100% - 100px);
    margin-left: 15px;
}

.rate-chart .progress {
    height: .25rem;
    border-radius: .25rem;
    margin-bottom: 13px;
}

.rate-chart .progress:last-child {
    margin-bottom: 0;
}

.rate-chart .progress-bar {
    background: #5B5252;
}

.rate-value p {
    color: var(--main-color);
    font-size: 1rem;
}

.rate-value .value {
    color: #666;
    font-size: .8rem;
}

.item-rate .rating span {
    font-size: .7rem;
    float: left;
    margin: 5px 1px;
}

.rate-chart .progress-bar span {
    position: absolute;
    left: 12px;
    color: var(--main-color)
}

.address-google, .add-location {
    font-size: .8rem;
    text-decoration: underline;
    color: #3B8AC7;
    margin-top: 5px;
}

.add-location {
    color: #E95D00;
}

.item-price {
    font-family: var(--bold-font);
    margin-top: 8px;
}

.total-price {
    font-family: var(--bold-font);
    color: var(--main-color) !important;
}

.delete {
    color: #999;
}

.sub-title {
    font-size: .9em;
    font-family: var(--bold-font);
    color: var(--main-color);
}

.group-price {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-bottom: 30px;
}

.group-price p {
    font-size: .9rem;
    font-family: var(--bold-font);
    width: 300px;
    max-width: 100%;
    margin-bottom: 5px;
}

.group-price p>span {
    font-family: var(--bold-font);
}

.receipt {
    font-size: .8rem;
    background: #FAFAFA;
    border-radius: 10px;
    padding: 25px 20px;
}

.items-block .items {
    display: flex;
    justify-content: space-between;
}

.items p>span {
    min-width: 40px;
    display: inline-block;
    font-family: var(--bold-font);
}

.items-block {
    margin-bottom: 25px;
    font-size: .8rem;
}

.recurring h3 {
    font-family: var(--bold-font);
    color: #E95D00;
}

.recurring p, .recurring p>span {
    font-family: var(--bold-font);
    margin-bottom: .1rem !important;
}

.items-block h3 {
    margin-bottom: 7px;
    font-size: .8rem;
}

.items-block p {
    margin-bottom: 7px;
}

.sub-total {
    padding-top: 7px;
    border-top: 1px solid #ddd;
}

.sub-total p,
.sub-total span {
    font-family: var(--bold-font);
}

.receipt .coupon {
    padding: 10px 0;
    justify-content: space-between;
    margin-bottom: 15px;
    /* border-top: 1px solid #ddd; */
    border-bottom: 1px solid #ddd;
}

.receipt .coupon label {
    padding: 0;
    width: 150px;
    font-family: var(--bold-font);
    color: var(--dark-color);
}

.receipt .coupon .form-control {
    width: 120px;
}

.fees .total {
    border-top: 1px solid #ddd;
    padding-top: 7px;
    font-family: var(--bold-font);
    font-size: 1rem;
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fees p {
    margin-bottom: 7px;
    font-family: var(--bold-font);
}

.fees p>span {
    font-family: var(--bold-font);
}

.fees .total span {
    font-family: var(--bold-font);
    background: var(--main-color);
    color: var(--light-color);
    border-radius: 20px;
    padding: 5px 10px;
}

.add-item.main-btn {
    background: transparent;
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
    margin-top: 0;
}

.store-logo {
    z-index: 100;
    position: relative;
}

.store-logo .logo-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 1px 0px 5px #666;
    padding: 1rem;
    margin: 0 1rem 0 0;
    margin-top: -35px;
}

.store-logo .logo-img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.store-category .item {
    text-align: center;
}

.store-category .item a {
    text-decoration: none;
    color: #000;
}

.store-category .item a:hover img {
    transform: rotate(10deg);
}

.store-category img {
    display: inline-block !important;
    width: 90px !important;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    transition: .3s all ease-in-out;
    border: 2px solid transparent;
    padding: 3px;
}

.store-category .active-item img {
    border: 2px solid var(--dark-color);
    padding: 3px;
}

.store-category h3 {
    font-size: .9rem;
    margin-bottom: 0;
}

.description .cat {
    font-size: .75rem;
    opacity: .6;
    margin-top: -5px;
    color: var(--dark-color);
}


/* view profile */

.profile-details {
    font-size: .9rem;
}

.profile-details .online-status {
    left: 9px;
}

.profile-details h3 {
    font-size: 1.1rem;
    font-family: var(--bold-font);
    margin-bottom: 0;
}

.profile-details .social-links a {
    border-radius: 50%;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

.counter {
    width: 300px;
    max-width: 100%;
    height: 90px;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background: #FAFAFA;
    border-radius: 10px;
}

.counter p {
    width: 30%;
    font-family: var(--bold-font);
    line-height: 14px;
    font-size: .7rem;
    margin-bottom: 0;
}

.counter p:nth-child(2) {
    padding: 0 8px;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.counter p>span {
    display: block;
    font-family: var(--bold-font);
    font-size: 1rem;
    margin-top: .5rem;
}

.profile-description h3 {
    margin-bottom: 10px;
}

.profile-description p {
    font-size: .8rem;
    opacity: .8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.profile-description a {
    font-size: .9rem;
    color: var(--dark-color);
    font-family: var(--bold-font);
}

.see-more.profile-description p {
    display: block;
}

.see-more .show {
    display: none;
}

.see-more .hide {
    display: block !important;
}

.all-classes .main-list h3>span {
    color: var(--main-color);
    font-family: var(--bold-font);
}

.all-classes .main-list a {
    text-decoration: none;
}

.more-classes a {
    color: var(--dark-color);
    font-family: var(--bold-font);
    font-size: .9rem;
}


/* rate modal */

.rate-modal {
    padding-top: 40px;
}

.rate-modal .rate {
    color: var(--main-color);
}

.rate-modal .rate span {
    font-size: 1.3rem;
    margin-bottom: 10px
}

.rate-modal h3 {
    margin: 5px 0;
}

.rate-modal p {
    font-size: .9rem;
    margin-bottom: 25px;
}

.rate-modal textarea {
    font-size: .9rem;
    background: none;
    border-radius: 10px;
    margin-bottom: 15px;
}

.rate-modal .main-btn {
    margin-bottom: 0;
}

.rate-modal .rate-list {
    height: 30px;
}

.rate-modal .rate-list .rate-product:not(:checked)>label {
    font-size: 26px;
}

/* circle progress bar */

.cir-progress.progress-bar {
    position: relative;
    height: 80px;
    width: 80px;
}

.cir-progress.progress-bar div {
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.cir-progress.progress-bar div span {
    position: absolute;
    font-family: Arial;
    font-size: 18px;
    line-height: 70px;
    height: 70px;
    width: 70px;
    left: 5px;
    top: 5px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    color: var(--main-color);
}

.cir-progress.progress-bar .rotate {
    clip: rect(0 40px 80px 0);
}

.cir-progress.progress-bar .left {
    clip: rect(0 40px 80px 0);
    opacity: 1;
}

.cir-progress.progress-bar .right {
    clip: rect(0 40px 80px 0);
    transform: rotate(180deg);
    opacity: 0;
}

.cir-progress.progress-bar {
    background: none;
}

@keyframes toggle {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.title {
    position: relative;
}

.title .cir-progress {
    position: absolute;
    top: -20px;
    right: 0;
}

.healthy-food .item {
    margin: 5px;
}

.healthy-food .last-item img {
    padding: 0;
    object-fit: contain;
}

.food-tabs.nav-tabs {
    border: none;
}

.food-tabs.nav-tabs li {
    text-align: center;
}

.food-tabs.nav-tabs .nav-link.active,
.food-tabs.nav-tabs .nav-link.active:hover {
    border: none;
    border-bottom: 2px solid;
    color: var(--green-color);
    font-family: var(--bold-font);
    margin: 1px 0 0 0 !important;
}

.dark-tabs.food-tabs.nav-tabs .nav-link.active,
.dark-tabs.food-tabs.nav-tabs .nav-link.active:hover {
    border: none;
    border-bottom: 2px solid;
    color: var(--dark-color);
}

.food-tabs.nav-tabs .nav-link, .two-tabs.nav-tabs .nav-link {
    padding: 10px;
    color: #666;
    font-size: .9rem;
}

.food-tabs.nav-tabs .nav-link:hover,
.two-tabs.nav-tabs .nav-link:hover {
    border: none;
    margin: 0;
}

.two-tabs.nav-tabs {
    width: fit-content;
    margin-bottom: 30px;
}

.two-tabs.nav-tabs .nav-link.active {
    border: none;
    border-bottom: 2px solid;
    color: var(--main-color);
    font-family: var(--bold-font);
    background: transparent;
}

.two-tabs.nav-tabs .nav-link {
    min-width: 170px;
    text-align: center;
}

.two-tabs.nav li:hover a {
    margin: 0 !important;
}

.nav li:hover a {
    margin: 1px !important;
}

.offers-slider .item .restaurant-logo {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 15px;
}

.restaurant-logo {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    margin: 0 .5rem 0 0;
}

.small-logo {
    width: 45px !important;
    height: 45px !important;
    object-fit: contain;
    margin-bottom: .25rem;
    border-radius: 50% !important;
}

.map {
    width: 100%;
    height: 300px;
    border-radius: 10px;
}

.meals.main-list .media>img, .meals.main-list .media {
    height: 140px;
    background: #FAFAFA;
}

.meals.main-list .media-body {
    padding: 10px 13px;
}

.meals.main-list.with-map .media-body {
    padding: 10px;
}

.meals .media {
    background: none;
    text-decoration: none;
}

.meals .media .discount-value, .discount-label {
    background: var(--main-color);
    border-radius: 25px;
    color: var(--light-color);
    font-size: .85rem;
    padding: 3px 12px;
    font-family: var(--bold-font);
    margin-top: .3rem;
    display: inline-block;
}

.meals .media .discount-value {
    font-size: .75rem;
    text-align: center;
    padding: 3px;
}

.meals.main-list .media h3 {
    color: var(--green-color);
    margin-bottom: 5px;
}

.meals .rate {
    color: #ccc;
    font-size: .9rem;
}

.meals .rate span {
    margin: -2px;
}

.meals .rate .checked {
    color: #8B8B8B;
}

.meals .price {
    font-family: var(--bold-font);
    margin: 5px 0;
}

.food-color .description h3 {
    color: var(--dark-color);
    white-space: normal;
}

.food-color .main-title a,
.food-color,
.food-color .last-item h3,
.food-color .selling-slider .description h3,
.food-color .view-all {
    color: var(--green-color);
}

.description .rate {
    color: var(--green-color);
    font-size: .85rem;
}

.description .rate i {
    margin: 0 2px;
}

/* chat */

.chat {
    width: 340px;
    max-width: 100%;
    box-shadow: 1px 1px 3px #ddd;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    display: none;
    position: fixed;
    bottom: 0;
    left: 98px;
    background: #fff;
    z-index: 1000;
}

.chat-header {
    background: var(--main-color);
    color: var(--light-color);
    font-size: .9rem;
    padding: 10px 15px;
}

.chat-header p {
    margin: 0;
}

.chat-box {
    padding: 10px;
    overflow-y: scroll;
    height: 300px;
}

.chat-r .sp {
    flex: 1;
}

.chat-l .sp {
    flex: 1;
}

.posted-img {
    display: inline-block;
    width: auto;
    height: 100px;
    object-fit: contain;
    margin: 0.5rem 0 !important;
    border-radius: 10px;
}

.mess {
    overflow: hidden;
    margin-bottom: 10px;
}

.chat-box .mess p {
    max-width: 300px;
    color: var(--light-color);
    background: var(--main-color);
    padding: 7px;
    border-radius: 9px;
    margin: 0px;
    font-size: .8rem;
    cursor: pointer;
    position: relative;
}

.mess-l {
    display: flex;
    align-items: flex-end;
}

.chat-box .mess-l p {
    background: #F5F5F5;
    color: var(--dark-color);
}

.chat-box p>span, .file span {
    display: block;
    font-size: .6rem;
}

.file {
    color: var(--light-color);
    background: var(--main-color);
    border-radius: 9px;
    padding: 7px;
    min-width: 140px;
}

.chat-r .file {
    color: var(--dark-color);
    background: #F5F5F5;
}

.file-name {
    background: rgba(0, 0, 0, .2);
    border-radius: 5px;
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
}

.file p {
    background: none !important;
}

.chat-box::-webkit-scrollbar {
    width: 5px;
}

.chat-box::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.chat-box::-webkit-scrollbar-thumb {
    background: #ccc;
}

.chat-box::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.chat-footer {
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.chat-footer .txt-input {
    min-height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 10px;
    font-size: .8rem;
    border: 1px solid #ddd;
    color: #585858;
    width: calc(100% - 60px);
}

.chat-footer textarea {
    resize: none;
    border: none;
    padding: 6px 10px;
    height: 40px;
    max-height: 80px;
    line-height: normal;
    background: none;
    flex-grow: 1;
    font-size: .8rem;
}

.chat-footer textarea::-webkit-scrollbar {
    width: 5px;
}

.chat-footer textarea::-webkit-scrollbar-track {
    background: #FAFAFA;
}

.chat-footer textarea::-webkit-scrollbar-thumb {
    background: #D8D8D8;
}

.chat-footer textarea::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.chat-date {
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

.chat-date span {
    font-size: .7rem;
    color: #999;
    background: #FAFAFA;
    position: relative;
    bottom: -12px;
    padding: 3px 15px;
}

.add-img {
    width: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
}

.mess .user-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: var(--main-color);
    object-fit: contain;
}

.mic,
.send {
    display: block;
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-left: 10px;
    background: #999;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.send {
    display: none
}

.fixed-btns {
    position: fixed;
    right: -208px;
    top: 310px;
    z-index: 200;
    min-width: 444px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.fixed-btns .btn {
    font-size: .9rem;
    border-radius: .6rem .6rem 0 0;
    padding: 0.35rem 0.65rem;
    background: var(--dark-color);
}

.fixed-btns .col:nth-child(2) .btn {
    background: var(--green-color);
}

/* .fixed-btns .col:last-child .btn {
    width: 55px !important;
    background: #25D366;
} */

.whatsapp-btn {
    width: 60px;
    height: 60px;
    line-height: 63px;
    border-radius: 50%;
    position: fixed;
    left: 1.5rem;
    bottom: 1.5rem;
    background: #25D366;
    color: #fff;
    font-size: 1.7rem;
    text-align: center;
    transition: .3s all ease-in-out;
    z-index: 1000;
}

.whatsapp-btn:hover {
    background: #1ac95b;
    color: #fff;
}

.three-options {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 85%;
}

.three-options .btn, .two-options .btn {
    width: 300px;
    max-width: 100%;
    text-transform: uppercase;
    font-family: var(--bold-font);
}

.three-options .btn:hover {
    text-decoration: none;
}

.main-btn.btn-outline-primary {
    background: #FAFAFA;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.main-btn.btn-outline-dark {
    background: #fff !important;
    border: 1px solid var(--dark-color) !important;
    color: var(--dark-color) !important;
}

.fitness .main-btn.btn-outline-dark {
    background: none !important;
}

.main-btn.btn-outline-primary:hover,
.main-btn.btn-outline-dark:hover,
.main-btn.btn-outline-primary:focus,
.main-btn.btn-outline-dark:focus {
    background: var(--light-color) !important;
    color: inherit !important;
    border-color: inherit !important;
}

.main-btn.btn-outline-primary:hover,
.main-btn.btn-outline-primary:focus {
    color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

.request-trainer .main-title {
    color: var(--main-color);
    text-transform: uppercase;
}

.request-steps.sw-theme-dots>.nav .nav-link::before,
.request-steps.sw-theme-dots>.nav .nav-link::after {
    display: none;
}

.request-steps.sw-theme-dots>.nav .nav-link {
    margin: 0 !important;
}

.request-steps.sw-theme-dots>.nav:before {
    top: 29px;
    width: 360px;
    max-width: 100%;
    height: 2px;
}

.request-steps .nav {
    width: 360px;
    max-width: 100%;
    margin: 2rem auto;
    display: flex;
    justify-content: space-between;
}

.request-steps.sw.sw-justified>.nav>li {
    max-width: 60px;
}

.request-steps .nav-link {
    width: 60px;
    height: 60px;
    line-height: 56px;
    border-radius: 50%;
    text-align: center;
    background: #D8D8D8;
    padding: 0 !important;
    z-index: 100;
}

.request-steps .nav-link img {
    height: 32px;
    object-fit: contain;
}

.request-steps.sw-theme-dots>.nav .nav-link.active,
.request-steps.sw-theme-dots>.nav .nav-link.done {
    background: var(--main-color);
}

.request-steps h5 {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    font-family: var(--bold-font);
}

.request-steps h6 {
    color: var(--main-color);
    font-family: var(--bold-font);
    margin-bottom: .9rem;
}

.answer-items .custom-control {
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
    padding: 0;
}

.answer-items label {
    width: 100%;
    font-size: .85rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
}

.answer-items label img {
    height: 65px !important;
    width: 100px !important;
    object-fit: contain;
}

.answer-items .custom-control-label {
    padding: 0 1.3rem 0 2.5rem;
}

.answer-items .custom-control-label::before,
.answer-items .custom-control-label::after {
    top: 1.5rem;
    left: 15px;
}

.answer-items .active-item,
.choose-more .active-item {
    border-color: var(--main-color) !important;
}

.nutrition-question .answer-items .active-item,
.nutrition-question .choose-more .active-item {
    border-color: var(--dark-green) !important;
}

.choose-more h6 {
    color: var(--dark-color);
}

.choose-more .custom-checkbox, .choose-more .custom-radio {
    width: 165px;
    height: 134px;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    font-size: .95rem;
    margin: 0 .5rem 1rem .5rem;
    padding: 0;
    background: #fff;
    float:left
}
.choose-more .custom-checkbox span, .choose-more .custom-radio  span{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.choose-more .custom-checkbox.select-tools,.choose-more .custom-radio.select-training {
    height: 165px !important
}
.choose-more .col-lg-2 .custom-checkbox {
    max-width: 100%;
}

.choose-more .col-lg-2 label {
    height: 100%;
    justify-content: space-between;
}

.nutrition-question .choose-more .custom-checkbox {
    height: 160px;
}
.nutrition-question .choose-more .custom-checkbox {

}
.nutrition-question .choose-more label {
    justify-content: space-between;
}

.choose-more label {
    padding:1rem;
    width: 100%;
    font-size: .85rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.choose-more label img {
    display: block;
    height: 80px;
    width: 100%;
    object-fit: contain;
    margin-bottom:.5rem
}

.choose-more .custom-checkbox .custom-control-label::before {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border-color: transparent;
    background: transparent;
    position: absolute;
    right: -5px;
    left: auto;
    top: -9px;
}

.choose-more .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    right: -2px;
    left: auto;
    top: -6px;
    background-size: 12px;
}

.choose-more .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background: var(--main-color);
}

.nutrition-question .choose-more .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.nutrition-form .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background: var(--dark-green);
    border-color: var(--dark-green);
}

.choose-more .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: url(../imgs/checklist.png) no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border-color: transparent;
    position: absolute;
    right: -5px;
    left: auto;
    top: -9px;
}

.choose-more .custom-radio .custom-control-label::before {
    display: none;
}

.driver-form .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background: var(--green-color);
    border-color: var(--green-color);
}

.request-steps .sw-btn-prev {
    display: none !important;
}

.select-coach .cir-img>img,
.select-coach .cir-img {
    height: 70px;
    width: 70px;
}

.select-coach .flag img {
    height: 24px;
    width: 24px;
    right: -4px;
    bottom: 0;
}

.select-coach .col-lg-2 {
    padding: 0 .5rem;
}

.select-coach .trainer-block {
    margin-bottom: 1rem;
    border-radius:8px;
    padding:.7rem
}

.select-coach .trainer-block.active-coach,
.select-studio.active-studio {
    border: 1px solid var(--main-color);
}

.online-status {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #96d718;
    position: absolute;
    top: 5px;
    left: 0;
}

.online-status.not-active {
    background: var(--main-color);
}

.request-steps.sw .toolbar {
    text-align: center !important;
}

.request-steps.sw-theme-dots .toolbar>.btn,
.checkout-step .main-btn,
.confirm-btn .main-btn {
    background: var(--main-color);
    color: var(--light-color);
    border-radius: 20px;
    height: 42px;
    line-height: 28px;
    font-size: .9rem;
    border: none;
    width: 300px;
    max-width: 100%;
    margin: .5rem 0 0 0;
}

.training-plan .custom-control-inline {
    padding: 0;
}

.training-plan .custom-control-label {
    font-size: .9rem;
    margin-right: 2rem;
}

.plan-time {
    position: relative;
}

.plan-time form {
    background: #f9f9f9;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 2rem;
}

.plan-step {
    background: #FAFAFA;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 2rem;
}

.plan-step h5 {
    font-size: .9rem;
}

.timepicker-hour,
.timepicker-minute {
    background: #eae9e9;
    border-radius: 5px;
}

/* .plan-time .bootstrap-datetimepicker-widget table td {
    width: auto;
    min-width: 35px;
    display: inline-block;
} */

.plan-time .bootstrap-datetimepicker-widget .timepicker-hour,
.plan-time .bootstrap-datetimepicker-widget .timepicker-minute {
    height: 48px;
    width: 48px;
    line-height: 48px;
}

.plan-time .bootstrap-datetimepicker-widget .timepicker-picker table tr:first-child,
.plan-time .bootstrap-datetimepicker-widget .timepicker-picker table tr:last-child {
    display: none;
}

.plan-time .bootstrap-datetimepicker-widget table .btn-primary {
    margin: 0 0 0 20px;
    background: none;
    border: 1px solid var(--green-color);
    color: var(--green-color);
    font-size: .9rem;
}

.plan-time .input-group-text, .date .input-group-text {
    border-radius: 0 25px 25px 0;
    background: #fff;
    z-index: 0;
    border-left: 0;
}

.plan-time .timepicker-hours,
.plan-time .timepicker-minutes {
    background: #eae9e9;
    border-radius: 3px;
    padding: .5rem;
    text-align: center;
}

.plan-time .timepicker-hours td,
.plan-time .timepicker-minutes td {
    height: 25px;
    line-height: 25px;
    font-size: .85rem;
}

.close-btn {
    position: absolute;
    top: -10px;
    right: 20px;
    width: 22px;
    height: 22px;
    line-height: 25px;
    border-radius: 50%;
    background: #999;
    color: #fff;
    padding: 0;
    border: none;
    font-size: .8rem;
    cursor: pointer;
    -webkit-transition: .4s all ease-in-out;
    -moz-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
}

.close-btn:focus {
    outline: none;
}

.close-btn:hover {
    background: #666;
}

.plan-time .form-control {
    border-radius: 25px;
    font-size: .9rem;
}

.plan-time label {
    margin-bottom: 0;
    font-size: .85rem;
    z-index: 100;
    min-width: 32px;
}

.add-time {
    float: initial !important;
    font-size: .9rem;
    color: var(--main-color);
    text-decoration: underline !important;
    margin-top: -1rem;
    font-weight: 600;
    transition: .3s all ease-in-out
}

.add-time:hover {
    color: var(--dark-color)
}

.personal-cost {
    display: inline-block;
    width: 100%;
}

.personal-cost p {
    margin-bottom: 0;
}

.personal-cost p>span {
    font-family: var(--bold-font);
    font-size: 1.5rem;
    margin-right: 1rem;
    color: var(--main-color);
}

.request-steps .checkout-details {
    background: none;
    padding: 0;
}

.request-steps .checkout-details div {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.training-hours {
    font-family: var(--main-font) !important;
}

.sw .toolbar>.btn.disabled,
.sw .toolbar>.btn:disabled {
    display: none;
}

#questions fieldset:not(:first-of-type) {
    display: none
}

#questions h5 {
    font-size: 1rem;
    margin-bottom: 2rem;
}

#questions h5>span {
    color: var(--dark-green);
}

.questions h5 {
    font-size: 1rem
}

.questions .progress {
    width: 500px;
    max-width: 100%;
    height: 2px;
    background: #BEBEBE;
    margin: 1rem auto;
    overflow: visible;
}

.questions .progress-bar {
    background: var(--main-color);
    height: 4px;
    margin-top: -1px;
    border-radius: 7px;
}

.nutrition-question .progress-bar {
    background: var(--dark-green);
}

.questions .steps {
    color: #8B8B8B;
    font-family: var(--bold-font) !important;
}

.questions .main-btn {
    width: 200px;
    max-width: 100%;
    margin: 2rem auto;
    display: block;
}

.category-cir {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.category-cir img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: .5rem;
    object-fit: cover;
}

.category-cir h5 {
    font-family: var(--bold-font);
    color: var(--main-color);
    font-size: 1.2rem !important;
}

.nutrition-question.questions .main-btn,
.nutrition-question.questions .main-btn:focus {
    background: var(--dark-green);
}

.nutrition-question.questions .main-btn:hover {
    background: var(--dark-color);
}

.answer-block {
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: .95rem;
    margin-bottom: 1rem;
    padding: .7rem;
    cursor: pointer;
    position: relative;
    background: #fff;
}

.answer-block p>span {
    display: block;
    font-size: .8rem;
}

.answer-block.active-item {
    border-color: var(--main-color);
}

.nutrition-question .answer-block.active-item {
    border-color: var(--dark-green);
}
.consultants .col-lg-2{
    padding:0 7px
}
.consultants .answer-block p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.consultants .answer-block img{
    width:100px;
    height:100px;
    border-radius:50%;
    object-fit:cover
}
.answer-block {
    text-align: center;
    height: 100%;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.answer-block.d-block{
    max-height: 235px;
}

.answer-block img {
    max-width: 100%;
    height: 100px;
    border-radius: 7px;
    object-fit: contain;
    margin-bottom:.5rem
}

.answer-block i {
    position: absolute;
    top: -12px;
    right: 14px;
    font-size: 1.5rem;
    display: none;
    color: var(--main-color);
    background: #fff;
}

.nutrition-question .answer-block i {
    color: var(--dark-green);
}

.answer-block.active-item i {
    display: block;
}

.more-info .col-sm-4 {
    border-right: 1px solid #ddd;
}

.more-info .col-sm-4:last-child {
    border: none;
}

.personal-info {
    padding: 15px;
    font-size: .95rem;
}

.personal-info img {
    height: 60px;
    object-fit: contain;
    margin-bottom: 5px;
}

.personal-info .add-remove span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #ebebeb;
    font-family: var(--main-font);
    color: #666;
}

.personal-info .add-remove .unit {
    margin: 0 7px !important;
}

.personal-info .add-remove input {
    width: 85px;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
    font-family: var(--bold-font);
    color: var(--dark-color);
}

.unit {
    background: none !important;
    font-size: .7rem;
    width: auto !important;
    margin: 5px -2px 0 4px;
}

.body-shape {
    text-align: center;
}

.body-shape p {
    font-size: .8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px;
}

.body-shape .answer-block img {
    height: 100px;
    width: 100%;
    margin: .5rem 0;
}

.available-tools h5 {
    color: var(--main-color);
}

.available-tools .choose-more,
.eating-habits .choose-more {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    width: 100%;
}

.available-tools .choose-more .custom-checkbox {
    margin: 0 .5rem 1rem .5rem;
}

.problems .custom-control img {
    width: 37px !important;
    height: 50px !important;
    object-fit: contain;
}

.problems label,
.choose-option label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.problems label span {
    font-size: .8rem;
    color: #999;
}

.problems-list {
    display: none;
    background: #FAFAFA;
    padding: 15px;
    font-size: .9rem;
    border-radius: 10px;
}

.OtherProblems-list {
    display: none;
    background: #FAFAFA;
    padding: 15px;
    border-radius: 10px;
}

.problems-list label {
    line-height: initial;
    color: #999;
}

.answer-items .problems-list .custom-control {
    border: none;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0;
    padding-bottom: .7rem;
}

.answer-items .problems-list .custom-control-label::before,
.answer-items .problems-list .custom-control-label::after {
    top: .15rem;
}

.select-one {
    width: 130px;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}

.select-one span {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #FAFAFA;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
    font-size: 1.6rem;
    margin: 0 5px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.select-one span:hover {
    background: #eae9e9;
}

.select-one .active-item {
    border: 2px solid var(--main-color);
}

.select-one .fa-check {
    color: #8ABB2B;
}

.select-one .fa-times {
    color: #BB0101;
}

.last-btns {
    text-align: center;
}

.last-btns .btn {
    margin: 5px 10px !important;
}

.last-btns .main-btn {
    margin: initial;
    width: 250px;
    max-width: 100%;
    display: inline-block;
}

.last-btns .btn-outline-dark {
    border: 1px solid var(--dark-color);
    width: 250px;
    max-width: 100%;
    border-radius: 20px;
}

.question-description {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.waist-size {
    position: relative;
    text-align: center;
}

.waist-size img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.waist-size span {
    color: var(--dark-green);
    position: absolute;
    right: 0;
    top: 20%;
    width: 100px;
}

.small-list .problems label {
    line-height: 1.5;
    min-height: 50px;
}

.small-list .answer-items .custom-control-label::before,
.small-list .answer-items .custom-control-label::after {
    top: 1rem;
}

.surgrey-question .color-title {
    color: var(--dark-green) !important;
}

.custom-file-label::after {
    display: none;
}

.text-colord {
    color: var(--main-color);
}

.nutrition-form .color-title,
.nutrition-form .skip-to a,
.nutrition-form .sub-title-colord,
.nutrition-form .text-colord {
    color: var(--dark-green);
}

.sub-title-colord {
    font-weight: 400;
    font-size: .9rem;
}

.driver-form .color-title,
.driver-form .skip-to a,
.driver-form .sub-title-colord,
.driver-form .text-colord {
    color: var(--green-color);
}

.driver-form .select-item h5,
.shop-form .select-item h5 {
    margin: 0;
}

.diet-plan {
    border: none;
    border-radius: 10px;
}

.btn-outline {
    border-radius: 20px;
    height: 42px;
    line-height: 28px;
    font-size: .9rem;
    border: 1px solid #313133;
    min-width: 300px;
    color: var(--main-color);
    font-weight: 700;
}

.btn-outline:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
}

.driver-form .btn-outline {
    color: var(--green-color);
    border: 1px solid #000 !important;
    min-width: initial;
    width: 300px;
    max-width: 100%;
}

.driver-form .btn-outline:hover {
    background-color: var(--green-color);
    border-color: var(--green-color);
    color: #ffffff;
}

.files-uploaded .badge-secondary {
    display: block;
    text-align: left;
    position: relative;
    border-radius: 0;
    background: rgb(233 233 233 / 20%);
    padding: 8px 20px 8px 8px;
    font-weight: bold;
    color: #818181;
    font-size: 10px;
    margin-bottom: 5px;
}

.files-uploaded .badge-secondary .close {
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-size: 10px;
    line-height: 8px;
}

.form-group-item label {
    color: #4D4C4C;
    font-weight: 500;
    font-size: 1rem;
}

.person-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
}

.person-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    margin-top: -24px;
}

.person-img i {
    position: absolute;
    bottom: -4px;
    left: 67px;
    right: 0;
    margin: auto;
    font-size: 1.2rem;
    line-height: 33px;
    color: #ccc;
    background: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.person-points {
    font-size: .8rem;
}

.person-points span {
    color: #E95D00;
}

.setting-btn {
    height: 32px;
    line-height: 18px;
    background: #E95D00;
}

.write-comment {
    resize: none;
    max-height: 80px;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    line-height: normal;
    background: none;
    flex-grow: 1;
    font-size: .8rem;
}

.write-comment::-webkit-scrollbar {
    width: 7px;
}

.write-comment::-webkit-scrollbar-track {
    background: #FAFAFA;
}

.write-comment::-webkit-scrollbar-thumb {
    background: #D8D8D8;
}

.write-comment::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.two-action {
    position: absolute;
    top: 10px;
    right: 10px;
}

.two-action .btn {
    margin: 0;
    border-radius: 5px;
    height: 35px;
    width: 35px;
}

.two-action .btn:hover {
    opacity: .88;
}

.two-action .btn i {
    transition: .2s all ease-in-out;
}

.two-action .btn:hover i {
    transform: scale(1.1);
}

.two-action .btn:first-child:hover {
    background: var(--main-color);
}

.two-action .btn:last-child {
    background: var(--dark-color);
}

.payment_method .circle img {
    height: 25px;
    cursor: pointer;
}

.payment_method [type=radio]+.circle {
    width: 70px;
    height: 70px;
    line-height: 2.8;
    border-radius: 50%;
    padding: 15px;
    border: 1px solid #E9E9E9;
}

.payment_method [type=radio]:checked+.circle {
    border: 1px solid var(--main-color);
}

.payment_method [type=radio]+.circle p {
    width: fit-content;
    position: absolute;
    bottom: -45px;
    left: -20px;
    right: -20px;
    margin: 0 auto;
    white-space: nowrap;
    font-size: .9rem;
}

.payment_method [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.payment_method .form-check-inline {
    margin-bottom: 2rem;
}

.rate-product {
    float: left;
    height: 35px;
    margin-top: -.5rem;
    padding: 0 2px;
}

.rate-list {
    height: 70px;
}

.rate-list .rate-product {
    height: auto;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}

.rate-product:not(:checked)>input {
    display: none;
}

.rate-product:not(:checked)>label {
    float: right;
    width: .8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 25px;
    color: #ddd;
}

.rate-list .rate-product:not(:checked)>label {
    font-size: 45px;
}

.rate-product:not(:checked)>label:before {
    content: '★ ';
}

.rate-product>input:checked~label {
    color: orange;
}

.rate-product:not(:checked)>label:hover,
.rate-product:not(:checked)>label:hover~label {
    color: #ffc700;
}

.rate-complaint {
    max-width: 100%;
    border-radius: 10px;
    background: #FAFAFA;
    padding: 25px;
}

.rate-complaint h5 {
    font-size: .95rem;
    font-family: var(--bold-font);
}

.rate-complaint p {
    font-size: .8rem;
    opacity: .8;
}

.rate-form {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.out-stock {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    height: 140px;
    background: rgba(255, 255, 255, .85);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.out-stock img {
    width: 35px !important;
}

.out-stock p {
    font-family: var(--bold-font);
    color: var(--main-color) !important;
    margin-top: .2rem;
}

.main-img {
    width: 100%;
    max-height: 450px;
    margin-bottom: 2rem;
}

.main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.delivery-date {
    font-size: .85rem;
    margin-bottom: 0;
}

.order-details h4 {
    font-size: .95rem;
    font-family: var(--bold-font);
}

.fitness-training {
    border: 1px solid var(--main-color);
    border-radius: 10px;
}

.nutrition {
    border: 1px solid var(--dark-green);
    border-radius: 10px;
}

.nutrition .main-btn {
    background: var(--dark-green);
}

.fitness {
    border: 1px solid var(--dark-color);
    border-radius: 10px;
}

.fitness .main-btn {
    background: var(--dark-color) !important;
}

.healthy {
    border: 1px solid var(--green-color);
    border-radius: 10px;
}

.checkout-box.sec-cat .main-list .media>img {
    height: 100px;
    width: 100px;
}

.discount-tag {
    background: var(--green-color);
    color: var(--light-color);
    border-radius: 0 5px 5px 0;
    padding: 2px 8px;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: .75rem;
    z-index: 10;
}

.discount-label {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
}

.pager ul {
    float: right;
    margin-top: 1rem;
    border-radius: 2rem;
    box-shadow: 1px 1px 5px #ddd;
    overflow: hidden;
}

.pager .page-link {
    border: none;
    background: #FAFAFA;
    color: var(--dark-color);
    font-size: .85rem;
}

.pager .page-link:focus {
    outline: none;
    box-shadow: none;
}

.pager .page-item.active .page-link {
    background: var(--dark-color);
}

.check-coupon {
    z-index: 1;
}

.check-coupon span {
    border-color: #ced4da;
    height: calc(2.25rem + 5px);
    font-size: 1.3rem;
    color: var(--green-color);
}

.add-coupon .main-btn {
    width: 150px;
    margin: 0 0 0 10px;
}

.alert-warning {
    background: var(--main-color);
    color: var(--light-color);
    border: none;
}

.alert-warning p {
    font-size: .8rem;
    line-height: 1rem;
    margin: 0 1rem;
}

.alert-warning i {
    font-size: 1.8rem;
}

.fitness .main-list .media {
    align-items: center;
}

.order-details .main-list .media {
    height: 125px;
}

.order-details .main-list .media>img {
    height: 125px;
    width: 115px;
}

.cancel-btn.btn-primary {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    border: none;
    background: #ccc;
    color: #fff !important;
    font-size: .7rem;
    position: absolute;
    top: 10px;
    right: 10px;
}

.healthy-order {
    margin-bottom: 20px;
    border-radius: 10px;
    background: #FAFAFA;
}

.healthy-order .media {
    background: none;
    border-radius: 0;
    height: auto !important;
    margin: 0;
}

.healthy-order .main-form label,
.healthy-order .main-form .form-control {
    background: #FAFAFA;
}

.healthy-order .main-form .form-control {
    padding: 0 10px;
}

.healthy-order .main-form .form-group {
    margin-bottom: .8rem;
    padding: 0 .5rem;
}

.add-day {
    font-size: .8rem;
    text-decoration: underline;
    color: #E95D00;
    display: block;
    text-align: end;
    margin-top: -8px;
}

.healthy-order .recurring h5 {
    color: var(--green-color);
    margin: 0 0 .5rem 0;
    font-size: .9rem;
    font-family: var(--bold-font);
}

.recurring-list {
    font-size: .85rem;
    max-height: 86px;
    overflow-y: scroll;
    padding: 0 .5rem 0 0;
}

.recurring-list::-webkit-scrollbar {
    width: 5px;
}

.recurring-list::-webkit-scrollbar-track {
    background: #FAFAFA;
}

.recurring-list::-webkit-scrollbar-thumb {
    background: #D8D8D8;
}

.recurring-list::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.recurring-list>div {
    margin-bottom: .5rem;
}

.recurring-list .btn {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    border: none;
    background: var(--dark-color);
    color: #fff !important;
    font-size: .7rem;
    padding: 0;
}

.note-alert {
    color: var(--main-color);
    font-size: .85rem;
    margin: -10px 0 10px 0;
}

.note-alert i {
    margin: 0 .5rem 0 0;
}

.nutrition .main-list .media .date {
    color: var(--dark-green);
}

.cart-total {
    background: #fafafa;
    border-radius: 10px;
}

.cart-total h4 {
    color: #E95D00;
}

.cart-total .group-price {
    border-top: none;
    border-bottom: 1px solid #eee;
}

.cart-total .total, .cart-total .total>span {
    font-family: var(--bold-font);
}

.cart-total .main-btn {
    background: var(--dark-color);
}

.map {
    height: 400px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.add-address .main-title {
    color: var(--main-color);
}

.add-address .col-6:first-child {
    padding: 0 5px 0 15px;
}

.add-address .col-6:last-child {
    padding: 0 15px 0 5px;
}

.add-address .cancel-btn, .verification-code .cancel-btn {
    background: var(--light-color);
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
    margin-top: 15px;
}

.verification-code img {
    width: 120px;
    margin: 2rem 0 1rem 0;
}

.verification-code h4 {
    font-size: .95rem;
    margin-bottom: 1.5rem;
    font-family: var(--bold-font);
}

.verification-code h4>span {
    color: #F80B0B
}

.verification-code p {
    font-size: .85rem;
    color: #999;
}

.verification-code .verification-form .form-group {
    margin-bottom: 0;
}

.verification-code .verification-form i {
    font-size: 1.4rem;
    color: var(--green-color);
}

.store-out img {
    width: 90px;
    margin: 2rem 0;
}

.store-out p {
    width: 250px;
    max-width: 90%;
    font-size: .95rem;
    margin: 0 auto;
    font-family: var(--bold-font);
}

.courses .media .food-icon {
    width: 14px;
    height: 14px;
    margin: 0 .2rem 0 0;
}

.market-order-details h3, .order-items h3 {
    color: var(--main-color);
}

.market-order-details p {
    font-size: .95rem;
}

.market-order-details p>span {
    font-size: .8rem;
    color: #999;
}

.market-order-details .col-md-4 {
    padding: 0;
}

.order-items h4 {
    font-size: .95rem;
    font-family: var(--bold-font);
}

.order-items .items-block, .address-block, .available-exe {
    background: #FAFAFA;
    border-radius: 7px;
    padding: 1rem;
    display: inline-block;
    width: 100%;
}

.order-status {
    color: var(--main-color);
    border: 1px solid;
    border-radius: 25px;
    padding: .3rem .7rem;
}

.return, .action-btn.btn-primary {
    width: 29px;
    min-width: 29px !important;
    height: 29px;
    line-height: 29px;
    border-radius: 50%;
    background: var(--green-color);
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 0;
}

.action-btn.btn-primary img {
    width: 19px;
    margin-top: -4px;
}

.action-btn.dis-like {
    background: var(--dark-color);
}

.action-btn.location-btn {
    background-color: #176A5D;
}

.action-btn.cancel {
    background: var(--main-color);
}

.product-table td, .product-table th {
    font-size: .85rem;
    padding: 1rem .5rem;
    white-space: nowrap;
    vertical-align: middle;
}

.product-table .table-head {
    background: #eee;
}

.product-table th {
    border: none !important;
    font-family: var(--bold-font);
}

.product-table {
    background: #FAFAFA;
    border-radius: 7px;
}

.product-table td:nth-child(1) {
    width: 150px;
}

.product-table td:nth-child(2), .inner-table td:nth-child(2) {
    width: 70px;
}

.inner-table>td {
    padding: 10px;
    border: none;
}

.inner-table tr:first-child td {
    border: none;
}

.inner-table td:first-child {
    width: 140px;
}

.inner-table table {
    width: 100%;
    background: #fff;
}

.table-responsive {
    border-radius: 7px;
}

.table-responsive::-webkit-scrollbar {
    height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #fff;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #ddd;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.healthy .cart-total {
    background: none;
}

.line-through {
    text-decoration: line-through;
}

.order-items .fees {
    font-size: .9rem;
}

.address-block {
    font-size: .85rem;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 20px;
}

.address-block h3 {
    font-family: var(--bold-font);
    font-size: .95rem;
}

.address-block p {
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.address-block .d-flex i {
    color: #999;
    margin: .3rem .8rem 0 0;
}

.delete-address {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    position: absolute;
    right: 10px;
    top: 8px;
    text-align: center;
    margin: 0;
}

.address-block .delete-address i {
    color: #fff !important;
    margin: 0;
}

.cancel-order img {
    width: 80px;
    margin: 1.5rem 0;
}

.cancel-order h3, .cancel-order p {
    font-size: 1rem;
}

.cancel-order p>span {
    font-family: var(--bold-font);
}

.cancel-list {
    font-size: .8rem;
    width: 250px;
    margin: 0 auto;
    text-align: start;
}

.cancel-list .custom-control-label::after,
.cancel-list .custom-control-label::before {
    top: .1rem;
}

.filter-rate label .checked {
    color: var(--main-color);
}

.filter-rate label span {
    color: #ccc;
}

.filter-rate.restaurant-rate .checked {
    color: var(--green-color);
}

.filter-rate.nutrition-rate .checked {
    color: var(--dark-green)
}

#newCarousel {
    min-height: 400px;
    width: 100%;
}

#newCarousel .carousel-item img {
    object-fit: cover;
    max-height: 300px;
}

.product_det #newCarousel .carousel-item img {
    object-fit: contain;
    max-height: 300px;
}

.carousel-container #carousel-thumbs {
    position: absolute;
}

#carousel-thumbs {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    left: 0;
    padding: 0 50px;
    right: 0;
}

#carousel-thumbs img {
    background-color: #ffffff;
    object-fit: contain;
    border-radius: 0.25rem;
    border: 1px solid #e9e9e9;
    cursor: pointer;
}

#carousel-thumbs img:hover {
    border-color: var(--dark-color);
}

#carousel-thumbs .selected img {
    border-color: var(--dark-color)
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
}

#carousel-thumbs .carousel-item img {
    object-fit: contain;
    height: 75px;
    width: 100%;
    padding: .5rem;
}

#carousel-thumbs .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%8'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#carousel-thumbs .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%8'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

#carousel-thumbs .carousel-control-prev {
    left: 0;
    right: auto;
}

#carousel-thumbs .carousel-control-next {
    right: 0;
    left: auto;
}

.session-details p {
    font-size: .8rem;
}

.return-order h3 {
    font-family: var(--bold-font);
    font-size: .95rem;
}

.return-order .address-block {
    background: none;
    padding: 0;
    border-radius: 0;
    font-size: .9rem;
}

.return-order .address-block i {
    min-width: 18px;
    text-align: center;
}

.return-order .personal-data .form-control {
    border: none;
}

.return-order .personal-data .form-group:last-child {
    margin: 0;
}

.return-order .main-form .custom-radio {
    margin: 0;
}

.btn:disabled {
    background: rgba(0, 0, 0, .5) !important;
}

.track-order {
    border-radius: 10px;
    background: #FAFAFA;
}

.bs4-order-tracking {
    margin: 30px 0;
    overflow: hidden;
    color: #878788;
    padding: 0;
}

.bs4-order-tracking li {
    position: relative;
    list-style-type: none;
    font-size: 13px;
    width: calc(100% / 6);
    font-weight: 400;
    color: #878788;
    float: left;
}

.bs4-order-tracking li p {
    font-size: .75rem;
}

.bs4-order-tracking li div {
    width: 20px;
    height: 20px;
    font-size: 12px;
    background: #ddd;
    border-radius: 50%;
    margin: auto;
    z-index: 3;
}

.bs4-order-tracking li:after {
    content: "";
    width: 100%;
    height: 2.5px;
    background: #ddd;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 9px;
    z-index: 0;
}

.bs4-order-tracking li:first-child:after {
    left: 50%;
}

.bs4-order-tracking li:last-child:after {
    left: 0% !important;
    width: 50%;
}

.bs4-order-tracking li.active div {
    background: var(--dark-color);
}

.bs4-order-tracking li.active:after {
    background: var(--dark-color);
}

.bs4-order-tracking li img {
    height: 30px;
}

.track-order .cancel-order.btn {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 26px;
    background: var(--dark-color);
    text-align: center;
    padding: 0;
    font-size: .9rem;
}

.spinner-border {
    margin: 1rem auto;
    display: block;
}

.video-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chat-list {
    position: fixed;
    top: 0;
    left: -400px;
    background: #fff;
    width: 400px;
    max-width: 100%;
    height: 100%;
    box-shadow: 0px 2px 4px #ccc;
    z-index: 10000;
    overflow-y: scroll;
    transition: .6s all ease-in-out;
}

.chat-list.show-chat {
    left: 0;
}

.chat-list .media:last-child {
    margin: 0 !important;
}

.chat-list .media:last-of-type .media-body {
    border: none !important;
}

.chat-list .media-body {
    width: calc(100% - 67px);
    cursor: pointer;
}

.chat-list p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-list span {
    font-family: var(--main-font);
    font-size: .85rem;
}

.chat-list .badge {
    background: var(--green-color);
    border-radius: 50%;
    color: #fff;
    font-size: .7rem;
    min-width: 19px;
    height: 19px;
    line-height: 19px;
    padding: 1px;
    margin-left: 1rem;
}

.close-chat {
    color: #fff;
}

.close-chat:hover {
    color: var(--dark-color);
}

.chat-list::-webkit-scrollbar {
    width: 5px;
}

.chat-list::-webkit-scrollbar-track {
    background: #fff;
}

.chat-list::-webkit-scrollbar-thumb {
    background: #999;
}

.chat-list::-webkit-scrollbar-thumb:hover {
    background: #666;
}

.details-list, .scheduled-classes {
    font-size: .9rem;
}

.details-list>div:last-child {
    border: none !important;
}

.details-list h5 {
    font-size: .95rem;
    color: #666;
    margin-bottom: .3rem;
}

.num-sessions, .details-list .date-time {
    color: #666;
    font-family: var(--main-font) !important;
}

.details-list p, .scheduled-classes h5 {
    font-family: var(--bold-font);
    margin: 0;
    font-size: .95rem;
}

.details-list a {
    color: #4b06c8;
    text-decoration: underline;
}

.class-name {
    position: relative;
    padding: 12px;
    border-radius: 10px;
    background: #FAFAFA;
    margin-bottom: 20px;
    width: calc(100% - 30px);
    margin-left: 26px;
}

.class-name:after {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #ccc;
}

.class-name.active:after {
    background: var(--green-color);
}

.class-name.sec:after {
    background: var(--main-color);
}

.class-name::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 21px;
    width: 1px;
    height: 100%;
    border-radius: 50%;
    background: #ccc;
}

.class-name:last-child::before {
    display: none;
}

.class-name.bg-none {
    padding: 0;
    background-color: transparent
}

.training-details {
    display: none;
}

.attended {
    border-radius: 25px;
    color: #fff;
    background: var(--green-color);
    padding: 6px 10px;
}

.privacy-policy p {
    font-size: 1rem;
}

.privacy-policy ul li {
    font-size: .95rem;
    opacity: .85;
}

.privacy-policy ul li:not(:last-child) {
    margin-bottom: .5rem;
}

.policy-terms h5 {
    font-size: 1.1rem;
    margin-bottom: .3rem;
}

/* new style 25/9*/
.main-slider .carousel-inner {
    border-radius: 10px;
}

.main-slider .carousel-item {
    max-height: 200px;
}

.main-slider .carousel-item img {
    width: 100%;
    height: 100%;
}

.main-slider .carousel-indicators {
    bottom: -2rem;
    margin: 0;
}

.main-slider .carousel-indicators li {
    height: 4px;
    background-color: #707070;
    margin: 4px;
    width: 16px;
}

.options {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
}

.options:last-child {
    border-bottom: none;
}

.options h5, .session-item h5 {
    font-family: var(--bold-font);
    font-size: .9rem;
}

.options p, .session-item p {
    font-size: .8rem;
}

.session-item {
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
}

.session-item::after {
    content: '';
    position: absolute;
    left: -1.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--main-color);
}

.session-item::before {
/*    content: '';*/
    position: absolute;
    left: -1.2rem;
    top: 50%;
    margin: auto;
    width: 1px;
    height: calc(100% + 10px);
    background: var(--main-color);
}

.session-item:last-child:before {
    display: none;
}

.absent {
    color: var(--main-color);
    font-size: .85rem;
}

.join-btn {
    background: var(--green-color);
    color: #fff;
    border-radius: 25px;
    padding: 3px 15px;
    font-size: .85rem;
}

.classes .main-slider {
    margin-top: 4rem;
}

/* .training-subscription {
    background: #f9f9f9;
} */

.training-subscription img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-bottom: .7rem;
}

.training-subscription .main-btn {
    width: 300px !important;
    max-width: 100%;
    font-family: var(--bold-font);
    text-transform: uppercase;
}

.subscription-options p {
    font-size: .9rem;
    font-family: var(--bold-font);
}

.consultation-slider .item {
    padding: .5rem;
}

.consultation-slider .item img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin: 0 .5rem 0 0;
}

.consultation-slider .item h3 {
    font-size: .9rem;
    margin: .5rem 0;
}

.consultation-slider .main-btn {
    height: 38px;
    min-width: 120px;
    line-height: 37px;
    margin: 0;
    font-size: .8rem;
    padding: 0 10px;
}

.address-label {
    display: inline-block;
    position: absolute;
    top: -9px;
    background: #fff;
    left: 38px;
    padding: 0 9px;
    color: #999
}

.select-period label {
    text-align: center;
    line-height: 2.5rem;
    padding: 15px 10px !important;
    font-size: 1rem;
    color: #000;
    display: block;
}

.select-period label span {
    display: block;
    font-size: 3rem;
    font-family: var(--bold-font);
}

.subscription-details, .request-consultation {
    width: 650px;
    max-width: 100%;
    margin: 1rem auto;
}

.subscription-details h5 {
    font-size: 1rem !important;
}

.subscription-details .custom-control {
    color: #999;
    font-size: .9rem;
    min-width: 100px;
    margin-bottom: 0.5rem
}

.live-subscription {
    align-items: center;
}

.live-subscription .btn {
    min-width: 80px;
    border-radius: 25px;
}

.apology-btn, .confirm-attendance {
    min-width: 80px;
    border-radius: 20px;
    height: 27px;
    padding: 3px 10px;
    margin: 0 5px;
    color: #fff;
}

.subscription-plan {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}

.subscription-plan .custom-control {
    padding: 10px 0;
    background: #FAFAFA;
    border-color: #FAFAFA;
}

.subscription-plan label {
    display: block;
    padding: 0 1rem 0 2.5rem !important;
}

.subscription-plan label p:first-child {
    color: #000;
}

.subscription-plan label p {
    font-size: .8rem;
    color: #999;
}

.subscription-plan .price {
    background: #000;
    color: #fff !important;
    padding: 2px 10px;
    border-radius: 15px;
    float: right;
    font-family: var(--main-font);
}

.subscription-plan.answer-items .custom-control-label::before {
    top: 3px;
}

.subscription-plan.answer-items .custom-control-label::after {
    top: 3px;
}

.loading-overlay {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.checkout-step {
    display: none;
}

.training-type {
    width: 650px;
    max-width: 100%;
    margin: 0 auto;
}

.select-place {
    background: #FAFAFA;
    padding: 15px;
    font-size: .9rem;
    border-radius: 10px;
    margin: .5rem 0 1rem 0;
    color: var(--dark-color);
}

.include-nutrition {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 6px;
    color: #999;
}

.include-nutrition img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.include-nutrition .select-one {
    text-align: center;
    width: auto;
    margin: 0 !important;
}

.stc-input {
    display: none;
}

.coach-photo img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    object-fit: cover;
    margin: 0 .3rem .5rem 0;
    cursor: pointer;
}

.small-page {
    font-size: .9rem;
}

.small-page h3 {
    font-size: 1rem;
    color: #E95D00;
    line-height: 25px;
    margin-bottom: 1.5rem;
    font-family: var(--bold-font);
}

.small-page a {
    color: #000;
}

.small-page .timer {
    font-size: 2rem;
}

.small-page .main-btn {
    width: 300px;
    max-width: 100%;
    background: #E95D00;
    color: #fff;
}

.alternatives-table {
    background: #FAFAFA;
    border-radius: 8px;
}

.alternatives-table thead {
    color: #E95D00;
}

.alternatives-table thead th {
    font-family: var(--bold-font);
    border: none;
    border-right: 1px solid #ddd;
}

.alternatives-table tr td {
    border-right: 1px solid #ddd;
}

.alternatives-table thead th:last-child,
.alternatives-table tr td:last-child {
    border-right: none;
}

.alternatives-table ul {
    list-style-type: "- ";
}

.complete-subscription {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}

.complete-subscription .main-title {
    color: #E95D00;
}

.complete-subscription p {
    font-size: .9rem;
    text-align: justify;
}

.complete-subscription .main-btn {
    background: #E95D00;
    width: 300px;
    max-width: 100%;
}

.complete-subscription .custom-control {
    font-size: .9rem;
}

.complete-subscription .media img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.complete-subscription .media p {
    text-align: initial;
}

.complete-subscription .media .date {
    color: #E95D00;
}

.hourglass-icon {
    width: 35px;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
    background: #E95D00;
    text-align: center;
    margin: 0 .5rem 0 0;
}

.no-exe, .time-date {
    background: #FAFAFA;
    border-radius: 10px;
    min-width: 200px;
    max-width: 100%;
}

.no-exe p {
    color: #ccc;
}

.time-date p {
    color: var(--main-color);
    font-size: .9rem;
}

.confirm-subscription img {
    width: 50px !important;
}

.freez-modal .form-group p {
    font-size: .8rem;
}

.freeze-subscription {
    display: none;
}

.notes p {
    color: #666;
}

.notes i {
    font-size: .5rem;
    margin: 0 0.2rem 0 0;
}

.subscription-type, .freeze-subscription {
    height: 180px;
}

.bootstrap-datetimepicker-widget .datepicker {
    direction: ltr;
}

.bootstrap-datetimepicker-widget .datepicker table th {
    font-size: .95rem;
}

.bootstrap-datetimepicker-widget .datepicker table .day {
    font-size: .8rem;
}

/* Start blogs page */
.blogs h3 {
    color: var(--main-color);
}

.search-btn {
    background: var(--secondary-color);
    color: #fff;
    min-width: 110px;
}

.input-group .form-control:focus {
    box-shadow: none !important;
}

.input-group:focus-within {
    box-shadow: 0 0 0 0.25rem #c2dbfe;
    border-radius: .3rem;
}

.blogs-list .card {
    background: #faf8f8;
    border-radius: 8px;
    overflow: hidden;
    font-size: .9rem;
    color: var(--dark-color);
}

.blogs-list .card:hover .card-title {
    color: var(--main-color)
}

.blogs-list .card-img-top {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.blogs-list .card-title {
    color: var(--dark-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: .9rem;
    font-family: var(--bold-font);
    transition: .3s ease-in-out all;
}

.blogs-list .items span, .blog-details .items span {
    background: #719CDC;
    color: #fff;
    font-size: .8rem;
    font-family: var(--bold-font);
    border-radius: 5px;
    display: inline-block;
    padding: .2rem .5rem;
    margin-bottom: .4rem;
}

a {
    text-decoration: none !important;
}

.read-more a {
    color: var(--main-color) !important;
    font-family: var(--bold-font) !important;
}

.blog-banner img {
    max-height: 400px;
    border-radius: 10px;
    object-fit: cover;
}

/* End blogs page */

.spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner>div {
    background-color: var(--main-color);
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.no-results img {
    width: 100px;
    margin-bottom: 1rem;
}

.no-results h3 {
    color: var(--dark-color);
    font-size: 1.3rem;
}

@media (max-width: 767px) {

    .form-group-item label,
    .form-group-item button {
        width: 100%;
    }
}

/*upload img-video*/
.preview-images-zone, .preview-videos {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.preview-image {
    height: 100px;
    width: 100px;
    position: relative;
    margin-inline-end: 8px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
}

.image-zone img, .preview-videos video {
    height: 100px;
    width: 100px;
    border-radius: 5px
}

.image-zone img {
    object-fit: cover;
}

.image-cancel {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
    color: #eb0808;
    background: rgba(255, 255, 255, .85);
    z-index: 100;
    width: 18px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    border-radius: 4px;
    font-size: 15px;
}

.upload-btn.btn-primary {
    background: var(--green-color);
    color: var(--light-color);
    border-radius: 10px;
    height: 42px;
    line-height: 28px;
    font-size: .9rem;
    min-width: 140px
}

.accordion .card-header {
    background-color: rgba(0, 0, 0, .02);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.accordion .card-title {
    color: var(--main-color)
}

.accordion .card-title i {
    float: right
}

.accordion .card-body {
    font-size: .9rem
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    font-size: .85rem;
    border-radius: 20px;
    height: auto;
    min-height: calc(2.25rem + 5px);
    padding: 0.375rem 1.75rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0)
}

/* table time */
.class-timetable.table-responsive {
    border-radius: 0 !important
}

.class-timetable table {
    border: 2px solid #363636;
    text-align: center;
}

.class-timetable table thead {
    border-bottom: 2px solid #363636;
}

.class-timetable .table td,
.class-timetable .table th {
    border-color: #363636;
    vertical-align: middle;
}

.class-timetable table thead tr th {
    font-size: 14px;
    border-right: 2px solid #363636;
    padding: 0;
    font-weight: 400;
}

.class-timetable table tbody tr td {
    min-width: 100px;
    padding: 10px 5px;
    border-top: none;
    border-right: 2px solid #363636;
    border-bottom: 2px solid #363636;
}

.class-timetable table tbody tr td.class-time {
    font-size: 12px;
    color: #020202;
    font-weight: bold;
    border: 2px solid #363636;
    width: 145px;
}

.class-timetable table tbody tr td.hover-bg {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.class-timetable table tbody tr td.hover-bg:hover {
    background: var(--basic-main-color);
}

.class-timetable table tbody tr td.blank-td {
    position: relative;
    overflow: hidden;
}

.class-timetable table tbody tr td.blank-td:after {
    position: absolute;
    left: -47px;
    top: 59px;
    width: 237px;
    height: 1px;
    background: #363636;
    content: "";
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.class-timetable table tbody tr td h5 {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.class-timetable table tbody tr td span {
    display: block;
    font-size: 12px;
    color: #a9a9a9;
}


.class-timetable .custom_table tr th {
    border-right: none;
}

.class-timetable .custom_table tr td {
    border-bottom: none;
    min-width: auto;
    width: 145px;
}

.class-timetable .custom_table tr th {
    padding: 5px 0 10px;
}

.class-timetable .custom_table tr td {
    padding: 5px -1px;
}

.class-timetable .custom_table {
    border-collapse: separate;
    border-spacing: 5px;
}

.class-timetable .custom_table,
.class-timetable .classes_table {
    margin-bottom: 0;
}

.class-timetable .classes_table {
    border-width: 1px;
    cursor: pointer;
}

.class-timetable .classes_table tr td {
    border-bottom: 0;
    border-width: 1px;
    padding: 8px 5px;
    font-size: 13px;
    min-width: auto;
    border-right: none;
}

.class-timetable .classes_table tr {
    border-bottom: 1px solid #363636;
}

.add_new_table .classes_table {
    margin-bottom: 1rem;
}


/* new */
.timetable {
    vertical-align: center;
}

.timetable.table>thead {
    background: #f2f4f8;
}

.timetable.table>thead>tr>th>span {
    font-weight: normal !important;
    font-size: 13px;
}

.timetable.table>thead>tr>th:first-child, .timetable.table>tbody>tr>th:first-child {
    background: #fafbfc;
}

.timetable-workout span {
    display: inline-block;
    font-size: 11px;
}

.timetable-workout {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    /*font-family: 'Oswald', sans-serif;*/
    /*border: 1px solid;
    border-bottom: 1px solid !important;*/
    border-right: 3px solid;
}

.timetable-workout.notActive {
    color: #ff6666;
    background-color: #fdeaea;
}

.timetable-workout.active {
    color: #8ABB2B;
    background-color: #eaf9cb;
}

.timetable, .timetable.table>tbody>tr>th {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    min-width: 200px;
}

.timetable.table>tbody>tr>th span {
    display: inline-block;
}

.timetable, .timetable.table>thead>tr>th {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    border: none !important;
}

.timetable.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

.box-table {
    padding: 16px 30px;
    margin: 0 -15px 15px;
    border: 1px solid #eee;
}

.timetable.table>tbody>tr>td {
    padding: 0.6rem 0.4rem;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eee;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsl(224, 100%, 99%);
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #26282c;
    text-align: left;
    caption-side: bottom;
}

.mb30 {
    margin-bottom: 30px;
}

.coach-schedules {
    display: inline-block;
    width: 100%
}

.coach-schedules .btn {
    float: right;
    width: 185px;
}

/*gallary*/
.img-wrapper {
    position: relative;
    margin-top: 15px;
    width: 100%;
    height: 250px;
}

.img-wrapper a, .img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-wrapper img {
    border-radius: 5px;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 5px;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: calc(100% - 65px);
    position: fixed;
    top: 65px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

.ems-videos .preview-image {
    height: 195px;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    margin-bottom: 1rem;
}

.ems-videos .image-zone, .ems-videos .preview-videos video {
    height: 100%;
    width: 100%;
}

.top-banner.ems img {
    object-position: bottom;
}

/*ems home sessions*/
.ems-steps.request-steps h5 {
    font-size: 1rem;
    font-family: var(--main-font);
}

.ems-steps .trainer-block {
    height: 135px;
    background: #FAFAFA;
    border-radius: 10px;
    padding: 15px 5px;
    font-size: .9rem;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
}

.ems-steps.request-steps .nav {
    width: 600px;
}

.ems-steps.request-steps.sw-theme-dots>.nav:before {
    width: 538px
}

.ems-steps .cir-img .flag {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    right: -8px;
    bottom: 8px;
}

.ems-steps .cir-img .flag li {
    position: static;
}

.select-studio {
    cursor: pointer;
}

.studio-address i {
    margin: 0 .3rem 0 0;
    color: #999;
    min-width: 15px
}

.studio-address p {
    color: #999 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* neeeeeeeeew notification */
.notifications .btn {
    font-size: 1.2rem;
}

.notifications .dropdown-menu {
    border-radius: 4px;
    width: 280px;
    text-align: start;
    padding: 0;
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    right: 0;
    left: auto;
}

.notifications .dropdown-menu::-webkit-scrollbar {
    width: 8px;
}

.notifications .dropdown-menu::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 25px;
}

.notifications .dropdown-menu::-webkit-scrollbar-thumb {
    background: #f9f8f8;
    border-radius: 25px;
}

.notifications .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #aaabb3;
}

.notifications .dropdown-item {
    font-size: 0.8rem;
    white-space: initial;
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #eee;
}

.notifications .dropdown-item:last-child {
    border: none;
}

.notifications .dropdown-item:active {
    background: #f9f9f9;
}

.notifications .dropdown-item p {
    margin-bottom: 0.2rem;
    color: #000;
}

.notifications .dropdown-item .date-time {
    color: #999 !important;
    font-size: 0.75rem;
    margin-bottom: 0;
}

.accept-btns .btn {
    font-size: .8rem;
    padding: 0;
    margin-inline-start: 1rem;
    color: var(--dark-green);
    float: right;
    cursor: pointer;
}

.accept-btns .btn i {
    margin: 0 .2rem;
}

b, strong {
    font-weight: normal;
    font-family: boldFont;
}

/* Start customer profile*/
.popover-body {
    font-size: .85rem;
}

.customer-profile .table th {
    border-bottom: none;
    background: #FAFAFA;
    font-family: var(--bold-font);
    font-weight: normal;
}

.customer-profile .table tr td:nth-child(1) {
    background: #FAFAFA;
}

.customer-profile .table {
    table-layout: fixed;
}

.customer-profile .table td, .customer-profile .table th {
    padding: 0.4rem;
    font-size: .85rem;
    word-wrap: break-word;
}

.note-col {
    text-align: justify;
}

.personal-data.block {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 15px;
}

.deformity-types {
    display: none;
    margin-bottom: 10px;
}

.latest-dates {
    height: auto;
    max-height: 350px;
    overflow-y: auto;
    scrollbar-width: thin !important;
}

.latest-dates::-webkit-scrollbar {
    width: 7px;
}

.latest-dates::-webkit-scrollbar-track {
    background: #FAFAFA;
    border-radius: 25px;
}

.latest-dates::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 25px;
}

.latest-dates::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}


/*time trainer*/

.date_arrow_only .bootstrap-datetimepicker-widget table th.dow, .date_arrow_only tbody {
    display: none;
}

.date_arrow_only .bootstrap-datetimepicker-widget {
    width: 100%
}

.date_arrow_only .datepicker-days thead tr {
    height: calc(2.25rem + 5px);
}

.date_arrow_only .table thead th {
    vertical-align: middle;
}

.time_trainer_table .extra-type {
    padding: 0 6px
}

.time_trainer_table .main-table, .time_trainer_table .ui-widget.ui-widget-content {
    width: 99% !important
}

.calendar_arrows .date {
    width: 80%
}

.calendar_arrows .form-control, .calendar_arrows .input-group-text {
    border: none !important;
    color: white;
    background-color: #0069d9 !important;
}

.calendar_arrows .input-group>.form-control:not(:last-child), .calendar_arrows .date .input-group-text {
    border-radius: .25rem !important
}

.calendar_arrows .date .input-group-text {}

.calendar_arrows .btn-primary {
    height: 41px;
    line-height: 33px
}

.week-slider {
    display: none;
}

/* New desgin */
.lg-title {
    font-size: 1.2rem;
    font-family: var(--bold-font);
}

.main-block {
    position: relative;
    height: 210px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 1rem;
    padding: 5px;
}

.block-bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.block-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-block .icon {
    height: 35px;
    margin-bottom: 1rem;
}

.main-block h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-family: var(--bold-font);
}

.main-block .btn {
    min-width: 172px;
    font-size: .9rem;
    transition: all .3s ease-in;
}

.main-block .btn:hover {
    transform: scale(1.1);
}

.personal-training {
    background: #f9f9f9;
    z-index: 1;
    position: relative;
}

.personal-training .main-block {
    height: 200px;
}

.personal-training .main-block .icon {
    height: 45px;
}

.personal-training .main-block i {
    font-size: 2.6rem;
    margin-bottom: 1rem
}

.programes-slider {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
}

.programes-slider img {
    width: 165px !important;
    height: 165px;
    border-radius: 50%;
    margin: 0 auto 1rem;
    border: 1px solid;
    padding: 7px;
    margin-top: .6rem;
    transition: all .3s ease-in-out;
}

.programes-slider h4 {
    font-size: 1rem;
    font-family: var(--bold-font);
}

.programes-slider .owl-item .item:hover img {
    transform: scale(1.1);
}

.programes-slider .owl-item:nth-child(3n+1) .item img {
    border-color: var(--green-color);
}

.programes-slider .owl-item:nth-child(3n+1) .item h4 {
    color: var(--green-color);
}

.programes-slider .owl-item:nth-child(3n+2) .item img {
    border-color: var(--main-color);
}

.programes-slider .owl-item:nth-child(3n+2) .item h4 {
    color: var(--main-color);
}

.programes-slider .owl-item:nth-child(3n+3) .item img {
    border-color: var(--dark-green);
}

.programes-slider .owl-item:nth-child(3n+3) .item h4 {
    color: var(--dark-green);
}

.fitness-programme .card {
    padding: .4rem;
    border: none;
    border-radius: 10px;
    background: #F6F6F6;
    margin-bottom: 30px;
}

.fitness-programme .card-img-top {
    width: 100%;
    height: 185px;
    object-fit: cover;
    border-radius: 15px;
}

.fitness-programme .card-title {
    font-family: var(--bold-font);
    font-size: .95rem;
}

.fitness-programme .card-text {
    font-size: .85rem;
    color: #707070;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 61px;
}

.fitness-programme .card .col-6 .btn {
    width: 100%;
}

.fitness-programme .card .col-6:first-child {
    padding: 0 5px 0 15px;
}

.fitness-programme .card .col-6:last-child {
    padding: 0 15px 0 5px;
}

.fitness-programme .play-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    width: 45px;
}

.lock {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: var(--main-color);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: .8rem;
    position: absolute;
    right: 13px;
    top: 11px;
    z-index: 10;
}

.unlock {
    background: var(--green-color);
}

.fitness-programme .btn, .fitness-banner .btn {
    width: 172px;
    max-width: 100%;
    font-size: .9rem;
}

.breadcrumb-style {
    background: none;
    margin-bottom: 0;
    padding: .8rem 0;
}

.breadcrumb-style .breadcrumb-item a {
    color: #000;
}

.breadcrumb-style .breadcrumb-item.active {
    font-family: var(--bold-font);
    color: #000;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: var(--main-font);
}

.fitness-banner {
    padding: 1rem 4rem;
    position: relative;
    height: 320px;
    width: 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 24%, rgba(246, 246, 246, 1) 49%, rgba(246, 246, 246, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.fitness-banner>div {
    width: 400px;
    max-width: 100%;
}

.fitness-banner p {
    font-size: .9rem;
    color: #575656;
}

.fitness-banner img {
    border-radius: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

/* live page */
.live-block {
    background: #f9f9f9;
    padding: 1.5rem 1rem;
    border-radius: 8px;
}

.request-steps .live-step.nav {
    min-width: 140px;
    width: fit-content;
}


.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    font-size: .85rem;
    border-radius: 20px;
    min-height: calc(2.25rem + 5px);
    padding: 0 1.2rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple:before {
    background: url(../imgs/arrow.png) no-repeat #fff;
    background-size: 10px;
    border: none !important;
    height: 8px !important;
    width: 14px !important;
    margin: auto !important;
    top: 16px !important;
    right: 15px !important;
    text-align: center;
    left: auto !important;
    transform: none !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 12px;
}

.main-form .custom-radio {
    margin-left: 0;
}

.tab-content.pt-3 {
    padding-top: 2rem !important;
}

/* recorded */
.main-category {
    width: 300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.bmr {
    font-size: 1.3rem !important;
    color: var(--main-color) !important;
    font-family: var(--bold-font);
}

.question-list p {
    width: 350px;
    max-width: 100%;
}

.food-problems {
    display: none;
}

.carousel-control-prev, .carousel-control-next {
    font-size: 2.5rem;
    color: #000;
    margin: 5px;
    opacity: 1;
    width: auto;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
    color: var(--main-color)
}

.carousel-control-next, .carousel-control-prev {
    font-size: 1.3rem;
    bottom: -50px;
    top: auto;
}

.carousel-control-next:focus, .carousel-control-prev:focus {
    color: #000
}

.carousel-control-next {
    right: 42%;
}

.carousel-control-prev {
    left: 42%;
}

/* recorded-tabs */
.recorded-tabs .session-item {
    justify-content: flex-start;
    align-items: center;
}

.recorded-tabs .session-item>div {
    min-width: 240px;
}

.show-videos {
    font-size: 2rem;
    color: var(--dark-color);
    transition: all ease-in-out .3s;
}

.show-videos:hover {
    color: var(--main-color);
}

.video-plan {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.video-plan p {
    margin-bottom: .3rem;
    font-size: .9rem;
}

.video-plan p>span {
    min-width: 100px;
    display: inline-block;
}

.video-content .nav-pills .nav-link {
    border: none;
    font-size: .9rem;
    margin-bottom: 0.5rem;
}

.video-content .nav-pills .nav-link.active {
    background: var(--main-color);
    border: none;
}

.video-content .nav-pills .nav-link:focus {
    outline: none;
}

.video-content h5 {
    font-size: 1rem;
    color: var(--main-color);
    text-align: center;
    margin: .8rem 0;
}

.video-content video {
    border-radius: 8px;
}

/* coach schedule */
.coach-schedule h3 {
    color: var(--main-color);
    font-size: 1.2rem;
}

.coach-schedule .block {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.weekly-calendar {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}

.weekly-calendar .fc-body {
    max-height: 77px;
    min-height: 77px;
    height: 77px;
    position: absolute;
    top: 0;
}

.weekly-calendar .fc-week {
    max-height: 77px;
    min-height: 77px;
    height: 77px;
}

.weekly-calendar .fc-day-grid-container .active:after {
    content: '';
    width: 48px;
    height: 75px;
    border: 1px solid var(--green-color);
    background: rgba(140, 209, 104, .3);
    position: absolute;
    top: -1NewBlogRespx;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-radius: 25px;
}

.weekly-calendar .fc-day-grid-container {
    height: 77px !important;
    overflow: hidden !important;
}

.weekly-calendar.fc-unthemed td.fc-today {
    background: transparent;
}

.weekly-calendar.fc-unthemed td.active span {
    border: 1px solid var(--green-color) !important;
}

.weekly-calendar.fc-unthemed th,
.weekly-calendar.fc-unthemed thead,
.weekly-calendar.fc-unthemed td {
    border: none !important;
    position: relative;
}

.weekly-calendar .fc-toolbar h2 {
    font-size: 1rem;
    font-family: var(--bold-font);
}

.weekly-calendar .fc-toolbar button {
    background: none;
    border: none;
    box-shadow: none;
}

.weekly-calendar .fc-toolbar button:focus {
    outline: none;
}

.weekly-calendar.fc-unthemed thead th>span {
    width: 45px;
    line-height: 17px;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    padding: 1.3rem .2rem;
    background: rgba(0, 0, 0, .03);
    font-weight: normal;
}

.weekly-calendar.fc-unthemed .fc-today span {
    background: rgba(210, 233, 199, .4);
}

.weekly-calendar .number {
    font-family: var(--bold-font);
    color: var(--dark-color);
}

.weekly-calendar .day {
    font-size: .8rem;
    color: #999
}

/* .available-time{
    display: none;
} */
.available-time h3 {
    color: #000;
    font-size: 1rem;
    font-family: var(--bold-font);
}

.available-time ul li {
    width: 100px;
    height: 37px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    padding: .5rem;
    background: #eae4e4;
    font-size: .9rem;
    color: #312e2e;
    border: 1px solid #f7f7f7;
    margin: 0 .4rem .6rem 0;
    cursor: pointer;
    transition: .3s all ease-in-out;
}

.available-time ul li:hover {
    color: #000;
}

.available-time ul .selected {
    border: 1px solid var(--green-color);
    background: rgba(140, 209, 104, .3);
    color: #383838;
}

.available-time .hint {
    font-size: .9rem;
    margin-bottom: .5rem;
}

.available-time .hint i {
    margin: 0 .4rem 0 0;
}

.add-session {
    color: var(--main-color);
    font-size: .9rem;
    text-decoration: underline !important;
}

.prog-img {
    width: 110px;
    min-width: 110px !important;
    height: 110px;
    position: relative;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 2px;
    display: inline-block;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prog-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.prog-img .play {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.tags .nav-link {
    border-radius: 25px;
    border: 1px solid #ddd;
    margin-inline-end: .3rem;
    color: var(--green-color);
    padding: 0.3rem .8rem;
    transition: all .3s ease-in-out;
}

.tags .nav-link:hover {
    background: #eee;
}

.gray-block {
    padding: 15px;
    border-radius: 5px;
    background: #fbfbfb;
}

.gray-block h5 {
    margin-top: 1rem;
}

.ems-studio.ems-steps.request-steps.sw-theme-dots>.nav:before {
    width: 612px;
}

/* gift */
.gift img {
    width: 175px;
    margin-bottom: 20px;
}

.gift h3 {
    color: var(--main-color);
    font-size: 2rem;
}

.gift p {
    font-size: 1.3rem;
}

.gift-card {
    border-radius: 5px;
    margin-top: 1rem;
    background: #f7f7f7;
    cursor: pointer;
}

.gift-card.active-gift {
    border: 2px solid var(--main-color);
}

.gift-card h3 {
    font-size: 1rem;
}

.gift-card.training-gift {
    background: rgba(192, 13, 14, 0.1);
}

.gift-card.nutrition-gift {
    background: rgba(138, 178, 43, .2);
}

.gift-card.nutrition-gift .active-btn {
    background: var(--green-color);
}

.gift-card .fa-gift {
    font-size: 2rem;
    transform: rotate(8deg);
}

.gift-card span {
    font-size: .95rem;
}

.active-btn {
    width: 85px;
    height: 32px;
    line-height: 20px;
}

.active-btn.btn-primary:hover {
    background: var(--dark-color);
}

.product-gift span {
    display: inline-block;
    border-radius: 5px;
    background: #fff;
    margin: .5rem;
    width: 150px;
    height: 150px;
    padding: 1rem;
    cursor: pointer;
    transition: .3s all ease-in-out;
    border: 1px solid #fff;
    box-shadow: 1px 1px 3px #ddd;
}

.product-gift span:hover, .product-gift span.active-item {
    border: 1px solid var(--dark-green);
}

.product-gift span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.video-gift {
    background: #fff;
}

.video-gift img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.confirm-btn {
    width: 300px;
    max-width: 100%;
}

.side-tabs .gift-card {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* wheel style */
.gift-mess {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.spin-win {
    width: 400px;
    max-width: 100%;
    height: 345px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 3rem;
}

.gift-bg {
    background: url(../imgs/gift2.png);
    background-size: 100% 100%;
    width: 190px;
    height: 200px;
    min-height: 200px;
    position: relative;
    display: inline-block;
}

.gift-bg img {
    width: 85%;
    height: 64%;
    object-fit: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 60px;
    padding: 10px;
}

.gift-bg.shake {
    /* Start the shake animation and make the animation last for 0.5 seconds */
    animation: shake 4s;
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-3deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(3deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(3deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-3deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-3deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(3deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-3deg);
    }
}

.gift-bg h3 {
    position: absolute;
    top: 59%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 1.5rem;
}

.gift-bg h3 span {
    font-family: var(--bold-font);
}

.submit-gift.main-btn.btn-primary {
    width: 250px;
    max-width: 100%;
    border-radius: 8px;
    height: 38px;
    display: block;
    top: 0;
    position: relative;
    margin: 0 auto;
}

.login-to-win .submit-gift.main-btn.btn-primary {
    top: 0;
    width: 300px;
    max-width: 100%;
}

.login-to-win h5 {
    font-size: 1.1rem;
}

.login-to-win a {
    text-decoration: underline !important;
}

.login-to-win .email-input {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
}

.submit-gift.main-btn.btn-primary:focus, .submit-gift.main-btn.btn-primary:hover,
.submit-gift.main-btn.btn-primary:disabled {
    background: var(--main-color) !important;
}

.fixed-btns .col-auto:nth-child(2) .btn {
    background: var(--green-color);
}

.fixed-btns .col-auto:nth-child(3) .btn {
    background: var(--main-color);
}

.coupon-list .col-lg-4 {
    padding: 0 7px;
    margin-bottom: 14px;
}

.coupon-list .card {
    padding: .4rem;
    border: none;
    border-radius: 10px;
    background: #F6F6F6;
    font-size: .9rem;
}

.coupon-list .card-img-top {
    width: 100%;
    height: 125px;
    object-fit: cover;
    border-radius: 15px;
}

.coupon-list .card-body {
    padding: .5rem;
}

.coupon-list .card-title {
    font-family: var(--bold-font);
    font-size: .95rem;
    margin-bottom: 0.3rem;
}

.coupon-list .btn-primary {
    font-size: .85rem;
}

.coupon-list .label {
    position: absolute;
    left: 20px;
    top: 6px;
    background: url(../imgs/label.png)no-repeat;
    background-size: 100% 100%;
    color: var(--light-color);
    font-size: .8rem;
    font-family: var(--bold-font);
    min-width: 30px;
    height: 41px;
    line-height: 36px;
    text-align: center;
    padding: 0 3px;
}

.buy-coupon {
    padding: 1rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.buy-coupon img {
    width: 65px;
}

.buy-coupon a {
    font-family: var(--bold-font);
    margin-top: .8rem;
    font-size: .95rem;
    color: #000;
}

.cir-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    position: absolute;
    top: 12px;
    right: 12px;
    color: #fff;
    background: #6CB945;
    text-align: center;
    font-size: .8rem;
    cursor: pointer;
}

.cir-icon.gift-icon {
    background: #FFA500;
}

.opacity-50 {
    opacity: .5;
}

/* Start lucky wheel */
/* lucky wheel */
#wheelModal .modal-content {
    overflow: hidden;
    min-height: 480px;
}

.lucky-wheel {
    position: relative;
    margin: 0 20px;
    transform: rotate(90deg);
}

.wheel {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 2px solid #89191B;
}

.wheel:after {
    content: '';
    position: absolute;
    top: 18px;
    left: 18px;
    width: 312px;
    height: 312px;
    border-radius: 50%;
    box-shadow: inset 0 0 17px rgba(0, 0, 0, .7);
}

.wheel canvas {
    margin: 8px;
}

.spin-btn {
    user-select: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    height: 20%;
    margin: -10%;
    background-color: #8A171A;
    color: #fff;
    box-shadow: 0 0 0 1px currentColor, 0px 0px 0px 5px #8A171A;
    border-radius: 50%;
    z-index: 1000;
}

.spin-btn span {
    transform: rotate(-90deg);
}

.spin-btn::after {
    content: "";
    position: absolute;
    /* top: -12px;
    border: 10px solid transparent;
    border-bottom-color: var(--main-color);
    border-top: none; */
    background: url(../imgs/spin.png);
    width: 73px;
    height: 73px;
    background-size: 100% 100%;
    top: -145px;
    right: 0;
    transform: rotate(-90deg);
    z-index: 100;
    pointer-events: none;
}

/* start glitter animation */
@keyframes confetti-slow {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
    }
}

@keyframes confetti-medium {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
    }
}

@keyframes confetti-fast {
    0% {
        transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
    }

    100% {
        transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
    }
}

.gift-box {
    width: 100%;
    height: 100%;
    display: fixed;
    top: 0px;
}

.confetti-container {
    perspective: 700px;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.confetti {
    position: absolute;
    z-index: 1;
    top: -10px;
    border-radius: 0%;
}

.confetti--animation-slow {
    animation: confetti-slow 2.25s linear 1 forwards;
}

.confetti--animation-medium {
    animation: confetti-medium 1.75s linear 1 forwards;
}

.confetti--animation-fast {
    animation: confetti-fast 1.25s linear 1 forwards;
}

/* end */


/* new congrat-modal  */
.congrat-modal .gift-box-cong {
    border-radius: 10px;
    background-color: #c6dbd8;
}

.congrat-modal .border-left {
    border-color: #016053 !important;
    border-width: 2px !important;
}

.congrat-modal i {
    font-size: 3.8rem;
    color: var(--dark-green);
}

.congrat-modal .btn-primary {
    background-color: var(--green-color);
}

.congrat-steps, .congrat-steps p {
    color: #000;
    font-size: .85rem;
}

.congrat-modal li {
    color: #000;
}

    .congrat-modal li::marker {
        color: var(--dark-green);
        font-size: 1.5rem;
        line-height: 0;
    }

@media (min-width: 576px) {
    .congrat-modal .modal-dialog {
        max-width: 545px;
    }
}

.congrat-modal-red i {
    color: var(--main-color);
}

.congrat-modal-red .gift-box-cong {
    background-color: #f9e7e6;
}

.congrat-modal-red li::marker {
    color: var(--main-color);
}

.congrat-modal-red .btn-primary {
    background-color: var(--main-color);
}


.congrat-modal-black i {
    color: var(--dark-color);
}

.congrat-modal-black .gift-box-cong {
    background-color: #dfdfdf;
}

.congrat-modal-black li::marker {
    color: var(--dark-color);
}

.att-msg p {
    font-size: .9rem;
}

.att-msg .text-op {
    opacity: .5;
}

    .att-msg .text-op i {
        font-size: 1rem;
    }