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

 :root {
    --ld-white-bg: #fff;
    --ld-border-radius: 12px;
    --ld-border-radius-8: 8px;
    --ld-border-radius-10: 10px;
    --ld-border-radius-15: 15px;
    --ld-border-radius-20: 20px;
    --ld-border-color: #dcdfe5;
    --ld-border-color2: #2067FA;
    --ld-primary-color: #156AE9;
    --ld-hover_color: #1d76da;
    --ld-text_color: #515b67;
    --ld-background: #F2F6F9;
    --ld-background2: #FAF9F4;
    --ld-heading-color: #2E353C;
    --ld-grey-color: #868E96;
    --ld-box-shadow: 0 0 40px 0 rgba(94, 92, 154, .08);
}

*,
*::before,
*::after {
    box-sizing: border-box;
    text-decoration: none !important;
}


/* LearnDash Dashboard */

.ld-flex-wrap {
    display: flex;
    gap: 25px;
}

.ld-flex-wrap-center {
    align-items: center;
}

.ld-dashboard-pd15 {
    padding: 15px;
}

.ld-dashboard-pd20 {
    padding: 20px;
}

.ld-dashboard-pd30 {
    padding: 30px;
}

.ld-dashboard-content .ld-dashboard-button-primary {
    padding: 15px 25px;
    display: inline-block;
    line-height: 1;
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
    border-radius: var(--ld-border-radius);
}

.ld-dashboard-main-wrapper a {
    text-decoration: none;
}

.ld-dashboard-content-wrapper {
    width: 100%;
    display: flex;
    background: #fbfcff;
    border: 1px solid #e7e9ee;
    border-top: 0;
    border-radius: 0 0 var(--ld-border-radius) var(--ld-border-radius);
}

.ld-dashboard-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    max-width: 100%;
}

#ld-dashboard-profile {
    margin: 20px 15px 20px 15px;
    background: var(--ld-white-bg);
    border-radius: var(--ld-border-radius-15);
    border: 1px solid var(--ld-border-color);
    padding-bottom: 10px;
}

.ld-dashboard-copy-join-link-message {
    opacity: 0;
}

.ld-dashboard-copy-join-link-message.show-msg {
    opacity: 1;
}

.ld-dashboard-sidebar-left {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding-left: 0;
    max-width: 25%;
}

.ld-dashboard-sidebar-right {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.acf-taxonomy-field .ldd-custom-zindex {
    z-index: 23;
}

.ld-dashboard-content {
    margin-bottom: 20px;
    padding: 20px;
    padding-left: 10px;
    margin: 0;
    width: 100%;
    max-width: 78%;
}

.ld-dashboard-content-wrapper.ld-live-feed-enabled .ld-dashboard-content {
    padding: 0;
    max-width: 100%;
}

.ld-dashboard-zoom-api-status.zoom-api-active {
    color: green;
}

.ld-dashboard-zoom-api-status.zoom-api-inactive {
    color: #ff0000e6;
}

.ld-dashboard-profile-summary:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #3a3a46;
    opacity: 0.6;
}

.ld-dashboard-landing-content {
    position: relative;
    z-index: 99;
    padding: 10px 0 0;
}

.ld-dashboard-landing-text {
    color: #fff;
    font-size: 20px;
    text-align: left;
}

.ld-dashboard-profile-summary {
    position: relative;
    text-align: center;
    padding: 60px 25px;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/ld-dashboard-cover.jpg);
    border-radius: var(--ld-border-radius) var(--ld-border-radius) 0 0;
    overflow: hidden;
}

.ld-dashboard-profile-summary .ld-dashboard-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    position: relative;
    z-index: 1;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.ld-dashboard-profile-summary .ld-dashboard-profile-info {
    flex: 1;
    flex-grow: 1;
    text-align: left;
    padding: 15px 20px;
}

.ld-dashboard-profile-avatar {}

.ld-dashboard-profile-avatar img {
    width: 90px;
    height: 90px;
    border-radius: var(--ld-border-radius);
    object-fit: cover;
}

.ld-dashboard-display-name {
    margin-bottom: 5px;
}

.ld-dashboard-profile-summary .ld-dashboard-display-name h4 {
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    line-height: 25px;
    margin: 0;
}

.ld-dashboard-profile-summary .ld-dashboard-display-name h4 strong {
    color: #fff;
}

.ld-dashboard-profile-email {
    color: #fff;
    font-size: 15px;
}

.ld-dashboard-social-media-url {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.ld-dashboard-social-media-url a.ld-social-media-link {
    display: block;
    max-width: 22px;
    margin-right: 8px;
    width: 100%;
    transition: all 0.3s;
}

.ld-dashboard-social-media-url a.ld-social-media-link:hover {
    opacity: 0.8;
}

.ld-dashboard-header-button .ld-dashboard-add-course {
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    padding: 10px 25px;
    border-radius: var(--ld-border-radius);
    line-height: 1.4;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    overflow: hidden;
    text-transform: capitalize;
}

.ld-dashboard-profile .ld-dashboard-header-button .ld-dashboard-add-course span.ld-icons.ld-icon-add-line,
.ld-dashboard-profile .ld-dashboard-header-button .ld-dashboard-add-course span.ld-icons.ld-icon-account-circle-line {
    font-size: 24px;
}

.ld-dashboard-add-course img {
    width: 18px;
    filter: brightness(0) invert(1);
    margin-right: 8px;
}

.ld-dashboard-location .ld-dashboard-left-panel,
.ld-dashboard-location .ld-dashboard-left-panel ul {
    margin: 0 !important;
    padding: 0 0 0 !important;
    list-style: none !important;
}

.ld-dashboard-location .ld-dashboard-left-panel ul.ld-dashboard-panel-menu {
    padding: 0 10px !important;
}

.ld-dashboard-location .ld-dashboard-left-panel li {
    margin: 0 0 2px;
    padding: 0;
}

.ld-dashboard-left-panel.ld-dashboard-menu-panel-item .ld-dashboard-menu-divider-label.ld-dashboard-label-color.is-open::after {
    transform: rotate(3.142rad) !important;
    top: 31% !important;
    right: 16px !important;
}


/*Show More Menu*/

.ld-dashboard-menu-tab.ld-dashboard-show-more-wrapper {
    margin: 10px -10px 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ld-dashboard-menu-tab.ld-dashboard-show-more-wrapper:after,
.ld-dashboard-menu-tab.ld-dashboard-show-more-wrapper:before {
    height: 1px;
    background: var(--ld-border-color);
    width: 30%;
    content: "";
}

span.ld-dashboard-show-more-item {
    width: 50%;
}

.ld-dashboard-show-more-wrapper a.ld-dashboard-show-more-button {
    display: inline-block;
    border: 1px solid var(--ld-border-color);
    border-radius: 100px;
    padding: 8px 15px;
    line-height: 1;
    font-size: 13px;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
}

.ld-dashboard-show-more-wrapper a.ld-dashboard-show-more-button:hover {
    background: var(--ld-border-color);
}

.ld-dashboard-edit-remove-link-action {
    display: flex;
    align-items: center;
    position: absolute;
    right: 40px;
    top: 18px;
    font-size: 20px;
    font-weight: normal;
    gap: 5px;
    transition: all 0.3s;
    border-right: 1px solid #ccc;
    line-height: 20px;
}

.ld-dashboard-quizzes-builder-wrapper .ld-dashboard-quizzes-builder-content .ld-dashboard-edit-remove-link-action {
    right: 10px;
    border: none;
    top: 15px;
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson:hover .ld-dashboard-edit-wrapper.ld-dashboard-course-lesson-edit a {
    color: var(--ld-primary-color);
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson .ld-dashboard-lesson-builder-wrapper .ld-dashboard-course-lesson-builder-topic-single:hover .ld-dashboard-edit-remove-link-action,
.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson .ld-dashboard-lesson-builder-wrapper .ld-dashboard-course-lesson-builder-quiz-single:hover .ld-dashboard-edit-remove-link-action {
    display: flex;
}

.ld-dashboard-remove-wrapper {
    display: block !important;
    font-weight: normal;
    cursor: pointer;
    color: #e01515e0;
    transition: all 0.3s;
    line-height: 1;
}

.ld-dashboard-share-steps-dropper {
    margin: 20px 0 5px;
    text-align: center;
    border: 2px dashed var(--ld-border-color);
    font-weight: 500;
    border-radius: var(--ld-border-radius);
    padding: 15px;
    font-size: 15px;
}

.ld-dashboard-single-wrap.ld-dashboard-course-lesson-builder-topic-single .ld-dashboard-course-lesson-topic-remove,
.ld-dashboard-single-wrap.ld-dashboard-course-lesson-builder-quiz-single .ld-dashboard-course-lesson-quiz-remove {
    top: 14px;
    right: 25px;
}

.ld-dashboard-share-course-toggle.dashicons-arrow-up,
div.ld-dashboard-share-toggle-content {
    display: none;
}

.ld-dashboard-location ul li a {
    display: flex;
    padding: 10px 16px 13px;
    font-size: 15px;
    align-items: center;
    text-decoration: none !important;
    line-height: 14px;
    border-radius: var(--ld-border-radius);
}

.ld-dashboard-location .ld-dashboard-left-panel .ld-dashboard-menu-icon {
    margin-right: 5px;
    width: 25px;
}

.ld-dashboard-location .ld-dashboard-left-panel .ld-dashboard-menu-icon span.ld-icons {
    font-size: 23px;
}

.ld-dashboard-location .ld-dashboard-left-panel .ld-dashboard-menu-icon span.ld-icons.ld-icon-bullhorn,
.ld-dashboard-location .ld-dashboard-left-panel .ld-dashboard-menu-icon span.ld-icons.ld-icon-puzzle-piece {
    font-size: 20px;
}

.ld-dashboard-location .ld-dashboard-left-panel .ld-dashboard-menu-icon span.ld-icons.ld-icon-puzzle-piece {
    padding-left: 2px;
}

.ld-dashboard-location .ld-dashboard-left-panel .ld-dashboard-menu-icon [class^="ld-icon-"]:before,
.ld-dashboard-location .ld-dashboard-left-panel .ld-dashboard-menu-icon [class*=" ld-icon-"]:before {
    margin: 0;
}

.ld-dashboard-location .ld-dashboard-menu-icon img {
    width: 100%;
}

.ld-dashboard-location ul li a:hover {
    background-color: #F2F4F9;
}

.ld-dashboard-location ul li a:hover img {
    filter: invert(42%) sepia(50%) saturate(1352%) hue-rotate(203deg) brightness(119%) contrast(119%);
}

.ld-dashboard-location li.ld-dashboard-menu-tab.ld-dashboard-active a.ld-focus-menu-link {
    background-color: #F2F4F9;
    transition: all 0.3s;
    margin-bottom: 2px;
}

.ld-dashboard-share-course-steps-wrapper {
    background: var(--ld-white-bg);
    padding: 15px 25px 30px;
    border-radius: var(--ld-border-radius);
    box-shadow: 0 0 0 0 rgb(94 92 154 / 5%);
}

.ld-dashboard-location li.ld-dashboard-menu-tab.ld-dashboard-active a.ld-focus-menu-link span img {
    filter: brightness(0) invert(1);
}

form.ld-course-filter-form {
    display: flex;
    flex-flow: wrap;
    margin: 0 -5px 15px;
    position: relative;
    z-index: 1;
}

form.ld-course-filter-form .ld-dashboard-courses,
form.ld-course-filter-form .ld-dashboard-students,
form.ld-course-filter-form input[type="submit"] {
    flex: 1;
    margin: 0 5px;
}

form.ld-course-filter-form .ld-dashboard-courses .select2-container.select2-container,
form.ld-course-filter-form .ld-dashboard-students .select2-container.select2-container {
    width: 100% !important;
}

.live-course-activity form.ld-course-filter-form input.btn-search-activity {
    font-size: 15px;
    position: relative;
    flex: unset;
    line-height: 1;
    border: none;
    margin: 0 5px;
    padding: 12px 25px;
    border-radius: var(--ld-border-radius);
}

h3.ld-dashboard-feed-title {
    margin: 0 0 20px !important;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    color: var(--ld-heading-color);
}

.ld-dashboard-feed .activity-item {
    display: block;
    margin: 15px 0;
    padding: 15px;
    background: var(--ld-white-bg);
    border-left: 3px solid #84c1be;
    border-radius: var(--ld-border-radius);
    position: relative;
}

.ld-dashboard-feed .activity-item {
    border-left: 3px solid #a31dda !important;
}

.ld-dashboard-feed .activity-item.lesson {
    border-left: 3px solid #1ddad1 !important;
}

.ld-dashboard-feed .activity-item p {
    margin: 0 0;
    line-height: 1.4;
}

div#ld-dashboard-feed {
    padding-left: 30px;
    position: relative;
}

div#ld-dashboard-feed:before {
    content: "";
    background: #dcdfe5;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
}

.ld-dashboard-feed .activity-item:before {
    content: "";
    background: #1dda83;
    height: 11px;
    width: 11px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: -25px;
    top: 10px;
    transform: translateX(-50%);
    box-shadow: 0 2px 3px rgb(58 46 68 / 8%);
}

.ld-dashboard-feed .activity-item i {
    color: #999;
    font-size: 80%;
    text-transform: capitalize;
    font-style: normal;
}

p.ld-dashboard-report-pager-info {
    text-align: right;
    text-transform: capitalize;
}

.ld-dashboard-report-pager-info button.ld-dashboard-button {
    display: inline-block;
    border-radius: var(--ld-border-radius);
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.08);
    font-size: 0;
    padding: 0px 8px;
    height: 38px;
    font-weight: bold;
    color: #153045;
    transition: all 0.3s;
    border: none;
    width: 38px;
    cursor: pointer;
}

.ld-dashboard-report-pager-info button.ld-dashboard-button.next::before,
.ld-dashboard-report-pager-info button.ld-dashboard-button.last::before,
.ld-dashboard-report-pager-info button.ld-dashboard-button.last::after {
    display: inline-block;
    content: '\e809';
    font-family: 'ld-icons';
    font-size: 14px;
}

.ld-dashboard-report-pager-info button.ld-dashboard-button.first::before,
.ld-dashboard-report-pager-info button.ld-dashboard-button.first::after,
.ld-dashboard-report-pager-info button.ld-dashboard-button.prev::after {
    display: inline-block;
    content: '\e808';
    font-family: 'ld-icons';
    font-size: 14px;
}

[dir='rtl'] .ld-dashboard-report-pager-info button.ld-dashboard-button.next::before,
[dir='rtl'] .ld-dashboard-report-pager-info button.ld-dashboard-button.last::before,
[dir='rtl'] .ld-dashboard-report-pager-info button.ld-dashboard-button.last::after {
    transform: rotate(180deg);
}

[dir='rtl'] .ld-dashboard-report-pager-info button.ld-dashboard-button.first::before,
[dir='rtl'] .ld-dashboard-report-pager-info button.ld-dashboard-button.first::after,
[dir='rtl'] .ld-dashboard-report-pager-info button.ld-dashboard-button.prev::after {
    transform: rotate(180deg);
}

button.ld-dashboard-button.next {
    margin: 0 7px;
}

button.ld-dashboard-button.prev {
    margin: 0 7px;
}

.ld-dashboard-activity-empty {
    background: #fbeded;
    width: 100%;
    padding: 8px 15px;
    border-left: 4px solid #eb0000;
    color: #eb0000 !important;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    margin-left: -27px;
}

.ld-dashboard-course-report .ld-dashboard-courses {
    margin-bottom: 12px;
}

.ld-dashboard-course-loader.ld-dashboard-course-loader-hide {
    display: none;
}

.ld-dashboard-menu-divider {
    position: relative;
    height: 5px;
    width: 100%;
    overflow: hidden;
    z-index: 9;
}

.ld-dashboard-left-panel .ld-dashboard-menu-divider:after {
    content: "";
    position: absolute;
    top: -5px;
    left: 5%;
    width: 90%;
    height: 100%;
    border-radius: 100%/5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.ld-dashboard-location .ld-dashboard-left-panel .ld-dashboard-menu-divider-label {
    padding: 15px;
    cursor: default;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    position: relative;
    cursor: pointer;
    color: #000;
}

.ld-dashboard-content .select2-container.select2-container {
    height: auto;
    min-height: 45px;
    width: 100% !important;
}

.ld-dashboard-content #ld-dashboard-email-frm .select2-container.select2-container {
    width: 100% !important;
    margin: 0;
}


/* .ld-dashboard-panel-menu {
  display: none;
} */

ul.ld-dashboard-panel-menu li {
    display: none;
}

.communication ul.ld-dashboard-panel-menu li,
.monetization ul.ld-dashboard-panel-menu li,
.common ul.ld-dashboard-panel-menu li {
    display: block;
}

.ld-dashboard-show-less-wrapper {
    display: none;
}

.ld-dashboard-menu-divider-label.ld-dashboard-label-color::after,
.ld-dashboard-left-panel.ld-dashboard-menu-panel-item.all.is-open .ld-dashboard-menu-divider-label.ld-dashboard-label-color::after {
    content: '\e806';
    font-family: 'ld-icons';
    font-size: 13px;
    right: 10px;
    position: absolute;
    top: 48%;
    transform: translate(-50%, -50%);
    transition: 0.15s all;
}

#ld-dashboard-email-frm .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
    padding: 0;
}

#ld-dashboard-email-frm .select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
    padding: 0;
    margin: 0;
    min-height: 35px;
}

.ld-dashboard-content .select2-container--default .select2-selection--multiple,
.ld-dashboard-content .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid var(--ld-border-color) !important;
    padding: 5px 10px 0 !important;
    min-height: 42px;
    border-radius: var(--ld-border-radius) !important;
}

.ld-dashboard-content .select2-container.-acf .select2-selection--multiple .select2-search__field {
    border: none !important;
    margin: 0;
    height: auto !important;
    padding: 0 !important;
}

.ld-dashboard-content .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0px;
    margin: 0;
}

.ld-dashboard-content textarea.select2-search__field[type="search"] {
    position: absolute;
    font-size: 15px !important;
    top: 10px;
}

.ld-dashboard-content .select2-container .select2-selection--multiple .select2-selection__choice {
    border: none;
    line-height: 25px;
    color: rgba(73, 80, 87);
    height: 25px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 13px;
    border-radius: 5px;
    cursor: default;
    user-select: none;
    margin: calc(3px) calc(3px);
    background-color: #eee;
}

.ld-dashboard-content .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #999;
    cursor: pointer;
    min-height: 16px;
    font-size: 1em;
    background-color: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
    margin-right: 0 !important;
    font-weight: bold;
    padding-right: 0 !important;
    position: unset;
    left: 0;
    top: 0;
}

.ld-dashboard-content .select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    right: -6px;
}

.ld-dashboard-content .select2-container.-acf .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
}

.ld-dashboard-content .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search .select2-search__field {
    min-height: 25px;
}

#ld-dashboard-email-frm .ld-email-course-students label {
    margin-bottom: 10px;
    display: block;
    display: flex;
    align-items: center;
    gap: 10px;
}

#ld-dashboard-email-frm .ld-email-course-students label input#ld-email-course-students-checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.wbcom-ld-dashboard .ld-dashboard-content .select2-container--default .select2-selection--single {
    border: none !important;
    border-radius: var(--ld-border-radius);
    padding: 0 !important;
    background-color: var(--ld-white-bg);
    height: 45px;
}

.ld-dashboard-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

.ld-dashboard-email-content .select2-container .select2-selection--single {
    height: 52px;
}


/*.ld-dashboard .select2-dropdown.select2-dropdown {
  margin-top: 24px !important;
}*/

.select2-container.-acf .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    margin-right: 5px;
    padding-right: 8px !important;
}

span#ld-dashboard-new-announcements-span {
    margin-left: 5px;
    color: #fff;
    font-size: 13px;
    padding: 0 6px;
    line-height: 18px;
    border-radius: 30px;
    text-align: center;
}

li.ld-dashboard-menu-tab.ld-dashboard-active span#ld-dashboard-new-announcements-span {
    background: #dcdfe5;
}

.ld-dashboard-announcement-single.ld-unread-announcement .ld-dashboard-announcement-single-title {
    font-weight: bold;
}


/*Edit-Lesson-Topic-Form*/

.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson .ld-dashboard-course-builder-lesson-title span.row-actions {
    opacity: 0;
    cursor: pointer;
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson .ld-dashboard-course-builder-lesson-title:hover span.row-actions {
    opacity: 1;
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-update-lesson-form .ld-dashboard-update-button-wrap,
.ld-dashboard-single-wrap.ld-dashboard-course-builder-lesson.ui-sortable-handle.ldd-active-lesson.ld-dashboard-course-builder-update-edit-form .ld-dashboard-update-lesson-form {
    display: flex;
    align-items: center;
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-update-lesson-form {
    display: flex;
}

.ld-dashboard-course-builder-update-edit-form .ld-dashboard-update-button-wrap input.is-primary,
.ld-dashboard-course-builder-update-edit-form .ld-dashboard-update-button-wrap input.is-default {
    padding: 9px 18px !important;
    border-radius: var(--ld-border-radius);
    cursor: pointer;
    font-size: 15px;
    margin-left: 8px;
    border: none;
}

.ld-dashboard-single-wrap.ld-dashboard-course-builder-update-edit-form .ld-dashboard-course-builder-lesson-title {
    padding-right: 15px !important;
}

.ld-dashboard-course-builder-update-edit-form span.ld-dashboard-update-button-wrap {
    position: relative;
    display: flex;
    z-index: 99;
}

.ld-dashboard-course-builder-update-edit-form input[type="text"] {
    height: 35px !important;
}

.ld-dashboard-single-wrap.ld-dashboard-course-builder-update-edit-form .ld-dashboard-accordian.ld-dashboard-accordian-closed {
    display: none;
}

.ld-dashboard-course-lesson-builder-topic-single .ld-dashboard-course-builder-topic-title {
    padding-right: 0;
}

.ld-dashboard-course-lesson-builder-topic-single .ld-dashboard-course-builder-topic-title .ld-dashboard-update-topic-form {
    display: flex;
}

.ld-dashboard-single-wrap.ld-dashboard-course-builder-update-edit-form .ld-dashboard-edit-remove-link-action {
    display: none !important;
}

.ld-dashboard-single-wrap.ld-dashboard-course-builder-lesson span.row-actions {
    cursor: pointer;
}


/* LearnDash Dashboard Tiles Options */

.ld-dashboard-statistics-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 20px;
}

.ld-dashboard-statistics {
    margin: 0.7%;
    padding: 5px 13px;
    border-radius: var(--ld-border-radius);
    width: 31.90%;
    border: 1px solid;
    background: var(--ld-white-bg);
}

.ld-dashboard-statistics:nth-child(even) {
    border-color: #3a3a46;
}

.ld-dashboard-statistics:nth-child(odd) {
    border-color: #3a3a46;
}

.statistics-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: unset;
    padding: 8px 0px;
    position: relative;
}

.ld-statistic-count {
    line-height: 1;
}

.learndash-instructor-earning .ld-dashboard-icons {
    max-width: 50%;
}

.statistics-inner .ld-dashboard-icons {
    width: 48px;
    border-right: 1px solid var(--ld-border-color);
    margin-right: 12px;
}

.ld-dashboard-statistics-container .ld-dashboard-icons span.ld-icons {
    font-size: 35px;
    line-height: 1;
}

.ld-dashboard-statistics-container .ld-dashboard-icons span.ld-icons::before {
    margin: 0;
}

h2.statistics-label {
    font-size: 15px !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    margin: 0;
    display: inline-block;
    color: #414141 !important;
}

.statistics-inner strong.learndash-statistics,
.statistics-inner strong.statistics {
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    margin-right: 0;
    color: #111;
    float: revert;
    display: block;
    right: 0;
}

.ld-dashboard-tiles-options.ld-dashboard-landing {
    margin-bottom: 20px;
    margin-top: -5px;
}

.ld-dashboard-tiles-options .ld-dashboard-statistics-container {
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin: 0 -4px;
}

.ld-dashboard-tiles-options .ld-dashboard-section-head-title {
    margin-bottom: 10px;
}

.ld-dashboard-icons img {
    width: 40px;
    filter: brightness(0) invert(1);
}

strong#earnings-usd {
    display: flex;
    gap: 3px;
    align-items: center;
}

