/* Replace menu item text with an image */
#top-menu .menu-item-1657 a {
    text-indent: -9999px; /* Hide text */
    background: url('https://ilead.suryodaybank.com/wp-content/uploads/2025/05/Suryodaylogo_1_1_a157d376fe.png') no-repeat center;
    background-size: contain;
    width: 100px; /* Adjust width */
    height: 40px; /* Adjust height */
    display: block;
}

/* Remove padding that might affect alignment */
#top-menu .menu-item-1657 {
    padding: 0 !important;
    MARGIN-TOP: -11PX;
}

#et-main-area .error {
    display: inline-block;
    background: red;
    color: #fff!important;
    padding: 10px 20px!important;
    margin-bottom: 50px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
}
/*Loading Ajax*/
.waiting_for_ajax {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999999999999999999;
    max-height: 100%;
}
.waiting_for_ajax.successPop {
    display: flex;
    justify-content: center;
    align-items: center;
}
.waiting_for_ajax > div {
    opacity: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    background: #6161618c;
    width: 100%;
    padding: 10px 25px;
    border-radius: 10px;
    margin: auto;
    /*max-width: 300px;*/
}
.waiting_for_ajax.successPop > .successfully, .waiting_for_ajax.successPop > .failed {
    max-height: 190px;
    height: 90%;
    width: 90%;
    max-width: 300px;
    background: #eeeeee;
    box-shadow: 0px 0px 15px #ababab;
    border: 2px solid rgb(16 92 170);
}
.waiting_for_ajax img {
    width: 50px;
}
.waiting_for_ajax p {
    font-size: 16px;
    color: #FFF!Important;
    margin-top: 10px;
    height: auto;
    margin-bottom: 0px;
}
.waiting_for_ajax.successPop p {
    color: #000!important;
}
#rotate-image {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }



.Open-help-form {
    top:50px;
    width: 100%;
    max-width: 450px;
    margin: auto;
    background: #fff;
    position: relative;
    padding: 30px;
    height: 100%;
    max-height:100%;
    overflow: hidden;
    border-radius:10px;
}
.Open-import-user-shortcode {
    width: 100%;
    max-width: 1160px;
    margin: auto;
    background: #fff;
    position: relative;
    padding: 30px;
    height: 100%;
    max-height:100%;
    overflow: hidden;
    border-radius:10px;
}
.cs-control .cs-field {
    border: 2px solid #eee;
    padding: 10px 15px;
    border-radius: 10px;
    width: 100%;
}
.cs-control label input:checked + p > i {
    display: inline-block;
    margin-right: 10px;
}
.cs-control label input + p > i {
    display: none;
}
.cs-control > label > p {
    margin: 0px;
}
.cs-control > label {
    margin-bottom: 10px;
}
.cs-control > label:last-child {
    margin-right: 0px;
}
.cs-control > label > p {
    background: #fbfbfb;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.3s all;
    overflow: hidden;
    border-radius: 5px;
    font-weight: 500;
    margin: 0px;
    font-size: 16px;
}
.cs-control label input:checked + p {
    background: #105caa;
    color: #fff;
}

section.cate-section {
    margin-bottom: 30px;
}
section.cate-section h3 {
    border-bottom: 2px #105caa dashed;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

/*FLOATING PROFILE*/
#floating-profile {
    position: fixed;
    z-index: 2;
    background: #fff;
    border-radius: 0.25rem;
    left: 10px;
    top: 70px;
    padding: 15px;
    width: 215px;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 40%);
}
#floating-profile .ld-profile-avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    max-width: 84px;
    margin: auto;
    margin-bottom: 10px;
}
#floating-profile .ld-profile-heading {
    font-size: 20px;
    font-weight: 500;
}
#floating-profile .ld-profile-edit-link.cs-profile {
    font-size: 14px!important;
    font-weight: 400;
}
#floating-profile .ld-profile-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
}
#floating-profile .ld-profile-stats .ld-profile-stat {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column-reverse;
    background: #fff;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 5px;
    box-shadow: 3px 2px 7px 1px #b5b4b4;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
