:root{
    --fs-100:100px;
    --fs-lh-100:100px;
    --fs-50:50px;
    --fs-lh-50:60px;
    --fs-35:30px;
    --fs-lh-35:50px;
    --fs-27:27px;
    --fs-lh-27:38px;
    --fs-24:24px;
    --fs-lh-24:35px;
    --fs-22:22px;
    --fs-lh-22:33px;
    --fs-20:30px;
    --fs-lh-20:31px;
    --fs-18:18px;
    --fs-lh-18:29px;
    --fs-16:16px;
    --fs-lh-16:27px;
    --fs-14:14px;
    --fs-lh-14:25px;

    --color-white:#fff;
    --color-black:#000;
    --color-orange:#FA6F01;
    --color-red:#C01C25;
    --color-grey:#454545;
    --color-light-grey:#D9D9D9;
}

.fs-100{font-size:var(--fs-100)!important; line-height: var(--fs-lh-100)!important;}
.fs-50{font-size:var(--fs-50)!important; line-height: var(--fs-lh-50)!important;}
.fs-35{font-size:var(--fs-35)!important; line-height: var(--fs-lh-35)!important;}
.fs-27{font-size:var(--fs-27)!important; line-height: var(--fs-lh-27)!important;}
.fs-24{font-size:var(--fs-24)!important; line-height: var(--fs-lh-24)!important;}
.fs-22{font-size:var(--fs-22)!important; line-height: var(--fs-lh-22)!important;}
.fs-20{font-size:var(--fs-20)!important; line-height: var(--fs-lh-20)!important;}
.fs-18{font-size:var(--fs-18)!important; line-height: var(--fs-lh-18)!important;}
.fs-16{font-size:var(--fs-16)!important; line-height: var(--fs-lh-16)!important;}
.fs-14{font-size:var(--fs-14)!important; line-height: var(--fs-lh-14)!important;}
.cs-fw-100{font-weight: 100!important;}
.cs-fw-200{font-weight: 200!important;}
.cs-fw-300{font-weight: 300!important;}
.cs-fw-400{font-weight: 400!important;}
.cs-fw-500{font-weight: 500!important;}
.cs-fw-600{font-weight: 600!important;}
.cs-fw-700{font-weight: 700!important;}
.color-white{color: var(--color-white)!important;}
.color-black{color: var(--color-black)!important;}
.color-orange{color: var(--color-orange)!important;}
.color-red{color: var(--color-red)!important;}
.bg-white{background: var(--color-white)!important;}
.bg-black{background: var(--color-black)!important;}
.bg-grey{background: var(--color-grey)!important;}
.bg-light-grey{background: var(--color-light-grey)!important;}
.bg-orange{background: var(--color-orange)!important;}
.bg-red{background: var(--color-red)!important;}

.cs-mg-0{margin:0px!important;}
.cs-mg-bottom-0{margin-bottom:0px!important;}
.cs-mg-bottom-5{margin-bottom:5px!important;}
.cs-mg-bottom-15{margin-bottom:15px!important;}
.cs-mg-bottom-25{margin-bottom:25px!important;}
.cs-mg-bottom-40{margin-bottom:40px!important;}
.cs-mg-bottom-50{margin-bottom:50px!important;}
.cs-mg-top-0{margin-top:0px!important;}
.cs-mg-top-15{margin-top:15px!important;}
.cs-mg-top-25{margin-top:25px!important;}
.cs-mg-top-40{margin-top:40px!important;}
.cs-mg-top-50{margin-top:50px!important;}
.cs-mg-right-25{margin-right:25px!important;}
.cs-mg-vertical-0{margin-bottom:0px!important;margin-top:0px!important;}
.cs-mg-vertical-5{margin-bottom:5px!important;margin-top:5px!important;}
.cs-mg-vertical-10{margin-bottom:10px!important;margin-top:10px!important;}
.cs-mg-vertical-15{margin-bottom:15px!important;margin-top:15px!important;}
.cs-mg-vertical-20{margin-bottom:20px!important;margin-top:20px!important;}
.cs-mg-vertical-25{margin-bottom:25px!important;margin-top:25px!important;}
.cs-mg-vertical-40{margin-bottom:40px!important;margin-top:40px!important;}
.cs-mg-vertical-50{margin-bottom:50px!important;margin-top:50px!important;}
.cs-mg-horizontal-0{margin-left:0px!important;margin-right:0px!important;}
.cs-mg-horizontal-5{margin-left:5px!important;margin-right:5px!important;}
.cs-mg-horizontal-20{margin-left:20px!important;margin-right:20px!important;}
.cs-mg-horizontal-25{margin-left:25px!important;margin-right:25px!important;}
.cs-mg-horizontal-40{margin-left:40px!important;margin-right:40px!important;}
.cs-mg-horizontal-50{margin-left:50px!important;margin-right:50px!important;}
.cs-pd-bottom-0{padding-bottom:0px!important;}
.cs-pd-bottom-15{padding-bottom:15px!important;}
.cs-pd-bottom-25{padding-bottom:25px!important;}
.cs-pd-bottom-40{padding-bottom:40px!important;}
.cs-pd-bottom-50{padding-bottom:50px!important;}
.cs-pd-top-0{padding-top:0px!important;}
.cs-pd-top-15{padding-top:15px!important;}
.cs-pd-top-25{padding-top:25px!important;}
.cs-pd-top-40{padding-top:40px!important;}
.cs-pd-top-50{padding-top:50px!important;}
.cs-pd-vertical-10{padding-bottom:10px!important;padding-top:10px!important;}
.cs-pd-vertical-20{padding-bottom:20px!important;padding-top:20px!important;}
.cs-pd-vertical-50{padding-bottom:50px!important;padding-top:50px!important;}
.cs-pd-horizontal-25{padding-bottom:25px!important;padding-top:25px!important;}
.cs-pd-horizontal-50{padding-bottom:50px!important;padding-top:50px!important;}
.cs-pd-right-20{padding-right:20px!important;}
.cs-pd-right-50{padding-right:50px!important;}