.wbcom-ld-dashboard #acf-popup .acf-popup-box {
    border-radius: 8px;
    border: none;
}

.wbcom-ld-dashboard .acf-popup-box .acf-label {
    display: none;
}

.wbcom-ld-dashboard #acf-popup .acf-popup-box .title {
    border: none;
}

.wbcom-ld-dashboard #acf-popup .acf-popup-box .title .acf-icon {
    top: -10px;
    right: -10px;
    background: red;
    border-radius: 50px;
}


/* LearnDash Dashboard Course Report */

.ld-dashboard-content select {
    display: inline-block;
    line-height: 1.3;
    padding: 0.6em 1.8em 0.5em 0.8em;
    max-width: 100%;
    box-sizing: border-box;
    margin-right: 10px;
    border: 1px solid var(--ld-border-color);
    border-radius: 0.3em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat, repeat;
    background-position: right 0.7em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
    font-size: 15px;
    width: 100%;
    height: 45px;
    cursor: pointer;
    border-radius: var(--ld-border-radius);
}

select#ld-dashboard-courses-id,
.ld-dashboard-student-lists,
select#ld-dashboard-student-courses-id {
    margin-bottom: 20px;
}

select#ld-dashboard-student-courses-id {
    width: 100%;
}

.wbcom-ld-dashboard .select2-container--default .select2-search--dropdown .select2-search__field.select2-search__field {
    border: 1px solid var(--ld-border-color);
    border-radius: var(--ld-border-radius) !important;
    height: 40px;
    padding: 2px 15px;
    outline: none !important;
}

.wbcom-ld-dashboard .select2-container--default .select2-results__option {
    padding: 8px 15px;
}

.wbcom-ld-dashboard .select2-container--default .select2-results__option[aria-selected=true],
.wbcom-ld-dashboard .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(32, 103, 250, 0.13);
    color: #2067FA;
}

.wbcom-ld-dashboard .select2-container .select2-selection--single .select2-selection__rendered {
    border: 1px solid var(--ld-border-color);
    border-radius: var(--ld-border-radius);
    line-height: 45px;
    height: 45px;
    font-size: 15px;
    padding: 0 15px;
}


/*Scrollbar Style*/

.wbcom-ld-dashboard .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar,
.ld-dashboard-content select::-webkit-scrollbar,
.ld-dashboard-course-completion-report-wrapper::-webkit-scrollbar,
.ld-dashboard-course-progress .ld-dashboard-course-time-tracking-lists::-webkit-scrollbar {
    width: 10px;
}

.wbcom-ld-dashboard .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track,
.ld-dashboard-content select::-webkit-scrollbar-track,
.ld-dashboard-course-progress .ld-dashboard-course-time-tracking-lists::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: var(--ld-border-radius-20);
}

.wbcom-ld-dashboard .select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb,
.ld-dashboard-content select::-webkit-scrollbar-thumb,
.ld-dashboard-course-progress .ld-dashboard-course-time-tracking-lists::-webkit-scrollbar-thumb {
    background: #868E96;
    overflow: hidden;
    border-radius: var(--ld-border-radius-20);
}

.ld-dashboard-content .ld-dasboard-my-filter .select2-container .select2-selection--single .select2-selection__rendered,
.ld-dashboard-content .ld-dashboard-course-filter .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    height: 45px;
}

.ld-dashboard-content .ld-dashboard-email-content .select2-container .select2-selection--single .select2-selection__rendered,
.ld-dashboard-content .ld-dashboard-email-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 52px;
    height: 52px;
}

.ld-dashboard-content .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

.ld-dashboard-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 52px;
    right: 10px;
}

.ld-dashboard-course-chart {
    margin-bottom: 30px;
}

.ld-dashboard-overview-course-students {
    background: var(--ld-white-bg);
    padding: 20px 0;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ld-dashboard-overview-course-students::-webkit-scrollbar {
    display: none;
}

.ld-dashboard-overview-course-students h3 {
    padding: 12px 22px;
    margin: -20px 0px 0;
    background: #3e3f5e;
    color: #fff;
    font-size: 15px;
}

.ld-dashboard-overview-course-sort-by {
    margin: 15px;
}

.ld-dashboard-overview-course-students table tr td,
.ld-dashboard-overview-course-students table tr th {
    padding: 8px 22px;
    font-size: 15px;
}

.ld-dashboard-overview-course-students table tr th {
    color: #111;
}

table#ld-dashboard-overview-course-students {
    margin: 0 2%;
    width: 96%;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.ld-dashboard-overview-course-students .ld-dashboard-loader,
.ld-dashboard-overview-course-students .ld-course-details.ld-dashboard-pagination,
.ld-dashboard-overview-course-students span.ld-dashboard-export {
    padding: 0 22px;
}

#ld-dashboard-overview-course-students thead {
    background: #f9f9f9;
}

#ld-dashboard-overview-course-students tr:nth-child(2n + 2) {
    background: #f9f9f9;
}

.ld-dashboard-info {
    background: var(--ld-white-bg);
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
}

.ld-dashboard-info p {
    margin: 0 !important;
}

.ld-dashboard-chart-notice {
    padding: 10px 20px;
    background: #fdf5f5;
    border-radius: var(--ld-border-radius);
    color: #e60808;
    margin-top: 5px;
    border: 1px solid #ffbfbf;
    border-left: 3px solid;
}


/*Course Average Chart*/

.ld-dashboard-course-progress .ld-dashboard-course-completion-report-summary.chart-summary {
    margin: 10px 0px 0;
    border: 1px solid var(--ld-border-color);
    padding: 0;
    border-radius: var(--ld-border-radius);
    background: rgba(242, 244, 246, 0.20);
}

.ld-dashbord-course-particulars {
    padding-top: 0px;
    padding-bottom: 0;
}

.ld-dashbord-course-average {
    border-bottom: 1px solid var(--ld-border-color);
    line-height: 1;
}

.ld-dashbord-course-average .ld-dashboard-chart-summary-amount {
    font-weight: bold;
    margin: 0;
    display: block;
    line-height: 1;
    font-size: 30px;
}

.ld-dashboard-summary-lable span {
    font-size: 15px;
    display: block;
    margin-top: 5px;
    color: var(--ld-text_color);
}

.ld-dashboard-summery-right-entry {
    display: flex;
    gap: 10px;
    font-size: 15px;
    line-height: 1;
    margin: 15px 0;
    justify-content: space-between;
}

.ld-dashboard-summary-amount {
    font-weight: bold;
    font-size: 18px;
    color: var(--ld-heading-color);
}

.ld-dashboard-tracking-report,
.ld-dashboard-instructor-earning-filter-inner {
    width: 45%;
}

.ld-dashboard-instructor-earning-filter-inner {
    position: relative;
    z-index: 1;
}

.ld-dashboard-course-completion-report-wrapper,
.ld-dashboard-tracking-chart-graf {
    width: 53%;
}

.ld-dashboard-course-completion-report-wrapper {
    overflow-y: scroll;
}

.ld-dashboard-course-completion-report-wrapper::-webkit-scrollbar-track {
    background: var(--ld-white-bg);
}

.ld-dashboard-course-completion-report-wrapper:hover::-webkit-scrollbar-thumb {
    background: #D9DFEC;
    border-radius: var(--ld-border-radius-20);
}

.ld-dashboard-course-completion-report-wrapper .ld-dashboard-bar-chart-container,
.ld-dashboard-top-courses-report-wrapper {
    height: 450px;
}

.ld-dashboard-course-chart {
    display: flex;
    background: var(--ld-white-bg);
    padding: 20px;
    border-radius: var(--ld-border-radius);
    align-items: center;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.05);
    border: 1px solid rgba(94, 92, 154, 0.1);
}

.ld-dashboard-course-report-summary.chart-summary {
    width: 50%;
}

canvas#ld-dashboard-instructor-highchart-student-progress {
    padding: 0;
    width: 50% !important;
    height: auto !important;
    box-shadow: none;
    border: none;
}

#ld-dashboard-student-course-progress-highchart,
#ld-dashboard-student-course-quizze-progress-highchart,
#ld-dashboard-student-course-assignment-progress-highchart {
    max-width: 100%;
    box-shadow: none !important;
    border: none !important;
}

.ld-dashboard-chart-loader {
    width: 80px;
    display: block;
    text-align: center;
    margin: 0 auto;
}


/* TIME SPENT ON A COURSE */

.ld-dashboard-course-time-tracking-report .ld-dashboard-course-time-tracking-filter-wrapper {
    padding-bottom: 0;
}

.ld-dashboard-course-progress .ld-dashboard-time-spent-on-a-course-summary.course-summary,
.ld-dashboard-course-progress .ld-dashboard-course-time-tracking-lists {
    background: rgba(242, 244, 246, 0.20);
    border-radius: var(--ld-border-radius);
    margin: 15px 0;
    border: 1px solid var(--ld-border-color);
}

.ld-dashboard-course-progress .ld-dashboard-time-spent-on-a-course-summary.course-summary {
    margin-top: 0;
}

.ld-dashboard-time-spent-on-a-course-summary.course-summary {
    padding: 15px;
}

.ld-dashboard-time-spent-on-a-course-summary .revenue-particulars-wrapper {
    border-top: 1px solid var(--ld-border-color);
    display: block;
    margin: 12px -15px -10px;
    padding: 5px 15px 0;
}

.ld-dashboard-time-spent-on-a-course-summary .revenue-particulars-wrapper .summery-right-entry {
    display: flex;
    gap: 10px;
    font-size: 16px;
    line-height: 1;
    margin: 10px 0;
    justify-content: space-between;
}

.revenue-figure-wrapper span.summary-amount,
.revenue-particulars-wrapper span.summary-amount {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    display: block;
}

.chart-summary-label span {
    margin-top: 3px;
    font-size: 14px;
    color: var(--ld-heading-color);
    line-height: 1;
}

.chart-summary-label span.dashicons.dashicons-info-outline.widm-ld-reports-info {
    line-height: 1;
    height: auto;
    margin-left: 3px;
}

.ld-dashboard-course-time-tracking-chart {
    margin: 0 auto;
    max-width: 600px;
}

.ld-dashboard-course-progress .ld-dashboard-course-time-tracking-lists {
    display: block;
    max-height: 275px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 5px;
}

.ld-dashboard-course-time-tracking-lists .ld-dashboard-course-title {
    margin: 0;
    padding: 8px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ld-dashboard-course-time-tracking-lists .ld-dashboard-course-title .ld-dashboard-timespent {
    margin-left: 15px;
}

.ld-dashboard-course-time-tracking-lists .ld-dashboard-course-title+.ld-dashboard-course-title {
    border-top: 1px solid #e8e8e8;
}

.ld-dashboard-course-time-tracking-lists .ld-dashboard-course-title+.ld-dashboard-course-title span.ld-dashboard-course-student {
    line-height: 1.2;
}


/* Most Popular Courses */

.ld-dashboard-box-style {
    background: var(--ld-white-bg);
    border-radius: var(--ld-border-radius);
    border: 1px solid var(--ld-border-color);
    margin-bottom: 25px;
}

.ld-dashboard-box-style .ld-dashboard-title-info {
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--ld-heading-color);
    font-weight: bold;
    padding: 15px 25px;
    display: block;
    border-bottom: 1px solid var(--ld-border-color);
}

ul.ld-dashboard-popular-courses-inner {
    padding: 15px 25px;
    margin: 0 !important;
}

ul.ld-dashboard-popular-courses-inner li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    padding: 10px 0px;
}

.ld-popular-courses-inner {
    display: flex;
    gap: 15px;
    align-items: center;
}

.ld-popular-courses-content {
    flex: 1;
}

.ld-popular-courses-inner .ld-popular-courses-img {
    width: 60px;
}

.ld-popular-courses-inner .ld-popular-courses-img img {
    border-radius: var(--ld-border-radius);
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.ld-popular-courses-content a {
    font-size: 16px;
    font-weight: bold;
    color: var(--ld-heading-color);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ld-popular-courses-content span {
    font-size: 14px;
    color: var(--ld-grey-color);
    display: block;
}

.ld-dashboard-info-table-wrap .ld-popular-courses-status small.label-course-status {
    background: #32a532;
    color: #fff;
    border-radius: 40px;
    font-size: 13px;
    padding: 4px 18px;
    text-align: center;
    line-height: 1.3;
}

.ld-dashboard-info-table-wrap.popular-courses-wrap p.ld-dashboard-warning {
    margin: 20px;
}


/* LearnDash Dashboard Student Report */

.ld-dashboard-student-status .ld-dashboard-seperator {
    margin: -20px -20px 15px;
}

.ld-dashboard-course-quizzes-assignment-progress span.select2.select2-container.select2-container--default {
    width: 100% !important;
    margin: 10px 0;
}

.ld-dashboard-course-progress h3.ldid-dashboard-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #3a3a46;
    margin: 0 0 10px;
}

.ld-dashboard-student-course-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    margin-bottom: 12px;
    display: flex;
    -ms-flex-flow: wrap;
    gap: 1.5%;
    flex-flow: wrap;
}

.ld-dashbord-student-progress-item {
    width: 32.33%;
    background: #FAFBFD;
    border-radius: var(--ld-border-radius);
    padding: 10px;
    overflow: hidden;
    border: 1px solid var(--ld-border-color);
}

.ld-dashbord-student-particulars {
    padding: 0 10px 5px;
    display: block;
}

.ld-dashbord-student-progress-item .ld-dashboard-summery-right-entry {
    font-size: 14px;
    margin: 5px 0;
    justify-content: space-between;
    align-items: center;
}

.ld-dashbord-student-progress-item .ld-dashboard-summary-amount {
    font-weight: bold;
    font-size: 18px;
}

span.ld-dashboard-export {
    display: block;
    margin-top: 10px;
}

.ins-cw-earning-table {
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}

.ld-dashboard-student-details .ld-dashboard-student-courses li a,
.ld-dashboard-info-table td a {
    font-size: 15px;
}

ul.ld-dashboard-student-courses {
    margin: 0 !important;
    padding: 20px !important;
    list-style: none !important;
    background: var(--ld-white-bg);
}

ul.ld-dashboard-student-courses h3.ld-dashboard-instructor-earning-title {
    margin: -20px -20px 15px;
}

ul.ld-dashboard-student-courses li {
    margin: 0;
    padding: 0;
}

ul.ld-dashboard-student-courses li+li {
    margin-top: 10px;
}

ul.ld-dashboard-student-courses li strong {
    font-weight: 500;
    margin-bottom: 2px;
    display: flex;
    justify-content: space-between;
}


/* Course Progress Bar Style */

.ld-dashboard-course-quizzes-assignment-progress,
.ld-dashboard-course-progress {
    margin-bottom: 20px;
}

.ld-dashboard-course-progress ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.ld-dashboard-course-progress ul li {
    margin: 0;
    padding: 0;
}

.ld-dashboard-course-progress ul li+li {
    margin-top: 20px;
}

.ld-dashboard-course-progress ul li strong {
    width: 100%;
    font-weight: normal;
    display: block;
}

.ld-dashboard-course-progress ul li strong span,
.ld-dashboard-student-courses li strong span {
    float: right;
    margin-left: 6px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
}

.ld-dashboard-student-courses span.ld-dashboard-progress-percentage {
    border-left: 1px solid var(--ld-border-color);
    padding-left: 6px;
}

.ld-dashboard-progress.progress_bar_wrap {
    background-color: rgba(191, 191, 191, 0.26);
    border-radius: 25px;
}

.ld-dashboard-progressbar {
    height: 6px;
    border-radius: inherit;
}

ul.ld-dashboard-student-courses-progress {
    margin: 0 !important;
    padding: 20px !important;
    list-style: none !important;
}

.ld-dashboard-course-progress ul.ld-dashboard-student-courses-progress li+li {
    margin-top: 12px;
}

ul.ld-dashboard-student-courses-progress span.ld-dashboard-progress-percentage {
    border-left: 1px solid var(--ld-border-color);
    padding-left: 6px;
}


/* Loader Style */

.ld-dashboard-loader,
.ld-dashboard-student-loader {
    width: 100%;
    background: transparent !important;
    margin-bottom: 20px;
    padding: 9px;
    border: none !important;
    height: auto;
    box-shadow: none !important;
    padding: 0;
}

.ld-dashboard-loader img,
.ld-dashboard-student-loader img {
    float: left;
    margin-right: 10px;
    width: 32px;
}

.ld-dashboard-loader p,
.ld-dashboard-student-loader p {
    margin: 0;
    padding-top: 5px;
    font-style: italic;
    /* color: #156AE9 !important; */
}


/* Sections box shadow for white background */

.ld-dashboard-feed .activity-item,
#ld-dashboard-instructor-highchart-student-progress,
.ld-dashboard-overview-course-students,
ul.ld-dashboard-student-courses,
.ld-dashboard-course-quizzes-assignment-progress #course_container,
.ld-dashboard-course-progress,
.ld-dashboard-loader,
.ld-dashboard-student-loader,
.ld-dashboard-info,
.ld-dashboard-email-content,
.ld-dashboard-buddypress-message-content,
table.ld-dashboard-info-table {
    border-radius: var(--ld-border-radius);
    background: var(--ld-white-bg);
    border: 1px solid var(--ld-border-color);
}

canvas#ld-dashboard-instructor-highchart-student-progress {
    padding: 15px;
}

.ins-earning-available {
    width: 100%;
    height: 400px;
}

.ld-dashboard-instructor-earning {
    background: var(--ld-white-bg);
    padding: 15px;
}

.ld-dashboard-loader {
    background: #f4f4f8;
    border: none;
    border-radius: 0;
    height: auto;
    padding: 0;
}

.ld-dashboard-overview-course-students .ld-dashboard-loader {
    margin: 10px 15px;
    width: auto;
    border-radius: 0;
    height: auto;
    padding: 0;
    background: white;
    align-items: center;
    box-shadow: none;
}


/* Course to-do */

#ldid-show-course-todo {
    width: 100%;
}

.render-course-group-to-do-list {
    background: var(--ld-white-bg);
}

.render-course-group-to-do-list .fa-spin {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.render-course-group-to-do-list .bp-to-do-actions .fa-spin {
    margin-bottom: 0;
}


/* Email and Messaging integration */

.ld-dashboard-email-content,
.ld-dashboard-buddypress-message-content {
    background: var(--ld-white-bg);
    padding: 20px;
    position: relative;
    border: none;
    z-index: 1;
}

.ld-dashboard-email-content .select2-container,
.ld-dashboard-buddypress-message-content .select2-container {
    width: 100% !important;
}

.ld-dashboard-email-content fieldset,
.ld-dashboard-buddypress-message-content fieldset {
    margin: 0;
    padding: 10px 5px;
    border: 0;
    position: relative;
}

.ld-dashboard-email-content fieldset:last-child,
.ld-dashboard-buddypress-message-content fieldset:last-child {
    border: none;
}

input#ld-email-subject,
input#ld-buddypress-message-subject {
    width: 100%;
    height: 52px;
    font-size: 16px;
    border-radius: var(--ld-border-radius) !important;
}

.wbcom-ld-dashboard .select2-dropdown.select2-dropdown {
    border: 1px solid var(--ld-border-color);
    border-radius: var(--ld-border-radius);
    margin-top: -13px;
}

.wbcom-ld-dashboard .select2-container {
    z-index: 9999;
}

ol#ld-dashboard-invite-students-steps ul.select2-selection__rendered li.select2-selection__choice {
    margin: 0;
    background: #eee;
    margin-right: 5px;
    display: flex;
}

ol#ld-dashboard-invite-students-steps ul.select2-selection__rendered li.select2-selection__choice span.select2-selection__choice__remove {
    order: 2;
    margin-left: 2px;
}

ol#ld-dashboard-invite-students-steps ul.select2-selection__rendered li.select2-search.select2-search--inline {
    margin: 0;
    height: auto;
    margin: 0 !important;
}

ol#ld-dashboard-invite-students-steps ul.select2-selection__rendered .select2-search--inline .select2-search__field {
    height: 25px;
    margin: 0;
}

ol#ld-dashboard-invite-students-steps ul.select2-selection__rendered .select2-selection__clear {
    right: 5px;
    margin: 2px;
}

.wbcom-ld-dashboard .select2-dropdown.select2-dropdown .select2-results__options {
    border-radius: var(--ld-border-radius);
}

.ld-dashboard-email-content .wp-core-ui input[type="button"]:hover,
.ld-dashboard-buddypress-message-content .wp-core-ui input[type="button"]:hover {
    border: 1px solid #999 !important;
}

#ld-email-cource-loader img,
#ld-email-student-loader img {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 100;
    background: var(--ld-white-bg);
    border-radius: var(--ld-border-radius);
    padding: 2px;
}

#ld-email-student-loader img {
    top: 50px;
}

#ld-email-loader img {
    width: 24px;
    height: 24px;
    z-index: 100;
    background: var(--ld-white-bg);
    border-radius: var(--ld-border-radius);
    padding: 2px;
}

button#ld-buddypress-message-send,
button#ld-email-send {
    border: none;
    color: #fff;
    padding: 12px 30px;
    border-radius: var(--ld-border-radius);
    cursor: pointer;
    font-size: 15px;
}


/* Instructor Registration */

form#ld-instructor-reg-form {
    width: 900px;
    margin: 15px auto;
    padding: 30px 20px;
    background: var(--ld-white-bg);
    border: 1px solid #e3e3e3;
    border-radius: 8px;
}

#ld-instructor-reg-form .ld-dashboard-form-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ld-dashboard-form-col-6 {
    padding: 0 10px;
    width: 50%;
}

#ld-instructor-reg-form .ld-dashboard-form-group label {
    display: block;
    width: 100%;
    font-size: 16px;
}

