/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.calcfield input.error {
    border: 1px solid #FF0000 !important;
}

/* 7/2/2025 */
.cooperTest .percentage .calcFieldsWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start !important;
    grid-gap: 0 30px;
    width: 100%;
}

.cooperTest {
    display: block !important;
}

.cooperTest #calculateCooper {
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 32px;
}

.cooperTest .calcFieldsWrap {
    margin: 0;
    padding: 0;
}

.cooperTest .calcfield>label {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    color: #ffffffeb;
}

.cooperTest .calcfield input::placeholder {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    color: #ffffff6e;
}

.calcfieldTitle {
    margin-bottom: 30px !important;
}

@media(max-width:1399px) {
    .cooperTest .calcfield>label {
        font-size: 16px;
    }
}

@media(max-width:1199px) {
    .innerNurseWrap .nsLeftCol {
        width: 100% !important;
        flex: 0 0 auto;
    }

    .cooperTest .calcfield>label {
        margin-bottom: 14px;
    }

    .cooperTest .calcfield>label {
        font-size: 14px;
    }

    .innerNurseWrap .nsRightCol {
        width: 100%;
    }

    .innerNurseWrap .nsLeftCol .videoWrap video {
        width: 100%;
        height: 100%;
    }
}

.nsLeftCol .videoWrap.cs-videoWrap>iframe {
    width: 100%;
}

@media(max-width:767px) {
    .nsLeftCol .videoWrap.cs-videoWrap>iframe {
        height: fit-content;
    }

    .cooperTest .calcfield>label {
        margin-bottom: 10px;
    }
}

@media(max-width:575px) {
    .cooperTest .percentage .calcFieldsWrap {
        grid-template-columns: 1fr;
        grid-gap: 25px 0;
    }

    .cooperTest .calcfield input::placeholder {
        font-size: 14px;
    }

    .cooperTest .calcfield>label {
        margin-bottom: 11px;
    }
}

/* ============================== >> 12/2/2025 << ============================== */
.dayeInputItem input {
    display: none;
}

.dayeInputItem label {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    border: 1px solid #272A48;
    background-color: #191B33;
    min-height: 42px;
    padding: 10px 20px;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.daysProgress .daysInputFiled,
.dateList,
.timeList {
    display: flex;
    grid-gap: 10px;
    margin-bottom: 80px;
    flex-wrap: wrap;
}

.dayeInputItem input:checked+label {
    background-color: #F6941F;
}

.dayeInputItem label:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 10px #272A48;
}

.daysProgress .dayHeadingWrap,
.startDateHeadingWrap,
.timeHeaadingWrap {
    margin-bottom: 24px;
}

.daysProgress .dayHeadingWrap h2,
.startDateHeadingWrap h2,
.timeHeaadingWrap h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 3px;
}

.daysProgress .dayHeadingWrap span,
.startDateHeadingWrap span,
.timeHeaadingWrap span {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
}

.nsLeftCol .daysProgress {
    border: 1px solid #272A48;
    padding: 41px;
    border-radius: 16px;
}

.dateList .dateItem select,
.timeList .timeItem select {
    border-radius: 4px;
    position: relative;
    padding: 10px 30px;
    background-color: #191B33;
    border: 1px solid #272A48;
    color: #fff;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    appearance: none;
    line-height: 21.78px;
}

.dateList .dateItem select,
.timeList .timeItem select:focus {
    outline: none;
}

