.rcpl-form-content {
    visibility: hidden;
    position: relative;
    padding: 10px 20px;
}
.rcpl-page-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
    z-index: 1080; 
}
span.select2-container {
    width: 70% !important;
}
.rcpl-rule-list {
    display: inline-block;
}
.select2-dropdown--below {
    top: 32px !important;
}
.rcpl-wrap .rcpl-wrapper label {
    font-weight: 600;
    width: 174px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.rcpl-form-wrap {
    clear: both;
    position: relative;
}
.rcpl-wrap {
    background: #ffffff;
    padding: 0 0 3% 0px;
    position: relative;
    min-width: 255px;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    background: #fff;
    margin: 20px;
}
.rcpl-wrap .rcpl-wrapper {
    padding: 10px 0;
    margin-bottom: 20px;
    position: relative;
}
.rcpl-wrap input[type="button"],
.rcpl-schedule-content .rcpl-saved-schedule {
    background: #2271b1;
    color: #fff;
    display: inline-block;
    text-decoration: none !important;
    font-size: 14px;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    border-radius: 3px;
}
.rcpl-wrap .rcpl-page-heading {
    font-size: 16px;
    font-weight: 600;
    padding: 8px 12px;
    margin: 0;
    line-height: 1.4;
    border-bottom: 1px solid #c3c4c7;
}
.select2-selection--single {
    min-height: 45px !important;
}
.select2-selection--single .select2-selection__rendered {
    padding-top: 6px !important;
}
.rcpl-setting-heading {
    font-weight: 600;
    font-size: 20px;
    vertical-align: middle;
}
.rcpl-window-loader-wrap {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}
/**  Create animated loader **/
.rcpl-spiner-loader {
    position: fixed;
    top: 50%;
    left: 50%;
}
/** End enimated loader **/
.rcpl-success-message,
.rcpl-success-done {
    position: absolute;
    left: 46%;
    top: 50%;
    transform: translate( -50%, -50% );
    display: none;
}
.rcpl-success-message .rcpl-loading-wrap {
    color: #008000;
    font-size: 20px;
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
    display: inline;
}
.rcpl-success-done .rcpl-done-text {
    position: relative;
    left: 6px;
    vertical-align: bottom;
    font-size: 20px;
}
.rcpl-success-done .dashicons-yes-alt {
    font-size: 26px;
    vertical-align: text-bottom;
}
.rcpl-success-message img {
    width: 28px;
    display: inline-block;
}
.rcpl-success-message span {
    color: #999999;
    font-size: 20px;
    vertical-align: super;
    position: relative;
    margin-left: 5px;
}
.rcpl-wrapper .rcpl-left {
    margin-left: 20px;
}

/** enimated dot **/
.dot-pulse {
    position: absolute;
    top: 50%;
    margin-left: 106%;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #999999;
    color: #999999;
    box-shadow: 9999px 0 0 -5px #999999;
    animation: dotPulse 1.5s infinite linear;
    animation-delay: .25s;
}
.dot-pulse::before, .dot-pulse::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #999999;
  color: #999999;
}
.dot-pulse::before {
  box-shadow: 9984px 0 0 -5px #999999;
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s;
}
.dot-pulse::after {
  box-shadow: 10014px 0 0 -5px #999999;
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: .5s;
}
@keyframes dotPulseBefore {
  0% {
    box-shadow: 9984px 0 0 -5px #999999;
  }
  30% {
    box-shadow: 9984px 0 0 2px #999999;
  }
  60%,
  100% {
    box-shadow: 9984px 0 0 -5px #999999;
  }
}
@keyframes dotPulse {
  0% {
    box-shadow: 9999px 0 0 -5px #999999;
  }
  30% {
    box-shadow: 9999px 0 0 2px #999999;
  }
  60%,
  100% {
    box-shadow: 9999px 0 0 -5px #999999;
  }
}
@keyframes dotPulseAfter {
  0% {
    box-shadow: 10014px 0 0 -5px #999999;
  }
  30% {
    box-shadow: 10014px 0 0 2px #999999;
  }
  60%,
  100% {
    box-shadow: 10014px 0 0 -5px #999999;
  }
}
/*** end enimated dot ***/