#ld-instructor-reg-form .ld-dashboard-form-group input {
    width: 100%;
    height: 40px;
    border-radius: var(--ld-border-radius);
    margin-top: 5px;
}

#ld-instructor-reg-form .ld-dashboard-form-group input::placeholder {
    font-size: 14px;
    color: #999;
}

#ld-instructor-reg-form .ld-dashboard-form-group button.ld-dashboard-button {
    margin-left: 10px;
    border: none;
    padding: 10px 25px;
    border-radius: var(--ld-border-radius);
    cursor: pointer;
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
}

.ld-dashboard-alert-warning {
    width: 100%;
    margin: 0;
    padding: 15px !important;
}

.status-instructor-wrap.ld-dashboard-alert-warning h2 {
    margin: 20px 0 10px;
    font-size: 35px;
    display: block;
    color: #1d42cb;
    text-transform: capitalize;
    line-height: 1;
}

.ld-dashboard-instructor-error {
    margin: 15px auto;
    display: block;
    background: #ffcbcc;
    width: 900px;
    border-radius: var(--ld-border-radius);
    color: #ad0001;
    padding: 8px 15px;
    border-left: 3px solid #ad0001;
}

#ld-instructor-reg-form .ld-dashboard-form-group:not(.ld-dashboard-reg-form-btn-wrap) {
    margin: 0 0 20px;
}

#ld-instructor-reg-form p.ld-dashboard-error {
    margin: 0;
    font-size: 14px;
    color: red;
    margin-top: 5px;
}

.wbcom-ld-dashboard h1.entry-title {
    text-align: center;
}

.ld-dashboard-administrator-notice{
    text-align: center;
}

.ld-dashboard-administrator-msg {
    display: inline-block;
    padding: 5px 20px;
    background: rgba(246, 252, 248);
    border: 1px solid #34ab54;
    color: #34ab54;
    border-radius: 6px;
}

.status-instructor-wrap.ld-dashboard-alert-warning.ld-dashboard-instructor-alert {
    max-width: 700px;
    margin: 50px auto;
    border-radius: 8px;
    background: var(--ld-white-bg);
    text-align: center;
    padding: 50px 20px !important;
    border: 1px solid #e3e3e3;
    box-shadow: 0 25px 40px #f0f3f7;
}

.status-instructor-wrap.ld-dashboard-alert-warning p {
    margin: 0;
}

.status-instructor-wrap .status-instructor-alert strong.instructor-status {
    background: #f02a2a;
    color: #fff;
    padding: 4px 25px;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    border-radius: 100px;
    margin-top: 10px;
}

.status-instructor-wrap .status-instructor-alert strong.approved {
    background: #1dcb7f;
}

.status-instructor-wrap.ld-dashboard-alert-warning.ld-dashboard-instructor-alert img {
    display: inline-block;
}

.ld-dashboard-form-group button[value="apply"] {
    margin: 0 auto;
    border-radius: var(--ld-border-radius);
    max-width: 280px;
    width: 100%;
    padding: 10px;
    display: inherit;
}


/*Elementor Support Shortcode*/

.elementor-column form#ld-instructor-reg-form {
    width: 100%;
}


/* Export Button */

.ld-dashboard-btn {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    margin: 5px 15px 0px 0;
    padding: 15px 30px;
    line-height: 1;
    display: inline-block;
    border: 0;
    border-radius: var(--ld-border-radius);
    transition: all 0.3s;
}

.ld-dashboard-student-courses span.ld-dashboard-export {
    padding: 0;
}

.ld-dashboard-student-courses span.ld-dashboard-export a.ld-dashboard-export-users.ld-dashboard-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.ld-dashboard-student-courses span.ld-dashboard-export a.ld-dashboard-export-users:after {
    content: '\ec54';
    font-family: 'ld-icons';
    font-size: 16px;
    color: #fff;
}

.ld-dashboard-pagination {
    margin-top: 15px;
}

.ld-student-course-progress.ld-dashboard-pagination {
    padding: 20px !important;
}

.ld-student-course-details.ld-dashboard-pagination span {
    text-transform: capitalize;
}


/* Dashboard My Profile */

.ld-dashboard-my-profile .table_content_ld {
    background: var(--ld-white-bg);
    margin-bottom: 25px;
    width: 100%;
}

h3.ld-dashboard-tab-heading {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 600;
}

.table_content_ld {
    border-radius: var(--ld-border-radius);
    border: 1px solid var(--ld-border-color);
}

.table_content_ld .ld-flex-wrap {
    gap: 5px;
    border-bottom: 1px solid var(--ld-border-color);
}

.table_content_ld span {
    padding: 12px 15px;
}

.table_content_ld span.ld-dashboard-title-profile {
    width: 180px;
    font-weight: bold;
    border-right: 1px solid var(--ld-border-color);
}

.table_content_ld .ld-flex-wrap.bio {
    flex-wrap: wrap;
    border: none;
    gap: 0;
}

.table_content_ld span.ld-dashboard-title-profile.ld-dashboard-title-bio {
    border: none;
    padding-bottom: 0;
    width: 100%;
}


/* Completed Course */

.ld-dashboard-inline-links {
    margin-bottom: 30px;
}

.ld-dashboard-inline-links ul {
    padding: 0;
    align-items: center;
    margin: 0 !important;
    display: flex;
    border-bottom: 2px solid var(--ld-border-color);
}

.ld-dashboard-inline-links ul li {
    display: block;
    transition: all 0.3s;
    position: relative;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px !important;
}

.ld-dashboard-content.ld-dashborad-add-edit-course .ld-dashboard-header-top-action .ld-dashboard-inline-links ul li {
    border-top: 2px solid transparent;
    margin-top: -1px !important;
    border-bottom: 0;
}

.ld-dashboard-inline-links ul li a {
    color: #333;
    transition: all 0.3s;
    display: block;
    padding: 0px 25px 5px;
    font-size: 16px;
}

.ld-dashboard-segment-title {
    font-size: 16px;
}

.ld-dashboard-inline-links ul li.course-nav-active a,
.ld-dashboard-inline-links ul li:hover a {}

.ld-dashboard-inline-links ul li.course-nav-active:before,
.ld-dashboard-inline-links ul li.course-nav-active:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid #0000;
    content: "";
    pointer-events: none;
}

.ld-dashboard-content.ld-dashborad-add-edit-course .ld-dashboard-header-top-action .ld-dashboard-inline-links ul li.course-nav-active:before,
.ld-dashboard-content.ld-dashborad-add-edit-course .ld-dashboard-header-top-action .ld-dashboard-inline-links ul li.course-nav-active:after{
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    content: "";
    pointer-events: none;
}

.ld-dashboard-inline-links ul li.course-nav-active:before {
    margin-left: -8px;
    border-width: 8px;
    /* border-top-color: #156AE9; */
}

.ld-dashboard-inline-links ul li.course-nav-active:after {
    margin-left: -5px;
    border-width: 5px;
}

.ld-dashboard-inline-links ul li.course-nav-active {
    /* border-color: #156AE9; */
}

.ld-completed-course-content {
    padding: 25px 0;
}

.ld-dashboard-progress-bar-wrap span.ld-dashboard-progress-percent {
    font-size: 14px;
}


/* Course Filter */

.ld-dashboard-course-filter {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    position: relative;
}

.ld-dashboard-course-filter.my-lessons-filter {
    justify-content: flex-start;
}

.my-lessons-filter-inner {
    width: 100%;
    gap: 0px;
}

.ld-dashboard-header-button.ld-dashboard-add-new-button-container {
    text-align: right;
}

.ld-dashboard-course-filter.my-lessons-filter .ld-dashboard-header-button.ld-dashboard-add-new-button-container {
    text-align: right;
    width: 40%;
}

.ld-dashboard-content .ld-dashboard-course-filter.my-lessons-filter .ld-dashboard-actions-item {
    position: relative;
    margin: 0 10px 0 0px;
}

.ld-dashboard-content .ld-dashboard-course-filter .select2-container .select2-selection--single .select2-selection__rendered {
    background: var(--ld-white-bg);
    box-shadow: none;
    font-size: 15px;
    border-color: var(--ld-border-color);
    border-radius: var(--ld-border-radius);
    padding: 0 10px;
}

.ld-dashboard-content .ld-dashboard-course-filter .ld-dashboard-actions-item span.select2-selection__placeholder {
    color: #444;
}

.ld-dashboard-course-filter.my-announcements-filter .ld-dashboard-actions-item {
    flex: 1;
}

.ld-dashboard-course-filter.my-announcements-filter button.ld-dashboard-course-filter-submit,
.ld-dashboard-course-filter.my-announcements-filter .ld-dashboard-course-filter-reset {
    top: -5px;
    position: relative;
}

.ld-dashboard-course-filter button.ld-dashboard-course-filter-submit,
.ld-dashboard-course-filter .ld-dashboard-course-filter-reset {
    border: none;
    background: transparent;
    font-size: 15px;
    padding: 5px;
    cursor: pointer;
    line-height: 35px;
    transition: all 0.3s;
    font-weight: 600;
    display: inline-block;
}

.ld-dashboard-course-filter .ld-dashboard-course-filter-reset {
    margin-left: 5px;
}

.ld-dashboard-course-filter span.select2.select2-container.select2-container--default {
    margin: 0;
}

.ld-dashboard-content .ld-dashboard-course-filter .select2-container.select2-container {
    width: 100% !important;
    /*   height: 40px;   */
}

.ld-dashboard-content .ld-dashboard-course-filter .ld-dashboard-actions-item {
    position: relative;
    width: 42% !important;
    margin: 0 10px 0 0px;
}

.ld-dashboard-content .ld-dashboard-course-filter .ld-dashboard-actions-item label {
    padding: 0;
    background: var(--ld-white-bg);
    color: #9d9d9d;
    font-size: 14px;
    display: block;
    line-height: 1.2;
}

.ld-dasboard-my-question-filter.ld-dashboard-course-filter .ld-dashboard-actions-item {
    width: 27.5% !important;
}

.custom-learndash-pagination-nav button.ld-dashboard-pagination-btn {
    display: inline-block;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.08);
    font-size: 0;
    padding: 0px 8px;
    height: 38px;
    font-weight: bold;
    color: #153045;
    transition: all 0.3s;
    border: none;
    width: 38px;
    cursor: pointer;
}

.custom-learndash-pagination-nav button.ld-dashboard-pagination-btn:before,
button.ld-dashboard-button.ld-dashboard-pagination-btn.ld-dashboard-last-btn.ld-dashboard-btn-bg:after {
    display: inline-block;
    content: '\e809';
    font-family: 'ld-icons';
    font-size: 14px;
}

[dir='rtl'] .custom-learndash-pagination-nav button.ld-dashboard-pagination-btn:before,
[dir='rtl'] button.ld-dashboard-button.ld-dashboard-pagination-btn.ld-dashboard-last-btn.ld-dashboard-btn-bg:after {
    transform: rotate(-180deg);
}

button.ld-dashboard-button.ld-dashboard-pagination-btn.ld-dashboard-prev-btn.ld-dashboard-btn-bg:after,
li.custom-learndash-pagination-first button.ld-dashboard-button.ld-dashboard-pagination-btn.ld-dashboard-first-btn.ld-dashboard-btn-bg:after,
li.custom-learndash-pagination-first button.ld-dashboard-button.ld-dashboard-pagination-btn.ld-dashboard-first-btn.ld-dashboard-btn-bg:before {
    content: '\e808';
    font-family: 'ld-icons';
    font-size: 14px;
}

[dir='rtl'] button.ld-dashboard-button.ld-dashboard-pagination-btn.ld-dashboard-prev-btn.ld-dashboard-btn-bg:after,
[dir='rtl'] li.custom-learndash-pagination-first button.ld-dashboard-button.ld-dashboard-pagination-btn.ld-dashboard-first-btn.ld-dashboard-btn-bg:after,
[dir='rtl'] li.custom-learndash-pagination-first button.ld-dashboard-button.ld-dashboard-pagination-btn.ld-dashboard-first-btn.ld-dashboard-btn-bg:before {
    transform: rotate(-180deg);
}

li.custom-learndash-pagination-prev button.ld-dashboard-pagination-btn:before {
    display: none;
}

.custom-learndash-pagination-nav button.ld-dashboard-pagination-btn:hover {
    color: #fff;
}

.custom-learndash-pagination-nav li.custom-learndash-pagination-pagedisplay {
    font-size: 16px;
}

button.ld-dashboard-course-filter-submit.ld-dashboard-btn-bg,
button.ld-dashboard-course-filter-reset.ld-dashboard-btn-bg {
    display: flex;
    align-content: center;
}


/* My Courses List and Grid */

.ld-dashboard-course-search-section.ld-flex-wrap {
    align-items: center;
    gap: 15px;
}

.ld-dashboard-course-search-section form.ld-dashboard-course-search {
    background: var(--ld-white-bg);
    border-radius: var(--ld-border-radius);
    border: 1px solid var(--ld-border-color);
    padding: 5px 8px;
    height: 42px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: 350px;
}

.ld-dashboard-course-search-section form.ld-dashboard-course-search span.ld-icon-search {
    color: #A2ABBF;
}

.ld-dashboard-course-search-section form.ld-dashboard-course-search input[type="search"] {
    padding: 0;
    border: none !important;
    outline: 0 !important;
    width: 100%;
    background: transparent;
}

.ld-dashboard-course-grid-list-toggle {
    display: flex;
    gap: 5px;
}

.ld-dashboard-course-grid-list-toggle a {
    color: #A2ABBF;
    font-size: 23px;
    background: var(--ld-white-bg);
    border-radius: var(--ld-border-radius-10);
    border: 1px solid var(--ld-border-color);
    height: 38px;
    width: 38px;
    justify-content: center;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.ld-dashboard-tab-buttons-filter {
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.ld-dashboard-tab-buttons-filter ul.ld-dashboard-filter-links {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    gap: 20px;
}

.ld-dashboard-tab-buttons-filter ul.ld-dashboard-filter-links li {
    display: block;
}

.ld-dashboard-filter-links-button {
    align-items: center;
}

.ld-dashboard-tab-buttons-filter a {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

.ld-dashboard-filter-links-button a span.ld-icons {
    font-size: 18px;
}

.ld-dashboard-content .learndash-wrapper .ld-profile-summary .ld-profile-card {
    margin: 0;
}

.ld-dashboard-content .ld-profile-avatar,
.ld-dashboard-content .ld-profile-heading,
.ld-dashboard-content .ld-profile-edit-link {
    display: none;
}

.ld-dashboard-content .ld-profile-stats {
    padding: 10px;
    background: var(--ld-white-bg);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.ld-dashboard-email-content .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #888888;
    min-height: 45px;
}

.ld-dashboard-content.instructor-courses-list {
    max-width: 100%;
}

.instructor-courses-list .ld-mycourse-wrap {
    display: flex;
    margin-bottom: 20px;
    border-radius: var(--ld-border-radius);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    background: var(--ld-white-bg);
    overflow: hidden;
    position: relative;
    padding: 15px;
    border: 1px solid var(--ld-border-color);
    transition: all 0.3s;
}

.ld-dashboard-course-content.ld-dashboard-assignment-content .ld-mycourse-wrap,
.ld-dashboard-content-inner.ld-my-announcements .ld-mycourse-wrap {
    padding: 0;
}

.ld-mycourse-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    height: 180px;
    background-size: cover;
    border-radius: var(--ld-border-radius);
    background-position: center;
    display: block;
}

.ld-mycourse-thumb {
    flex: 0 0 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F4F9;
    font-size: 60px;
    font-weight: bold;
    color: #333946;
    border-radius: var(--ld-border-radius);
}

.my-courses.ld-dashboard-enrolled-course-wrap .ld-mycourse-thumbnail {
    flex: 0 0 270px;
    height: 190px;
}

.ld-mycourse-thumbnail img.attachment-thumbnail.size-thumbnail {
    /* width: 100%;
    height: 200px;
    object-fit: cover; */
}

.ld-meta.ld-course-metadata {
    margin: 0 0 5px;
}

.ld-mycourse-content {
    padding: 20px 22px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ld-dashboard-my-ltq-title .ld-mycourse-content {
    padding: 0 15px;
}

.ld-dashboard-my-ltq-title .ld-meta.ld-course-metadata ul,
.ld-dashboard-my-ltq-title .ld-meta.ld-course-metadata.ld-course-metadata-item {
    margin: 0 !important;
    padding: 0 !important;
}

.custom-learndash-my-courses-list .my-courses .ld-mycourse-content,
.my-courses.ld-dashboard-enrolled-course-wrap .ld-mycourse-content {
    padding: 15px 20px;
}

.ld-dashboard-enrolled-course-status {
    display: inline-block;
    background: #ff703d;
    color: #fff;
    font-size: 13px;
    margin-bottom: 8px;
    padding: 4px 15px;
    border-radius: 80px;
    line-height: 1;
}

.ld-dashboard-enrolled-course-status.complete {
    background: #0dbf8d;
}

.ld-dashboard-enrolled-course-status.in-progress {
    /* background: #156ae9; */
}

.ld-mycourse-content h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}

.ld-mycourse-content h3 a {
    color: #333;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    display: block;
    text-decoration: none !important;
}

.ld-mycourse-content h3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 800px;
}

.ld-mycourse-content .ld-meta.ld-course-metadata ul {
    margin: 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ld-mycourse-content .ld-meta.ld-course-metadata ul li {
    display: inline-block;
    color: #868E96;
    font-size: 15px;
    border-right: 1px solid #ccc;
    margin: 0 15px 10px 0;
    padding-right: 18px;
    line-height: 1;
}

.ld-mycourse-content .ld-meta.ld-course-metadata ul li:last-child {
    border-right: 0;
}

.ld-mycourse-content .ld-meta.ld-course-metadata ul li span {
    color: #333;
    text-transform: capitalize;
    margin-left: 3px;
}

.ld-mycourse-content .ld-meta.ld-course-metadata ul li span.ld-icons,
.ld-mycourse-content .ld-meta.ld-course-metadata ul li i.ld-icons {
    margin-right: 3px;
    margin-left: 0;
}

.ld-mycourse-content .ld-meta.ld-course-metadata li.ld-dashboard-course-status {
    width: 100%;
    padding: 0 0 15px;
    margin: 0;
    border: none !important;
}

.ld-mycourse-content .ld-meta.ld-course-metadata li.ld-dashboard-course-status span {
    background: #868E96;
    color: #fff;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 100px;
    display: inline-block;
    margin: 0;
}

.ld-my-certificates .mycourse-footer {
    margin: 0;
}

.ld-dashboard-last-activity {
    font-size: 15px;
}

.ld-meta.ld-course-metadata.ld-course-metadata-item .mycourse-footer {
    margin: 0;
}

.ld-mycourse-content .mycourse-footer,
.ld-dashboard-assignment-content .ld-meta.ld-course-metadata .mycourse-footer {
    margin-top: 15px;
}

.ld-meta.ld-course-metadata.ld-course-metadata-item ul li {
    line-height: 1;
}

.ld-mycourse-content .ld-mycourses-stats {
    display: flex;
    align-items: center;
}

.ld-mycourse-content span.woocommerce-Price-amount.amount {
    margin-right: 15px;
    line-height: 15px;
}

.ld-mycourse-content .mycourse-footer a {
    margin-right: 15px;
    position: relative;
    align-items: center;
    line-height: 15px;
    color: #717D96;
    transition: all 0.3s;
}

.ld-mycourse-content .ld-mycourses-stats span.ld-icons {
    font-size: 18px;
    /* color: #717D96; */
    background: rgba(217, 223, 236, 0.3);
    padding: 5px;
    border-radius: 60px;
    width: 38px;
    height: 38px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    line-height: 63px;
}

.ld-mycourse-content .ld-mycourses-stats span.ld-icons:before {
    margin-top: -4px;
}

.ld-mycourse-content .ld-mycourses-stats span.ld-icons:hover {
    color: var(--ld-heading-color);
}

.mycourse-footer .ld-dashboard-tooltips {
    position: absolute;
    top: -35px;
    right: -15px;
    min-width: 70px;
    padding: 5px 10px;
    text-align: center;
    background-color: #333946;
    border-radius: var(--ld-border-radius-20);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-top: 0;
    line-height: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, 10px);
    transition: all 0.3s ease-in-out 0s;
}

.mycourse-footer .ld-dashboard-tooltips:before {
    border: solid;
    border-color: #444 transparent;
    border-width: 8px 7px 0 7px;
    content: "";
    left: 42%;
    bottom: -8px;
    position: absolute;
}

.mycourse-footer .ld-mycourses-stats a:hover .ld-dashboard-tooltips {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
}

span.ld-dashboard-price-amount.amount bdi {
    background: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    padding: 5px 12px;
    display: inline-flex;
    gap: 3px;
    line-height: 1;
    margin: 5px;
    border-radius: var(--ld-border-radius-20);
}

.ld-mycourse-content .mycourse-footer a:hover {
    color: #333;
}

.ld-mycourse-content .mycourse-footer a img {
    width: 16px;
    display: inline-block;
    margin-right: 5px;
    filter: invert(42%) sepia(50%) saturate(1352%) hue-rotate(203deg) brightness(119%) contrast(119%);
}

.ld-mycourse-content .mycourse-footer a:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.ld-mycourse-content .mycourse-footer a.ld-dashboard-element-delete-btn {
    color: #fb0101;
}

.my-quiz-attempts-wrapper .ld-dashboard-section-head-title {
    margin-bottom: 10px;
}

.ld-dashborad-add-edit-course div#message.updated p {
    background: #d9f1e5;
    color: green;
    display: block;
    padding: 6px 15px;
    border-left: 3px solid;
    text-transform: capitalize;
}

