.ceus-title {

}

.scorecard-list-items {
    padding: 20px 0;
}

.scorecard-item {
    border: 2px solid #e2e7ed;
    border-radius: 6px;
    margin-bottom: 12px;
    background: #fff;
}

.scorecard-list-items .scorecard-item-preview {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.scorecard-list-items .scorecard-item-preview .scorecard-item-title {
    display: flex;
}

.scorecard-list-items .scorecard-item-preview .ld-course-title {
    margin-left: 5px;
}

.scorecard-list-items .scorecard-item-details {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
    flex-direction: column;
}

.scorecard-list-items .scorecard-item-details .row-details {
    display: flex;
    justify-content: center;
    align-items: center;
}

.scorecard-list-items .scorecard-item-details .ld-status {
    margin-left: 16px;
    margin-right: 16px;
}

.scorecard-list-items .scorecard-item-details .ld-certificate-link {
    font-size: 26px;
}

.scorecard-list-items .scorecard-item-details .ceus_open_certificate {
    font-size: 26px;
    cursor: pointer;
}

.scorecard-list-items .scorecard-item-details .scorecard-date {
    font-size: .875em;
}

.scorecard-list-items .scorecard-item-details .ceus_open_certificate .lds-dual-ring {
    display: none;
}

.scorecard-list-items .scorecard-item-details .ceus_open_certificate.loading .lds-dual-ring {
    display: inline-block;
}

.scorecard-list-items .scorecard-item .scorecard-item-expanded {
    display: none;
    padding: 20px;
    border-top: 1px dashed #e2e7ed;
}

.scorecard-list-items .scorecard-item.active .scorecard-item-expanded {
    display: block;
}

.lds-dual-ring {
    display: inline-block;
    width: 26px;
    height: 26px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 26px;
    height: 26px;
    margin: 2px;
    border-radius: 50%;
    border: 3px solid #cccccc;
    border-color: #ccc transparent #ccc transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

body .ld-course-list-items .ld_course_grid .btn-primary {
    color: #ffffff;
    background-color: #197d8f;
    border-color: #145d77;
}

.ceus-ld-menu-hidden {
    display: none !important;
}

body.logged-in .ceus-ld-menu-hidden {
    display: flex !important;
}

body.logged-in .ceus-ld-modal-open {
    display: none;
}

.left-margin {
    margin-left: 10px !important;
}

body .ld-course-list-items .ld_course_grid .thumbnail.course img {
    max-height: 200px;
    height: 40vw;
    object-fit: cover;
}

@media only screen and (min-width: 768px) {
    body .ld-course-list-items .ld_course_grid .thumbnail.course img {
        max-height: 150px;
        height: 13vw;
    }
}

.woocommerce-additional-fields {
    display: none;
}

p.order-again {
    display: none !important;
}

/*teacher*/
.shortcode_teachers_list-wrapper {
    margin-top: 20px;
}

.teacher-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 0 30px 0;
}

.teacher-item .teacher-image {

    float: left;
    margin: 0 5% 0 0;
}

.teacher-item .teacher-image img {
    width: 30vw;
    height: 30vw;
    max-width: none;
    border-radius: 99%;
}

.teacher-item .teacher-image .teacher-image-blank {
    width: 30vw;
    height: 30vw;
    background-color: #cccccc;
    border-radius: 99%;
}

.teacher-item .teacher-content {

    float: left;
}

.teacher-item .page-content h4 {
    font-size: 16px;
    margin: 0 0 15px 0;
}

.teacher-item .title-block {
    width: 50px;
    height: 3px;
    margin: 12px 0 18px 0;
    background: #197D8F !important;
}

@media (min-width: 540px) {
    .teacher-item {
        flex-direction: row;
    }

    .teacher-item .teacher-image img {
        width: 12vw;
        height: 12vw;
    }

    .teacher-item .teacher-image .teacher-image-blank {
        width: 12vw;
        height: 12vw;
    }
}

/*teacher*/

/* account */
a.ld-certificate-link .ld-icon-certificate{

}

/*allcources*/

.ceus_learndash-allcources-wrapper .course_wrap .title-block{
    color: #2f3f50;
    font-style: italic;
}
.ceus_learndash-allcources-wrapper .course_wrap .title-block span{
    font-style:initial;
}
.ceus_learndash-allcources-wrapper .course_wrap a{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
}
#ceus-course-list-wraper {
    padding-top: 40px;
}