/* Tabs desing css  */
body:not(.block-editor-page) #rcpl-main-wrap {
    box-sizing: border-box;
    padding: 8px 20px;
    z-index: 9999;
    width: 100%;
}

#rcpl-main-wrap {
    background-color: #fff;
    box-shadow: 0px 0px 1px 1px rgb( 0 0 0 / 10% );
    display: block!important;
    top: 32px;
    width: 100%;
    z-index: 99990;
}
.rcpl-global-header {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    width: 100%;
}
.ld-back-link {
    flex-basis: 100%;
    text-decoration: none;
}
#rcpl-main-wrap .rcpl-global-header h1 {
    color: #23282d;
    display: block;
    line-height: 1.4em;
    font-weight: 600;
    font-size: 2em;
    margin: 7px;
}
.rcpl-tab-buttons {
    border-top: 1px solid #e2e4e7;
    flex: 1 0 100%;
    position: relative;
    padding: 10px 0 0 0;
}
.rcpl-global-header a.button.is-primary, 
.rcpl-global-header button.button.is-primary {
    box-shadow: inset 0 0px 0 0 #fff,0 4px 0 0 #007cba!important;
    color: #555;
}
.rcpl-tab-buttons a.button, 
.rcpl-tab-buttons button.button {
    margin-right: 15px;
}
.rcpl-global-header a.button, 
.rcpl-global-header button.button {
    background-color: transparent!important;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #007cba;
    font-weight: 700;
    text-shadow: none!important;
    text-decoration: none;
    padding: 0 8px;
    white-space: nowrap;
}
.rcpl-tab-buttons a  {
    outline-style: none !important;
    box-shadow: none !important;
}
/* End tabs desing css  */

.select2-container .select2-search--inline .select2-search__field {
    width: 200px !important;
    max-width: 200px !important;
}
.rcpl-user-role-hidden-items {
    display: none;
}
.rcpl-reset-note {
    font-weight: 600;
    color: #e34949;
    margin: 12px 0;
    font-size: 16px;
} 
.jconfirm-holder {
    padding-top: 40px;
    padding-bottom: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: unset !important;
}

.rcpl-select-lesson-fields,
.rcpl-select-topic-fields,
.rcpl-exclude-users-fields,
.rcpl-select-quiz-fields,
.rcpl-exclude-group-fields {
    display: none;
}
.rcpl-select-rules-option.rcpl-rule-left {
    margin-left: 46px;
}