.ld-dashboard-enrolled-course-author-content-user {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.ld-dashboard-enrolled-course-author-content-user img.ld-dashboard-course-author-avatar {
    max-width: 30px;
    margin-right: 10px;
    border-radius: 100px;
    height: 30px;
    object-fit: cover;
}

.ld-dashboard-enrolled-course-author-content-user span.ld-dashboard-course-author-name {
    font-size: 16px;
}


/*Course Grid Viwe*/

a.ld-dashboard-gridviews.ld-grid-active span.ld-icons {
    color: var(--ld-heading-color);
}

.ld-dashboard-tab-content-wrapper.ld-dashboard-wbgrid {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.my-courses.ld-my-certificates.ld-dashboard-content-inner {
    padding-top: 10px;
}

.ld-dashboard-tab-content-wrapper.ld-dashboard-wbgrid .ld-mycourse-wrap {
    padding: 0;
    flex-direction: column;
    width: 32%;
    overflow: inherit;
}

.ld-dashboard-tab-content-wrapper.ld-dashboard-wbgrid .ld-mycourse-wrap:hover {
    box-shadow: var(--ld-box-shadow);
}

.ld-dashboard-wbgrid .ld-mycourse-thumbnail {
    flex: unset;
    border-radius: var(--ld-border-radius) var(--ld-border-radius) 0 0;
    height: 200px;
    width: 100%;
}

.ld-dashboard-wbgrid .ld-mycourse-content {
    padding: 15px 15px 0 !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.ld-dashboard-wbgrid .ld-mycourse-content h3 a {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.ld-dashboard-wbgrid .ld-mycourse-content .ld-meta.ld-course-metadata li {
    width: 100%;
    padding: 0 0 10px;
    margin: 0;
    border: none !important;
}

.ld-dashboard-wbgrid .mycourse-footer {
    background: rgba(217, 223, 236, 0.3);
    margin: 10px -15px 0 !important;
    padding: 15px 20px;
    border-radius: 0 0 var(--ld-border-radius) var(--ld-border-radius);
}

.ld-dashboard-wbgrid .ld-mycourse-content .ld-mycourses-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ld-dashboard-wbgrid .ld-mycourse-content .mycourse-footer a {
    margin-right: 0;
}

.ld-dashboard-wbgrid .ld-mycourse-content .mycourse-footer span.ld-icons {
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
    line-height: initial;
}

.ld-dashboard-wbgrid .ld-mycourse-content li.ld-dashboard-course-status span {
    padding: 5px 15px !important;
}

.ld-dashboard-wbgrid .ld-mycourse-content h3 a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.ld-dashboard-wbgrid .mycourse-footer .ld-dashboard-tooltips {
    right: -20px;
}

.ld-dashboard-wbgrid .ld-mycourse-content .ld-meta.ld-course-metadata ul {
    display: unset;
}


/*My Quiz Attempts*/

.my-quiz-attempts-wrapper-view .ld-dashboard-students-dropdown{
    position: relative;
    z-index: 1;
}

.ld-quiz-progress-content-container p {
    padding: 15px 20px;
    margin: 15px 0 0;
    background: var(--ld-white-bg);
    border-radius: var(--ld-border-radius);
    border: 1px solid #e7e9ee;
}

.ld-quiz-progress-content-container .quiz_progress_details h4 {
    margin-bottom: 0;
}

.my-quiz-attempts-wrapper-view .ld-dashboard-content-inner {
    width: 300px;
}

.my-quiz-attempts-wrapper-view .ld-dashboard-section-head-title {
    align-items: center;
}

.ld-dashboard-content .my-quiz-attempts-wrapper-view .select2-container.select2-container {
    width: 100% !important;
    margin: 0;
}

.my-quiz-attempts-wrapper #quiz_progress_details h4 {
    margin: 0;
}

.ld-quiz-progress-content-container p strong a {
    color: #000;
    margin-right: 0;
}

.ld-quiz-progress-content-container p a {
    margin-right: 10px;
}

.custom-learndash-course-form.ld-dashboard-form-settings-data-tab.ld-dashboard-quiz-time-limit-field-timer.ld-dashboard-group-field-single {
    clear: none;
    width: 50%;
    float: left;
    padding: 0 15px 25px 25px;
}

.custom-learndash-course-form.ld-dashboard-form-settings-data-tab.ld-dashboard-quiz-time-limit-field-timer.ld-dashboard-group-field-single[data-name="quiz_timeLimit_timer_min"] {
    padding: 0 25px 25px 15px;
}

.ld-dashborad-add-edit-course .acf-form .acf-field[data-name="sfwd-quiz_timeLimit_cld"] {
    padding-bottom: 0;
    border: none;
}

.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="_learndash_course_users"] label {
    margin: 0 !important;
    padding: 0 !important;
}

#learndash_course_users_page_box table.learndash-binary-selector-table {
    border: none !important;
}

#learndash_course_users_page_box .learndash-binary-selector .learndash-binary-selector-section {
    padding: 0;
    border: none !important;
}

#learndash_course_users_page_box .learndash-binary-selector .learndash-binary-selector-section input[type="text"] {
    margin-bottom: 5px;
}

#learndash_course_users_page_box .learndash-binary-selector ul.learndash-binary-selector-pager {
    padding: 10px 0 0;
    margin: 0;
    display: flex;
}

#learndash_course_users_page_box .learndash-binary-selector ul.learndash-binary-selector-pager li {
    display: inline;
}

#learndash_course_users_page_box .learndash-binary-selector .learndash-binary-selector-section-middle {
    margin-top: 12%;
}

#learndash_course_users_page_box .learndash-binary-selector .learndash-binary-selector-section-middle a img {
    display: inline-block;
}

#learndash_course_users_page_box .learndash-binary-selector-section .learndash-binary-selector-items>.learndash-binary-selector-item {
    padding: 0.4em 0.5em;
    width: 98%;
    font-size: 14px;
    border-radius: 5px;
}

#learndash_course_users_page_box .learndash-binary-selector .learndash-binary-selector-section-left option.learndash-binary-selector-item-disabled {
    text-decoration: line-through !important;
}


/*Setting Tab*/

.ld-dashboard-settings-content-wrap .ld-dashboard-content-inner {
    padding: 15px;
    background: var(--ld-white-bg);
    border-radius: var(--ld-border-radius);
    border: 1px solid var(--ld-border-color);
}

.ld-dashboard-profile-form input[type="text"],
.ld-dashboard-profile-form input[type="email"],
.ld-dashboard-profile-form input[type="url"],
.ld-dashboard-profile-form input[type="password"],
.ld-dashboard-profile-form input[type="search"],
.ld-dashboard-profile-form input[type="tel"],
.ld-dashboard-profile-form input[type="number"],
.ld-dashboard-profile-form-field input[type="password"] {
    height: 45px;
    border-radius: var(--ld-border-radius) !important;
    width: 100%;
    padding: 0 2%;
    font-size: 15px;
    -webkit-transition: 300ms;
    transition: 300ms;
    border: 1px solid var(--ld-border-color);
}

.ld-dashboard-profile-form input[type="text"]:focus,
.ld-dashboard-profile-form input[type="email"]:focus,
.ld-dashboard-profile-form input[type="url"]:focus,
.ld-dashboard-profile-form input[type="password"]:focus,
.ld-dashboard-profile-form input[type="search"]:focus,
.ld-dashboard-profile-form input[type="tel"]:focus,
.ld-dashboard-profile-form input[type="number"]:focus,
.ld-dashboard-profile-form input[type="text"]:focus-visible,
.ld-dashboard-profile-form input[type="email"]:focus-visible,
.ld-dashboard-profile-form input[type="url"]:focus-visible,
.ld-dashboard-profile-form input[type="password"]:focus-visible,
.ld-dashboard-profile-form input[type="search"]:focus-visible,
.ld-dashboard-profile-form input[type="tel"]:focus-visible,
.ld-dashboard-profile-form input[type="number"]:focus-visible,
.ld-dashboard-profile-form textarea:focus-visible,
.ld-dashboard-profile-form-field input[type="password"]:focus-visible,
.ld-dashboard-profile-form select:focus {
    /* border: 1px solid #156AE9; */
    box-shadow: none;
    outline: none;
}

.display-name-publicly select[name="display_name"] {
    width: 100%;
    height: 45px;
    cursor: pointer;
    border-radius: var(--ld-border-radius);
}

.ld-dashboard-profile-form textarea {
    border-radius: var(--ld-border-radius);
    width: 100%;
    height: 110px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    border-radius: var(--ld-border-radius) !important;
}

.ld-dashboard-profile-form-field.ld-dashboard-avatar-field.form-avatar {
    display: flex;
    margin-bottom: 25px;
    position: relative;
    max-width: 150px;
    align-items: center;
}

.ld-dashboard-profile-form-field img.ld-dashboard-user-avatar {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: var(--ld-border-radius);
}

.upload-delete-avatar-button {
    margin-left: 25px;
}

.ld-dashboard-profile-form-field button.ld-dashboard-profile-settings {
    background-color: #3e3f5e;
    color: #fff;
    background-size: 20px !important;
    border: none;
    width: 170px;
    font-weight: 500;
    padding: 7px 10px 12px;
    transition: all 0.3s ease-in-out 0s;
    background-repeat: no-repeat !important;
    cursor: pointer;
    position: relative;
    border-radius: var(--ld-border-radius);
    font-size: 14px;
    margin: 5px 0;
}

.ld-dashboard-profile-form-field button.ld-dashboard-profile-settings:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/camera-plus.svg);
    position: relative;
    display: inline-block;
    top: 3px;
    margin-right: 5px;
}

.ld-dashboard-profile-form-field button.ld-dashboard-profile-settings.delete-avatar:before {
    background-image: url(../img/icons/trash-alt-user.svg);
}

.ld-dashboard-profile-form-field button.ld-dashboard-profile-settings.delete-avatar {
    background: #f30101;
}

.ld-dashboard-profile-form-field-list label {
    margin-bottom: 5px;
    display: block;
    font-size: 15px;
}

.ld-dashboard-profile-form-field-list {
    display: flex;
    flex-wrap: wrap;
}

.ld-dashboard-profile-form-field,
.ld-dashboard-profile-form-field.form-email.display-name-publicly {
    width: 48%;
    margin: 1%;
}

.ld-dashboard-profile-form-field.form-email,
.ld-dashboard-profile-form-field.form-textarea,
.ld-dashboard-profile-form-field.field-full-width,
.ld-dashboard-profile-form-field.social-media-url,
.ld-dashboard-profile-form-field.form-password.repeat-new-nassword {
    width: 100%;
}

.ld-dashboard-profile-form-field-list .form-submit {
    padding: 1.3% 1%;
    width: 30%;
}

.ld-dashboard-profile-form-field-list .form-submit .submit,
.ld-dashboard-profile-form input[type=submit].submit.button.ld-dashboard-btn-bg {
    border-radius: var(--ld-border-radius);
    font-size: 15px;
    padding: 13px;
    width: 100%;
    height: auto;
    /* background: #156AE9;
    border-color: #156AE9; */
    color: #fff;
    border: none;
}

.ld-dashboard-profile-form input[type=submit].submit.button.ld-dashboard-btn-bg {
    max-width: 200px;
}

.ld-dashboard-section-head-title {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.ld-dashboard-section-head-title h3 {
    margin: 0;
    font-size: 20px;
    margin-right: 30px;
    font-weight: 600;
    color: var(--ld-heading-color);
}

.ld-dashboard-section-head-title .ld-dashboard-header-button .ld-dashboard-add-course {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    overflow: hidden;
    padding: 10px 20px;
}

.ld-dashboard-section-head-title .ld-dashboard-header-button .ld-dashboard-add-course .add-icon {
    font-size: 18px;
}

span.ld-icons.ld-icon-add-line.edit_square {
    font-size: 18px;
    /* margin-right: 6px; */
}

.ld-dashboard-course-content .ld-dashboard-section-head-title,
.my-announcements-wrapper .ld-dashboard-section-head-title {
    justify-content: space-between;
}

.ld-dashboard-list-view .ld-meta.ld-course-metadata {
    display: flex;
    align-items: center;
}

.ld-dashboard-list-view .mycourse-footer {
    margin-top: 0;
}

ul.custom-learndash-pagination {
    display: flex;
    padding: 0;
    margin: 0 !important;
    justify-content: space-between;
    padding-top: 10px;
    gap: 8px;
    align-items: center;
}

.custom-learndash-pagination li {
    list-style: none;
}

.custom-learndash-pagination li a {
    display: inline-block;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.08);
    font-size: 0;
    padding: 0px 8px;
    height: 38px;
    font-weight: bold;
    color: #153045;
    transition: all 0.3s;
    border: none;
    width: 38px;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
}

.custom-learndash-pagination-nav .custom-learndash-pagination li.custom-learndash-pagination-last a:before,
.custom-learndash-pagination-nav .custom-learndash-pagination li a:after {
    display: inline-block;
    content: '\e809';
    font-family: 'ld-icons';
    font-size: 14px;
}

[dir='rtl'] .custom-learndash-pagination-nav .custom-learndash-pagination li.custom-learndash-pagination-last a:before,
[dir='rtl'] .custom-learndash-pagination-nav .custom-learndash-pagination li a:after {
    transform: rotate(-180deg);
}

.custom-learndash-pagination-nav .custom-learndash-pagination li.custom-learndash-pagination-first a:before,
.custom-learndash-pagination-nav .custom-learndash-pagination li.custom-learndash-pagination-first a:after,
.custom-learndash-pagination-nav .custom-learndash-pagination li a:before,
.custom-learndash-pagination-nav .custom-learndash-pagination li.custom-learndash-pagination-prev a:after {
    content: '\e808';
    font-family: 'ld-icons';
    display: inline-block;
    font-size: 14px;
}

[dir='rtl'] .custom-learndash-pagination-nav .custom-learndash-pagination li.custom-learndash-pagination-first a:before,
[dir='rtl'] .custom-learndash-pagination-nav .custom-learndash-pagination li.custom-learndash-pagination-first a:after,
[dir='rtl'] .custom-learndash-pagination-nav .custom-learndash-pagination li a:before,
[dir='rtl'] .custom-learndash-pagination-nav .custom-learndash-pagination li.custom-learndash-pagination-prev a:after {
    transform: rotate(-180deg);
}

.custom-learndash-pagination-nav .custom-learndash-pagination li a:before {
    display: none;
}

.custom-learndash-pagination-nav .custom-learndash-pagination li a:hover {
    color: #fff;
}

.ld-dashboard-warning {
    background: #fbeded;
    padding: 8px 15px;
    border-left: 3px solid #eb0000;
    display: block;
    color: #eb0000 !important;
    font-weight: 500;
    border-radius: var(--ld-border-radius);
    font-size: 15px;
    margin: 0;
}

.custom-learndash-list.custom-learndash-my-courses-list p.ld-dashboard-warning {
    width: 100%;
}

.ld-dashboard-success {
    background: #e4ffb3;
    width: 100%;
    padding: 8px 15px;
    border-left: 3px solid #51ba10;
    color: #51ba10 !important;
    font-weight: 500;
    font-size: 15px;
    border-radius: var(ld-border-radius);
}


/*Enrolled Courses*/

.ld-dashboard-progress-bar-wrap .ld-dashboard-progress-bar {
    width: 100%;
    height: 10px;
    background: #f2f6fd;
    border-radius: 20px;
    overflow: hidden;
}

.ld-dashboard-progress-bar .ld-dashboard-progress-filled {
    height: 10px;
    border-radius: 20px;
    background: #03a05c;
}


/* Add Courses Form*/

.ld-dashboard-content.ld-dashborad-add-edit-course form#acf-form {
    background: var(--ld-white-bg);
    padding: 0 0 30px;
    border-radius: var(--ld-border-radius);
    box-shadow: 0 0 20px 0 rgba(94, 92, 154, 0.05);
}

.ld-dashborad-add-edit-course .acf-form .acf-field {
    padding: 25px 25px 30px;
    border: none;
    border-bottom: 1px solid var(--ld-border-color);
    z-index: 1;
}

.ld-dashborad-add-edit-course .acf-form .ld-dashboard-add-course-management,
.ld-dashborad-add-edit-course .custom-learndash-lesson-form.ld-dashboard-form-post-data-tab,
.custom-learndash-topic-form.custom-learndash-course-form.ld-dashboard-form-post-data-tab,
.ld-dashborad-add-edit-course .custom-learndash-course-form.ld-dashboard-form-post-data-tab {
    border-bottom: 0 !important;
    padding-bottom: 0px !important;
}

.ld-dashboard-col-half {
    width: 45.9%;
    float: left;
    clear: unset !important;
    margin: 0% 12px 25px 25px !important;
}

.ld-dashboard-col-half.ld-dashboard-col-half-last {
    margin: 0% 12px 25px 10px !important;
}

.ld-dashborad-add-edit-course .acf-form .acf-label label {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width: auto;
    margin-bottom: 10px;
    position: relative;
}

.ld-dashborad-add-edit-course .acf-form .acf-radio-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.ld-dashborad-add-edit-course .acf-form .acf-radio-list li {
    margin-right: 30px;
    margin-bottom: 10px;
}

.ld-dashborad-add-edit-course .acf-form .acf-radio-list li label {
    border-radius: 20px;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 15px 5px 28px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #717D96;
    line-height: 1;
}

.ld-dashborad-add-edit-course .acf-form .acf-radio-list li label.selected {
    background: #E2EBFE;
}

.ld-dashboard-checked-box .acf-radio-list li label.selected {
    background: transparent !important;
}

.ld-dashborad-add-edit-course .acf-form .acf-radio-list li input[type="radio"] {
    display: none;
}

.ld-dashborad-add-edit-course .acf-form .acf-radio-list li label:before {
    display: inline-block !important;
    position: absolute;
    top: 3px;
    left: 4px;
    content: "";
    height: 18px;
    width: 18px;
    border: solid 5px var(--ld-grey-color);
    background: var(--ld-white-bg);
    transition: all 0.3s ease;
    border-radius: 50%;
}

.ld-dashborad-add-edit-course .acf-form .acf-true-false label {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    padding-left: 80px;
    padding-top: 6px;
    margin: 0;
    cursor: pointer;
}

.ld-dashborad-add-edit-course .acf-form .acf-true-false label .message {
    font-size: 14px;
    font-weight: normal;
    padding-top: 8px;
    margin: 0;
    background-color: transparent;
    cursor: pointer;
    color: #717D96;
    /* display: block; */
}

.ld-dashborad-add-edit-course .acf-form .acf-true-false input[type="checkbox"],
.ld-dashborad-add-edit-course .ld-dashboard-question-points ul.acf-checkbox-list input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 2px;
    height: 30px;
    width: 60px;
    z-index: 1;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 0px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 100px;
    background: #CBD5E1;
}

.ld-dashborad-add-edit-course .acf-form .acf-true-false input[type="checkbox"]:before,
.ld-dashborad-add-edit-course .ld-dashboard-question-points ul.acf-checkbox-list input[type="checkbox"]:before {
    line-height: 22px;
    position: absolute;
    height: 24px;
    width: 24px;
    text-align: center;
    background: var(--ld-white-bg);
    left: 3px;
    font-size: 15px;
    top: 3px;
    border-radius: 100px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    content: '\eb99';
    font-family: 'ld-icons';
    font-weight: bold;
    color: #000;
}

.ld-dashborad-add-edit-course .acf-form .acf-true-false input[type="checkbox"]:checked::before,
.ld-dashborad-add-edit-course .ld-dashboard-question-points ul.acf-checkbox-list input[type="checkbox"]:checked::before {
    background: #ffffff;
    border-color: #fff;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    margin: 0;
    content: '\eb7b';
}

.ld-dashborad-add-edit-course .acf-form .acf-true-false input[type="checkbox"]:after,
.ld-dashborad-add-edit-course .ld-dashboard-question-points ul.acf-checkbox-list input[type="checkbox"]:after {
    content: "";
    position: absolute;
    top: 7px;
    right: 25px;
    width: 1px;
    height: 15px;
    background: #a9b0c1;
}

.ld-dashborad-add-edit-course .acf-form .acf-true-false input[type="checkbox"]:checked::after,
.ld-dashborad-add-edit-course .ld-dashboard-question-points ul.acf-checkbox-list input[type="checkbox"]:checked::after {
    content: "";
    right: 36px;
    background: #86a6cd;
}

.ld-dashboard-billing-cycle-field .acf-fields {
    border: none !important;
    background: none !important;
}

.ld-dashboard-billing-cycle-field .acf-field {
    padding: 15px 0 0 !important;
}

.ld-dashboard-billing-cycle-field .acf-field:before {
    display: none !important;
}

.ld-dashboard-billing-cycle-field .acf-input {
    width: 100% !important;
    padding: 0 !important;
}

.ld-dashboard-content.ld-dashborad-add-edit-course .acf-form-submit {
    padding: 25px 25px 0;
}

.ld-dashborad-add-edit-course .acf-form-submit input.acf-button,
.ld-dashboard-load-more-wrapper button.ld-dashboard-builder-load-more {
    border: none;
    padding: 12px 45px;
    border-radius: var(--ld-border-radius);
    cursor: pointer;
    font-size: 15px;
    color: #fff;
}

.ld-dashboard-load-more-wrapper button.ld-dashboard-builder-load-more {
    padding: 10px 25px;
}

.ld-dashborad-add-edit-course .acf-field .acf-label {
    margin: 0 0 0;
}

.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_disable_lesson_progression_cld"] li,
.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_prerequisite_compare_cld"] li {
    margin: 0;
    margin-bottom: 15px;
    display: block;
}

.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_disable_lesson_progression_cld"] li label.selected,
.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_prerequisite_compare_cld"] li label.selected {
    background: transparent;
}

.ld-dashboard-content form#acf-form .acf-field input[type="text"],
.ld-dashboard-content form#acf-form .acf-field input[type="password"],
.ld-dashboard-content form#acf-form .acf-field input[type="date"],
.ld-dashboard-content form#acf-form .acf-field input[type="datetime"],
.ld-dashboard-content form#acf-form .acf-field input[type="datetime-local"],
.ld-dashboard-content form#acf-form .acf-field input[type="email"],
.ld-dashboard-content form#acf-form .acf-field input[type="month"],
.ld-dashboard-content form#acf-form .acf-field input[type="number"],
.ld-dashboard-content form#acf-form .acf-field input[type="search"],
.ld-dashboard-content form#acf-form .acf-field input[type="tel"],
.ld-dashboard-content form#acf-form .acf-field input[type="time"],
.ld-dashboard-content form#acf-form .acf-field input[type="url"],
.ld-dashboard-content form#acf-form .acf-field input[type="week"],
.ld-dashboard-content form#acf-form .acf-field textarea,
.ld-dashboard-content form#acf-form .acf-field select {
    height: 46px;
    border-radius: var(--ld-border-radius) !important;
    width: 100%;
    padding: 5px 10px;
    font-size: 15px;
    -webkit-transition: 300ms;
    transition: 300ms;
    background-color: #fff;
    border: 1px solid var(--ld-border-color);
}

.ld-dashboard-content form#acf-form .acf-field textarea {
    height: 150px;
}

.ld-dashboard-content form#acf-form .select2-container.select2-container {
    width: 100% !important;
    margin: 0;
}

.acf-taxonomy-field[data-taxonomy="ld_course_tag"] .acf-actions.ldd-custom-zindex {
    top: 8px;
    right: 5px;
}

.ld-dashboard-content form#acf-form .add-course-featured-img .acf-image-uploader .acf-button,
.ld-dashboard-content form#acf-form .add-course-cover-img .acf-image-uploader .acf-button {
    background: none;
    padding: 10px 20px;
    border-radius: var(--ld-border-radius);
    cursor: pointer;
    font-size: 13px;
    box-shadow: none !important;
    font-weight: bold;
}

.custom-learndash-course-form.add-course-featured-img.ld-dashboard-add-course-management {
    margin: 25px !important;
    margin-bottom: 0 !important;
    padding: 15px 20px 22px !important;
    border: 1px solid var(--ld-border-color) !important;
    border-radius: var(--ld-border-radius);
}

.custom-learndash-course-form.add-course-featured-img .acf-image-uploader .image-wrap img {
    width: 100%;
    height: 125px;
    border-radius: var(--ld-border-radius);
    object-fit: cover;
}

