#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;
}
.cs-error-mess {
    margin: 0px;
    color: #d61717;
}
/*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: 150px;
    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); } }

/*Feed Widget*/
#feed-list {
    max-width: 450px;
    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;}

.cs-udemy-courses .search-session {
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 600px;
    position: relative;
}
.cs-udemy-courses .search-session #search-input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    padding-right: 130px;
}
.cs-udemy-courses .search-session .search-button {
    position: absolute;
    right: 0;
    max-width: 130px;
}
.cs-udemy-courses .search-session .search-category{
    position: absolute;
    left: calc(100% + 20px);
    max-width: 130px;
}

.cs-udemy-courses .cs-cate-menu {
    position: fixed;
    left: -400px;
    top: 0;
    z-index: 1000000;
    height: 100%;
    background: #fff;
    box-shadow: 0px 0px 5px #c5c5c5;
    width: 300px;
    transition: 0.5s all;
}
.cs-udemy-courses .cs-cate-menu.active {
    left: 0;
}
.cs-udemy-courses .cs-menu-title {
    background: #f7f8fa;
    padding: 10px 20px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.cs-udemy-courses .cs-menu-title i {
    padding-right: 15px;
    font-size: 18px;
}
.cs-cate-menu .cs-close > i {
    position: absolute;
    left: calc(100% + 15px);
    top: 15px;
    font-size: 26px;
    color: #939393;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    box-shadow: 0px 0px 5px #656565;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s all;
}
.cs-cate-menu .cs-close > i:hover {
    background: #e8e8e8;
}
.cs-cate-menu > ul {
    overflow-y: scroll;
    height: 100%;
    list-style: none!important;
    padding: 0px!important;
}
.cs-cate-menu > ul li {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
    transition: 0.3s all;
}
.cs-cate-menu > ul li:hover, .cs-cate-menu > ul li.active {
    background: #105caa;
    color: #fff;
}
.cs-cate-menu > ul li i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-weight: 600;
    font-size: 16px;
    opacity: 0.7;
}


/*profile pop*/

#__wp-uploader-id-2 {
    z-index: 10000000;
}
.edit-profile-form #wpua-undo-button-existing, .edit-profile-form #wpua-preview-existing .description, .edit-profile-form #wpua-thumbnail-existing, .edit-profile-form #wpua-upload-button-existing, .edit-profile-form > .updated {
    display: none!important;
}
.edit-profile-form .wpua-edit {
    min-width: auto;
    box-shadow: unset;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.edit-profile-form .wpua-edit-container {
    width: 100%;
}
.edit-profile-form #wpua-images-existing {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.edit-profile-form #wpua-images-existing #wpua-remove-button-existing {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0px;
}
.edit-profile-form #wpua-preview-existing {
    padding: 0px;
    margin: 0px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px #105caa solid;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
}
.edit-profile-form .wpua-edit > p {
    padding: 10px 20px;
    margin: 0px!important;
}
.edit-profile-form .wpua-edit > p > * {
    padding: 10px 20px!important;
}
.edit-profile-form .user-information {
    display: flex;
    background: #feffed;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    padding: 20px;
    flex-wrap: wrap;
    padding-bottom: 0px;
}
.user-information .info-sg {
    width: 25%;
    padding: 0px 10px;
    margin-bottom: 20px;
}
.user-information .info-sg > p {
    margin: 0px;
    padding: 3px 0px;
    text-transform: capitalize;
}
.edit-profile-form #wpua-preview-existing img {
    width: 100%;
    border: unset;
    max-height: none;
}

.edit-profile-form #wpua-upload-messages-existing {
    text-align: center;
}
.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;
    overflow-y: scroll;
}

.cs-change-password-form {
    background: #cbcbcb;
    padding: 10px;
    margin-top: 10px;
    border-radius: 15px;
}
.cs-control .cs-field, .cs-control {
    width: 100%;
}
.cs-control .cs-field {
    font-weight: 400;
    padding: 10px 15px;
    border-radius: 10px;
    background: #fbfbfb;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #105caa;
}
/*Calendar*/
#monthAndYear {
    font-size: 20px;
    min-height: 50px;
}
.next-events-k {
    padding: 10px 15px;
    border-radius: 10px;
    background: #2e75b6;
    color: #fff;
    margin-bottom: 10px;
}
.next-events-k a {
    color: #fff!important;
    font-weight: 600;
    font-size: 18px;
}
.next-events-k p {
    margin: 0px;
}
.right-part .card {
    border: unset;
    margin-bottom: 10px;
}
.card .table td, .card .table th {
    text-align: center;
    min-width: 40px;
    padding: 10px 0;
    font-size: 14px;
}
.form-inline.calendar-nav {
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 8px;
}
.calendar-nav > button {
    color: #fff;
    background: #2e75b6;
    box-shadow: unset;
    outline: unset;
    border: unset;
    padding: 5px 10px;
    transition: 0.3s all;
}
.calendar-nav > button:hover {
    opacity: 0.8;
    background: #2e75b6;
}
button#next, #year.form-control {
    margin-left: 5px;
}
.form-inline.calendar-selector {
    position: absolute;
    right: 155px;
    top: 7px;
}
.form-inline.calendar-selector > select {
    height: 36px;
    padding: 5px 20px;
}


section.cate-section {
    margin-bottom: 30px;
}
section.cate-section h3 {
    border-bottom: 2px #105caa dashed;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

/*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;
}

/*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 select {
    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;
}

@media (max-width:991px){
    .cs-udemy-courses .search-session {
        margin-top: 30px;
        max-width: calc(100% - 150px);
    }
}
@media (max-width:480px){
    .cs-udemy-courses .search-session {
        max-width: 100%;
        margin-bottom: 90px;
    }
    .cs-udemy-courses .search-session .search-category {
        position: absolute;
        left: 0;
        max-width: 130px;
        top: calc(100% + 20px);
    }
    .cs-udemy-courses .cs-cate-menu{
        width: 270px;
    }
    .cs-cate-menu > ul li {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        padding: 7px 15px;
        position: relative;
        cursor: pointer;
        transition: 0.3s all;
    }
}