#floating-profile .ld-profile-stat-courses strong, #floating-profile .ld-profile-stat-completed strong {
    font-size: 28px;
    line-height: 35px;
    margin-top: 5px;
}
#floating-profile .ld-profile-stat-courses strong {
    color: red;
}
#floating-profile .ld-profile-stat-completed strong {
    color: forestgreen;
}
#floating-profile .ld-profile-pins {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
#floating-profile .ld-profile-pins .pin-item {
    height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
}
#floating-profile .ld-profile-pins .pin-item img {
    width: 20px;
}
#floating-profile .ld-profile-pins .pin-item span {
    position: relative;
    top: -10px;
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
}
#floating-profile .ld-profile-pins .pin-item:nth-child(1) span {
    color: red;
}
#floating-profile .ld-profile-pins .pin-item:nth-child(2) span {
    color: #1c6fe5;
}
#floating-profile .ld-profile-pins .pin-item:nth-child(3) span {
    color: #1d9e25;
}
.learning-journey-countdown {
    font-weight: 500;
    margin-top: 10px;
    border-radius: 5px;
    padding: 3px 0px;
    font-size: 13px;
    position: relative;
    padding-left: 40px;
    text-align: left;
    margin-right: -10px;
    line-height: 16px;
}
.learning-journey-countdown > span {
    position: absolute;
    color: red;
    font-size: 35px;
    left: -5px;
    top: 50%;
    transform: translate(0,-50%);
    display: block;
    text-align: center;
    width: 40px;
}

/*User List*/
.cs-control .cs-field, .cs-control {
    width: 100%;
}
.cs-control .cs-field {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 10px;
    background: #fbfbfb;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    margin-top: 5px;
    margin-bottom: 5px;
    border: 2px solid #c5dbf0;
}
.cs-control .cs-field.cs-readonly {
    background: #dedede;
}
.cs-control .cs-field:focus {
    border: 2px solid #c5dbf0;
}
label.cs-control > p {
    margin: 0px;
    color: #105caa;
    font-weight: 500;
    font-size: 16px;
}
.usersListTable th {
    min-width: 100px!important;
    max-width: 200px!important;
    height: auto!important;
}
.usersListTable th:not(:first-child), .usersListTable td:not(:first-child) {
    text-align: center;
}
.usersListTable .iz-user-edit, .usersListTable .iz-user-delete {
    font-size: 14px;
    padding: 5px;
    display: block;
}
.usersListTable .iz-user-edit {
    margin-bottom: 5px;
}
.Open-show-user-information {
    width: 90%;
    max-width: 970px;
    margin: auto;
    background: #fff;
    position: relative;
    padding: 30px;
    height: 100%;
    max-height: 800px;
    overflow: hidden;
    overflow-y: scroll;
}
.Open-show-user-information .user-information {
    display: flex;
    justify-content: space-between;
}
.user-information-form > .row {
    max-height: 360px;
    overflow: hidden;
    overflow-y: scroll;
}
.user-information-image {
    width: 100%;
    max-width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.user-information-image .user-image {
    width: 100%;
    max-width: 150px;
}
.user-information-image .user-name {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 500;
    color: #105caa;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
}
.user-information-image .user-email {
    font-size: 16px;
    text-align: center;
}
.user-information-form {
    width: 100%;
    padding-left: 15px;
    max-width: 600px;
    padding-bottom:20px;
}
.user-information-form .cs-submit {
    justify-content: center;
    margin-top: 10px;
}
.user-information .cs-line {
    width: 1px;
    background: #e2e2e2;
}

.cs-error-mess {
    margin: 0px;
    color: #d61717;
    text-align: center;
}
.set-new-password {
    border-top: 1px #e2e2e2 solid;
    border-bottom: 1px #e2e2e2 solid;
    padding: 20px 0px;
}

.courses-allocation {
    padding-top: 20px;
}
.edit-courses {
    margin-top: 25px;
    width: 100%;
    max-width: 1100px;
}
.edit-courses #select-courses {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 40px;
}
.cs-control .cs-field, .edit-courses input, .edit-courses select {
    border: 2px solid #c5dbf0;
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
}
.edit-courses input, .edit-courses select{
    margin-bottom: 10px;
}
.sv-select-courses .left-part, .sv-select-courses .right-part {
    width: calc(50% - 20px);
}
.edit-courses .sv-select-courses .move-button {
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sv-select-courses .move-button > a {
    margin-top: 3px;
    margin-bottom: 3px;
}
.edit-courses #select-courses select {
    height: 250px;
}
.edit-courses .strike {
    text-decoration: line-through;
    background: #e2e2e2;
}
.edit-courses option {
    white-space: pre-wrap;
    margin-bottom: 5px;
}