.custom-learndash-course-form.add-course-featured-img .acf-image-uploader {
    display: flex;
    align-items: center;
    gap: 20px;
}

.custom-learndash-course-form.add-course-featured-img a.acf-button.button {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.custom-learndash-course-form.add-course-featured-img .acf-image-uploader .image-wrap {
    position: relative;
    display: block;
    width: 150px;
    height: 125px;
    border-radius: var(--ld-border-radius-15);
    overflow: hidden;
    border: 1px solid var(--ld-border-color);
    background: url(../img/course-default.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.custom-learndash-course-form.add-course-featured-img .show-if-value img,
.custom-learndash-course-form.add-course-featured-img .show-if-value .acf-actions.-hover {
    display: none !important;
}

.custom-learndash-course-form.add-course-featured-img .acf-image-uploader.has-value img {
    display: block !important;
}

.custom-learndash-course-form.add-course-featured-img .acf-image-uploader.has-value .show-if-value.image-wrap:hover .acf-actions.-hover {
    display: block !important;
}

.acf-field.add-course-cover-img.ld-dashboard-form-post-data-tab {
    border-bottom: none;
    padding-bottom: 15px;
}

.acf-field.add-course-cover-img.ld-dashboard-form-post-data-tab .acf-image-uploader .image-wrap img {
    border-radius: var(--ld-border-radius);
}

.custom-learndash-course-form.add-course-featured-img .acf-actions.-hover .acf-icon.dark,
.acf-field.add-course-cover-img.ld-dashboard-form-post-data-tab .acf-actions.-hover .acf-icon.dark {
    border: 2px solid #fff !important;
    background: var(--ld-border-color2);
    color: #fff;
    font-size: 17px;
}

.ld-dashborad-add-edit-course .acf-field.custom-learndash-course-sub-form {
    background: #fbfcff;
    padding: 25px;
    margin-bottom: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_lesson_per_page_cld"] {
    border-bottom: 0;
}

.custom-learndash-course-form.ld-dashboard-form-settings-data-tab.custom-learndash-lesson-per-pages.custom-learndash-course-sub-form,
.custom-learndash-course-form.ld-dashboard-form-settings-data-tab.custom-learndash-topic-per-pages.custom-learndash-course-sub-form,
.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_prerequisite_compare_cld"],
.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_prerequisite_cld"],
.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_points_access_cld"],
.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_points_cld"],
.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_expire_access_days_cld"],
.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_expire_access_delete_progress_cld"],
.ld-dashborad-add-edit-course .acf-field.custom-learndash-course-sub-form[data-name="sfwd-courses_course_price_cld"],
.ld-dashborad-add-edit-course .acf-field.custom-learndash-course-sub-form[data-name="sfwd-courses_course_price_type_subscribe_enrollment_url_cld"],
.ld-dashborad-add-edit-course .acf-field.custom-learndash-course-sub-form[data-name="sfwd-courses_course_price_type_paynow_enrollment_url_cld"],
.ld-dashborad-add-edit-course .acf-field.custom-learndash-course-sub-form[data-name="sfwd-courses_course_no_of_cycles_cld"],
.ld-dashborad-add-edit-course .acf-field.custom-learndash-course-sub-form[data-name="sfwd-courses_course_trial_price_cld"],
.ld-dashborad-add-edit-course .acf-field.custom-learndash-course-sub-form[data-name="sfwd-courses_custom_button_url_cld"] {
    margin: 0 25px 15px;
    border: 1px solid var(--ld-border-color);
    border-radius: var(--ld-border-radius);
}

.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_price_type_cld"] {
    border-top: 1px solid var(--ld-border-color);
    border-bottom: 0;
    padding-bottom: 20px;
}

.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_prerequisite_enabled_cld"],
.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_points_enabled_cld"],
.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_expire_access_cld"],
.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_disable_lesson_progression_cld"] {
    border-top: 1px solid var(--ld-border-color);
    margin-bottom: 0;
    border-bottom: 0;
}

.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_disable_lesson_progression_cld"] {
    border-bottom: 1px solid var(--ld-border-color);
    padding-bottom: 10px !important;
}

.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_points_cld"],
.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_expire_access_delete_progress_cld"],
.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_prerequisite_cld"] {
    margin-bottom: 28px;
}

.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_prerequisite_cld"] .acf-relationship {
    border-radius: var(--ld-border-radius);
    overflow: hidden;
}

.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_prerequisite_compare_cld"] {
    padding-bottom: 10px;
}

.custom-learndash-course-form.ld-dashboard-form-settings-data-tab.custom-learndash-course-sub-form.custom-learndash-topic-per-pages {
    margin-bottom: 30px;
}

div#ld-flex-col {
    padding: 25px;
    border-radius: 0 0 var(--ld-border-radius) var(--ld-border-radius);
    border: 1px solid var(--ld-border-color);
    width: 47.3%;
    margin-left: 25px;
}

div#ld-flex-col[data-name="sfwd-courses_course_billing_cycle_cld"] {
    margin: 18px 25px 0;
    padding-bottom: 15px;
    border-radius: var(--ld-border-radius) var(--ld-border-radius) 0 0;
    border: 1px solid var(--ld-border-color);
    border-bottom: 0;
    width: auto;
}

div#ld-flex-col[data-name="sfwd-courses_course_price_billing_p3_cld"],
div#ld-flex-col[data-name="sfwd-courses_course_trial_duration_p1_cld"] {
    display: block;
    padding-right: 0;
    border-right: 0;
    border-radius: 0 0 0 var(--ld-border-radius);
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

div#ld-flex-col[data-name="sfwd-courses_course_price_billing_p3_cld"] {
    margin-right: 0;
}

div#ld-flex-col[data-name="sfwd-courses_course_price_billing_t3_cld"],
div#ld-flex-col[data-name="sfwd-courses_course_trial_duration_t1_cld"] {
    margin-left: 0;
    border-left: 0;
    border-radius: 0 0 var(--ld-border-radius) 0px;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

div#ld-flex-col.ld-dashboard-trial-duration {
    margin-bottom: -5px;
    padding-bottom: 10px;
}

div#ld-flex-col.ld-dashboard-trial-duration label {
    margin: 0 !important;
    padding: 0;
    line-height: 1;
}

.custom-learndash-course-form.ld-dashboard-access-mode-space .acf-label label {
    line-height: 1;
    margin: 0 !important;
    display: block;
}

.custom-learndash-course-form[data-name="sfwd-courses_course_price_type_cld"] ul.acf-radio-list li {
    margin-bottom: 5px;
}

.custom-learndash-course-form[data-name="sfwd-courses_course_price_type_cld"] ul.acf-radio-list li label {
    font-weight: bold;
    color: var(--ld-heading-color);
    line-height: 1;
    width: 100%;
    display: block;
}

.custom-learndash-course-form[data-name="sfwd-courses_course_price_type_cld"] ul.acf-radio-list li label.selected {
    background: transparent;
}

.custom-learndash-course-form[data-name="sfwd-courses_course_price_type_cld"] small.access_modes_description {
    display: block;
    font-size: 90%;
    font-weight: normal;
    padding-top: 5px;
    line-height: 1.5;
    color: #717D96;
}

.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-name="_ld_instructor_ids"] label {
    margin-bottom: 0;
}

.ld-dashborad-add-edit-course .acf-input .acf-input-append {
    position: absolute;
    right: 0;
    top: -33px;
    padding: 6px 12px;
    min-height: auto;
    font-size: 13px;
    border-radius: 150px;
    line-height: 1;
    background: #E2EBFE;
    height: auto;
    border: none;
}

.ld-dashborad-add-edit-course .acf-field.ld-dashboard-form-settings-data-tab[data-type="wysiwyg"] {
    background: transparent;
    padding: 15px 25px 25px;
    margin-bottom: 0;
}

.ld-dashborad-add-edit-course .acf-field.ld-dashboard-form-settings-data-tab[data-name="sfwd-courses_course_materials_cld"] {
    margin: 0 !important;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--ld-border-color);
}

.custom-learndash-course-sub-form .acf-input .acf-url i {
    top: 14px;
}

.ld-dashboard-content .acf-field p.description {
    font-size: 90%;
    margin-bottom: 5px;
}

.ld-dashboard-content .acf-notice.-error.-dismiss p {
    color: #fff;
    font-size: 15px;
}

.ld-dashboard-content .acf-notice.-error p {
    color: #d94f4f;
}

.ld-dashborad-add-edit-course .acf-form .acf-field.ld_dashboard_sfwd-question_answer_type .acf-radio-list li {
    width: 50%;
    padding: 0 15px 10px 0;
    margin: 0px !important;
}

.ld-dashborad-add-edit-course .acf-form .acf-field.ld_dashboard_sfwd-question_answer_type .acf-radio-list li label {
    border-radius: var(--ld-border-radius);
    border: 1px solid var(--ld-border-color);
    background: #FAFBFD;
    padding: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    gap: 10px;
}

.custom-learndash-lesson-form.custom-learndash-course-sub-form.ld-dashboard-form-settings-data-tab,
.custom-learndash-topic-form.custom-learndash-course-sub-form.ld-dashboard-form-settings-data-tab,
.custom-learndash-course-sub-form.custom-learndash-course-form.ld-dashboard-form-settings-data-tab {
    margin: 25px;
    padding: 25px;
    border-radius: var(--ld-border-radius);
    border: 1px solid var(--ld-border-color);
}

.acf-form .ld-dashboard-no-border {
    border: none !important;
    padding: 0 !important;
}

.ld-dashborad-add-edit-course .acf-form .acf-field.ld_dashboard_sfwd-question_answer_type .acf-radio-list li label.selected,
.ld-dashborad-add-edit-course .acf-form .acf-field.ld_dashboard_sfwd-question_answer_type .acf-radio-list li label:hover {
    background: #F4F7FF;
}

.ld-dashborad-add-edit-course .acf-form .acf-field.ld_dashboard_sfwd-question_answer_type .acf-radio-list li label:before {
    content: "";
    position: unset;
    top: 8px;
    left: 7px;
    border: none;
    transition: all 0.3s ease;
    border-radius: 50%;
    background: #1b52d8 url(../img/icons/check-white.svg) no-repeat center center;
    background-size: 18px !important;
    border-radius: var(--ld-border-radius);
    height: 26px;
    width: 26px;
}

.ld-dashborad-add-edit-course .acf-form .acf-field.ld_dashboard_sfwd-question_answer_type .acf-radio-list li:nth-child(1n) label:before {
    background: #1b52d8 url(../img/icons/toggle-off.svg) no-repeat center center;
}

.ld-dashborad-add-edit-course .acf-form .acf-field.ld_dashboard_sfwd-question_answer_type .acf-radio-list li:nth-child(2n) label:before {
    background: #00b890 url(../img/icons/check-white.svg) no-repeat center center;
}

.ld-dashborad-add-edit-course .acf-form .acf-field.ld_dashboard_sfwd-question_answer_type .acf-radio-list li:nth-child(3n) label:before {
    background: #9034a9 url(../img/icons/text-size.svg) no-repeat center center;
}

.ld-dashborad-add-edit-course .acf-form .acf-field.ld_dashboard_sfwd-question_answer_type .acf-radio-list li:nth-child(4n) label:before {
    background: #fe3129 url(../img/icons/sort-amount-up.svg) no-repeat center center;
}

.ld-dashborad-add-edit-course .acf-form .acf-field.ld_dashboard_sfwd-question_answer_type .acf-radio-list li:nth-child(5n) label:before {
    background: #ffbf00 url(../img/icons/exchange.svg) no-repeat center center;
}

.ld-dashborad-add-edit-course .acf-form .acf-field.ld_dashboard_sfwd-question_answer_type .acf-radio-list li:nth-child(6n) label:before {
    background: #f37512 url(../img/icons/file.svg) no-repeat center center;
}

.ld-dashborad-add-edit-course .acf-form .acf-field.ld_dashboard_sfwd-question_answer_type .acf-radio-list li:nth-child(7n) label:before {
    background: #8a4a1b url(../img/icons/files-landscapes-alt.svg) no-repeat center center;
}

.ld-dashborad-add-edit-course .acf-form .acf-field.ld_dashboard_sfwd-question_answer_type .acf-radio-list li:nth-child(8n) label:before {
    background: #a322f9 url(../img/icons/compress.svg) no-repeat center center;
}

.ld-dashborad-add-edit-course .acf-form .acf-field.ld_dashboard_sfwd-question_answer_type .acf-radio-list li label.selected,
.ld-dashborad-add-edit-course .acf-form .acf-field.ld_dashboard_sfwd-question_answer_type .acf-radio-list li label:hover {
    border-color: #1b52d8;
}

.ld-dashboard-question-answer-box {
    background: #fbfcff;
    padding: 0;
    margin-bottom: 15px;
    border-radius: var(--ld-border-radius);
    border: 1px #e7e5e5 solid;
}

.ld-dashboard-question-answer-box .correct-singleContent-answer-input {
    display: flex;
}

.ld-dashboard-question-answer-box .correct-singleContent-answer-input .correct-singleContent {
    width: 200px;
    padding: 15px;
    margin-right: 0;
    border-right: 1px solid var(--ld-border-color);
    ;
}

.ld-dashboard-question-answer-box .correct-singleContent-answer-input .answer-input {
    width: 100%;
    padding: 15px;
}

.ld-dashboard-question-answer-box .correct-singleContent label {
    display: block;
    font-size: 14px;
    margin: 0 0 6px;
    line-height: 18px;
}

.ld-dashboard-question-answer-box .correct-singleContent label input {
    vertical-align: top;
    margin-right: 3px;
    margin-top: 3px;
}

.ld-dashboard-question-answer-box .correct-singleContent--options,
.ld-dashboard-question-answer-box .correct-singleContent-answer-input .answer-input label {
    line-height: 1;
    font-size: 15px;
    margin: 10px 0;
    display: block;
}

.ld-dashboard-content.ld-dashborad-add-edit-course form#acf-form .acf-field textarea {
    height: auto;
    min-height: 80px;
}

.correct-singleContent-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid var(--ld-border-color);
}

.correct-singleContent-bottom .delete-ques-ans,
.correct-singleContent-bottom .add-media-ques-ans,
.correct-singleContent-bottom .move-ques-ans {
    font-size: 14px;
    background: none;
    line-height: 1.3;
    border-radius: var(--ld-border-radius);
    padding: 8px 25px;
    border: none;
    cursor: pointer;
}

.correct-singleContent-bottom span.move-ques-ans {
    font-size: 0 !important;
    padding: 8px 15px;
    background: #717D96 !important;
}

.correct-singleContent-bottom span.move-ques-ans:after {
    content: "\f545";
    font-family: 'dashicons';
    font-size: 20px;
    font-weight: normal;
    cursor: move;
}

.correct-singleContent-bottom .delete-ques-ans {
    color: #fff;
    background: #d51f1f;
    border: 1px #d51f1f solid !important;
}

.correct-singleContent-bottom .add-media-ques-ans {
    margin: 0 5px;
}