#ceus-course-list {
    min-height: 70vh;
}

.filter-course-grid h5 {
    margin-bottom: 0px;
}

.filter-course-grid .search {
    width: 100%;
    padding-right: 35px;
    padding-left: 40px;
}

.filter-course-grid .search-wraper.change .ceus_start_course_search {

}

.filter-course-grid .search-wraper.change .ceus_clear_course_search {

}

.filter-course-grid .fas {
    color: #aaa;
}

.filter-course-grid .search-wraper {
    width: 80%;
    display: inline-block;
    position: relative;
}

.filter-course-grid .search-wraper span {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.filter-course-grid .search-wraper span:hover .fas {
    color: #666;
}

.filter-course-grid .search-wraper .ceus_start_course_search {
    left: 15px
}

.filter-course-grid .search-wraper .ceus_clear_course_search {
    display: none;
    right: 15px;
}

.filter-course-grid .search-wraper.change .ceus_clear_course_search {
    display: flex;
}

.ceus_learndash-allcources-wrapper {
    margin-top: 20px;
}

.ceus_course-item {
    margin-top: 15px;
}

.course_wrap {
    border: 1px solid #dddddd;
    position: relative;
}

.ceus_learndash-allcources-wrapper .ld_course_grid_price {
    background: #5cb85c;
    box-shadow: 0 1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px rgb(0 0 0 / 20%);
    color: #fff;
    text-shadow: 0 1px rgb(0 0 0 / 30%);
    position: absolute;
    font-size: 14px;
    left: -8px;
    top: 10px;
    padding: 3px 10px;
    z-index: 2;
    font-weight: bold;
}

.ceus_learndash-allcources-wrapper .ld_course_grid_price.ribbon_text {
    background: #428bca;
}
.ceus_learndash-allcources-wrapper .ld_course_grid_price.free {
    background: #f79300;
}
.ceus_learndash-allcources-wrapper .ld_course_grid_price:before {
    /*border-top: 4px solid #357ebd;*/
    /*border-right: 4px solid #357ebd;*/
    border: 4px solid transparent;
    border-top: 4px solid #348c34;
    border-right: 4px solid #348c34;
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
}

.ceus_learndash-allcources-wrapper .title {
    padding: 6px 15px;
}

.ceus_learndash-allcources-wrapper .title h4 {
    line-height: 1.2;
    font-size: 1.375rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #666;
    transition: color 0.15s ease-out;
}

.ceus_learndash-allcources-wrapper a:hover .title h4 {
    color: #2f3f50;
}

.ceus_learndash-allcources-wrapper .image {
    overflow: hidden;
}

.ceus_learndash-allcources-wrapper .image img {
    transition: transform 0.15s ease-out;
}

.ceus_learndash-allcources-wrapper a:hover img {
    transform: scale(1.05);
}

.grid-pagination {
    margin: 20px auto;
    display: inline-block;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
}

.grid-pagination .page-numbers {

    padding: 6px 12px;
    display: inline-flex;
    border-left: 1px solid #dee2e6;
}

.course-not-found {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    margin-lrft: 15px;
}

/* spinner*/
.loading-spinner-wraper {
    display: none;
    justify-content: center;
    align-items: center;
}

#ceus-course-list-loader.loading .loading-spinner-wraper {
    display: flex;
}