/*Lesson Feedback*/
#Open-rating-form .mfp-close {
    display: none;
}

.sfwd-mark-complete.cs-mark-complete + .sfwd-mark-complete, .sfwd-mark-complete.cs-mark-complete + .tclr-mark-complete-button {
    display: none!important;
}
.Open-rating-form {
    width: 100%;
    max-width: 450px;
    margin: auto;
    background: #fff;
    position: relative;
    padding: 10px 30px;
    height: 690px;
    overflow: hidden;
    border-radius: 10px;
    overflow-y: scroll;
}
.Open-edit-profile-form{
    width: 100%;
    max-width: 700px;
    margin: auto;
    background: #fff;
    position: relative;
    padding: 10px 30px;
    height: 100%;
    max-height: 500px;
    overflow: hidden;
    border-radius:10px;
}
.rating-stars {
    display: flex;
    justify-content: space-between;
    width: 150px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    flex-direction: row-reverse;
}
.rating-stars span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
    cursor: pointer;
}
.rating-full {
    background-image: url(/wp-content/plugins/k-dev-expand/assets/image/rating-full.png);
}
.rating-half {
    background-image: url(/wp-content/plugins/k-dev-expand/assets/image/rating-half.png);
}
.rating-empty {
    background-image: url(/wp-content/plugins/k-dev-expand/assets/image/rating-empty.png);
}
.rating-stars > span:hover ~ span, .rating-stars > span:hover {
    background-image: url(/wp-content/plugins/k-dev-expand/assets/image/rating-full.png);
}

.rating-stars-wrap {
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.rating-stars-wrap .rating-stars {
    margin: 0;
    flex-direction: row;
    width: 70%;
}
.rating-stars-wrap .total-votes {
    text-align: center;
    width: 80px;
}
.course-item:hover .rating-stars-wrap .total-votes {
    color: #fff;
}
.rating-stars-wrap .rating-stars .rating-full {
    background-image: url(/wp-content/plugins/k-dev-expand/assets/image/rating-full.png)!important;
}
.rating-stars-wrap .rating-stars .rating-half {
    background-image: url(/wp-content/plugins/k-dev-expand/assets/image/rating-half.png)!important;
}
.rating-stars-wrap .rating-stars .rating-empty {
    background-image: url(/wp-content/plugins/k-dev-expand/assets/image/rating-empty.png)!important;
}
.cs-yes-no {
    padding: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.cs-yes-no label input:checked + p > i {
    display: inline-block;
    margin-right: 10px;
}
.cs-yes-no label input + p > i {
    display: none;
}
.cs-yes-no > label > p {
    margin: 0px;
}
.cs-yes-no > label {
    margin-bottom: 10px;
}
.cs-yes-no > label:not(:last-child) {
    margin-right: 20px;
}
.cs-yes-no > label:last-child {
    margin-right: 0px;
}
.cs-yes-no > label > p {
    background: #fbfbfb;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 20%);
    padding: 10px 15px!important;
    cursor: pointer;
    transition: 0.3s all;
    overflow: hidden;
    border-radius: 5px;
    font-weight: 500;
    margin: 0px;
    font-size: 16px;
}
.cs-yes-no label input:checked + p {
    background: #105caa;
    color: #fff;
}
#rating-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#rating-form .cs-control:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 2px #e1e1e1 dashed;
}
#rating-form .cs-control > p {
    width: 100%;
    line-height: normal !important;
    margin-bottom: 10px;
}
#rating-form .cs-control.cs-yes-no label {
    padding-top: 5px;
}
#rating-form textarea {
    width: 100%;
    border-radius: 10px;
    margin-top: 5px;
}