.dateList .dateItem select,
.timeList .timeItem select {
    background-image: url('../images/downCheck.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 12px);
    width: 100%;
    text-transform: uppercase;
    background-size: 10px;
}

.daysProgress .calanderBtn span {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.8;
    color: hsl(206 41% 97% / 80%);
}

.daysProgress .calanderBtn a {
    height: fit-content;
    text-transform: uppercase;
}

/* Responsive Start Here */
@media(max-width:1699px) {
    .nsLeftCol .daysProgress {
        padding: 32px;
    }

    .daysProgress .daysInputFiled,
    .dateList,
    .timeList {
        margin-bottom: 65px;
    }

    .daysProgress .dayHeadingWrap h2,
    .startDateHeadingWrap h2,
    .timeHeaadingWrap h2 {
        font-size: 25px;
    }
}

@media(max-width:1399px) {
    .nsLeftCol .daysProgress {
        padding: 26px;
    }

    .daysProgress .dayHeadingWrap h2,
    .startDateHeadingWrap h2,
    .timeHeaadingWrap h2 {
        font-size: 22px;
    }

    .daysProgress .daysInputFiled,
    .dateList,
    .timeList {
        margin-bottom: 50px;
    }

    .nsLeftCol .daysProgress {
        padding: 26px;
    }
}

@media(max-width:1199px) {

    .daysProgress .daysInputFiled,
    .dateList,
    .timeList {
        margin-bottom: 40px;
    }

    .nsLeftCol .daysProgress {
        padding: 22px;
    }

    .daysProgress .dayHeadingWrap,
    .startDateHeadingWrap,
    .timeHeaadingWrap {
        margin-bottom: 15px;
    }
}

@media(max-width:991px) {

    .daysProgress .dayHeadingWrap h2,
    .startDateHeadingWrap h2,
    .timeHeaadingWrap h2 {
        font-size: 18px;
    }

    .daysProgress .dayHeadingWrap span,
    .startDateHeadingWrap span,
    .timeHeaadingWrap span {
        font-size: 16px;
        line-height: 1.2;
    }

    .daysProgress .calanderBtn span {
        font-size: 16px;
    }

    .daysProgress .daysInputFiled,
    .dateList,
    .timeList {
        margin-bottom: 30px;
    }
}

@media(max-width:575px) {

    .daysProgress .daysInputFiled,
    .dateList,
    .timeList {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .dayeInputItem label {
        font-size: 16px;
        width: 100%;
    }

    .nsLeftCol .daysProgress {
        padding: 15px;
    }

    .dateList .dateItem select,
    .timeList .timeItem select {
        padding: 10px 25px;
        font-size: 16px;
    }

    .daysProgress .daysInputFiled,
    .dateList,
    .timeList {
        margin-bottom: 20px;
    }
}

@media(max-width:450px) {

    .daysProgress .daysInputFiled,
    .dateList,
    .timeList {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:350px) {

    .daysProgress .daysInputFiled,
    .dateList,
    .timeList {
        grid-template-columns: 1fr;
    }
}

/* Calendar */

#calendar {
    border-radius: 16px;
    margin-top: 30px;
    border: 23px solid #191B33;
}

.fc-header-toolbar.fc-toolbar h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: clamp(15px, 4vw, 22px);
    line-height: 1.2;
    letter-spacing: 0.44px;
}

.fc .fc-daygrid-day-top a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0px;
    text-align: right;
    padding: 6px 8px;
}

.fc-theme-standard td,
.fc-theme-standard th {
    border-bottom: 1px solid #191B33;
    background-color: #20223E !important;
    padding: 2px 0;
}

.fc .fc-daygrid-day-top a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0px;
    text-align: right;
    padding: 6px 8px;
}

.fc-theme-standard td,
.fc-theme-standard th .fc-scrollgrid-sync-inner a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.52px;
    text-align: right;
}

.fc-theme-standard td,
.fc-theme-standard th {
    border: 2px solid #191B33 !important;
}

.fc .fc-scrollgrid-liquid {
    height: 100%;
    border-style: none;
}

.fc-event .fc-daygrid-event-dot {
    display: none;
}

.fc-daygrid-event-harness .fc-event {
    width: 100%;
    display: flex;
    text-align: left;
    background: #F6941F;
    color: #fff;
    flex-direction: column;
    max-width: 100%;
    padding: 6px 8px 6px;
    align-items: flex-start;
}

.fc-daygrid-event-harness .fc-event.completed-event {
    background: #595959;
}

.fc-event .fc-content {
    width: 100%;
    text-wrap: wrap;
}

.fc-event .fc-content .fc-time {
    font-family: Inter;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    text-transform: lowercase;
}

.fc-content .fc-time {
    display: block;
    padding-bottom: 2px;
}

.fc-event .fc-content .fc-title {
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    display: inline-block;
}

.fc-header-toolbar .fc-toolbar-chunk>button {
    color: var(--fc-button-text-color);
    background-color: #272A48;
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 16.94px;
}

@media(min-width:991px) {
    .fc-view-harness {
        min-height: 525px !important;
    }
}

@media(max-width:991px) {
    .fc-daygrid-event-harness .fc-event {
        overflow: hidden;
    }
}

/* =====>> 14/2/2025 <<===== */