@keyframes ldio-rd3njqu6wa {
    0% {
        opacity: 1;
        backface-visibility: hidden;
        transform: translateZ(0) scale(1.5, 1.5);
    }
    100% {
        opacity: 0;
        backface-visibility: hidden;
        transform: translateZ(0) scale(1, 1);
    }
}

.ldio-rd3njqu6wa div > div {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #208090;
    animation: ldio-rd3njqu6wa 1s linear infinite;
}

.ldio-rd3njqu6wa div:nth-child(1) > div {
    left: 144px;
    top: 88px;
    animation-delay: -0.875s;
}

.ldio-rd3njqu6wa > div:nth-child(1) {
    transform: rotate(0deg);
    transform-origin: 156px 100px;
}

.ldio-rd3njqu6wa div:nth-child(2) > div {
    left: 128px;
    top: 128px;
    animation-delay: -0.75s;
}

.ldio-rd3njqu6wa > div:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 140px 140px;
}

.ldio-rd3njqu6wa div:nth-child(3) > div {
    left: 88px;
    top: 144px;
    animation-delay: -0.625s;
}

.ldio-rd3njqu6wa > div:nth-child(3) {
    transform: rotate(90deg);
    transform-origin: 100px 156px;
}

.ldio-rd3njqu6wa div:nth-child(4) > div {
    left: 48px;
    top: 128px;
    animation-delay: -0.5s;
}

.ldio-rd3njqu6wa > div:nth-child(4) {
    transform: rotate(135deg);
    transform-origin: 60px 140px;
}

.ldio-rd3njqu6wa div:nth-child(5) > div {
    left: 32px;
    top: 88px;
    animation-delay: -0.375s;
}

.ldio-rd3njqu6wa > div:nth-child(5) {
    transform: rotate(180deg);
    transform-origin: 44px 100px;
}

.ldio-rd3njqu6wa div:nth-child(6) > div {
    left: 48px;
    top: 48px;
    animation-delay: -0.25s;
}

.ldio-rd3njqu6wa > div:nth-child(6) {
    transform: rotate(225deg);
    transform-origin: 60px 60px;
}

.ldio-rd3njqu6wa div:nth-child(7) > div {
    left: 88px;
    top: 32px;
    animation-delay: -0.125s;
}

.ldio-rd3njqu6wa > div:nth-child(7) {
    transform: rotate(270deg);
    transform-origin: 100px 44px;
}

.ldio-rd3njqu6wa div:nth-child(8) > div {
    left: 128px;
    top: 48px;
    animation-delay: 0s;
}

.ldio-rd3njqu6wa > div:nth-child(8) {
    transform: rotate(315deg);
    transform-origin: 140px 60px;
}

.loadingio-spinner-spin-lmfvyb19w7i {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-rd3njqu6wa {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

.ldio-rd3njqu6wa div {
    box-sizing: content-box;
}

/*allcources*/


/* курс  LD */

article.sfwd-courses .ld-course-status-price:before{
    content: '$';
    display: block;
}
/*disable learndash_30_get_currency_symbol */
article.sfwd-courses .ld-course-status-price .ld-currency{
    display: none;
}


/*запрет display_name */

.woocommerce-MyAccount-content #account_display_name{
    display: none;
}
.woocommerce-MyAccount-content label[for=account_display_name]{
    display: none !important;
}
.woocommerce-MyAccount-content #account_display_name ~ span{
    display: none;
}
/* запрет display_name */

#ld_course_categorydropdown_select{
    background-position: center;
    background-position-x: calc( 100% - 10px );
}


.ld-alert-success.ld-alert-certificate{

}
body .learndash-wrapper .ld-alert-warning {
    background-color: #fff6cd;
    border-color: #ffd200;
    color: #000000a6;
}
/*  * this is a fix for the test result page
* hides the button with the certificate on the page */

/* .wpProQuiz_results .wpProQuiz_certificate{
    opacity: 0;
    pointer-events: none;
    display: none;
    visibility: hidden;
} */