.sfwd-answer-input-type .add-new-ques-btn {
    font-size: 14px;
    background: #019e0d;
    border: 1px #019e0d solid !important;
    color: #fff;
    line-height: 20px;
    border-radius: var(--ld-border-radius);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sfwd-answer-input-type .add-new-ques-btn:before {
    content: "";
    background: url(../img/icons/plus-white.svg) no-repeat center center;
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.ld-dashboard-question-answer-box.ld_dashboard_matrix_sort_answer .correct-singleContent--options,
.ld-dashboard-question-answer-box.ld_dashboard_matrix_sort_answer .correct-singleContent-answer-input label {
    margin: 0 0 5px;
    font-weight: bold;
}

.ld-dashboard-question-answer-box.ld_dashboard_matrix_sort_answer .correct-singleContent-answer-input label input,
.ld-dashboard-question-answer-box .correct-singleContent input[type="checkbox"],
.ld-dashboard-question-answer-box .answer-input input[type="checkbox"] {
    margin-right: 5px;
}

.ld-dashboard-question-answer-box .correct-singleContent {
    font-weight: 600;
    font-size: 14px;
}

.ld-dashboard-question-answer-box.ld_dashboard_matrix_sort_answer .correct-singleContent-answer-input .correct-singleContent {
    width: 50%;
}

.ld-dashboard-content .assessment_answer,
.ld-dashboard-content .easy_open_ans {
    font-size: 15px;
}

.ld-dashboard-content .appendsingleContent.easy_open_ans label,
.ld-dashboard-content .appendsingleContent.easy_open_ans select {
    margin-bottom: 10px;
    display: block;
}

.ld-dashboard-content-wrapper .wp-media-buttons button.button.insert-media.add_media,
.ld-dashboard-content-wrapper .wp-media-buttons button#insert-media-button,
.ld-dashboard-content-wrapper .wp-media-buttons a.thickbox.button.super-duper-content-open {
    background: #eee !important;
    border: 1px solid #ccd0d4 !important;
    color: #373838 !important;
    padding: 7px 10px !important;
    border-radius: 0;
    border-bottom: 0 !important;
    line-height: 0;
    margin-bottom: 0 !important;
}

.ld-dashboard-content-wrapper .quicktags-toolbar input.button.button-small {
    border: 1px solid !important;
}

.ld-dashboard-content-wrapper form#acf-form .acf-field .wp-editor-container textarea {
    border: none;
}

.ld-dashboard-content-wrapper .acf-field-wysiwyg .acf-input .wp-editor-wrap {
    border: none !important;
}

.ld-dashboard-content-wrapper .wp-editor-wrap .wp-switch-editor.switch-html,
.ld-dashboard-content-wrapper .wp-editor-wrap .wp-switch-editor.switch-tmce {
    border-radius: 0;
}

.ld-dashboard-content-wrapper .mce-widget.mce-btn[aria-label="LearnDash Shortcodes"] i.mce-ico.mce-i-icon.dashicons-desktop {
    font-family: 'dashicons';
    font-size: 20px;
}

.ld-dashboard-group-field-single.ldd-hide-label .acf-label {
    display: none !important;
}

.custom-learndash-course-form.ld-dashboard-form-settings-data-tab[data-type="checkbox"] ul.acf-checkbox-list.acf-bl {
    margin: 0;
    border: none;
}

.ld-dashboard-question-points ul.acf-checkbox-list li label {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    padding-left: 80px;
    padding-top: 6px;
    margin: 0;
    cursor: pointer;
}


/* Course Builder */

.ld-dashboard-course-builder-wrapper p.ld-dashboard-warning {
    border: 2px dashed var(--ld-border-color);
    padding: 20px;
    text-align: center;
    background: transparent;
    margin: 10px 0 25px;
    color: #8a9098 !important;
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-content {
    padding: 2px 0;
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson {
    border: 1px solid var(--ld-border-color);
    background: #FAFBFD;
    overflow: hidden;
    padding: 0;
    border-radius: var(--ld-border-radius);
    margin: 10px 0;
    position: relative;
    transition: none;
}

.ld-dashboard-quizzes-builder-wrapper {
    margin-top: 15px;
}

.ld-dashboard-quizzes-builder-wrapper .acf-label label {
    margin: 0 !important;
}

.ld-dashboard-quizzes-builder-wrapper .ld-dashboard-quizzes-builder-content {
    padding: 2px 0;
    margin-bottom: 20px;
}

.ld-dashboard-course-builder-content.ui-sortable.ui-sortable-disabled div.ld-dashboard-course-builder-lesson {
    background: #F4F7FF;
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson .ld-dashboard-course-builder-section-title,
.ld-dashboard-quizzes-builder-wrapper .ld-dashboard-quizzes-builder-content .ld-dashboard-quizz-builder-section-wrap {
    padding: 15px 165px 15px 72px;
    position: relative;
    background: var(--ld-white-bg);
    border-radius: var(--ld-border-radius);
}

.ld-dashboard-course-builder-section-wrap .ld-dashboard-edit-remove-link-action {
    border: none;
    right: 20px;
    top: 15px;
}

.ld-dashboard-section-wrapper.ld-dashboard-course-section-name {
    border-left: 1px solid #ccc;
    padding-left: 15px;
    font-size: 15px;
}

.ld-dashboard-single-wrap.ld-dashboard-course-builder-section-wrap {
    border: 2px solid var(--ld-border-color) !important;
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson .ld-dashboard-course-builder-lesson-title {
    padding: 17px 160px 17px 72px;
    position: relative;
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson .ld-dashboard-course-builder-section-title {
    padding-left: 42px;
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson .ld-dashboard-course-builder-lesson-title h4,
.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson .ld-dashboard-course-builder-section-title h4 {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson .ld-dashboard-course-builder-lesson-title span,
.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson .ld-dashboard-course-builder-section-title span {
    font-size: 16px;
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson .ld-dashboard-course-builder-lesson-dropdown {
    position: absolute;
    right: 10px;
    top: 21px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson-dropdown .ld-dashboard-accordian-icon {
    position: relative;
    top: -3px;
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson-dropdown .ld-dashboard-accordian-icon:before {
    content: "";
    background: url(../img/icons/plus.svg) no-repeat center center;
    opacity: 0.8;
    height: 20px;
    width: 20px;
    display: block;
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson-dropdown .ld-dashboard-accordian-icon.ld-dashboard-accordian-close:before {
    background: url(../img/icons/minus.svg) no-repeat center center;
}

.ld-dashboard-lesson-builder-wrapper {
    border-top: 1px #dcdfe5 solid;
}

.ld-dashboard-course-lesson-builder-topic-wrapper,
.ld-dashboard-course-lesson-builder-quiz-wrapper {
    padding: 20px;
    background: var(--ld-white-bg);
    border-radius: var(--ld-border-radius);
    font-size: 15px;
    margin: 18px 20px;
}

.ld-dashboard-course-lesson-builder-quiz-wrapper {}

.ld-dashboard-course-builder-topic-header h4,
.ld-dashboard-course-builder-topic-header h4 {
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
}

.ld-dashboard-course-builder-lesson .ld-dashboard-course-builder-topic-header h4 {
    font-size: 16px;
}

.ld-dashboard-course-builder-lesson .ld-dashboard-crate-topics-quiz {
    padding: 5px 20px 20px;
}

.ld-dashboard-single-wrap.ld-dashboard-course-builder-lesson .ld-dashboard-crate-topics-quiz button,
.ld-dashboard-crate-lesson button.ld_dashboard_builder_new_lesson,
.ld-dashboard-crate-quizzes button.ld_dashboard_builder_new_quizz {
    color: #fff !important;
    border: none;
    padding: 12px 30px !important;
    border-radius: var(--ld-border-radius);
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s;
}

.ld-dashboard-crate-lesson {
    margin-top: 15px;
}

.ld-dashboard-crate-lesson button.ld_dashboard_builder_new_lesson,
.ld-dashboard-crate-quizzes button.ld_dashboard_builder_new_quizz,
.ld-dashboard-single-wrap.ld-dashboard-course-builder-lesson .ld-dashboard-crate-topics-quiz button,
.ld-dashboard-crate-lesson button.ld_dashboard_builder_new_section_heading {
    padding: 0 0 0 25px;
    margin: 0 10px 10px 0;
    background-color: transparent;
}

.ld-dashboard-crate-lesson button.ld_dashboard_builder_new_section_heading {
    border: 2px solid !important;
    padding: 11px 30px !important;
    border-radius: var(--ld-border-radius);
    cursor: pointer;
    transition: all 0.3s;
    font-size: 15px;
}

.ld-dashboard-crate-lesson button.ld_dashboard_builder_new_section_heading:hover {
    background: #f7f9fb;
}

.ld-dashboard-single-wrap.ld-dashboard-course-builder-lesson .ld-dashboard-crate-topics-quiz button {
    margin-right: 10px;
    transition: all 0.3s;
}

.ld-dashboard-single-wrap.ld-dashboard-course-builder-lesson .ld-dashboard-crate-topics-quiz span input[type="submit"],
.ld-dashboard-single-wrap.ld-dashboard-course-builder-lesson .ld-dashboard-crate-topics-quiz span input[type="button"],
.ld-dashboard-crate-lesson span input[type="submit"],
.ld-dashboard-quizz-form span input[type="button"],
.ld-dashboard-quizz-form span input[type="submit"],
.ld-dashboard-crate-lesson span input[type="button"] {
    padding: 12px 30px;
    border-radius: var(--ld-border-radius);
    margin: 10px 0px 0;
    display: inline-block;
    font-size: 15px;
}

.ld-dashboard-single-wrap.ld-dashboard-course-builder-lesson .ld-dashboard-crate-topics-quiz span input[type="button"],
.ld-dashboard-crate-lesson span input[type="button"],
.ld-dashboard-quizz-form input.is-default.ld__builder--new--quizz-entity-button {
    background: #717D96;
    border-color: #717D96;
    margin-left: 10px;
}

.ld-dashboard-single-wrap.ld-dashboard-course-builder-lesson .ld-dashboard-crate-topics-quiz button.ld_dashboard_builder_new_quiz,
.ld-dashboard-single-wrap.ld-dashboard-course-builder-lesson .ld-dashboard-crate-topics-quiz span input[type='button'][data-value="cancel"] {
    background: #717D96;
    border-color: #717D96;
}

.ld-dashboard-topic-form,
.ld-dashboard-quiz-form {
    margin-bottom: 12px;
}

.ld-dashboard-course-lesson-builder-topic-single,
.ld-dashboard-course-lesson-builder-quiz-single,
.ld-dashboard-quiz-builder-list-wrapper li,
.ld-dashboard-quizzes-builder-wrapper .ld-dashboard-quizzes-builder-content .ld-dashboard-quizz-builder-section-wrap {
    padding: 15px 20px 15px 80px;
    font-size: 15px;
    background: #fbfcff;
    margin-top: 10px;
    display: flex;
    position: relative;
    border-radius: var(--ld-border-radius);
    border: 1px solid var(--ld-border-color);
    transition: all 0.3s;
}

.ld-dashboard-quizzes-builder-wrapper .ld-dashboard-quizzes-builder-content .ld-dashboard-quizz-builder-section-wrap {
    margin: 10px 0;
}

.ld-dashboard-quiz-builder-list-wrapper li,
.ld-dashboard-quizzes-builder-wrapper .ld-dashboard-quizzes-builder-content .ld-dashboard-quizz-builder-section-wrap {
    transition: none;
}

.ld-dashboard-course-lesson-builder-topic-single:hover,
.ld-dashboard-course-lesson-builder-quiz-single:hover,
.ld-dashboard-quiz-builder-list-wrapper li:hover {
    border-color: var(--ld-border-color2);
}

.ld-dashboard-course-lesson-builder-topic-single .ld-dashboard-course-builder-topic-title,
.ld-dashboard-course-lesson-builder-quiz-content .ld-dashboard-course-builder-quiz-title,
.ld-dashboard-quiz-builder-list-wrapper .ld-dashboard-course-builder-question-single {
    width: 100%;
    font-size: 16px;
}

.ld-dashboard-course-lesson-builder-topic-single .ld-dashboard-course-builder-topic-title:before,
.ld-dashboard-course-lesson-builder-quiz-content .ld-dashboard-course-builder-quiz-title:before,
.ld-dashboard-quizzes-builder-wrapper .ld-dashboard-quizzes-builder-content .ld-dashboard-course-builder-quiz-title:before,
.ld-dashboard-assigned-questions-list .ld-dashboard-course-builder-question-single:before,
.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson .ld-dashboard-course-builder-lesson-title:before {
    content: "T";
    font-size: 15px;
    background: #e33f00;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 44px;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    font-weight: 500;
    font-family: Segoe UI;
}

.ld-dashboard-course-lesson-builder-quiz-content .ld-dashboard-course-builder-quiz-title:before,
.ld-dashboard-assigned-questions-list .ld-dashboard-course-builder-question-single:before,
.ld-dashboard-quizzes-builder-wrapper .ld-dashboard-quizzes-builder-content .ld-dashboard-course-builder-quiz-title:before {
    content: "Q";
    background: #8350c7;
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson .ld-dashboard-course-builder-lesson-title:before {
    content: "L";
    background: #467500;
    top: 50%;
    margin-top: -12px;
    left: 38px;
    font-size: 14px;
}

.ld-dashboard-course-builder-lesson .ld-dashboard-sortable-input,
.ld-dashboard-quizzes-builder-wrapper .ld-dashboard-quizzes-builder-content span.ld-dashboard-sortable-input,
.ld-dashboard-course-builder-lesson .ld-dashboard-course-lesson-builder-topic-single .ld-dashboard-sortable-input,
.ld-dashboard-course-builder-lesson .ld-dashboard-course-lesson-builder-quiz-single .ld-dashboard-sortable-input,
.ld-dashboard-quiz-builder-wrapper .ld-dashboard-quiz-builder-list-wrapper .ld-dashboard-sortable-input,
.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson .ld-dashboard-sortable-input-section {
    background: url(../img/icons/dragable.svg) no-repeat center center;
    height: 25px;
    width: 25px;
    display: block;
    position: absolute;
    left: 10px;
    top: 16px;
    opacity: 0.8;
    cursor: grab;
    z-index: 1;
}

.ld-dashboard-single-wrap.ui-shortable-placegolder.ui-sortable-handle {
    cursor: grab !important;
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-course-builder-lesson:hover {
    background: #F4F7FF;
}

.ld-dashboard-quiz-builder-wrapper .ld-dashboard-quiz-builder-list-wrapper .remove-question {
    background: url(../img/icons/trash-alt.svg) no-repeat center center;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    opacity: 0.8;
    cursor: pointer;
}

.ld-dashboard-quiz-builder-wrapper .ld-dashboard-quiz-builder-list-wrapper .remove-question:hover {
    opacity: 1;
}

.ld-dashboard-quiz-builder-content {
    display: flex;
    justify-content: space-between;
}

.ld-dashboard-quiz-builder-question strong {
    text-transform: capitalize;
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    line-height: 1;
}

.ld-dashboard-assigned-questions-wrapper,
.ld-dashboard-quiz-builder-question {
    width: 48%;
    padding: 0;
    margin-bottom: 10px;
    position: relative;
    border: 1px #dcdfe5 solid;
    border-radius: var(--ld-border-radius);
}

.ld-dashboard-assigned-questions-wrapper {
    width: 60%;
    margin-right: 15px;
    padding: 0;
    border: none;
}

.ld-dashboard-quiz-builder-question {
    background: #fbfcff;
    padding: 12px;
}

.ld-dashboard-assigned-question-default {
    border: 2px dashed var(--ld-border-color);
    background: #f7f7fb;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 10px;
    border-radius: 10px;
    display: flex;
    width: 100%;
    justify-content: center;
    height: 50px;
    align-items: center;
    line-height: 1;
}

.ld-dashboard-quiz-builder-list-wrapper {
    list-style: none;
    margin: 0px !important;
    padding: 2px 0;
    position: relative;
}

.ld-dashboard-quiz-builder-list-wrapper li {
    position: relative;
    padding-right: 30px;
    margin: 10px 0;
    width: 100%;
}

.ld-dashboard-quiz-builder-question ul#ldd_sfwd-question_list {
    overflow-y: scroll;
    max-height: 502px;
    padding-right: 5px;
    position: unset;
}

.ld-dashboard-quiz-builder-question ul#ldd_sfwd-question_list::-webkit-scrollbar {
    width: 8px;
    border-radius: var(--ld-border-radius);
}

.ld-dashboard-quiz-builder-question ul#ldd_sfwd-question_list::-webkit-scrollbar-track {
    background: #FBFCFF;
    overflow: hidden;
    border-radius: var(--ld-border-radius);
}

.ld-dashboard-quiz-builder-question ul#ldd_sfwd-question_list::-webkit-scrollbar-thumb {
    background: rgb(231, 231, 235);
    border-radius: var(--ld-border-radius);
    -webkit-border-radius: var(--ld-border-radius);
    -moz-border-radius: var(--ld-border-radius);
    -ms-border-radius: var(--ld-border-radius);
    -o-border-radius: var(--ld-border-radius);
}

.ld-dashboard-quiz-builder-question ul#ldd_sfwd-question_list::-webkit-scrollbar-thumb:hover {
    background: rgb(231, 231, 235);
    border-radius: var(--ld-border-radius);
}

.ld-dashboard-quiz-builder-question .ld-dashboard-quiz-builder-list-wrapper li {
    border-radius: 5px;
    padding: 5px 5px 5px 25px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.ld-dashboard-content form#acf-form .ld-dashboard-quiz-builder-question.ld-dashboard-posts-content input.ld-dashboard-search-posts {
    height: 40px !important;
    border-radius: 10px !important;
    margin-bottom: 15px;
    font-size: 12px;
}

.ld-dashboard-load-more-wrapper button.ld-dashboard-builder-search-reset {
    border: none;
    padding: 10px 30px;
    border-radius: var(--ld-border-radius);
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    background: #717D96;
}

.ld-dashboard-notice {
    background: #f9f2f2;
    padding: 8px 15px;
    margin: 15px 0;
    border-left: 3px solid #ff1717;
}

.ld-dashboard-quiz-builder-question .ld-dashboard-quiz-builder-list-wrapper li .ld-dashboard-sortable-input {
    width: 15px;
    left: 6px;
    top: 2px;
}

.ld-dashboard-quiz-builder-question .ld-dashboard-quiz-builder-list-wrapper li .ld-dashboard-course-builder-question-single {
    font-size: 14px;
}

.ld-dashboard-quiz-builder-question .ld-dashboard-quiz-builder-list-wrapper li:hover {
    cursor: move;
}

.ld-dashboard-quiz-builder-list-wrapper li:hover {
    background: #F4F7FF;
}

.ld-dashboard-quiz-builder-list-wrapper.ld-dashboard-questions-list li {
    padding-left: 38px;
    background: var(--ld-white-bg);
    line-height: 1.2;
    padding-right: 15px;
}

.ld-dashboard-share-post-single {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px;
    background: #fefefe;
    border-radius: var(--ld-border-radius);
    padding: 7px 7px 7px 15px;
    border: 1px solid #ebebeb;
    gap: 10px;
}

.ld-dashboard-share-post-single span {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    line-height: 1;
    -webkit-box-orient: vertical;
}

.ld-dashboard-share-post-single span.ld-dashboard-share-single-title {
    flex: 1 0 0;
}

.ld-dashboard-share-post-single span.ld-dashboard-add-share-btn {
    flex: unset;
}

.ld-dashboard-share-post-single .lesson-category,
.ld-dashboard-share-post-single .topic-category {
    margin: 0px;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    line-height: 1;
    -webkit-box-orient: vertical;
    flex: 80px 0 0;
}

.ld-dashboard-share-topic-wrapper {
    margin: 15px 0;
}

.ld-dashboard-share-course-toggle-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    background-color: #f9f9f9;
    padding: 15px;
    justify-content: space-between;
}

.ld-dashboard-share-course-toggle-wrapper H6 {
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    width: auto;
    margin: 0;
    color: #333;
    padding-left: 25px;
}

.ld-dashboard-share-course-toggle-wrapper.ld-dashboard-share-lesson-header H6:before{
    content: "L";
    background: #467500;
}

.ld-dashboard-share-course-toggle-wrapper H6:before {
    content: "Q";
    background: #8350c7;
    font-size: 13px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 12px;
    width: 22px;
    top: 15px;
    height: 22px;
    border-radius: 8px;
    font-weight: 500;
    font-family: Segoe UI;
}

.ld-dashboard-share-course-toggle-wrapper.ld-dashboard-share-topic-header h6::before {
    content: "T";
    background: #2067fa;
}

.ld-dashboard-share-lesson-wrapper,
.ld-dashboard-share-topic-wrapper,
.ld-dashboard-share-quiz-wrapper {
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    border-radius: var(--ld-border-radius);
    overflow: hidden;
}

.ld-dashboard-share-course-toggle-content {
    cursor: pointer;
    line-height: 15px;
}

.ld-dashboard-share-toggle-content {
    padding: 5px 15px 20px;
    background-color: #f9f9f9;
}

.ld-dashboard-share-toggle-content input.ld-dashboard-search-posts {
    width: 100%;
    border-radius: 10px;
}

button.ld-dashboard-share-post-add {
    padding: 6px 12px;
    border: none;
    border-radius: var(--ld-border-radius);
    cursor: pointer;
    color: #fff;
    display: inline-block;
    font-size: 14px;
}

.ld-dashboard-quiz-time-limit-field thead {
    display: none !important;
}

td.ld-dashboard-form-settings-data-tab.ld-dashboard-quiz-time-limit-field-timer {
    padding: 10px !important;
}

.ld-dashboard-course-builder-topic-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 100px;
}

.ld-dashboard-course-builder-topic-title h5,
.ld-dashboard-course-builder-quiz-title h5 {
    margin: 0;
    font-size: 16px;
}

.ld-dashboard-quizzes-builder-wrapper .ld-dashboard-quizzes-builder-content .ld-dashboard-quizz-builder-section-wrap .ld-dashboard-course-builder-quiz-title {
    width: 100%;
}

.ld-dashboard-quizzes-builder-wrapper .ld-dashboard-quizzes-builder-content .ld-dashboard-quizz-builder-section-wrap span.ld-dashboard-quiz-title {
    margin: 0;
    font-size: 15px;
}

.ld-dashboard-course-lesson-builder-topic-single span.row-actions,
.ld-dashboard-course-lesson-builder-quiz-single span.row-actions {
    display: none;
}

.ld-dashboard-course-lesson-builder-topic-single:hover span.row-actions,
.ld-dashboard-course-lesson-builder-quiz-single:hover span.row-actions {
    display: inline-block;
}

.ld-dashboard-lesson-builder-wrapper .ld-dashboard-course-lesson-builder-topic-wrapper .ld-dashboard-edit-remove-link-action,
.ld-dashboard-single-wrap.ld-dashboard-course-lesson-builder-quiz-single .ld-dashboard-edit-remove-link-action {
    right: 10px;
    border: none;
    top: 15px;
}

.ld-dashboard-remove-wrapper.ld-dashboard-course-lesson-topic-remove {
    right: 25px;
}

.acf-field.ld-dashboard-group-field.ld-dashboard-billing-cycle-field,
.acf-field.ld-dashboard-group-field.ld-dashboard-trial-duration-field {
    margin: 0;
    padding-bottom: 12px;
}

.acf-field.custom-learndash-course-sub-form.ld-dashboard-group-field-single {
    padding-top: 0;
    width: 50%;
    float: left;
    clear: none;
}

.acf-field.custom-learndash-course-sub-form.ld-dashboard-group-field-single[data-type="number"] {
    padding-right: 10px;
}

.acf-field.custom-learndash-course-sub-form.ld-dashboard-group-field-single[data-type="select"] {
    padding-left: 10px;
}

.ld-dashboard-course-builder-quiz-title .ld-dashboard-update-quiz-form {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.ld-dashboard-course-builder-quiz-title .ld-dashboard-update-quiz-form span {
    display: flex;
    gap: 8px;
}

.ld-dashboard-course-builder-quiz-title .ld-dashboard-update-quiz-form span input.ld__builder--update-quiz-button {
    padding: 8px 18px;
    height: 38px;
    font-size: 15px;
    border-radius: var(--ld-border-radius);
}

.ld-dashboard-course-builder-quiz-title .ld-dashboard-update-quiz-form span input[type="button"],
.ld-dashboard-course-builder-update-edit-form .ld-dashboard-update-button-wrap input.is-default {
    background: #717D96;
    border-color: #717D96;
}


/* My Quizzes  */

.my-quizzes.ld-dashboard-add-edit-form .ld-dashboard-quiz-builder-content {
    gap: 10px;
    margin-top: 20px;
}

.my-quizzes.ld-dashboard-add-edit-form .ld-dashboard-quiz-builder-question strong {
    margin-bottom: 15px;
    font-size: 18px;
}

.my-quizzes.ld-dashboard-add-edit-form .ld-dashboard-assigned-questions-wrapper {
    width: 65%;
}

.my-quizzes.ld-dashboard-add-edit-form .ld-dashboard-quiz-builder-question {
    padding: 15px;
    width: 35%;
}

.my-quizzes.ld-dashboard-add-edit-form .ui-droppable .ld-dashboard-quiz-builder-list-wrapper>li {
    padding: 15px 20px 15px 80px !important;
}

.my-quizzes.ld-dashboard-add-edit-form .ui-droppable .ld-dashboard-quiz-builder-list-wrapper>li .ld-dashboard-sortable-input {
    top: 13px;
}

.my-quizzes.ld-dashboard-add-edit-form .ui-droppable .ld-dashboard-quiz-builder-list-wrapper>li .ld-dashboard-edit-wrapper.ld-dashboard-course-question-edit {
    font-size: 20px;
    font-weight: normal;
    margin-right: 15px;
    line-height: 20px;
}

.my-quizzes.ld-dashboard-add-edit-form .ld-dashboard-quiz-builder-list-wrapper li .ld-dashboard-sortable-input {
    top: 9px;
}

.my-quizzes.ld-dashboard-add-edit-form .ld-dashboard-quiz-builder-list-wrapper li {
    padding: 12px 5px 12px 25px !important;
    border-radius: 8px;
}

.ld-dashboard-search-posts::placeholder {
    white-space: nowrap;
}

.my-quizzes.ld-dashboard-add-edit-form .ld-dashboard-quiz-builder-question ul#ldd_sfwd-question_list{
    padding-right: 0;
}
/*Add Lesson and Quiz*/

.ld-dashboard-lesson-form,
.ld-dashboard-section-form {
    margin-top: 15px;
}


/*Submitted Essays*/

.ld-dashboard-student-submitted-essays-container {
    background: var(--ld-white-bg);
    border-radius: var(--ld-border-radius);
    overflow: hidden;
    border: 1px solid #dcdfe5;
}

.ld-dashboard-student-submitted-essays-container table {
    border: none;
    margin: 0;
}

.ld-dashboard-student-submitted-essays-container thead th:nth-child(1) {
    width: 40%;
}

.ld-dashboard-student-submitted-essays-container thead th:nth-child(2) {
    width: 15%;
}

.ld-dashboard-student-submitted-essays-container thead th:nth-child(3) {
    width: 25%;
}

.ld-dashboard-student-submitted-essays-container thead th:nth-child(4) {
    width: 20%;
}

.ld-dashboard-student-submitted-essays-container td,
.ld-dashboard-student-submitted-essays-container th {
    border: none;
    padding: 10px 15px !important;
    font-size: 15px;
    text-align: left;
}

.ld-dashboard-student-submitted-essays-container th {
    padding: 15px !important;
}

.ld-dashboard-student-submitted-essays-container thead th,
.ld-dashboard-student-submitted-essays-container tfoot th {
    background: #f4f4f4;
    border-bottom: 1px solid #dcdfe5;
}

.ld-dashboard-student-submitted-essays-container tbody td:nth-child(1) {
    line-height: 1.5;
}

.ld-dashboard-student-submitted-essays-container tfoot th {
    border-top: 1px solid #dcdfe5;
}

.ld-dashboard-student-submitted-essays-container tbody tr:nth-child(2n+2) {
    background-color: rgba(220, 223, 229, 0.25);
    border-bottom: 1px solid;
}

.ld-dashboard-student-submitted-essays-container .ld-approval-points input.small-text.learndash-award-points {
    padding: 5px;
    min-height: 35px;
    height: 35px;
    border-color: #ddd;
    width: 70px;
    border-radius: 8px;
}

.ld-dashboard-student-submitted-essays-container .ld-approval-points {
    margin: 5px 0 0;
    line-height: 1.1;
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.ld-dashboard-student-submitted-essays-container .ld-approval-action {
    margin-top: 8px;
}

.ld-dashboard-student-submitted-essays-container .ld-approval-action button.small.essay_approve_single {
    border: none;
    color: #fff;
    padding: 8px 18px;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 8px;
}

.ld-dashboard-student-submitted-essays-container .ld-approval-status {
    line-height: 1;
}

.ld-dashboard-student-submitted-essays-container .custom-learndash-pagination-nav {
    margin: 15px;
    justify-content: flex-end;
}

.ld-dashboard-student-submitted-essays-container ul.custom-learndash-pagination.course-pagination-wrapper {
    justify-content: space-between;
    padding: 0px;
}

.ld-dashboard-student-submitted-essays-container td:last-child a {
    line-height: 1.3;
    display: block;
}


/*Assignment*/

.ld-mycourse-content .ld-meta.ld-course-metadata ul li span.ld-dashboard-assignment-status {
    color: #ffffff;
    padding: 3px 10px;
    text-transform: capitalize;
    display: inline-block;
    font-size: 12px;
    border-radius: 10px;
    background: #d72020;
}

.ld-dashboard-assignment-status-wrapper.assignment-approved-wrapper {
    background: #afe3a9;
    border-radius: 10px;
}

.ld-mycourse-content .ld-meta.ld-course-metadata ul li span.ld-dashboard-assignment-status.assignment-approved {
    background: #0fb587;
    margin: 0;
}

.ld-dashboard-assignment-content ul.post_status li {
    display: flex !important;
    align-items: center;
}

.ld-dashboard-no-access-page {
    text-align: center;
}

.ld-dashboard-home-btn-container {
    text-align: center;
}

.ld-dashboard-home-btn-container a.ld-dashboard-home-btn {
    padding: 14px 35px;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
}


/*Announcement Tab*/

.ld-dashboard-announcement-fields-wrapper {
    width: 100%;
    background: var(--ld-white-bg);
    padding: 10px 25px 25px;
}

.ld-dashboard-announcement-field-single label {
    display: block;
    margin-bottom: 3px;
}

.ld-dashboard-announcement-field-single {
    margin-top: 15px;
}

.ld-dashboard-announcement-field-single input[type="text"],
.ld-dashboard-announcement-field-single textarea {
    width: 100%;
    font-size: 15px;
    line-height: 1.3;
}

.ld-dashboard-announcement-field-single textarea {
    height: 130px;
}

.ld-dashboard-announcement-field-single button.ld-dashboard-create-announcement-btn {
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    text-transform: none;
    overflow: hidden;
    border: none;
    border-radius: var(--ld-border-radius);
    font-weight: normal;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    overflow: hidden;
}

span.ld-dashboard-msg-box.announcement-submit.ld-dashboard-announcement-msg-submit {
    display: block;
    margin-top: 15px;
    color: #1f9b1f;
    font-size: 15px;
}

.ld-dashboard-announcement-content-wrapper {
    visibility: hidden;
    line-height: 1;
    position: fixed;
    z-index: 88888;
    inset: 0px;
    zoom: 1;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 0.15s linear;
    opacity: 0;
    transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s;
}

.ld-announcement-content-wrapper {
    width: 100%;
    position: absolute;
    top: 20%;
    display: block;
    left: 50%;
    margin-left: -275px;
    border-radius: var(--ld-border-radius);
    background: var(--ld-white-bg);
    padding: 25px;
    z-index: 9999;
    max-width: 550px;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -80px);
    transform: translate(0, -80px);
    visibility: hidden;
}

.ld-dashboard-announcement-content-wrapper.ldd-show-popup {
    visibility: visible;
    opacity: 1 !important;
}

.ld-dashboard-announcement-content-wrapper.ldd-show-popup .ld-announcement-content-wrapper {
    visibility: visible;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

span.ld-dashboard-announcement-content-close {
    position: absolute !important;
    cursor: pointer !important;
    border: none !important;
    background-color: #e40707 !important;
    padding: 8px !important;
    display: block;
    width: 30px;
    text-align: center;
    top: -12px;
    height: 30px;
    right: -15px;
    border-radius: 8px !important;
    min-width: auto !important;
    line-height: 14px;
}

span.ld-dashboard-announcement-content-close::before {
    content: "x";
    color: #fff;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.ld-dashboard-announcement-single {
    padding: 15px 20px;
    background-color: #fff;
    border-radius: var(--ld-border-radius);
    margin-bottom: 10px;
    border: 1px solid var(--ld-border-color);
    cursor: pointer;
    font-size: 16px;
    background-image: url(../img/icons/course.svg);
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 18px center;
    padding-left: 50px;
    transition: all 0.3s;
    color: #000;
}

.ld-dashboard-announcement-single:hover {
    background-color: #FEFEFF;
}

.ld-dashboard-announcement-single-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ld-dashboard-announcement-content-header h4 {
    margin: -25px -25px 15px;
    line-height: 1.2;
    font-size: 20px;
    background: #ebebeb;
    padding: 15px 25px;
    border-radius: 8px 8px 0 0;
}

.ld-dashboard-announcement-content-body {
    line-height: 1.4;
    overflow-y: scroll;
    font-size: 15px;
    max-height: 512px;
    padding-top: 5px;
}

.ld-dashboard-announcement-content-body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}

.ld-dashboard-announcement-content-body::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
}

.ld-dashboard-announcement-content-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #999;
}

span.ld-dashboard-msg-box.announcement-title.ld-dashboard-announcement-msg-title {
    font-size: 15px;
    color: red;
}

small.ldd-required-field {
    color: red;
    font-size: 100%;
}


/*Certificate*/

.wbcom-ld-dashboard .ui-dialog.ld-shortcodes {
    z-index: 160000 !important;
    max-width: 1000px;
    left: 50% !important;
    margin-left: -500px;
}

.wbcom-ld-dashboard .ui-dialog.ld-shortcodes>.ui-dialog-titlebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wbcom-ld-dashboard .ui-dialog.ld-shortcodes>.ui-dialog-titlebar>.ui-button.ui-dialog-titlebar-close {
    top: 7px;
}

.wbcom-ld-dashboard div#learndash_shortcodes {
    padding: 0;
}

.wbcom-ld-dashboard #learndash_shortcodes_wrap {
    position: relative;
    margin: 0;
    height: 100%;
}

.wbcom-ld-dashboard .sfwd.sfwd_options.learndash_shortcodes_section {
    margin-bottom: 15px;
}

.wbcom-ld-dashboard #learndash_shortcodes_sections {
    padding: 20px;
}

.wbcom-ld-dashboard .learndash_shortcodes_section input[type="number"],
.wbcom-ld-dashboard .learndash_shortcodes_section select {
    width: 100%;
}

div.ld-dashboard-submit-msg-wrapper {
    position: fixed;
    bottom: 10px;
    left: -300px;
    opacity: 1;
    background: #000000db;
    padding: 13px 25px;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    z-index: 99999;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgb(0, 0, 0, 0.3);
}

span.ld-dashboard-submit-msg-text {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
}

.ld-dashboard-submit-msg-wrapper .ld-dashboard-submit-msg-content span.ld-dashboard-submit-msg-text {
    color: #fff;
    font-size: 15px;
    text-transform: unset;
}

.ld-dashboard-submit-msg-link {
    margin-left: 25px;
    color: #fff !important;
    padding: 0;
    font-size: 15px;
    text-decoration: underline;
}


/* Withdraw tab */

.ld-dashboard-add-withdraw-method-head-content {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}

.ld-dashboard-withdraw-method-container {
    display: flex;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 30px;
}

.ld-dashboard-withdraw-method-single {
    align-items: center;
    display: flex;
    padding: 13px;
    border-radius: var(--ld-border-radius);
    border: 1px solid var(--ld-border-color);
    background: var(--ld-white-bg);
    transition: all 0.3s;
    margin: 0 1%;
    width: 31.33%;
    overflow: hidden;
    position: relative;
}

.ld-dashboard-withdraw-method-single .ld-dashboard-withdraw-method-content {
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px;
    color: #696969;
}

.ld-dashboard-withdraw-method-single span.ld-dashboard-withdraw-method-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.ld-dashboard-withdraw-method-single input.ld-dashboard-withdraw-method-radio {
    height: 100%;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-print-color-adjust: exact;
    cursor: pointer;
    transition: 300ms;
    left: 0;
    opacity: 0;
    position: absolute;
}

.ld-dashboard-withdraw-method-container .ld-dashboard-withdraw-method-single:hover {
    box-shadow: 0 10px 30px 0 rgba(94, 92, 154, 0.15);
    border: 1px solid #D9DDE4;
}

.ld-dashboard-withdraw-method-single:before,
.ld-dashboard-withdraw-method-single.ld-dashboard-withdraw-method-active::after {
    content: "";
    left: 0;
    top: 50%;
    height: 20px;
    width: 20px;
    border: 3px solid #cdcfd5;
    border-radius: 100%;
}

.ld-dashboard-withdraw-method-single.ld-dashboard-withdraw-method-active::after {
    left: 14px;
    position: absolute;
    top: 24px;
    border: 5px solid #3e64de;
    background: var(--ld-white-bg);
    height: 18px;
    width: 18px;
}

.ld-dashboard-withdraw-method-single.ld-dashboard-withdraw-method-active::before {
    border-color: #3e64de;
    box-shadow: 0 0px 0 5px #ebeffe;
}

.ld-dashboard-withdraw-method-fields {
    display: flex;
    margin: 0 0 20px;
    padding: 20px;
    background: var(--ld-white-bg);
    flex-wrap: wrap;
    border-radius: var(--ld-border-radius) !important;
    border: 1px solid var(--ld-border-color);
}

.ld-dashboard-withdraw-method-fields label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}

.ld-dashboard-withdraw-method-fields input[type=number],
.ld-dashboard-withdraw-method-fields input[type=text],
.ld-dashboard-withdraw-method-fields input[type=email],
.ld-dashboard-withdraw-method-fields input[type=url] {
    width: 100%;
    transition: 300ms;
    height: 45px;
    font-size: 15px;
    border-radius: var(--ld-border-radius) !important;
}

.ld-dashboard-withdraw-method-fields input[type="number"]:focus-visible,
.ld-dashboard-withdraw-method-fields input[type="text"]:focus-visible,
.ld-dashboard-withdraw-method-fields input[type=email]:focus-visible,
.ld-dashboard-withdraw-method-fields input[type=url]:focus-visible {
    box-shadow: none;
    outline: none;
}

.ld-dashboard-withdraw-method-fields small {
    color: #5b616f;
    font-size: 15px;
    margin: 10px 0 0;
    display: block;
}

.ld-dashboard-add-withdraw-method-form form#add_withdraw button#ldd_save_withdraw_method {
    border-radius: var(--ld-border-radius);
    font-size: 15px;
    padding: 12px 30px;
    height: auto;
    /* background: #156AE9;
    border-color: #156AE9; */
    color: #fff;
    border: none;
}