/*CS BANNER*/
.et_pb_section.cs-banner {
    min-height: 22vh;
    display: flex;
}
.et_pb_section.cs-banner.mile-runners:before {
    position: absolute;
    content: "";
    background-image: url(../image/medal.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    height: 80%;
    width: 150px;
    z-index: 0;
}
.et_pb_section.cs-banner.manager-central:before {
    position: absolute;
    content: "";
    background-image: url(../image/manager-central.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 25px;
    height: 100%;
    width: 150px;
    z-index: 0;
    display: flex;
}
.et_pb_section.cs-banner > .container {
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.et_pb_section.cs-banner > .container:before {
    display: none;
}

/*CS BUTTON*/
.title-underline, .title-underline-center {
    display: block !important;
    font-weight: 400 !important;
    font-size: var(--fs-27) !important;
    line-height: var(--fs-lh-27) !important;
    position: relative;
    width: max-content!important;
}
.title-underline::before {
    content: "";
    height: 5px;
    width: 120%;
    background: var(--color-orange);
    position: absolute;
    border-radius: 3px;
    box-shadow: 0 4px 4px rgb(0, 0, 0, 0.25);
    bottom: 0;
    left: 0;
}
.title-underline-center::before {
    content: "";
    height: 4px;
    width: calc(100% + 50px);
    background: var(--color-orange);
    position: absolute;
    border-radius: 3px;
    box-shadow: 0 4px 4px rgb(0, 0, 0, 0.25);
    bottom: 0;
    left: -25px;
}
.title-underline::after {
    content: "";
    height: 5px;
    width: 100%;
    background: var(--color-red);
    position: absolute;
    border-radius: 3px;
    box-shadow: 0 4px 4px rgb(0, 0, 0, 0.25);
    bottom: 0;
    left: 0;
}
.title-underline-center::after {
    content: "";
    height: 4px;
    width: 100%;
    background: var(--color-red);
    position: absolute;
    border-radius: 3px;
    bottom: 0;
    left: 0;
}

/*ld process profile*/
.ld-progress-profile {
    background: #fff;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ld-progress-profile p, .ld-progress-profile h3{
    margin: 0;
    padding: 0;
}
.ld-progress-profile > div {
    width: calc(30% - 10px);
    text-align: center;
}
.ld-progress-profile .ld-pp-progress {
    width: calc(40% - 10px);
}
.ld-pp-profile > img {
    width: 140px;
    border-radius: 50%;
    box-shadow: 0px 0px 3px hsl(0deg 0% 0% / 20%);
}

.ld-progress-profile .ld-pp-progress {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: space-between;
}
.ld-progress-profile .ld-pp-progress .ld-pp-progress-item {
    width: calc(50% - 20px);
    margin: 10px;
    text-align: left;
    padding: 10px;
}
.ld-pp-progress-item .item-label {
    min-height: 58px;
}
.ld-progress-profile .ld-pp-certificates {
    height: 296px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}
.ld-progress-profile .ld-pp-certificates .certificate-label {
    max-width: 200px;
}

/*LEADERBOARD*/
.top-3-participants .cs-you {
    background: var(--color-red);
}
.cs-you td {
    background: var(--color-red) !important;
}
.cs-you td.stt span {
    background: var(--color-red) !important;
    border-color: var(--color-white) !important;
}
.cs-you td.point span {
    background: var(--color-white);
    color: var(--color-red);
    font-weight: 700;
}
.cs-you .name {
    position: relative;
}
.cs-you .name:after {
    content: "You";
    margin-left: 10px;
    font-weight: 700;
    background: #ffffff;
    padding: 1px 5px;
    line-height: 1;
    font-size: 14px;
    color: var(--color-red);
    border-radius: 2px;
}

/*COURSE CONSUMPTION*/
.ld-course-consumption {
    background: var(--color-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}

/*MEMBER PROGRESS*/
.manager-central-wrapper {
    display: flex;
    justify-content: space-between;
}
.manager-central-wrapper p {
    padding: 0;
    margin: 0;
}
.manager-central-wrapper .mc-member-list {
    width: 30%;
    background: var(--color-white);
    padding: 20px 30px;
    height: 700px;
}
.manager-central-wrapper .mc-member-progress-wrapper {
    width: calc(70% - 50px);
    background: var(--color-white);
    padding: 20px 30px;
    min-height: 700px;
}
.manager-central-wrapper .mc-member-list .member-items {
    overflow-y: auto;
    max-height: calc(100% - 100px);
    padding-right: 15px;
    margin-right: -15px;
}
.member-items p.warning {
    background: var(--color-orange);
    color: var(--color-white);
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
    margin-bottom: 10px;
}
/* width */
.manager-central-wrapper .mc-member-list .member-items::-webkit-scrollbar {
    width: 5px;
}
/* Track */
.manager-central-wrapper .mc-member-list .member-items::-webkit-scrollbar-track {
    background: var(--color-light-grey);
}
/* Handle */
.manager-central-wrapper .mc-member-list .member-items::-webkit-scrollbar-thumb {
    background: var(--color-red);
}
/* Handle on hover */
.manager-central-wrapper .mc-member-list .member-items::-webkit-scrollbar-thumb:hover {
    background: var(--color-red);
}

.member-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.mc-member-list .member-item:not(:last-child) {
    margin-bottom: 40px;
}
.mc-member-list .member-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: calc(100% + 20px);
    height: 2px;
    border-bottom: 2px var(--color-grey) dashed;
    width: 100%;
    left: 0;
}
.member-item .member-avatar {
    width: 110px;
    padding-right: 20px;
}
.member-item .member-avatar img {
    border-radius: 50%;
    box-shadow: 0px 0px 3px hsl(0deg 0% 0% / 30%);
}
.member-item .member-info {
    width: calc(100% - 110px);
}

.mc-member-list .member-item.active {
    background: var(--color-red);
}
.mc-member-list .member-item.active p {
    color: var(--color-white);
}
.member-progress-wrapper .dataTables_wrapper {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
}
.member-progress-wrapper .progress-table th, .member-progress-wrapper .progress-table td {
    width: 18%;
    padding: 5px;
    text-align: center;
    border: 1px var(--color-black) solid;
}
.member-progress-wrapper .progress-table th {
    background: var(--color-red);
    color: var(--color-white);
    height: 50px;
    font-weight: 600;
}
.member-progress-wrapper .progress-table th:first-child, .member-progress-wrapper .progress-table td:first-child {
    text-align: left;
    padding-left: 20px;
    width: 28%;
}

/*Profile menu*/
#menu-item-8758 {
    background-image: url(../image/avatar.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    position: relative;
    top: -8px;
    padding-bottom: 50px;
    margin-bottom: -10px;
    cursor: pointer;
}
#menu-item-8758 > a{
    display: none !important;
}
#menu-item-8758 .sub-menu {
    margin-top: 50px;
    right: 0;
}
#menu-item-8758 .sub-menu a.user-info {
    font-size: 14px;
    line-height: 1.4;
    background: hsl(42deg 97% 53% / 50%);
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 7%);
    color: #212529;
    margin-bottom: 10px;
}
/*Hotspot*/
.hotspot-wrapper .hotspot-selector-wrapper {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.hotspot-selector-wrapper .hotspot-selector {
    border-radius: 5px;
    padding: 7px 15px;
    border: unset;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}
.hotspot-journey-wrapper > h3 {
    margin-top: 30px;
    color: white;
    background-image: linear-gradient(90deg, #404040 0%, #000000 100%);
    padding: 20px 30px;
    font-weight: 400;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0px;
}

/*Hotspot*/
.hotspot-journey-wrapper {
    position: relative;
}
.hotspot-journey-wrapper .ld-certificate-link {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
}
.cate-section-list .cate-section[status="enrolled"] > h3 > a, .cate-section-list .cate-section[status="unenrolled"] > h3 > a {
    font-size: 20px;
    line-height: 1;
    max-width: 150px;
    border: 1px #000 solid;
    margin-left: 10px;
}
.cate-section-list .cate-section[status="enrolled"] > h3 > a {
    background: #FF724D !important;
    border-color: #FF724D !important;
}
.cate-section-list .cate-section[status="unenrolled"] > h3 > a:before {
    content: 'Enrol now';
    font-size: 20px;
}
.cate-section-list .cate-section[status="enrolled"] > h3 > a:before{
    content: 'Enrolled';
    font-size: 20px;
}


.mfp-content {
    height: 100% !important;
}
#Open-journey-feedback {
    width: 100%;
    max-width: 700px;
    margin: auto;
    background: #fff;
    position: absolute;
    padding: 20px 30px;
    height: 100%;
    max-height: 510px;
    overflow: hidden;
    border-radius: 10px;
    overflow-y: scroll;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.my-journeys {
    margin: 0;
    box-shadow: 0 2px 12px rgb(0 0 0 / 25%);
    border-radius: 0px 0px 9px 9px;
    margin-bottom: 40px;
    overflow-y: auto;
    max-height: 575px;
}
.my-journeys .journey-item {
    padding: 20px;
}
.my-journeys .journey-item:not(:last-child) {
    border-bottom: 2px #848484 dashed;
}
.my-journeys .journey-item p {
    padding: 0;
}