/*Blogs*/
.blog-item {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    border-radius: 10px;
    overflow: hidden;
}
.blog-item .course-content {
    padding: 20px;
}
.blog-item .blog-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px!important;
    height: 72px;
    margin-bottom: 30px;
}

/*Feed*/

#feed-list {
    width: 100%;
    /* max-width: 600px;    */
    box-shadow: 0 2px 12px rgb(0 0 0 / 25%);
    border-radius: 9px;
    overflow: hidden;
}
#feed-list > h3 {
    background-color: #064797;
    color: #fff;
    margin: 0px;
    padding: 10px 20px;
}
#feed-list .feed-list {
    max-height: 550px;
    overflow: hidden;
    overflow-y: scroll;
}
.feed-item .feed-image {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    background-color: #fbfbfb;
    width: 80px;
    border: 1px #c4c4c4 solid;
    border-radius: 5px;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 10%);
}
.feed-item .img-title {
    display: flex;
    align-items: flex-start;
}
.feed-item .feed-title {
    width: calc(100% - 80px);
    padding-left: 10px;
}
.feed-title .postedOn {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}
#feed-list .feed-item {
    padding: 20px;
    border-bottom: 1px #dfdfdf dashed;
    position: relative;
}
.feed-item .cs-btn-1 {
    max-width: 80px;
    padding: 5px;
}
.feed-item .shortDes {
    padding: 10px 0px;
    margin: 0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 55px;
    font-size: 14px;
    margin-bottom: 10px;
}
.feed-item .cs-type {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #50b244;
    width: 60px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 20%);
    font-weight: 500;
}
.feed-item .course-type{background: #3563b6;}
.feed-item .event-type{background: #ec9718;}
.feed-item .blog-type{background: #772e95;}


/*Transfer User Progress*/
.transfer-user-progress-wrapper {
    width: 100%;
    max-width: 700px;
}
.transfer-user-progress-wrapper .transfer-user-progress {
    display: flex;
    flex-wrap: wrap;
}
.transfer-user-progress .temporary-users, .transfer-user-progress .api-users {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
}
.temporary-users p, .api-users p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.transfer-user-progress .cs-trigger {
    margin-top: 50px;
}
.cs-trigger .cs-note {
    font-style: italic;
    font-weight: 400;
    color: #ff3d00;
    margin-bottom: 10px;
}
.transfer-user-progress .select2-container .select2-selection--single{
    height: 40px;
    padding: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    right: 5px;
}
.course-item .catalog-text .card-bottom-part {
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #000;
    margin-top: 15px;
}

.course-item:hover .catalog-text .card-bottom-part  span {
    color: #fff !important;
}
.course-item:hover .catalog-text .card-bottom-part {
    border-color: #fff !important;
}
.course-item .card-bottom-part  span {
    margin-left: 10px;
    color: #000;
    line-height: 26px;
}
.course-item .catalog-text .pre-assessment span, .course-item .catalog-text .post-assessment span, .course-item .catalog-text .feedback span {
    margin-right: 10px;
}

/*Learning Hours Widgets*/
.cs-shortcode {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.cs-shortcode .learning-hours-widget > div {
    border: 1px solid black;
    border-radius: 10px;
}
.learning-hours-widget {
    display: flex;
    justify-content: space-between;
    position: relative;
    text-align: center;
    flex-wrap: wrap;
}
.learning-hours-widget > div {
    width: calc(50% - 10px);
}
.learning-hours-widget h3 {
    text-align: center;
    background-image: linear-gradient(90deg, #152371 0%, #0077C8 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
    color: white;
    padding: 10px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0px;
}
.learning-hours-widget > div > p {
    font-weight: 500;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
    color: #1859A9;
    margin: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.learning-chart {
    position: relative;
    background-color: #f9f9f9;
    padding: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 200px;
    /* Set the height */
}

#learningHoursChart {
    width: 100%;
    height: calc(100% - 40px);
    /* Adjust for label and legend heights */
}

.learning-hours-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
}

.legends {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 1vw;

}

.legend {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 3px;
}

.learning-hours-widget .my-team-progress {
    width: 100%;
    margin-top: 20px;
}
.learning-hours-widget .my-team-progress .my-team-list {
    position: relative;
    background-color: #f9f9f9;
    padding: 20px 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 3px #f3f3f3 solid;
}
.my-team-progress .my-team-list {
    display: flex;
    flex-direction: column;
}
.my-team-progress .my-team-list .team-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.my-team-progress .my-team-list .team-item:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 2px #679bd0 dashed;
    padding-bottom: 20px;
}
.team-item .dot-progress {
    display: flex;
}
.team-item .dot-progress > span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f1f8ff;
    margin-right: 15px;
    border: 1px #679bd0 solid;
}
.team-item .dot-progress > span.cs-completed {
    background: #71f94c;
}
.my-team-list .team-item h4 {
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.my-team-progress .my-team-list .team-item .right-part {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 3px;
}

/*CATALOG PAGE*/
.parent-grid {
    display:flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between!important;
}

.cate-section-top {
    width: 100%;
    column-gap: 20px;
    margin-bottom: 20px;
    display: flex;
}
.cate-section-wrapper {
    width: 100%;
}
.search-button {
    width:150px;
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    background-color: black;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}

.search-button:hover {
    background-color: white;
    color:black;
}

.course-search {
    flex-grow: 1; /* Allow the search bar to grow */
    padding: 10px; /* Padding for the search input */
    font-size: 16px; /* Font size */
    border: 1px solid #ccc; /* Border style */
    border-radius: 4px; /* Rounded corners */
}

.cate-section-top select {
    width: 250px;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px;
}

.subj-index-header {
    text-align: center;
}

/*ONBOARDING LEADERBOARD*/
.cs-percent-0,.cs-percent-1,.cs-percent-2,.cs-percent-3,.cs-percent-4,.cs-percent-5{
    background: #FF5D5D!important;
}
.cs-percent-6,.cs-percent-7,.cs-percent-8,.cs-percent-9,.cs-percent-10,
.cs-percent-11,.cs-percent-12,.cs-percent-13,.cs-percent-14,.cs-percent-15,.cs-percent-16,.cs-percent-17,.cs-percent-18,.cs-percent-19,.cs-percent-20,
.cs-percent-21,.cs-percent-22,.cs-percent-23,.cs-percent-24,.cs-percent-25{
    background: #FFA25D!important;
}
.cs-percent-25,.cs-percent-26,.cs-percent-27,.cs-percent-28,.cs-percent-29,.cs-percent-30,
.cs-percent-31,.cs-percent-32,.cs-percent-33,.cs-percent-34,.cs-percent-35,.cs-percent-36,.cs-percent-37,.cs-percent-38,.cs-percent-39,.cs-percent-40,
.cs-percent-41,.cs-percent-42,.cs-percent-43,.cs-percent-44,.cs-percent-45,.cs-percent-46,.cs-percent-47,.cs-percent-48,.cs-percent-49,.cs-percent-50{
    background: #FCD360!important;
}
.cs-percent-51,.cs-percent-52,.cs-percent-53,.cs-percent-54,.cs-percent-55,.cs-percent-56,.cs-percent-57,.cs-percent-58,.cs-percent-59,.cs-percent-60,
.cs-percent-61,.cs-percent-62,.cs-percent-63,.cs-percent-64,.cs-percent-65,.cs-percent-66,.cs-percent-67,.cs-percent-68,.cs-percent-69,.cs-percent-70,
.cs-percent-71,.cs-percent-72,.cs-percent-73,.cs-percent-74,.cs-percent-75{
    background: #DAE478!important;
}
.cs-percent-76,.cs-percent-77,.cs-percent-78,.cs-percent-79,.cs-percent-80,
.cs-percent-81,.cs-percent-82,.cs-percent-83,.cs-percent-84,.cs-percent-85,.cs-percent-86,.cs-percent-87,.cs-percent-88,.cs-percent-89,.cs-percent-90,
.cs-percent-91,.cs-percent-92,.cs-percent-93,.cs-percent-94,.cs-percent-95,.cs-percent-96,.cs-percent-97,.cs-percent-98,.cs-percent-99,.cs-percent-100{
    background: #9BC571!important;
}
.onboarding-leaderboard-wrapper {
    padding-top: 30px;
}
.onboarding-leaderboard-wrapper > div {
    margin-bottom: 25px;
}
.onboarding-leaderboard-wrapper .option-selectors {
    display: flex;
}
.onboarding-leaderboard-wrapper .option-selectors select {
    max-width: calc(50% - 10px);
    padding: 5px 10px;
    border-radius: 5px;
    border: unset;
    background: #f2f2f2;
    color: #000;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 20%);
    margin-right: 15px;
}
.onboarding-leaderboard-wrapper .option-selectors .download-pdf {
    padding: 7px 20px;
    background: #034ea2;
    color: #fff;
    line-height: 1;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
    cursor: pointer;
    transition: 0.3s all;
}
.onboarding-leaderboard-wrapper .option-selectors .download-pdf:hover {
    background: #fff;
    color: #034ea2;
}
.onboarding-charts-section, .leaderboard-section {
    background: #f2f2f2;
    text-align: center;
    border-radius: 10px;
    padding: 1.5rem;
}
.onboarding-charts-section .charts-wrapper > div {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
.onboarding-charts-section h3 {
    color: #7f7f7f;
    font-weight: 700;
    text-transform: uppercase;
}
.onboarding-charts-section .charts-wrapper {
    display: flex;
    justify-content: space-between;
    min-height: 400px;
    margin-top: 20px;
}
.onboarding-charts-section .charts-wrapper #user-wise-chart {
    width: 40%;
    min-height: 400px;
}
.onboarding-charts-section .charts-wrapper .course-wise-completion {
    width: calc(60% - 30px);
    padding: 20px 30px;
}
.charts-wrapper .course-wise-completion .subject-items {
    height: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.course-wise-completion h4 {
    text-align: left;
}
.course-wise-completion .subject-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}
.course-wise-completion .subject-item > p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    width: 50%;
}
.course-wise-completion .subject-item .subject-title {
    text-align: left;
    padding-right: 50px;
}
.course-wise-completion .subject-item .progress-line-wrapper {
    text-align: right;
    position: relative;
    line-height: 1;
}
.subject-item .progress-line-wrapper .progress-background {
    display: inline-block;
    min-height: 35px;
    text-align: right;
    background: #4472c4;
}
.subject-item:nth-child(2) .progress-line-wrapper .progress-background{
    background: #728593;
}
.subject-item:nth-child(3) .progress-line-wrapper .progress-background{
    background: #a19962;
}
.subject-item:nth-child(4) .progress-line-wrapper .progress-background{
    background: #caa730;
}
.subject-item:nth-child(5) .progress-line-wrapper .progress-background{
    background: #ffc000;
}
.subject-item .progress-line-wrapper .progress-number {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-shadow: 0px 0px 3px rgb(0 0 0 / 80%);
    padding-bottom: 4px;
}

.ol-leaderboard-table p {
    padding: 0;
    margin: 0;
    display: block;
}
.cs-row .th-row, .cs-row .td-row {
    display: flex;
}
.cs-row .th-row > div, .cs-row .td-row > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cs-row .th-row p, .cs-row .td-row p {
    padding: 10px 5px;
    line-height: 1;
}
.cs-row .th-row p {
    color: #7f7f7f;
    padding: 10px;
}
.ol-leaderboard-table .bl-col-0, .ol-leaderboard-table .bl-col-3 {
    width: 10%;
}
.ol-leaderboard-table .bl-col-2 {
    width: 30%;
}
.ol-leaderboard-table .bl-col-1, .ol-leaderboard-table .bl-col-4, .ol-leaderboard-table .bl-col-5 {
    width: 15%;
}
.ol-leaderboard-table .td-row-front {
    position: relative;
}
.ol-leaderboard-table .td-row-front .cs-expand-button {
    position: absolute;
    right: 0;
    width: 5%;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 30px;
    color: #dbdbdb;
    cursor: pointer;
}
.ol-leaderboard-table .cs-row {
    padding: 10px;
}
.ol-leaderboard-table .ol-leaderboard-data {
    border-radius: 10px;
    overflow: hidden;
}
.ol-leaderboard-table .ol-leaderboard-data .cs-row {
    background: #fff;
    border-bottom: 1px #eeeeee solid;
}
.ol-leaderboard-data .cs-row.cs-you p {
    color: #fff;
}
.ol-leaderboard-data .cs-row.cs-you {
    background: #105caa;
}
.ol-leaderboard-table .cs-row .td-row-back {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s all;
}
.ol-leaderboard-table .cs-row.active .td-row-back {
    max-height: 500px;
}
.ol-leaderboard-table .cs-row .cs-expand-button i {
    transition: 0.5s all;
}
.ol-leaderboard-table .cs-row.active .cs-expand-button i {
    rotate: 180deg;
}
.ol-course-status-list .ol-course-status-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px;
    padding-right: 15px;
}
.ol-leaderboard-table .td-row-back {
    padding: 0px 20px;
}
.ol-leaderboard-table .cs-row.active .td-row-back .ol-course-status-list {
    overflow-y: auto;
    height: 100%;
    max-height: 500px;
}
.ol-course-status-list .ol-course-status-item .course_status {
    width: 200px;
    text-align: right;
}
.ol-course-status-list .ol-course-status-item .course_title {
    width: calc(100% - 200px);
    text-align: left;
}
.ol-course-status-list .ol-course-status-item .course_status.Completed {
    color: #70ad47;
}
.ol-course-status-list .ol-course-status-item .course_status.InProgress {
    color: #ffc000;
}
.ol-course-status-list .ol-course-status-item .course_status.NotStarted {
    color: #ff5d5d;
}

/*Blog Page*/
#top-blogs #some-class > h2 {
    max-width: 220px !important;
}
#top-blogs #some-class > h2:after {
    content: "Top Trendings";
}
#top-blogs #some-class > h2 span {
    display: none;
}
.statistical-numbers {
    display: flex;
    flex-wrap: wrap;
}
.statistical-numbers .total-views {
    margin-right: 20px;
}
.statistical-numbers > div > i {
    margin-right: 5px;
}
.statistical-numbers .total-views i, .statistical-numbers .total-comments i {
    color: #7a7a7a;
}

@media (max-width:1600px){
    .learning-hours-widget > div > p{
        font-size: 60px;
    }
}
@media (max-width:1360px){
    .learning-hours-widget > div {
        width: 100%;
    }
    .learning-hours-widget > div {
        margin-bottom: 20px;
    }
    .learning-hours-widget h3{
        font-size: 16px;
    }
}
@media (max-width:991px){
	.learning-hours-widget > div {
        width: calc(50% - 5px);
    }
}
@media (max-width:575px){
	.learning-hours-widget > div {
        width: 100%;
    }
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1199px) {
    .learning-hours-widget h3{
        font-size: 14px;
    }
}
@media (max-width:400px){
    .learning-hours-widget h3{
        font-size: 14px;
    }
}

@media (max-width: 1360px){
    .learning-hours-widget>my-learning-hours>#learningHoursChart {
        font-size: 70px;
        height: 130px;
    }
}

@media(max-width: 500px){
    .legends {
        font-size: 12px;
    }

    .learning-hours-widget > div > p{
        height:220px;
    }
}