/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/* jws chat rtl style*/
html[dir="rtl"] .jws-chat-members .conversation-action > div {
    right: auto;
    left: calc(110%);
}
html[dir="rtl"] .jws-chat-members .chat-content {
    border-right: 1px solid #F5F7F7;
    border-left: none;
}
html[dir="rtl"] .jws-chat-members .jws-messages-action button[type="submit"] i {
    margin-left: 8px;
    margin-right: 0;
}
html[dir="rtl"] .jws-chat-members .chat-sidebar form input {
    padding-left: 42px;
    padding-right: 25px;
}
html[dir="rtl"] .jws-chat-members .chat-sidebar form i {
    left: 15px;
    right: auto;
}

 /* suncode jws learndash Dashboard */
html[dir="rtl"] .jws-front-end-course-dashboard-my-courses-content .mycourse-action .ld-mycourses-stats {
    left: calc(100% + 10px);
    right: auto;
}
html[dir="rtl"] .jws-front-end-course-dashboard-my-courses-content .ld-dashboard-add-new-button-container a span,
html[dir="rtl"] .ld-dashboard-header .ld-dashboard-add-course i,
html[dir="rtl"] .widget-recent-activities .widget-filter .next i,
html[dir="rtl"] .ld-dashborad-add-edit-course .acf-image-uploader .acf-button{
    margin-right: 10px;
    margin-left: 0;
}
html[dir="rtl"] .expand-toggler,
html[dir="rtl"] .jws_account .dropdown-menu a:before{
    right: 0;
    left: auto;
}
html[dir="rtl"] .ld-dashboard-header .header-account {
    padding-left: 40px;
    padding-right: 0;
}
html[dir="rtl"] .ld-dashboard-header .header-account:after,
html[dir="rtl"] .jws_account .dropdown-menu,
html[dir="rtl"] .ld-dashboard-header .header-notification .dropdown{
    left: 0;
    right: auto;
}
html[dir="rtl"] .ld-dashboard-header .header-notification .remove_ntt {
    left: 5px;
    right: auto;
}
html[dir="rtl"] .jws-icon-caret-left:before {
    content: '\e835';
}
html[dir="rtl"] .jws-icon-caret-right:before {
    content: '\e836';
}
html[dir="rtl"] .ld-dashboard-my-profile,
html[dir="rtl"] .ld-dashboard-profile-setting-view{
    max-width: 100%;
}
html[dir="rtl"] .ld-dashborad-add-edit-course #acf-form {
    float: right;
}
html[dir="rtl"] .acf-true-false input[type="checkbox"],
html[dir="rtl"] .ld-dashboard-my-profile .ld-dashboard-section-head-title .ld-dashboard-edit-profile span,
html[dir="rtl"] .ld-dashboard-crate-lesson .btn{
    margin-left: 10px;
    margin-right: 0;
}
html[dir="rtl"] .ld-dashborad-add-edit-course .acf-radio-list li, html[dir="rtl"] .ld-dashborad-add-edit-course .acf-checkbox-list li {
    margin-left: 5%;
    margin-right: 0;
}
html[dir="rtl"] .ld-dashborad-add-edit-course .acf-radio-list input, html[dir="rtl"] .ld-dashborad-add-edit-course .acf-checkbox-list input {
    margin: -4px 0 0 6px !important;
}
html[dir="rtl"] .select2-container.-acf .select2-selection--multiple .select2-selection__rendered {
    padding-right: 15px;
    padding-left: 0;
}
html[dir="rtl"] .acf-submit .button {
    margin-left: 5px;
    margin-right: 0;
}
html[dir="rtl"] .acf-notice.-dismiss {
    padding-left: 40px;
    padding-right: 12px;
}
html[dir="rtl"] .acf-notice .acf-notice-dismiss {
    left: 12px;
    right: auto
}
html[dir="rtl"] .acf-notice {
    border-right-width: 3px;
    border-left-width: 0;
    border-right-style: solid;
}
html[dir="rtl"] .mr_r_5 {
    margin-left: 5px;
    margin-right: 0;
}
/*
html[dir="rtl"] .jws-icon-arrow-left:before {
    content: '\e80c';
}
html[dir="rtl"] .jws-icon-arrow-right:before {
    content: '\e80f';
}
*/
html[dir="rtl"] .ld-dashboard-profile-setting-view .profile-banner .change-banner{
    left: 15px;
    right: auto;
}
html[dir="rtl"] .ld-dashboard-profile-setting-view .profile-avatar .upload-delete-avatar-button button {
    left: -12px;
    right: auto;
}
html[dir="rtl"] select {
    padding-left: 40px;
    padding-right: 25px;
    background-position: left 1em top 50%;
}
html[dir="rtl"] #custom_ld_answer_field .correct-singleContent {
    padding-left: 20px;
    padding-right: 0;
}
html[dir="rtl"] .ld-dashboard-feed > .activity-item {
    padding-right: 76px;
    padding-left: 0;
}
html[dir="rtl"] .widget-recent-activities .ld-dashboard-feed .activity-item {
    padding-right: 50px;
    padding-left: 0;
}
html[dir="rtl"] .ld-dashboard-feed > .activity-item:before,
html[dir="rtl"] .ld-dashboard-quiz-builder-content #ldd_assigned_questions .remove-question{
    right: 20px;
    left: auto;
}
html[dir="rtl"] .widget-recent-activities .ld-dashboard-feed .activity-item:before {
    right: 0;
    left: auto;
}
html[dir="rtl"] .ld-dashboard-new-announcements-count {
    left: 0;
    right: auto;
}
html[dir="rtl"] .ld-dashboard-course-completion-report-summary .ld-dashbord-course-particulars .ld-dashboard-summary-lable {
    margin-left: 5px;
    margin-right: 0;
}
html[dir="rtl"] .courses-list .jws-post-item .post-content {
  padding-right: 20px;
  padding-left: 0;
}
html[dir="rtl"] .ld-dashboard-course-builder-content .ld-dashboard-single-wrap .ld-dashboard-edit-remove-link-action,
html[dir="rtl"] .ld-dashboard-share-course-steps-content .ld-dashboard-share-course-toggle-content{
    left: 20px;
    right: auto;
}
html[dir="rtl"] .ld-dashboard-course-builder-content .ld-dashboard-single-wrap .ld-dashboard-accordian {
    left: 10px;
    right: auto;
}
html[dir="rtl"] .ld-dashboard-course-builder-content .ld-dashboard-single-wrap[data-type="lesson"] > .ld-dashboard-edit-remove-link-action {
    left: 40px;
    right: auto;
}
html[dir="rtl"] .ld-dashboard-statistics-container .learndash-statistics strong#earnings-usd {
    display: flex;
    column-gap: 5px;
    flex-direction: row-reverse;
}
html[dir="rtl"] .ui-widget,
html[dir="rtl"] .ui-widget input, html[dir="rtl"] .ui-widget select, html[dir="rtl"] .ui-widget textarea, html[dir="rtl"] .ui-widget button{
    font-family: inherit;
}
html[dir="rtl"] .ui-dialog .ui-dialog-title {
    float: right;
}
html[dir="rtl"] .ui-dialog .ui-dialog-content {
    width: 100% !important;
}
html[dir="rtl"] .ui-dialog .ui-dialog-titlebar-close {
    left: .3em;
    right: auto;
}
html[dir="rtl"] .dataTables_wrapper .dataTables_paginate {
    float: left;
    text-align: left;
}
html[dir="rtl"] .dataTables_wrapper .dataTables_length,
html[dir="rtl"] .dataTables_wrapper .dataTables_info{
    float: right;
}
html[dir="rtl"] #ld-dashboard-course-report-table.ld-dashboard-table.ld-dashboard-datatable.dataTable.display tbody td:first-child {
    border-right: none;
}
html[dir="rtl"] #ld-dashboard-course-report-table.ld-dashboard-table.ld-dashboard-datatable.dataTable.display tbody td,
html[dir="rtl"] #ld-dashboard-course-report table.dataTable thead th, html[dir="rtl"] #ld-dashboard-course-report table.dataTable tfoot th{
    border-right: 1px solid;
    border-left: 0;
}
html[dir="rtl"] #ld-dashboard-course-report-table.ld-dashboard-table.ld-dashboard-datatable.dataTable.display tbody td{
    border-color: var(--body3);
}
html[dir="rtl"] #ld-dashboard-course-report thead th:first-child {
    border-right: 0 !important;
}
html[dir="rtl"] table.dataTable thead th, html[dir="rtl"] table.dataTable thead td, html[dir="rtl"] table.dataTable tfoot th, html[dir="rtl"] table.dataTable tfoot td {
    text-align: right;
}
html[dir="rtl"] table.dataTable thead>tr>th.sorting:before, html[dir="rtl"] table.dataTable thead>tr>th.sorting:after, html[dir="rtl"] table.dataTable thead>tr>th.sorting_asc:before, html[dir="rtl"] table.dataTable thead>tr>th.sorting_asc:after, html[dir="rtl"] table.dataTable thead>tr>th.sorting_desc:before, html[dir="rtl"] table.dataTable thead>tr>th.sorting_desc:after, html[dir="rtl"] table.dataTable thead>tr>th.sorting_asc_disabled:before, html[dir="rtl"] table.dataTable thead>tr>th.sorting_asc_disabled:after, html[dir="rtl"] table.dataTable thead>tr>th.sorting_desc_disabled:before, html[dir="rtl"] table.dataTable thead>tr>th.sorting_desc_disabled:after, html[dir="rtl"] table.dataTable thead>tr>td.sorting:before, html[dir="rtl"] table.dataTable thead>tr>td.sorting:after, html[dir="rtl"] table.dataTable thead>tr>td.sorting_asc:before, html[dir="rtl"] table.dataTable thead>tr>td.sorting_asc:after, html[dir="rtl"] table.dataTable thead>tr>td.sorting_desc:before, html[dir="rtl"] table.dataTable thead>tr>td.sorting_desc:after, html[dir="rtl"] table.dataTable thead>tr>td.sorting_asc_disabled:before, html[dir="rtl"] table.dataTable thead>tr>td.sorting_asc_disabled:after, html[dir="rtl"] table.dataTable thead>tr>td.sorting_desc_disabled:before, html[dir="rtl"] table.dataTable thead>tr>td.sorting_desc_disabled:after {
    left: 10px;
    right: auto;
}
html[dir="rtl"] .courses-list .jws-post-item .post-meta > span {
    margin-left: 1rem;
    margin-right: 0;
}
html[dir="rtl"] .ld-dashboard-content-widget-wrapper.courses-list .post-meta.fs-small.meta-md span, html[dir="rtl"] .ld-dashboard-content-widget-wrapper.courses-list .post-meta.fs-small.meta-md,
html[dir="rtl"] span.ld-dashboard-timespent{
    display: flex;
}
@media (max-width: 1124px) {
   html[dir="rtl"] .ld-dashboard-mobile-wrap a i {
        margin-left: 5px;
        margin-right: 0;
    }
    html[dir="rtl"] .ld-dashboard-location .ld-dashboard-menu-divider-label:after {
        left: 0;
        right: auto;
    }
}