.prgTabContent .dumbleExcWrap {
    background: #191B33;
    border-radius: 16px;
    margin: 40px 0;
}

.dumbleHeading h2 {
    padding-top: 24px;
    padding-right: 0;
    padding-left: 24px;
    padding-bottom: 16px;
}

.table {
    background-color: #0A0C1B !important;
}

.dumbleHeading h2 {
    font-weight: 700;
    font-size: clamp(16px, 4vw, 26px);
    line-height: 1.2;
}

.dumbleHeading span {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    display: block;
}

.dumbleHeader {
    background: #F6941F;
    height: clamp(25px, 4vw, 32px);
}

.dumbleHeader .dumbleList h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
}

.dumbleBody .dumbleList .dumbleItem {
    display: flex;
    justify-content: space-between;
    padding-left: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 24px;
}

.dumbleList .dumbleItem .dumbleMainContent h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}

.dumbleList .dumbleItem .dumbleMainContent span {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    color: #F3F7FA;
    line-height: 1.2;
}

.dumbleBody .dumbleList td {
    padding: 10px 24px;
    padding-right: 0;
    font-size: clamp(10px, 1.2vw, 14px);
}

.dumbleBody .dumbleList td:last-child {
    padding-right: 24px;
    padding-left: 0;
}

.dumbleBody .dumbleList td:not(:first-child) {
    padding-left: 0;
}

.dumbleBody .dumbleList td:last-child {
    text-align: right;
}

.dumbleBody .dumbleList td:nth-child(3) {
    padding-left: 0;
}

.dumbleHeader .dumbleList:first-child {
    padding-left: 24px;
    text-align: left;
}

.dumbleHeader .dumbleList:last-child {
    text-align: right;
}

.dumbleHeader .dumbleList {
    font-size: 14px;
}

.dumbleHeader .dumbleList:last-child {
    padding-right: 24px;
}

.dumbleHeader th:not(:first-child),
.dumbleHeader th:not(:last-child) {
    text-align: left;
}

@media(max-width:991px) {
    .dumbleList .dumbleItem .dumbleMainContent h2 {
        font-size: 16px;
    }

    .dumbleList .dumbleItem .dumbleMainContent span {
        font-size: 12px;
    }

    .dumbleHeader .dumbleList h4 {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .tabelScroll {
        width: 100%;
        max-width: 768px;
        height: fit-content;
        overflow-x: auto;
        min-width: unset;
    }

    .tabelScroll table {
        min-width: 768px;
    }

    .dumbleBody .dumbleList td {
        padding: 10px 10px;
        padding-right: 0;
    }

    .dumbleHeader th:not(th:first-child),
    .dumbleList td:not(td:first-child) {
        text-align: center;
    }

    .dumbleHeader .dumbleList:first-child {
        padding-left: 10px;
    }

    .dumbleBody .dumbleList td:last-child {
        padding-right: 16px;
        padding-left: 0;
    }

    .dumbleHeader .dumbleList:last-child {
        padding-right: 10px;
    }

    .dumbleList {
        font-size: 12px;
    }
}

.dumbleList {
    position: relative;
}

/* 17/2/2025 */
.prgTabContent .modal-content {
    align-items: center;
    justify-content: center;
    background-color: transparent;
    height: 100vh;
}

.prgTabContent .dumbleExcWrap {
    background: #191B33;
    border-radius: 16px;
    margin: 40px 0;
    width: 100%;
    min-width: 981px;
    /* height: fit-content; */
}

/* .modal-content .dumbleExcWrap {
    height: 100%;
    max-height: fit-content;
} */
.dumbleBody {
    position: relative;
}

.dumbleBody .excLog {
    position: absolute;
    right: 15px;
    top: calc(100% - 6px);
    border-radius: 12px;
    padding: 22px 17px;
    display: flex;
    width: 100%;
    max-width: 310px;
    z-index: 9;
    background-color: #272A48;
}

.dumbleBody .excLog table tbody tr td input:not([type="submit"]) {
    width: 100%;
    border: 1px solid #272A48;
    background-color: #191B33;
    border-radius: 4px;
    padding: 15px;
    max-width: 92px;
    color: #fff;
    cursor: pointer;
}

.dumbleBody .excLog table tbody tr td input:focus {
    outline: none;
}

.dumbleBody .excLog table tbody tr td>span {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}

.dumbleBody .excLog table tbody tr td {
    padding: 8px 0;
}

.dumbleBody .excLog table tbody tr td:last-child {
    padding: 0 !important;
}

.dumbleBody .dumbleList .logSetpopup {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding-right: 6px;
    line-height: 1.2;
    background-size: 10px;
}
.logSetpopup.active {
    z-index: 2;
}
.dumbleBody .dumbleList .logSetpopup::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    background-image: url(../images/dropdown-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 9px;
    height: 7px;
    transition: 0.3s ease-in-out;
}

.dumbleBody .dumbleList .logSetpopup.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.dumbleBody .excLog::after {
    content: '';
    position: absolute;
    right: 28px;
    transform: rotate(135deg);
    height: 30px;
    width: 30px;
    background-color: #272A48;
    top: -14px;
    z-index: -1;
}



.fc .fc-scroller-liquid-absolute::-webkit-scrollbar,
.prgTabContent .tabelScroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    cursor: pointer;
}