.ld-dashboard-withdrawal-content {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    padding: 20px;
    border-radius: var(--ld-border-radius);
    border: 1px solid #dcdfe5;
    background: var(--ld-white-bg);
    justify-content: space-between;
}

.ld-dashboard-withdraw-img-wrapper {
    width: 60px;
    padding: 10px;
    border-radius: 50%;
    margin-right: 20px;
    background: #bbd4ef;
    height: 60px;
    text-align: center;
}

span.ld-dashboard-withdraw-wallet-img.ld-icon-wallet-2-line {
    font-size: 35px;
    line-height: 0;
    color: #000000;
}

span.ld-dashboard-withdraw-wallet-img.ld-icon-wallet-2-line:before {
    margin: 0;
}

.ld-dashboard-current-balance {
    display: flex;
    align-items: center;
}

.current-balance {
    margin-right: 50px;
}

.current-balance span {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.current-balance p {
    margin: 2px 0 0;
    color: #555;
    font-size: 14px;
}

button.ld-dashboard-withdraw-modal-btn {
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: var(--ld-border-radius);
    padding: 10px 20px;
    font-size: 15px;
}

.ld-dashboard-withdrawal-preference-content p {
    margin: 0 0 0 6px;
    font-size: 14px;
}

.ld-dashboard-withdrawal-preference-content {
    display: flex;
    padding: 18px 0;
    align-items: center;
}

.ld-dashboard-withdrawal-status-single.ld-dashboard-withdrawal-pending {
    padding: 4px 15px 5px;
    background: #fbefcb;
    border-radius: 50px;
    text-align: center;
    color: #cb8824;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid;
    display: inline-block;
    max-width: 100px;
    width: 100%;
}

.ld-dashboard-withdrawal-status-single.ld-dashboard-withdrawal-approved {
    padding: 4px 15px 5px;
    background: #d9fcdc;
    border-radius: 50px;
    text-align: center;
    color: #3ca845;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    max-width: 100px;
    width: 100%;
    border: 1px solid;
}

.ld-dashboard-withdrawal-status-single.ld-dashboard-withdrawal-rejected {
    background: #ffcece;
    padding: 4px 15px 5px;
    border-radius: 50px;
    text-align: center;
    color: #cf1616;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    max-width: 100px;
    width: 100%;
    border: 1px solid;
}

.ld-dashboard-bak-instructions {
    margin: 0 0px 8px 8px;
    font-size: 16px;
    width: 100%;
}

.ld-dashboard-add-withdraw-method-form .ld-dashboard-withdraw-messages {
    padding: 5px 12px;
    background: #eef1f4;
    font-size: 15px;
    /* border-left: 3px solid #156AE9; */
}


/*Withdrawal History*/

.ld-dashboard-withdrawal-history-wrapper {
    margin-top: 20px;
}

.ld-dashboard-withdrawal-history-head h4 {
    font-size: 18px;
}

.ld-dashboard-withdrawal-history-content-table {
    border: 1px solid #dcdfe5;
    border-radius: 6px;
    overflow: hidden;
}

.ld-dashboard-withdrawal-history-content-table table {
    margin: 0;
    border-radius: 6px;
    border: none;
    overflow: hidden;
    background: #f4f7f9;
}

.ld-dashboard-withdrawal-history-content-table th {
    padding: 12px 15px !important;
    background: #ebecee;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    border: none !important;
}

.ld-dashboard-withdrawal-history-content-table td {
    padding: 15px !important;
    font-size: 15px;
    border: none !important;
    line-height: 1;
}

.ld-dashboard-withdrawal-preference-content a {
    text-decoration: underline;
}

.ld-dashboard-withdrawal-history-content-table .ld-dashboard-withdrawal-list:nth-child(2n+2) {
    background: var(--ld-white-bg);
}

.ld-dashboard-withdrawal-history-content-table span.ld-dashboard-withdrawal-method-label {
    font-weight: bold;
}


/*Withdrawal PopUP*/

.ld-dashboard-withdrawal-pop-up-wrapper {
    position: fixed;
    z-index: -1;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100vh;
    transition: opacity 1s;
    left: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.ld-dashboard-withdrawal-pop-up-section {
    background: var(--ld-white-bg);
    padding: 40px;
    border-radius: 10px;
    max-width: 600px;
    margin: -270px auto auto;
    width: 100%;
    max-height: 540px;
    top: 50%;
    z-index: 999999;
    position: relative;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.ld-dashboard-withdrawal-pop-up-wrapper.ld-dashboard-popup-active .ld-dashboard-withdrawal-pop-up-section {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ld-dashboard-withdrawal-popup-overlap {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    display: block;
    left: 0;
    top: 0;
    z-index: 99999;
}

.ld-dashboard-pop-up-details h4 {
    font-size: 22px;
    margin: 15px 0;
    line-height: 1.5;
}

.ld-dashboard-pop-up-details p {
    margin: 0;
    font-size: 15px;
}

.ld-dashboard-withdrawal-request-balance {
    display: flex;
    width: 100%;
    font-size: 15px;
    flex-wrap: wrap;
    margin: 20px 0 35px;
}

.ld-dashboard-request-balance {
    margin-right: 20px;
}

.ld-dashboard-request-balance strong {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: #000;
}

.ld-dashboard-withdrawal-form-content {
    background: #f1f4f7;
    padding: 40px;
    margin: 0 -40px -40px;
    border-radius: 0 0 8px 8px;
}

.ld-dashboard-withdrawal-form-field-amount {
    position: relative;
    border-radius: 8px;
    background: var(--ld-white-bg);
    border: 1px solid #ddd;
}

.ld-dashboard-withdrawal-form-field-amount input.ld-dashboard-withdrawal-amount {
    width: 100%;
    border-radius: 8px;
    border: none !important;
    height: 40px;
    font-weight: bold;
    padding-left: 50px;
}

.ld-dashboard-withdrawal-form-field-amount input.ld-dashboard-withdrawal-amount:focus {
    box-shadow: none;
    outline: none;
}

.ld-dashboard-withdrawal-form-field-amount:before {
    content: "$";
    position: absolute;
    top: -1px;
    font-size: 20px;
    background: #cdcdcd;
    border-radius: 8px 0px 0px 8px;
    height: 42px;
    width: 40px;
    left: -1px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}

.ld-dashboard-withdrawal-form-field .ld-dashboard-withdrawal-preference-content {
    font-weight: bold;
}

.ld-dashboard-withdrawal-form-submit-field {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

button.ld-dashboard-submit-withdrawal-request,
button.ld-dashboard-cancel-withdrawal-request {
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 8px;
    padding: 12px 30px;
    font-size: 15px;
}

button.ld-dashboard-cancel-withdrawal-request {
    background: #c3c5c7;
}

span.ld-dashboard-close-withdrawal-popup {
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    padding: 5px;
    width: 35px;
    line-height: 1;
    text-align: center;
    height: 35px;
    background: #e00404;
    border-radius: 8px;
}

.ld-dashboard-no-withdrawal-history-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px 50px;
}

.ld-dashboard-withdrawal-form-field label {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 5px;
    display: block;
}

.ld-dashboard-no-withdrawal-history-message {
    margin: 15px 0;
    font-size: 20px;
    color: #000;
}


/*Instructor Earning*/

h3.ld-dashboard-instructor-earning-title {
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--ld-heading-color);
    font-weight: bold;
    padding: 15px 25px;
    display: block;
    margin: 0;
    border-bottom: 1px solid var(--ld-border-color);
}

.ld-dashboard-instructor-earning-filter-wrapper ul.ld-dashboard-instructor-earning-filters-list {
    margin: 0px 0 15px !important;
    border-bottom: 1px solid var(--ld-border-color);
}

.ld-dashboard-instructor-earning-chart-wrapper {
    padding: 0 0 10px;
    width: 60%;
}

ul.ld-dashboard-instructor-earning-filters-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.ld-dashboard-instructor-earning-filters-list li.ld-dashboard-instructor-earning-filters-link {
    margin: 0;
    width: 24.9%;
    text-align: center;
    transition: box-shadow .1s linear;
    padding: 12px 15px;
    font-size: 17px;
    cursor: pointer;
    margin-bottom: -1px;
}

ul.ld-dashboard-instructor-earning-filters-list li.ld-dashboard-instructor-earning-filters-link.filter-selected,
ul.ld-dashboard-instructor-earning-filters-list li.ld-dashboard-instructor-earning-filters-link:hover {
    /* box-shadow: inset 0 -3px 0 0 #156AE9; */
    position: relative;
}

.ld-dashboard-withdrawal-pending-msg {
    color: black;
    padding: 5px;
    background: #dbdbdb;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
}

.ld-dashboard-withdrawal-history-content-table {
    border: 1px solid #dcdfe5;
    border-radius: var(--ld-border-radius);
    overflow: hidden;
}

.ld-dashboard-withdrawal-history-content-table tr:nth-child(2n+2) {
    background: var(--ld-white-bg);
}

.ld-flex-wrap.ld-dashboard-top-courses-listing-head-title {
    justify-content: space-between;
}

.ld-dashboard-top-courses-listing-earnings {
    width: 40%;
    border: 1px solid var(--ld-border-color);
    padding: 0;
    border-radius: var(--ld-border-radius);
    background: rgba(242, 244, 246, 0.20);
}

.ld-flex-wrap.ld-dashboard-top-courses-listing-head-title {
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid var(--ld-border-color);
    line-height: 1;
}

.ld-dashboard-top-courses-listing {
    padding: 5px 0;
    line-height: 1;
}

.ld-dashboard-course-title {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center;
    line-height: 1.2;
    font-size: 15px;
    padding: 10px 15px;
}

.ld-dashboard-top-courses-listing .ld-dashboard-no-data {
    padding: 10px;
    line-height: 1.3;
    font-size: 14px;
    color: red;
}


/* Earning Logs */

.ld-dashboard-earning-logs-head {
    margin: 0 0 30px;
}

.ld-dashboard-earning-logs-head::after {
    content: "";
    display: table;
    clear: both;
}

.ld-dashboard-earning-logs-head form[method="get"] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ld-dashboard-earning-logs-head .ld-dashboard-search-field .ld-dashboard-date-picker {
    height: 45px;
    float: left;
    border-radius: var(--ld-border-radius) !important;
}

.ld-dashboard-earning-logs-head .ld-dashboard-search-field .ld-dashboard-date-picker:first-child {
    margin-right: 10px;
}

.ld-dashboard-earning-logs-head .ld-dashboard-search-field {
    margin: 0;
    float: left;
    display: flex;
    width: 75%;
}

.ld-dashboard-search-field.ld-dashboard-export-btn {
    margin-right: 0;
    display: flex;
    width: 30%;
    justify-content: end;
    gap: 10px;
}

.ld-dashboard-earning-logs-head .ld-dashboard-search-field input[type="submit"],
.ld-dashboard-earning-logs-head .ld-dashboard-search-field a.button.ld-dashboard-export-csv {
    border: none;
    border-radius: var(--ld-border-radius);
    color: #fff;
    font-size: 15px;
    padding: 11px 25px;
    cursor: pointer;
    min-width: 80px;
    line-height: 1.2;
    transition: all 0.3s;
    display: inline-block;
}

.ld-dashboard-earning-logs-head .ld-dashboard-search-field input[type="submit"]:hover,
.ld-dashboard-earning-logs-head .ld-dashboard-search-field a.button.ld-dashboard-export-csv:hover {
    background: #1564bd;
}

.ld-dashboard-earning-logs-head .ld-dashboard-search-field a.button.ld-dashboard-export-csv {
    text-align: center;
}

.custom-learndash-pagination-nav {
    display: flex;
    margin-top: 20px;
    padding-left: 0;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
}

.custom-learndash-pagination-nav .page-numbers {
    position: relative;
    display: block;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-learndash-pagination-nav .page-numbers {
        transition: none;
    }
}

.custom-learndash-pagination-nav .page-numbers:hover {
    z-index: 2;
    color: #1564bd;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.custom-learndash-pagination-nav .page-numbers:focus {
    z-index: 3;
    color: #1564bd;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.custom-learndash-pagination-nav .page-numbers:not(:first-child) {
    margin-left: -1px;
}

.custom-learndash-pagination-nav .page-numbers.current {
    z-index: 3;
    color: #fff;
    /* background-color: #156AE9;
    border-color: #156AE9; */
}

.custom-learndash-pagination-nav .page-numbers {
    padding: 0.375rem 0.75rem;
}

.custom-learndash-pagination-nav .page-numbers:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.custom-learndash-pagination-nav .page-numbers:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ld-dashboard-instrcutor-earnings-data.ld-dashboard-withdrawal-history-content,
.ld-dashboard-instrcutor-earnings-data.ld-dashboard-withdrawal-history-content table {
    border-radius: var(--ld-border-radius);
}

.ld-dashboard-instrcutor-earnings-data.ld-dashboard-withdrawal-history-content th {
    padding: 16px 8px !important;
    line-height: 1.2;
}

.ld-dashboard-instrcutor-earnings-data.ld-dashboard-withdrawal-history-content td {
    padding: 15px 10px !important;
    line-height: 1.1;
}

.ld-dashboard-instrcutor-earnings-data.ld-dashboard-withdrawal-history-content tr:nth-child(2n+2) {
    background: var(--ld-white-bg);
}

.ld-dashboard-earning-logs-head .ld-dashboard-search-field select[name="payment-mode"] {
    margin-right: 0;
    margin-left: 10px;
    width: auto;
}


/* Courses Groups */

.ld-dashboard-groups-list-wrapper {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}

.ld-dashboard-groups-content-header ul.ld-dashboard-inline-links-ul li a {
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
}

.ld-dashboard-groups-content-header .ld-dashboard-groups-tab-switchld-dashboard-groups-active-tab,
.ld-dashboard-groups-content-header .ld-dashboard-groups-active-tab {
    border-bottom: 2px solid !important;
}

.ld-dashboard-single-group-wrapper {
    padding: 12px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-content: space-around;
    border: 1px solid #e7e9ee;
    border-radius: var(--ld-border-radius);
    margin: 0px 0px 2% 0px;
    background: var(--ld-white-bg);
    transition: all 0.3s;
    width: 32%;
}

.ld-dashboard-single-group-attachment img {
    height: 180px;
    border-radius: var(--ld-border-radius);
    width: 100%;
    object-fit: cover;
}

.ld-dashboard-single-group-content-wrap {
    margin: 15px 0 0;
}

.ld-dashboard-single-group-wrapper:hover {
    box-shadow: 0 10px 20px #eaeaea;
}

.ld-dashboard-single-group-title h4 {
    margin: 0;
    font-size: 16px;
    display: block;
}

.ld-dashboard-group-count {
    display: flex;
    gap: 20px;
    line-height: 1;
    color: var(--ld-text_color);
    font-size: 15px;
    margin: 10px 0 20px;
}

.ld-dashboard-single-group-actions span.ld-dashboard-single-group-edit a,
.ld-dashboard-single-group-actions span.ld-dashboard-single-group-view a,
.ld-dashboard-group-back-btn-wrapper a.ld-dashboard-group-back-btn {
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1.2;
    display: block;
    border-radius: var(--ld-border-radius);
    transition: all 0.3s;
}

.ld-dashboard-single-group-actions span.ld-dashboard-single-group-edit a:hover,
.ld-dashboard-single-group-actions span.ld-dashboard-single-group-view a:hover,
.ld-dashboard-group-back-btn-wrapper a.ld-dashboard-group-back-btn:hover {
    background: #166bcb;
}

.ld-dashboard-group-back-btn-wrapper a.ld-dashboard-group-back-btn {
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 20px;
}

.ld-dashboard-groups-content-wrapper .ld-dashboard-group-edit-heading h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.ld-dashboard-groups-courses-listing .ld-dashboard-single-course-wrapper {
    padding: 15px;
    display: block;
    justify-content: space-between;
    flex-direction: row;
    align-content: space-around;
    border: 1px solid #e7e9ee;
    border-radius: var(--ld-border-radius);
    margin: 10px 0px 10px 0px;
    background: var(--ld-white-bg);
    transition: all 0.3s;
    align-items: center;
}

.ld-dashboard-groups-courses-listing .ld-dashboard-single-course-wrapper:hover {
    box-shadow: 0 5px 15px #eaeaea;
}

.ld-dashboard-groups-courses-listing .ld-dashboard-single-course-title h5 {
    font-size: 14px;
    margin: 0;
}

.ld-dashboard-groups-list-wrapper .ld-dashboard-single-group-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ld-dashboard-group-leader .ld-dashboard-student-lists {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}


/*PlayList Video*/

.ld-dashboard-create-video-playlist-section {
    background: var(--ld-white-bg);
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

div#ld-course-wizard_ld_cw_process p {
    margin-bottom: 5px;
}

.ld-container.ld-mx-auto p {
    margin-bottom: 10px;
    font-size: 16px;
}

.ld-container.ld-mx-auto input[type="url"] {
    height: 45px;
    border-radius: var(--ld-border-radius);
    padding: 0 2%;
    font-size: 15px;
    width: 100%;
    -webkit-transition: 300ms;
    transition: 300ms;
    border: 1px solid var(--ld-border-color);
}

.ld-container.ld-mx-auto button.button.button-primary,
.ld-container.ld-mx-auto input.button.button-primary {
    border-radius: var(--ld-border-radius);
    font-size: 16px;
    padding: 12px 30px;
    height: auto;
    text-transform: capitalize;
    color: #fff;
    border: none;
    margin-top: 10px;
}

form.ld-dashboard-playlist-url-wrap {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.ld-dashboard-video-playlist-notice-section .notice.notice-error p {
    color: #e91616;
}

.ld-dashboard-video-playlist-create-course-form form#ld_cw_create_course_form {
    background: var(--ld-white-bg);
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.ld-dashboard-video-playlist-process-data-title {
    background: #DCFCE7;
    padding: 20px 25px;
    color: #31a651;
    border-radius: 8px;
}

.ld-dashboard-video-playlist-select-wrap-section {
    margin-top: 30px;
    border-bottom: 1px solid #dcdfe5;
    padding-bottom: 15px;
}

.ld-dashboard-video-playlist-select-wrap-section:last-child {
    border: none;
    padding-bottom: 0;
}

.ld-dashboard-video-playlist-type-heading strong {
    font-weight: 500;
    font-size: 18px;
}

.ld-dashboard-video-playlist-type-heading {
    margin-bottom: 12px;
    display: block;
}

.ld-dashboard-video-playlist-select-item input[type=radio] {
    border: 1px solid #8c8f94;
    border-radius: 100px;
    background: var(--ld-white-bg);
    color: #50575e;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 28px;
    margin-right: 3px;
    outline: 0;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle;
    width: 28px;
    position: absolute;
    left: 0;
    min-width: 28px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    transition: .05s border-color ease-in-out;
}

.ld-dashboard-video-playlist-select-item input[type=radio]:checked::before {
    content: "";
    border-radius: 50%;
    width: 18px;
    display: inline-block;
    height: 18px;
    margin: 4px;
    background-color: #3582c4;
    line-height: 25px;
}

.ld-dashboard-video-playlist-select-item label.ld-font-bold {
    font-weight: 600;
    text-transform: capitalize;
}

.ld-dashboard-video-playlist-select-item small {
    display: block;
    font-size: 15px;
    margin-top: 5px;
    line-height: 18px;
}

.ld-dashboard-video-playlist-select-item {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    overflow: hidden;
}


/*Invite New Students*/

.ld-dashboard-invite-content-wrap.ld-dashboard-content-inner.ld-dashboard-tab-content-wrapper form {
    border-radius: var(--ld-border-radius);
    margin: 20px 0 0;
    padding: 25px;
    background: var(--ld-white-bg);
    border: 1px solid var(--ld-border-color);
}

.ld-dashboard-invite-students p.description {
    margin: 5px 0 0;
    line-height: 1;
}

#ld-dashboard-invite-students-steps p.ld-dashboard-error.error.email-invite-error {
    margin: 0;
    color: red;
}

.ld-dashboard-invite-content-wrap ol#ld-dashboard-invite-students-steps {
    display: block;
    margin: 0;
    padding: 0;
}

.ld-dashboard-invite-content-wrap ol#ld-dashboard-invite-students-steps li {
    display: block;
    margin-bottom: 12px;
}

.ld-dashboard-invite-content-wrap ol#ld-dashboard-invite-students-steps li p.description {
    margin: 0 0 10px;
    color: #777;
    font-size: 14px;
}