/*** Reset schedule style ***/
.rcpl-form-wrap .rcpl-schedule-reset {
    background: #f6f7f7;
    color: #2271b1;
    text-shadow: none;
    display: inline-block;
    text-decoration: none !important;
    font-size: 13px;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    border-radius: 3px;
    border: .5px solid #2271b1;
    margin-left: 20px;
}
.rcpl-form-wrap .rcpl-schedule-reset:hover {
    color: #2271b1;
    text-decoration: none !important;
}
.rcpl-schedule-label {
    font-weight: 600;
    width: 150px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.rcpl-schedule-section .rcpl-schedule-date,
.rcpl-schedule-section .rcpl-schedule-time {
    width: 60%;
    display: inline-block;
    height: 40px;
}
.rcpl-schedule-section .rcpl-recuring-dropdown {
    width: 60%;
    display: inline-block;
}
#TB_ajaxContent {
    width: unset !important;
}
#TB_ajaxContent .rcpl-schedule-section {
    position: relative;
    margin: 0;
}
.popup-validate {
    position: relative;
    top: 95% !important;
    left: 0 !important;
}
.rcpl-validate-msg {
    display: block;
    color: #e13c3c;
    font-size: 12px;
    font-weight: 600;
    height: 0;
    width: 100%;
    padding-left: 176px;
    margin-top: 3px;
}
.rcpl-schedule-message {
    font-weight: 600;
    color: #e34949;
    font-size: 15px;
    margin: 20px 0;
}
.rcpl-recuring-section { 
    display: none;
}
.select2-results__option {
    margin-left: 0 !important;
}
.rcpl-progress-reset-wrap {
    margin: 3% 2% 0 2%;
    text-align: center;
    overflow: auto;
}
.rcpl-progress-reset-wrap .form-table {
    margin: unset;
}
.rcpl-progress-reset-wrap .form-table th {
    white-space: nowrap;
    word-break: inherit;
}
.rcpl-progress-reset-wrap .form-table td {
    word-break: inherit;
}
.rcpl-disabled {
    pointer-events: none;
    opacity: 0.4;
}
.rcpl-status {
    display: inherit;
    line-height: 2.5em;
    border-radius: 4px;
    width: 100px;
    max-width: 100px;
    margin: auto;
    text-align: center;
    font-size: 12px;
}
.rlc-reseted {
    color: rgb(48, 76, 22);
    background: rgb(158, 212, 107);
}
.rcpl-progress-reset-wrap .form-table .rcpl-delete-schedule {
    cursor: pointer;
    color: #b32d2e;
    display: block;
    text-decoration: none;
}
.rcpl-delete-schedule:hover {
    color: #b32d2e;
}
.rcpl-bulk-action {
    margin: 3% 0 -1% 2%;
}
.rlc-remain {
    color: rgb(234, 54, 56);
    background: rgb(250, 207, 208);
}
.rcpl-bulk-action #bulk-action-selector-top {
    padding: 8px 10px;
}
.rcpl-bulk-action #doaction {
    padding: 11px 14px;
    color: #2271b1;
    border: 1px solid #2271b1;
    background: #f6f7f7;
}
.schedule-table-heading {
    margin: 2%;
    font-size: 20px;
    font-weight: 600;
}
.rcpl-error-notice {
    text-align: center;
}
.rcpl-schedule-section {
    padding: 28px 0 0 0;
    margin-bottom: 0;
}
input.rcpl-recuring {
    vertical-align: sub;
}
#TB_ajaxContent {
    padding: 2px 30px 15px 30px !important;
}
#TB_ajaxWindowTitle {
    padding: 0 29px 0 30px !important;
}
div#TB_window {
    border-radius: 10px !important;
}
div#TB_title {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

#TB_closeWindowButton:focus .tb-close-icon {
    box-shadow: none !important;
}
#TB_closeWindowButton:hover .tb-close-icon, 
#TB_closeWindowButton:focus .tb-close-icon {
    color: black !important;
}
.learndash-lms_page_rcpl-schedule-reset .widefat td {
    padding: 8px 3px 8px 0 !important;
}
.rcpl-row-text {
    font-size: 12px !important;
}
/**** Media query ****/
@media only screen and ( max-width : 800px ) {
    #TB_window {
        width: 500px !important;
        height: 400px;
        margin: unset !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and ( max-width : 700px ) {
    .rcpl-global-header h1 {
        font-size: 26px;
    }
}

@media only screen and ( max-width : 650px ) {

    .rcpl-wrap .rcpl-wrapper label {
        width: 130px;
    }
    .rcpl-wrap .rcpl-wrapper {
        margin-bottom: 0px; 
    }
}

@media only screen and ( max-width : 600px ) {

    .rcpl-rule-list {
        display: block;
        width: 100%;
    }
    span.select2-container {
        width: 100% !important;
        display: block;
    }
    .rcpl-wrap .rcpl-wrapper {
        padding: 8px 0;
    }
    .rcpl-reset-note {
        font-size: 14px;
    }
    #TB_window {
        width: 400px !important;
        height: 400px;
    }
    .rcpl-tab-buttons {
        text-align: center;
    }
}

@media only screen and ( max-width : 500px ) {
    #TB_window {
        width: 350px !important;
        height: 376px;
    }
    .rcpl-schedule-label {
        width: 100px;
    }
    #TB_ajaxContent p {
        padding: unset !important;
    }
    .rcpl-validate-msg {
        padding-left: 104px !important;
    }
}

@media only screen and ( max-width : 400px ) {

    .rcpl-rule-list {
        display: block;
        width: 100%;
    }
    span.select2-container {
        width: 100% !important;
        display: block;
    }
    .rcpl-wrap .rcpl-wrapper {
        padding: 8px 0;
    }
    .rcpl-reset-note {
        font-size: 12px;
    }
    .rcpl-form-actions input[type="button"],
    .rcpl-form-actions .rcpl-schedule-reset {
        font-size: 10px;
    }
}

/**** End media query ****/