/* Track */
.fc .fc-scroller-liquid-absolute::-webkit-scrollbar-track,
.prgTabContent .tabelScroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    cursor: pointer;
}

/* Handle */
.fc .fc-scroller-liquid-absolute::-webkit-scrollbar-thumb,
.prgTabContent .tabelScroll::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

/* Handle on hover */
.fc .fc-scroller-liquid-absolute::-webkit-scrollbar-thumb:hover,
.prgTabContent .tabelScroll::-webkit-scrollbar-thumb:hover {
    background: #000;
}


@media(max-width:991px) {
    .prgTabContent .dumbleExcWrap {
        min-width: 768px;
    }
}

@media(max-width:767px) {
    .prgTabContent .dumbleExcWrap {
        min-width: 100%;
    }

}

@media(max-width:575px) {
    .dumbleBody .dumbleList .logSetpopup {
        font-size: 13px;
    }

    .dumbleHeader th:not(th:first-child),
    .dumbleList td:not(td:first-child) {
        font-size: 13px;
        text-align: center;
    }

    .dumbleBody .excLog {
        right: 6px;
        border-radius: 8px;
        padding: 15px;
        max-width: 250px;
        top: calc(100% - 10px);
    }

    .dumbleBody .excLog::after {
        width: 22px;
        top: -10px;
    }
}

/* Date 18-Feb-2025 Exercise Video Popup CSS Start Here */
#exerciseVideoModal {
    height: 100vh !important;
    overflow: visible;
}

.exerciseVideoModal .modal-dialog {
    max-width: 792px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.exerciseVideoModal .modal-dialog .modal-content {
    background-color: #191B33;
    border-radius: 16px;
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: calc(100% - 30px);
    overflow: auto;
    padding: 72px 32px 0;
    display: block;
}

.exerciseVideoModal .modal-dialog .modal-content::-webkit-scrollbar {
    width: 6px;
}

.exerciseVideoModal .modal-dialog .modal-content::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
    box-shadow: none;
}

.exerciseVideoModal .modal-dialog .modal-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #F6941F;
}

.exerciseVideoModal .evm-header {
    --bottom-space: 32px;
    padding-bottom: var(--bottom-space);
    margin-bottom: var(--bottom-space);
    border-bottom: 1px solid #7C83D2;
    width: 100%;
}

.exerciseVideoModal .evm-header .evm-header-title {
    font-weight: 800;
    font-size: clamp(18px, 4vw, 28px);
    line-height: 1.2;
    color: #F3F7FA;
}

.exerciseVideoModal .evm-header .evm-close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    height: 32px;
    width: 32px;
    background-color: #F6941F;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.exerciseVideoModal .evm-header .evm-close-btn img {
    width: 20px;
    height: 20px;
}

.exerciseVideoModal .evm-group {
    --bottom-space: 32px;
    padding-bottom: var(--bottom-space);
    margin-bottom: var(--bottom-space);
    border-bottom: 1px solid #7C83D2;
    width: 100%;
}

.exerciseVideoModal .evm-group p {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.4;
}

.exerciseVideoModal .evm-group p+p {
    margin-top: 24px;
}

.exerciseVideoModal .evm-instruction-wrap .evm-instruction-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px;
}

.exerciseVideoModal .evm-instruction-wrap .desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 24px;
}

.exerciseVideoModal .evm-instruction-wrap .evm-instruction-video {
    width: 100%;
}