.ld-dashboard-invite-content-wrap ol#ld-dashboard-invite-students-steps li .manual-email textarea {
    height: 120px;
    padding: 10px;
    border-radius: var(--ld-border-radius) !important;
}

.ld-dashboard-invite-content-wrap ol#ld-dashboard-invite-students-steps input#ld-dashboard-email-subject {
    width: 100%;
    margin-top: 11px;
}

.ld-dashboard-invite-content-wrap ol#ld-dashboard-invite-students-steps fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.ld-dashboard-invite-content-wrap ol#ld-dashboard-invite-students-steps ul#ld-dashboard-group-list {
    padding: 0;
    margin: 10px 0 0;
}

.ld-dashboard-invite-content-wrap ol#ld-dashboard-invite-students-steps li ul#ld-dashboard-group-list li {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.ld-dashboard-invite-content-wrap ol#ld-dashboard-invite-students-steps li ul#ld-dashboard-group-list li [type=checkbox] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.ld-dashboard-invite-content-wrap input#ld-dashboard-invite-student-submit {
    border: none;
    padding: 15px 30px;
    border-radius: var(--ld-border-radius);
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    line-height: 1;
}

.ld-dashboard-invite-students.ld-dashboard-section-head-title {
    margin: 0;
    display: block;
}

.ld-dashboard-invite-students.ld-dashboard-section-head-title h3 {
    margin: 0;
    line-height: 1;
}

.ld-dashboard-sent-invites-details .ld-dashboard-pagination {
    margin: 0 0 15px;
}

.ld-dashboard-sent-invites-details .ld-dashboard--pagination.pagination-bottom {
    text-align: right;
}

.ld-dashboard-sent-invites-details a.prev.page-numbers,
.ld-dashboard-sent-invites-details a.next.page-numbers {
    display: inline-flex;
    border-radius: var(--ld-border-radius);
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    font-size: 20px;
    padding: 5px 10px;
    height: 35px;
    align-items: center;
    font-weight: normal;
    color: #153045;
    width: 35px;
    justify-content: center;
    margin-right: 10px;
}

.ld-dashboard-sent-invites-details .page-numbers {
    margin: 0 3px;
    font-size: 18px;
}

.ld-dashboard-sent-invites-details a.next.page-numbers {
    margin-right: 0;
    margin-left: 5px;
}

.ld-dashboard-sent-invites-details table.invite-anyone-sent-invites {
    margin-top: 20px;
    background: var(--ld-white-bg);
}

.ld-dashboard-sent-invites-details table.invite-anyone-sent-invites thead {
    background: #f3f3f3;
}

.ld-dashboard-sent-invites-details table.invite-anyone-sent-invites {
    border: 3px solid;
    border-radius: var(--ld-border-radius-20);
    overflow: hidden;
}

.ld-dashboard-sent-invites-details table.invite-anyone-sent-invites td,
.ld-dashboard-sent-invites-details table.invite-anyone-sent-invites th {
    border-bottom: 1px solid;
    border-top: 1px solid;
    text-align: left;
    padding: 12px;
    line-height: 1;
}

.ld-dashboard-sent-invites-details table.invite-anyone-sent-invites td {
    padding: 3px 12px;
}

.ld-dashboard-sent-invites-details table.invite-anyone-sent-invites td.col-group-invitations ul {
    margin: 0 0 0 15px;
    padding: 0;
}

.ld-dashboard-sent-invites-details table.invite-anyone-sent-invites td.col-group-invitations li {
    margin: 8px 0;
    line-height: 1;
    font-size: 16px;
}

.ld-dashboard-sent-invites-details table.invite-anyone-sent-invites td {
    border-right: 1px solid;
}

.ld-dashboard-sent-invites-details table.invite-anyone-sent-invites td:last-child {
    border-right: 0;
}

.ld-dashboard-sent-invites-details table.invite-anyone-sent-invites td.col-date-invited,
.ld-dashboard-sent-invites-details table.invite-anyone-sent-invites td.date-joined.col-date-joined {
    font-size: 15px;
}

.ld-dashboard-sent-invites-details table.invite-anyone-sent-invites tr:nth-child(2n+2) {
    background: #fafbfc;
}

.ld-dashboard-sent-invites-details table.invite-anyone-sent-invites .no-invite-accepted-email {
    color: red;
    display: block;
    font-size: 16px;
    padding: 10px;
    border: none;
}

.ld-dashboard-sent-invites-details table.invite-anyone-sent-invites th.col-status {
    width: 14%;
    font-size: 16px;
}

.ld-dashboard-sent-invites-details table.invite-anyone-sent-invites th.col-group-invitations,
.ld-dashboard-sent-invites-details table.invite-anyone-sent-invites th.col-email {
    width: 30%;
    padding: 15px 12px;
    font-size: 16px;
}

.ld-dashboard-invite-content-wrap th.col-date-invited,
.ld-dashboard-invite-content-wrap th.col-date-joined {
    width: 13%;
    font-size: 16px;
}

.ld-dashboard-student .ld-dashboard-invite-students.ld-dashboard-section-head-title {
    margin-bottom: 15px;
}


/*==============================================
Add Course and Edit Course UI
==============================================*/

.ld-dashboard-add-edit-form .ld-dashboard-main-wrapper {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
    max-width: 100vw;
}

.ld-dashboard-add-edit-form .ld-dashboard-sidebar-left {
    display: none;
}

.ld-dashboard-add-edit-form .ld-dashboard-content.ld-dashborad-add-edit-course {
    overflow: inherit;
}

.ld-dashboard-add-edit-form .ld-dashboard-content-wrapper {
    background: #FAF9F4;
/*    border-radius: var(--ld-border-radius-20);*/
    border: 1px solid var(--ld-border-color);
}

.ld-dashboard-add-edit-form .ld-dashboard-content.ld-dashborad-add-edit-course {
    border: none;
    padding: 0;
    margin: 2%;
    border-radius: var(--ld-border-radius-15);
    max-width: 96%;
}

.ld-dashboard-add-edit-form .ld-dashboard-content.ld-dashborad-add-edit-course form#acf-form {
    box-shadow: 0 10px 25px rgba(87, 90, 48, 0.06);
    background: var(--ld-white-bg);
    border-radius: var(--ld-border-radius-20);
    padding: 0 0 30px;
    margin: 0;
    float: left;
}

.ld-dashboard-header-top-action {
    padding: 0;
    margin-bottom: 25px;
    background: var(--ld-white-bg);
    border-radius: var(--ld-border-radius-20);
    border: 1px solid var(--ld-border-color);
}

.ld-dashboard-builder-actios-wrapper {
    border-bottom: 1px solid var(--ld-border-color);
    padding: 20px;
}

.ld-dashboard-builder-actions-links {
    justify-content: space-between;
    align-items: center;
}

.ld-dashboard-builder-action-title-wrap h1 {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 30px;
    font-weight: bold;
    margin: 5px 0 0 !important;
    line-height: 1.3;
}

.ld-groups-title-wrap.ld-dashboard-builder-action-title-wrap h1 {
    padding: 15px 25px;
    margin: 0 !important;
}

.ld-dashboard-header-top-action .ld-dashboard-inline-links {
    margin-bottom: 0;
}

.ld-dashboard-header-top-action .ld-dashboard-inline-links ul.ld-dashboard-inline-links-ul {
    padding-bottom: 2px;
    border-bottom: none;
}

.ld-dashboard-header-top-action .ld-dashboard-inline-links ul li a {
    padding: 15px 25px 15px;
    font-weight: 600;
}

[dir='rtl'] span.ld-icon-left-open-big::before {
    transform: rotate(180deg);
    vertical-align: middle;
}

.ld-dashboard-post-status span {
    font-size: 13px;
    background: rgba(32, 103, 250, 0.13);
    padding: 5px 15px;
    display: inline-block;
    line-height: 1;
    border-radius: 100px;
}

.ld-dashboard-builder-action-right-wrap,
.ld-dashboard-builder-action-back-course {
    gap: 10px;
    display: flex;
    align-items: center;
}

.ld-dashboard-builder-action-right-wrap .ld-dashboard-post-action-link a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.ld-dashboard-builder-action-right-wrap .ld-dashboard-post-action-link span {
    font-size: 21px;
}

.ld-dashboard-builder-action-right-wrap .ld-dashboard-post-action-link a#ld-dashboard-trash {
    color: #FF1F00;
}

/* Edit Course */

.ld-dashboard-add-edit-form form#acf-form.acf-form{
    width: 70%;
}

.ld-dashboard-post-meta,
.ld-dashboard-share-course-steps-wrapper.ld-dashboard-course-meta-sidebar {
    width: 28.5%;
    margin-left: 1.5%;
    float: right;
    padding: 25px 25px 15px;
    box-shadow: 0 10px 25px rgba(87, 90, 48, 0.06);
    background: var(--ld-white-bg);
    border-radius: var(--ld-border-radius);
}

.ld-dashboard-course-meta-sidebar .ld-dashboard-post-meta {
    padding: 0;
    width: 100%;
    box-shadow: none;
    margin: 0;
    float: none;
}

.ld-dashborad-add-edit-course form#acf-form.acf-form .acf-label label {
    font-size: 20px;
}

.ld-dashboard-share-course-steps-wrapper.ld-dashboard-course-builder-wrapper .dashicons-arrow-up:before,
.ld-dashboard-share-course-steps-wrapper.ld-dashboard-course-builder-wrapper .dashicons-arrow-down:before {
    content: '\e806';
    font-family: 'ld-icons';
    font-size: 15px;
    right: 13px;
    position: absolute;
    top: 40%;
    transform: rotate(3.142rad) !important;
    transition: 0.15s all;
}

.ld-dashboard-share-course-steps-wrapper.ld-dashboard-course-builder-wrapper .dashicons-arrow-up:before {
    transform: rotate(18.78rad) !important;
}

.ld-dashboard-course-builder-wrapper span.dashicons.ld-dashboard-share-course-toggle.dashicons-arrow-down,
.ld-dashboard-course-builder-wrapper span.dashicons.ld-dashboard-share-course-toggle.dashicons-arrow-up {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    border-radius: 20px;
}

.ld-dashboard-course-builder-wrapper .ld-dashboard-share-topic-content div#ldd_sfwd-topic_list,
.ld-dashboard-course-builder-wrapper .ld-dashboard-share-lesson-content div#ldd_sfwd-lessons_list,
.ld-dashboard-course-builder-wrapper .ld-dashboard-share-quiz-content div#ldd_sfwd-quiz_list {
    max-height: 413px;
    overflow: auto;
    padding: 0 5px 0px 0px;
    margin-top: 8px;
}

.ld-dashboard-share-course-steps-content .ld-dashboard-share-quiz-content div#ldd_sfwd-quiz_list span {
    font-size: 14px;
    font-weight: bold;
}

.ld-dashboard-share-course-steps-content button.ld-dashboard-share-post-add {
    border-radius: 6px;
    font-weight: bold;
    font-size: 13px;
}

h2.ld-dashboard-share-course-title {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #2E353C;
}

.ld-dashboard-share-course-steps-content p {
    color: #96989a !important;
}

.ld-dashboard-share-status .ld-dashboard-share-status-item {
    display: flex;
    align-items: center;
    margin: 0 0 12px;
}

.ld-dashboard-share-status span.ld-dashboard-item-label {
    width: 100px;
    color: #333;
}

.ld-dashboard-share-course-steps-content {
    margin-top: 25px;
    padding-top: 22px;
    border-top: 1px solid var(--ld-border-color);
}

.ld-dashboard-share-status {
    padding-top: 10px;
}

/* Time Tracking Popup */

.is-active-time-tracking-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.85);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999999;
    display: none;
}

.is-active-time-tracking-popup.show-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ld-dashboard-idle-message-wrap {
    width: 100%;
    padding: 50px 25px;
    background-color: #fff;
    max-width: 380px;
    position: relative;
    line-height: 1;
    max-height: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
}

.ld-dashboard-idle-message-wrap span {
    display: block;
    margin: 0 0 30px;
}

.is-active-time-tracking-popup .ld-dashboard-idle-message-wrap .ld-dashboard-btn {
    margin: 0;
}


/******************************** Elementor Support ********************************/

.elementor-template-full-width .ld-dashboard-main-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    display: block;
}

.theme-buddyx.has-sidebar-right .ld-dashboard-earning-logs-head .ld-dashboard-search-field input[type="submit"],
.theme-buddyx.has-sidebar-left .ld-dashboard-earning-logs-head .ld-dashboard-search-field a.button.ld-dashboard-export-csv,
.theme-buddyx.has-sidebar-left .ld-dashboard-earning-logs-head .ld-dashboard-search-field input[type="submit"],
.theme-buddyx.has-sidebar-right .ld-dashboard-earning-logs-head .ld-dashboard-search-field a.button.ld-dashboard-export-csv {
    padding: 11px 15px;
}

.theme-buddyx.has-sidebar-right:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-wrapper .statistics-inner strong.learndash-statistics,
.theme-buddyx.has-sidebar-right:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-wrapper .statistics-inner strong.statistics {
    font-size: 20px;
}

.ld-dashboard-elementor-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #DDD;
    background-color: #F7F7F7;
    z-index: 999;
}


/******************************** BoddyBoss Theme ********************************/

.buddyboss-theme table#ld-dashboard-overview-course-students {
    border: none;
    margin: .0;
}

.buddyboss-theme .ld-dashboard-question-answer-box .correct-singleContent--options,
.buddyboss-theme .ld-dashboard-question-answer-box .correct-singleContent-answer-input .answer-input label {
    margin: 5px 0;
    line-height: 1.3;
}

.buddyboss-theme .ld-dashboard-withdraw-method-container {
    margin-bottom: 10px;
}

.buddyboss-theme.wbcom-ld-dashboard.modal-open .media-modal-close {
    background: #fff !important;
    border: none !important;
}

.buddyboss-theme.wbcom-ld-dashboard.modal-open .media-modal-content .media-router .media-menu-item {
    border-radius: 0 !important;
    color: #000;
}


/******************************** KELO Theme ********************************/

.kleo-desktop table#ld-dashboard-overview-course-students {
    width: 100%;
}


/******************************** BuddyX and Reign Theme ********************************/

.ld-dashboard-add-edit-form .reign-menu-panel+#page .ld-dashboard-main-wrapper {
    padding-left: 40px;
    padding-right: 35px;
}

.wb-reign-theme.ld-dashboard-add-edit-form aside {
    display: none !important;
}

@media screen and (min-width: 961px) and (max-width:1199px) {
    .theme-buddyx.page-template-default .instructor-courses-list .ld-mycourse-wrap,
    .theme-buddyx.page-template-page-right-sidebar .instructor-courses-list .ld-mycourse-wrap,
    .theme-buddyx.page-template-page-left-sidebar .instructor-courses-list .ld-mycourse-wrap,
    .theme-buddyx-pro.page-template-default .instructor-courses-list .ld-mycourse-wrap,
    .theme-buddyx-pro.page-template-page-right-sidebar .instructor-courses-list .ld-mycourse-wrap,
    .theme-buddyx-pro.page-template-page-left-sidebar .instructor-courses-list .ld-mycourse-wrap {
        display: block;
    }
    .theme-reign-theme.page-template-default .instructor-courses-list .ld-mycourse-wrap,
    .theme-reign-theme.reign-right_sidebar .instructor-courses-list .ld-mycourse-wrap,
    .theme-reign-theme.reign-left_sidebar .instructor-courses-list .ld-mycourse-wrap {
        display: block;
    }
}


/********************************  Mobile menu ********************************/

.ld-dashboard-mobile-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 12px 15px;
    z-index: 9999999;
    text-align: center;
}

.mobile-menu-link img {
    max-width: 25px;
    display: inline-block;
}

.mobile-menu-link span {
    font-size: 15px;
    color: #333;
}

.ld-dashboard-mobile-wrap .mobile-menu-link a {
    text-align: center;
}

.ld-dashboard-mobile-wrap .mobile-menu-link span {
    font-size: 15px;
    color: #333;
    display: block;
    line-height: 1;
}

.ld-dashboard-location.ld-dashboard-show-mobile-menu {
    display: block;
    border-top: 1px solid var(--ld-border-color);
}

.ld-dashboard-mobile {
    display: none;
}

button.ld-dashboard-course-filter-submit.ld-dashboard-btn-bg {
    display: none;
}


/* General styling for the course loop */
.instructor-course-listing-grid {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Space between course items */
    margin: 20px 0;
}

.instructor-course-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease;
}

.instructor-course-item:hover {
    background-color: #f1f1f1;
}

/* Course thumbnail styling */
.instructor-course-thumbnail {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #eaeaea;
}

.instructor-course-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Course details styling */
.instructor-course-details {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 15px; /* Space between title and button */
}

.instructor-course-title {
    flex: 1;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* View Course button styling */
.instructor-course-button {
    text-decoration: none;
    padding: 8px 12px;
    background-color: #0073aa;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.instructor-course-button:hover {
    background-color: #005f8d;
}

/* Load More button styling */
.instructor-course-load-more-wrapper {
    text-align: center;
    margin: 20px 0;
}

.instructor-course-load-more-button {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #0073aa;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.instructor-course-load-more-button:hover {
    background-color: #005f8d;
}

.instructor-course-load-more-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