.exerciseVideoModal .evm-instruction-wrap .evm-instruction-video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    aspect-ratio: 16/9;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    display: block;
}

/* Date 18-Feb-2025 Exercise Video Popup CSS End Here */
/* Date 24/2/2025 */
.prgTabContent .exerciseModal {
    background: #191B33;
    padding: 10px 0;
}
.exerciseModal.logsetActive{
    position: relative;
}
.exerciseModal.logsetActive::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #191b33bd;
    z-index: 1;
}
  
.dumbleBody .excercise-title>a {
    font-family: Inter;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1;
    color: #fff;
}

@media(max-width:1399px) {
    .dumbleBody .excercise-title>a {
        font-size: 18px;
    }

    .exerciseVideoModal .modal-dialog .modal-content {
        padding: 55px 25px 0;
    }
}

@media(max-width:1199px) {
    .exerciseVideoModal .modal-dialog .modal-content {
        padding: 45px 20px 0;
    }
}

@media(max-width:991px) {
    .dumbleBody .excercise-title>a {
        font-size: 16px;
    }

    .exerciseVideoModal .modal-dialog .modal-content {
        padding: 28px 15px 0;
    }

    .exerciseVideoModal .modal-dialog .modal-content {
        max-width: 90%;
    }
}

span.cooper-message {
    font-size: 14px;
}

span.cooper-message.error {
    color: #FF0000;
}

/* 6/3/2025 */
.calcFieldsWrap .calcfield:first-child input {
    margin-top: 19px;
}

.cooperTest .percentage .calcFieldsWrap #calculatePushups {
    margin: 18px 0 0;
}

@media(max-width:1399px) {
    .calcFieldsWrap .calcfield:first-child input {
        margin-top: 14px;
    }
}

@media(max-width:1199px) {
    .calcFieldsWrap .calcfield:first-child input {
        margin-top: 0;
    }
}

@media(max-width:991px) {
    .calcFieldsWrap .calcfield:first-child input {
        margin-top: 12px;
    }
}

@media(max-width:575px) {
    .calcFieldsWrap .calcfield:first-child input {
        margin-top: 0;
    }
}

.warDesc {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    margin-top: clamp(15px, 4vw, 25px);
}

.weeklyProgresItem.active.green {
    background-color: var(--scBgColor);
}

.weeklyProgresItem.green {
    background-color: #1e7b3f !important;
}

.weeklyProgresItem.red {
    background-color: #ff0000 !important;
}

span.error {
    color: #ff0000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

span.excLogsuccess {
    color: #55d355;
    font-size: 14px;
    text-align: right;
    display: block;
    line-height: 1.2;
    margin-top: 15px;
}

.prgTabContent .review-item .review-text {
    color: #FFFFFF;
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 22.3px;
    padding-top: 11px;
}

/* 20/3/2025 */
.csExerciseModal .modal-dialog {
    max-width: 400px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.csExerciseModal .modal-dialog {
    max-width: 400px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.csExerciseModal .modal-dialog .modal-content {
    background-color: #191B33;
    border-radius: 10px;
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: calc(100% - 30px);
    overflow: auto;
    text-transform: capitalize;
    padding: 30px;
    display: block;
    padding-left: 30px;
}

.csExerciseModal .evm-header {
    --bottom-space: 0;
    padding-bottom: var(--bottom-space);
    margin-bottom: var(--bottom-space);
    width: 100%;
    border-style: none;
    text-align: center;
    line-height: 1.2;
}

.csExerciseModal .evm-header::before {
    content: '\f06a';
    font: normal normal normal 14px/1 FontAwesome;
    color: var(--scBgColor);
    font-size: 20px;
    line-height: 1;
    margin-top: 5px;
    display: inline-block;
}

.csExerciseModal .evm-header.success::before {
    content: '\f00c';
    color: #008000;
}

.csExerciseModal .evm-header .evm-close-btn,
.csExerciseModal .evm-header .bfp-close-btn,
.csExerciseModal .evm-header .profile-close-btn,
.csRatingModal .evm-header .rating-close-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 25px;
    width: 25px;
    background-color: #F6941F;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.csExerciseModal .evm-header .evm-close-btn img,
.csExerciseModal .evm-header .bfp-close-btn img,
.csExerciseModal .evm-header .profile-close-btn img,
.csRatingModal .evm-header .rating-close-btn img {
    width: 15px;
    height: 15px;
}

/* 24/3/25 Calendar */
.fc .fc-scroller-liquid-absolute {
    overflow-Y: auto !important;
}

.fc-scroller {
    overflow: unset !important;
}

.prgTabContent .weekly-exercise-programs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.weekly-exercise-programs .cBtn.prBtn.csExcerciseProgram {
    width: 100%;
    font-size: clamp(15px, 4vw, 18px);
    padding: 12px 0px;
    font-weight: 600;
}

.weekly-exercise-programs .cBtn.prBtn.csExcerciseProgram::after {
    content: 'none';
    display: none;
}

@media(max-width:991px) {
    .prgTabContent .weekly-exercise-programs {
        grid-template-columns: 1fr;
    }
}

/* Date 27-March-2025 */
.cBtn.csExpProgBtn {
    margin-right: 15px;
    text-transform: uppercase;
    height: fit-content !important;
    margin-bottom: 15px;
    font-weight: 400;
}

.calendar-div .csExpProgBtn {
    margin-top: clamp(20px, 4vw, 30px);
}

.calanderBtn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: clamp(10px, 4vw, 16px);
}

.calanderBtn .cBtn.csExpProgBtn {
    height: 38px;
    font-weight: 600;
}

.prgTabContent .weekly-exercise-programs .csExcerciseProgram {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    font-weight: 400;
}

.track-dropdown-data .cBtn {
    font-weight: 500;
    font-size: 14px;
    max-width: 100px;
    width: 100%;
    min-height: 35px;
    margin-top: 20px;
    margin-left: auto;
}

.track-dropdown-data .track-dropdown-data-inner {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    width: 100%;
}

.track-dropdown-data .track-dropdown-data-inner+.track-dropdown-data-inner {
    margin-top: 12px;
}

.track-dropdown-data-inner .track-field-label {
    flex: 0 0 auto;
    text-align: left;
    font-weight: 600;
    line-height: 1.2;
    font-size: 16px;
}

.track-dropdown-data-inner input {
    width: 100%;
    border: 1px solid #272A48;
    background-color: #191B33;
    border-radius: 4px;
    padding: 8px;
    color: #fff;
    outline: none;
    max-width: 85px;
    line-height: 1.3;
    min-height: 39px;
}

.track-dropdown-data-inner input::placeholder {
    color: #fff;
    opacity: 0.8;
}

.track-dropdown-data .cBtn::after {
    display: none;
}

/* Button */

.workout-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 16px;
    padding-inline: 20px;
    margin: clamp(15px, 4vw, 25px) 0;
}

.workout-buttons-wrapper button {
    width: 31.3%;
    flex: auto;
    border: 1px solid var(--scBgColor);
    outline: none;
    height: 45px;
    border-radius: 30px;
    color: var(--scBgColor);
    font-size: clamp(13px, 4vw, 15px);
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    background-color: var(--prBgColor);
    transition: all .5s ease-in-out;
}

.workout-buttons-wrapper button::after {
    content: '';
    position: absolute;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    background-image: url(../images/arrowRight.png);
    right: -6px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.workout-buttons-wrapper button:last-child:after {
    background-image: url(../../../../themes/mendhuman-custom/assets/images/prBtnIcon.svg);
}

.workout-buttons-wrapper button.csCompleteWR-btn {
    flex: none;
    background-color: var(--scBgColor);
    color: #fff;
    width: 100%;
    max-width: fit-content;
    margin: 0 auto;
    padding-left: 26px;
    padding-right: 64px;
    font-size: clamp(13px, 4vw, 15px);
}

.workout-buttons-wrapper button.csCompleteWR-btn:hover {
    background-color: var(--scBgColor);
    color: #fff;
}

@media(max-width:1399px) {
    .workout-buttons-wrapper {
        grid-gap: 16px 9px;
    }

    .workout-buttons-wrapper button {
        text-align: left;
    }
}

@media(max-width:1199px) {
    .workout-buttons-wrapper button {
        text-align: center;
    }
}

@media(max-width:991px) {
    .workout-buttons-wrapper button {
        width: 48%;
    }
}

@media(max-width:767px) {
    .workout-buttons-wrapper button {
        width: 100%;
        max-width: 100% !important;
    }
}

@media (max-width:575px) {
    .cBtn.csExpProgBtn {
        height: 40px;
    }

    .prgTabContent .weekly-exercise-programs .csExcerciseProgram {
        height: 48px;
    }

    .track-dropdown-data .track-dropdown-data-inner {
        grid-gap: 6px;
    }

    .track-dropdown-data .track-dropdown-data-inner+.track-dropdown-data-inner {
        margin-top: 8px;
    }

    .track-dropdown-data-inner .track-field-label {
        font-size: 14px;
    }

    .track-dropdown-data-inner input {
        max-width: 75px;
        min-height: 35px;
    }

    .track-dropdown-data .cBtn {
        font-size: 13px;
        max-width: 80px;
        min-height: 30px;
        margin-top: 12px;
    }
}

/* 28/3/2025 */
.fc-header-toolbar.fc-toolbar {
    height: 100%;
}

.fc-view-harness.fc-view-harness-active {
    height: 100% !important;
}

.calendar-div .fc-header-toolbar.fc-toolbar {
    margin: 15px;
}

.fc-view-harness.fc-view-harness-active {
    height: 100% !important;
    min-height: 600px;
    overflow-y: auto;
}

#calendar {
    height: 100%;
    min-height: 720px;
    overflow: auto;
}

.fc-scroller-harness .fc-daygrid-body,
.fc-col-header {
    width: 100% !important;
}

@media(max-width:767px) {
    .fc-scroller-harness .fc-day {
        overflow-x: auto;
        width: clamp(120px, 4vw, 140px);
    }
}

.evm-header.error {
    text-transform: none;
}

/* 7/4/2025 */
.csExerciseProgram>p {
    padding-bottom: clamp(15px, 4vw, 20px);
    font-weight: 400;
    line-height: 1.4;
}

.csExerciseProgram .weekly-exercise-programs {
    display: block;
}

.csExerciseProgram .category-program-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.csExerciseProgram .category-title.mb-2 {
    font-size: clamp(17px, 4vw, 24px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.1px;
}

@media(max-width:767px) {
    .csExerciseProgram .csExcerciseProgram {
        font-size: 14px;
    }

    .csExerciseProgram .csExcerciseProgram.cBtn::after {
        width: 23px;
        height: 25px;
        background-size: 19px;
    }
}

@media(max-width:575px) {
    .csExerciseProgram .category-program-buttons {
        grid-template-columns: 1fr;
    }
}

.fc .fc-scrollgrid-section-body table,
.fc .fc-scrollgrid-section-footer table {
    width: 100% !important;
}

.exercise-program-note,
.exercise-program-noteText h4 {
    padding-left: clamp(15px, 4vw, 25px);
}

.exercise-program-noteText>p,
.exercise-program-noteText>ul {
    padding: 5px;
    line-height: 1.4;
    font-weight: 300;
    padding-left: 0;
}
.exercise-program-noteText>p>strong,
.exercise-program-noteText>ul>p>strong{
    font-size: 18px;
}

.exercise-program-noteText>p,
.exercise-program-noteText>ul>p {
    font-weight: 300;
}

.exercise-program-noteText>p>b {
    font-weight: 600;
}

.exercise-program-noteText strong {
    font-weight: 600;
}

.exercise-program-note>h4 {
    font-size: clamp(16px, 4vw, 24px);
    font-weight: 600;
    line-height: 1.3;
}

.exercise-program-noteText h4 {
    padding: 10px 0;
}

/* td.cenAlign {
    text-align: center !important;
} */
/* 10/4/2025 */
.exercise-program-noteText ul>li {
    padding: 5px 0;
    font-size: clamp(14px, 4vw, 17px);
    font-weight: 300;
    line-height: 1.3;
}

.exercise-program-noteText ul>li>b {
    font-weight: 600;
    line-height: 1.2;
}

/* 14/2/2025 */
.excercise-title {
    font-size: clamp(16px, .2vw, 24px);
    line-height: 1.2;
    padding-bottom: 10px;
}

.dumbleBody .dumbleList td:nth-child(4) {
    text-align: center;
}

.dumbleHeader th:nth-child(4) {
    text-align: center;
}

.dumbleHeader .dumbleList:nth-child(2),
.dumbleHeader .dumbleList:nth-child(3),
.dumbleHeader .dumbleList:nth-child(4) {
    text-align: end;
}

.dumbleBody .dumbleList td:nth-child(2),
.dumbleBody .dumbleList td:nth-child(3),
.dumbleBody .dumbleList td:nth-child(4) {
    text-align: end;
}