﻿:root {
    --mdc-theme-primary: #be1555;
    --mdc-protected-button-container-color: #be1555;
    --mdc-text-button-label-text-color: #be1555;
    --mdc-typography-font-family: Muli,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    --mdc-typography-body2-font-family: Muli,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    --mdc-protected-button-container-height: 35px;
}

.hidden {
    display: none;
}

.text-black {
    color: #171717
}

a:hover {
    color: #1b021b;
    text-decoration: none;
}

.bg-light {
    background-color: #204a69 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.membership-application form label {
    font-size: 13px;
}

.membership-application form .col label {
    text-align: left;
    float: left;
}

.membership-application form .form-row {
    padding-bottom: 15px;
}

/*NOTIFICATIONS*/

.notification-box-priority-one {
    background-color: #28225c;
    border-radius: 0.25rem;
}

    .notification-box-priority-one .notification-icon-priority-one {
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .notification-box-priority-one .notification-message-priority-one {
        color: #FFFFFF;
        opacity: 1;
    }

.notification-box-priority-two {
    background-color: #28225c1A;
    border-radius: 0.25rem;
}

    .notification-box-priority-two .notification-icon-priority-two {
        color: #28225c;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .notification-box-priority-two .notification-message-priority-two {
        color: #171717;
        opacity: 1;
    }

    .notification-box-priority-two .notification-heading-priority-two {
        font-weight: bold;
    }

.notification-box-priority-three {
    background-color: #D4D4D480;
    border-radius: 0.25rem;
}

    .notification-box-priority-three .notification-icon-priority-three {
        color: #28225c;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .notification-box-priority-three .notification-message-priority-three {
        color: #171717;
        opacity: 1;
    }

/* membership application*/

#registrationForm #centre-details,
#registrationForm #invoicing,
#registrationForm #payment,
#registrationForm #review {
    display: none;
}

/*Change membership */

#changeMembershipForm #invoicing,
#changeMembershipForm #payment,
#changeMembershipForm #review {
    display: none;
}

.error {
    color: #dc3545 !important;
}

input.error {
    border: 2px dotted #dc3545;
}

.disabled {
    pointer-events: none;
    background-color: #e9ecef !important;
    opacity: 1;
}

#asdan_multiple_select {
    border: 1px solid #dee2e6;
    padding: 15px;
    max-height: 400px;
    overflow-y: scroll;
}

.asdan_radio_list {
    border: 1px solid #dee2e6;
    padding: 15px;
}

.asdan_radio_list, #cohort-creation-guideline {
    max-height: 400px;
    overflow-y: auto;
}


.cart_qty {
    background-color: transparent !important;
    border: none;
}

.removeX {
    display: inline-block;
    font-size: 1rem;
    background-color: transparent;
    border: none;
    color: #c82333;
    cursor: pointer;
}

    .removeX:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.ui-menu {
    list-style-type: none;
    max-width: 348px;
    background-color: #ffffff;
    padding: 0;
    color: #495057;
    border: 1px solid #ced4da;
    box-shadow: inset 1px 1px 1px rgb(0 0 0 / 8%);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ui-menu-item .ui-menu-item-wrapper {
    cursor: pointer;
    padding-left: 13px;
}

.ui-state-active {
    background-color: #ced4da;
}

.modal-header-content {
    width: 100%;
}

/*Spinner - <div class="loader">Loading...</div>*/

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #620862;
    font-size: 10px;
    top: -20px;
    margin: 45px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

.loader-small {
    font-size: 5px !important;
    top: 0px;
}

.model-loader.loader {
    position: absolute;
    right: 50%;
    top: 30%;
}

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/*Course registration*/
.cr_copy_learners_from_course_courses_list {
    max-height: 380px;
    overflow-y: scroll;
}

#input-card-logo {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.order-summary-item-list {
    max-height: 550px;
    overflow: auto;
}

.frb input[type="radio"] ~ label .frb-label:before {
    color: #28225c;
    font-family: "Font Awesome 6 Pro";
    content: "\f111";
}

.frb input[type="radio"]:checked ~ label .frb-label:before {
    color: #28225c;
    font-family: "Font Awesome 6 Pro";
    content: "\f058";
}

.not_Link {
    color: inherit;
}

    .not_Link:hover {
        text-decoration: none;
        color: inherit;
    }

.hover-size:hover {
    font-size: 103%;
}

.stepper-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: row;
}

.stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.stepper-wrapper .stepper-item:not(:last-child) {
    flex: 1;
}

.stepper-item .step-icon-container {
    display: inline-flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

    .stepper-item .step-icon-container .step-icon {
        color: #696969;
    }

    .stepper-item .step-icon-container .step-line-container {
        width: 100%;
    }

        .stepper-item .step-icon-container .step-line-container .step-line {
            border-top: 2px solid #D4D4D4;
        }

.stepper-item.active .step-icon-container .step-icon.active {
    color: #28225c;
}

.stepper-item .step-name {
    font-weight: bold;
    color: #D4D4D4;
    margin-top: 7px;
}

.stepper-item.active {
    font-weight: bold;
}

    .stepper-item.active .step-name {
        color: black;
    }

    .stepper-item.active .step-counter {
        background: #28225c;
        color: #fff;
    }

.stepper-item.completed .step-counter {
    background-color: #f3f3f3;
}

#copy-epq-data-div {
    height: calc(1.5em + 0.75rem + 2px);
}

/*COHORT MANAGEMENT*/

.cohort-management-tab-header {
    display: flex;
    justify-content: center;
}

.system-revamp .separator {
    border: 1px solid #d4d4d4;
}

.system-revamp .box-border {
    border: 1px solid #d4d4d4;
}

.system-revamp .as-inline-icon {
    font-size: 16px;
    margin-left: 5px;
    color: #696969
}

    .system-revamp .as-inline-icon:hover {
        color: #28225c;
        cursor: pointer;
    }

.system-revamp .border {
    border: 1px solid #d4d4d4;
}

.system-revamp .cohor-details-label-title,
.system-revamp .cohor-details-label-text {
    font-size: 18px;
}

.system-revamp .cohor-details-label-text {
    font-weight: bold;
}

.system-revamp .as-cohort-title-large {
    font-size: 42px;
    line-height: 54px;
    letter-spacing: -.5px;
    font-feature-settings: 'liga' off;
}

.col-12 .cohort-manage-learner-units-box,
.cohort-manage-learner-tutor-marks-box {
    padding-right: 0px;
    padding-left: 0px;
}

.cohort-manage-learner-units-box-unit-row {
    vertical-align: middle !important;
}

.cohort-manage-learners-row {
    vertical-align: middle !important;
}

.table-units,
.table-eportfolio {
    margin-bottom: 0px;
}

/*NAVIGATION TABS*/
.system-revamp #cohort-management-tabs {
    border-bottom: 8px solid #28225c;
}

    .system-revamp #cohort-management-tabs > * {
        flex: 1 0;
    }

    .system-revamp #cohort-management-tabs .nav-link {
        text-align: center;
        border: 2px solid #28225c;
        /*        --widthA: 100%;
    --widthB: calc(var(--widthA) - 45px);
    --widthC: calc(var(--widthB) / 4);
    width: var(--widthC);*/
        border-bottom: 0px;
    }

        .system-revamp #cohort-management-tabs .nav-link i {
            margin: 5px;
            font-size: 24px;
            padding-right: 8px;
            margin: 2px;
        }

    .system-revamp #cohort-management-tabs .nav-item {
        color: #171717;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-weight: 700;
        margin-right: 15px;
    }

    .system-revamp #cohort-management-tabs .nav-link i {
        color: #28225c;
    }

    .system-revamp #cohort-management-tabs .nav-item.active {
        background-color: #28225c;
    }

        .system-revamp #cohort-management-tabs .nav-item.active,
        .system-revamp #cohort-management-tabs .nav-item.active i {
            color: #ffff;
        }

/*BUTTON*/
.system-revamp .btn {
    border: 2px solid #28225c;
    cursor: pointer;
    color: #171717;
    font-weight: bold;
    background-color: white;
}

    .system-revamp .btn.btn-secondary {
        border-color: #696969;
    }

        .system-revamp .btn.btn-secondary:hover {
            color: #ffffff;
            background-color: #696969;
        }


.btn.btn-primary:hover,
.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #28225c;
}

.system-revamp .btn i {
    margin-right: 5px;
}

.system-revamp .btn.table-view-button {
    border: 2px solid #696969;
    padding: 6px 12px;
    font-weight: bold;
    white-space: nowrap;
}

    .system-revamp .btn.table-view-button:hover {
        color: #ffffff;
        background-color: #696969;
    }

    /*.system-revamp .btn.table-view-button.cohort-manage-learner-units-box,*/
    .system-revamp .btn.table-view-button.cohort-manage-learner-tutor-marks-box {
        margin-right: 10px;
    }


/*TABLE*/

.system-revamp .table {
    color: #171717;
}

    .system-revamp .table thead tr th {
        /*border-bottom: 1px solid #d4d4d4;*/
    }

.system-revamp .paginate_button {
    padding: 5px 11px;
    background-color: white;
    border: 1px solid #d4d4d4;
}

    .system-revamp .paginate_button.previous {
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

    .system-revamp .paginate_button.next {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .system-revamp .paginate_button.current {
        background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    }

    .system-revamp .paginate_button.disabled {
        background-color: white !important;
        color: #d4d4d4;
    }

.system-revamp .btn.table-view-button:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,0,0,.0);
}

.system-revamp .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: white !important;
}

/*LABEL*/
.system-revamp .as-text-label {
    font-size: 16px;
}

label.as-title-small {
    font-weight: initial;
}

.system-revamp .label {
    background-color: #d4d4d4;
    color: #424242;
    font-weight: bold;
    padding: 4px 5px;
    text-shadow: none;
    border-radius: 2px;
    line-height: 1;
    white-space: nowrap;
}

.system-revamp .label-warning,
.system-revamp .badge-warning {
    background-color: #f8ac59;
    color: #FFFFFF;
}

.system-revamp .label-danger,
.system-revamp .badge-danger {
    background-color: #ED5565;
    color: #FFFFFF;
}

.system-revamp .label-success,
.system-revamp .badge-success {
    background-color: #1ab394;
    color: #FFFFFF;
}

.system-revamp .badge-info {
    background-color: #009587;
}

.system-revamp .label {
    font-size: 16px;
}

.system-revamp .section-header-buttons-right {
    display: flex;
    justify-content: right;
    margin-bottom: 5px;
}

cohort-management .btn i {
    margin-right: 5px;
}

.table-title-with-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#cohort-manage-learners-section .dataTables_filter {
    float: left;
    text-align: left;
}

#cohort-manage-learners-section div.dataTables_filter input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

#cohort-manage-learners-section .cohort-tab-header-buttons-wrapper {
    display: flex;
    justify-content: right;
}

#cohort-manage-learners-section #cohort-learner-table_paginate {
    margin-bottom: 3rem;
}

#cohort-manage-learners-section {
    padding-right: 5px;
    padding-left: 5px;
}

a.btn-outline-primary {
    color: #28225c;
}

    a.btn-outline-primary:hover {
        color: #ffffff;
    }

#cohort-manage-learners-section .paginate_button {
    cursor: pointer;
}

/*COMPLETED MODERATIONS*/

.system-revamp .moderation-box-header-col {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}

.system-revamp .flex-content-center {
    justify-content: center;
}

/*MODERATIONS LIST*/

.moderations-list-wrapper .moderation-box-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.moderations-list-wrapper .moderation-box .btn.moderation-box-view-button {
    border: 1px solid #e6e6e6;
}

    .moderations-list-wrapper .moderation-box .btn.moderation-box-view-button:hover {
        border: 1px solid #28225c;
    }

.moderations-list-wrapper .moderation-box {
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

    .moderations-list-wrapper .moderation-box .cohort-details-table {
        width: 100%;
    }

    .moderations-list-wrapper .moderation-box .cohort-details .cohort-details-table-header {
        display: flex;
        justify-content: space-between;
        flex-flow: row nowrap;
    }

    .moderations-list-wrapper .moderation-box .moderation-box-status {
        width: 100%;
        margin-left: -1px;
        margin-bottom: 12px;
        height: 50px;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        color: #424242;
        background-color: #d4d4d4;
        font-weight: bold;
        text-shadow: none;
    }


/*LEARNERS*/
.learners-row {
    vertical-align: middle !important;
}

.learners-row-email {
    max-width: 200px;
    text-overflow: ellipsis;
}


/*FLEX TABLE*/
.moderations-list-wrapper .cohort-details .flex-table {
    display: flex;
    flex-flow: row wrap;
    transition: 0.5s;
    justify-content: space-between;
}

.moderations-list-wrapper .cohort-details .flex-row {
    width: calc(100% / 3);
    padding-top: 0.5em;
}

.moderations-list-wrapper .cohort-details .column {
    display: flex;
    flex-flow: column wrap;
    width: 75%;
    padding: 0;
}

    .moderations-list-wrapper .cohort-details .column .flex-row {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        padding: 0;
        border: 0;
    }

        .moderations-list-wrapper .cohort-details .column .flex-row:hover {
            background: #F5F5F5;
            transition: 500ms;
        }

.moderations-list-wrapper .cohort-details .flex-cell {
    width: calc(100% / 3);
    text-align: center;
    padding: 0.5em 0.5em;
}

/*MANAGE UNITS*/

#cohort-manage-units-section {
    padding-right: 5px;
    padding-left: 5px;
}

    #cohort-manage-units-section .table tr {
        cursor: pointer;
    }

    #cohort-manage-units-section .hiddenRow {
        padding: 0 4px !important;
        background-color: #eeeeee;
        font-size: 13px;
    }

    #cohort-manage-units-section .cohort-tab-header-buttons-wrapper {
        display: flex;
        justify-content: right;
    }

    #cohort-manage-units-section #cohort-manage-units-wrapper .cohort-manage-units-box .btn.moderation-box-view-button {
        border: 1px solid #e6e6e6;
    }

        #cohort-manage-units-section #cohort-manage-units-wrapper .cohort-manage-units-box .btn.moderation-box-view-button:hover {
            border: 1px solid #28225c;
        }

    #cohort-manage-units-section .cohort-manage-units-box-header,
    #cohort-manage-eportfolio-section .cohort-manage-eportfolio-box-header {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        #cohort-manage-units-section .cohort-manage-units-box-header h4,
        #cohort-manage-eportfolio-section .cohort-manage-eportfolio-box-header h4 {
            margin-right: 10px;
        }

    #cohort-manage-units-section .cohort-manage-units-box-header-alert,
    #cohort-manage-eportfolio-section .cohort-manage-eportfolio-box-header-alert {
        margin-left: auto;
    }


    #cohort-manage-units-section #prior-attainment-modal,
    #cohort-manage-units-section #prior-attainment-modal .modal-content {
        overflow-y: auto;
    }

/*Load more button*/
.load-more-wrapper .load-more-info {
    margin-left: 15px;
}

.load-more-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

/*SEARCH LEARNER*/

/* Style the search container */
.search-container input {
    /*    display: block;
    width: 100%;*/
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.search-container {
    display: flex;
    justify-content: left;
    position: relative;
}

    /*.search-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    width: 100%;
}*/

    /* Style the search form */
    /*.search-container form {
        position: relative;
        display: flex;
        align-items: center;
        width: 50%;
    }*/

    /* Style the search input */
    /*.search-container input[type=text] {
        padding: 10px;
        font-size: 16px;
        border: 2px solid #f3f3f3;
        border-radius: 4px;
        margin-right: 5px;
        width: 100%;
    }*/

    /* Change the focus and border color */
    /*.search-container input[type=text]:focus {
            outline: none;
            border-color: #660066;
            box-shadow: 0 0 5px #660066;
        }*/

    /* Change the button background color to ASDAN blue */
    .search-container button {
        outline: none;
        background-color: transparent;
        color: #28225c;
        border: 2px solid #28225c;
        border-radius: 4px;
        cursor: pointer;
    }

        .search-container button:hover {
            background-color: #28225c;
            color: white;
        }


#clear-search-input {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #666;
    cursor: pointer;
    display: none
}

    #clear-search-input:hover {
        color: #000;
    }

/* Show clear input icon when there is input text */
.search-container input[type=text]:not(:placeholder-shown) + #clear-search-input {
    display: block;
}

/* Style the loader */
#search-loader {
    border: 5px solid #28225c;
    border-top: 5px solid #f3f3f3;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    display: none;
    position: absolute;
    top: 50%;
    right: 80px;
    margin-top: -10px;
}

.loading #search-loader {
    display: inline-block;
}

/* Animate the loader */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*FLEX TABLE*/
#cohort-manage-units-section #cohort-manage-units-wrapper .flex-table {
    display: flex;
    flex-flow: row wrap;
    transition: 0.5s;
    justify-content: space-between;
}

#cohort-manage-units-section #cohort-manage-units-wrapper .flex-row {
    width: calc(100% / 5);
    padding-top: 0.5em;
}

#cohort-manage-units-section #cohort-manage-units-wrapper .column {
    display: flex;
    flex-flow: column wrap;
    width: 75%;
    padding: 0;
}

    #cohort-manage-units-section #cohort-manage-units-wrapper .column .flex-row {
        display: flex;
        flex-flow: row wrap;
        width: 100%;
        padding: 0;
        border: 0;
    }

        #cohort-manage-units-section #cohort-manage-units-wrapper .column .flex-row:hover {
            background: #F5F5F5;
            transition: 500ms;
        }

#cohort-manage-units-section #cohort-manage-units-wrapper .cohort-manage-units-box .flex-cell {
    width: calc(100% / 5);
    text-align: center;
    padding: 0.5em 0.5em;
}

#cohort-manage-units-section #cohort-manage-units-wrapper .cohort-manage-units-box .cohort-manage-learner-units-box tbody i {
    color: #696969;
    font-size: 22px;
}

    #cohort-manage-units-section #cohort-manage-units-wrapper .cohort-manage-units-box .cohort-manage-learner-units-box tbody i:hover {
        cursor: pointer;
        color: #28225c;
    }


.table-action-icon {
    color: #696969;
    font-size: 22px;
}

    .table-action-icon:hover {
        cursor: pointer;
        color: #28225c;
    }

#cohort-manage-units-section #cohort-manage-units-wrapper .cohort-manage-units-box .cohort-manage-units-add-buttons-wrapper {
    display: flex;
    justify-content: right;
    /*border-top: 1px solid #d4d4d4;*/
    padding: .75rem;
}

.cohort-tutor-marks-buttons-wrapper {
    display: flex;
    justify-content: right;
    /*border-top: 1px solid #d4d4d4;*/
    padding: .75rem;
}

#cohort-manage-units-section .cohort-manage-units-box,
#cohort-manage-eportfolio-section .cohort-manage-eportfolio-box {
    border: 1px solid #d4d4d4;
    margin-left: 0px;
    margin-right: 0px;
}

#cohort-upcoming-moderations-section {
    padding-right: 5px;
    padding-left: 5px;
}

.word-separator {
    content: "|";
    color: #d4d4d4;
}

    .word-separator::before {
        content: " | ";
    }

.moderation-steps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .moderation-steps .moderation-step {
        border-right: 0.2px solid #d4d4d4;
        color: #000000;
        padding: 14px 0px 14px 33px;
        background-color: #d4d4d4;
        line-height: 1.2;
        font-size: 16px;
    }

        .moderation-steps .moderation-step .moderation-step-number {
            font-weight: 900;
        }

.moderation-steps {
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    /*    height: 60px;*/
    margin: 0;
    padding: 0;
    display: flex;
}

    .moderation-steps li {
        box-sizing: border-box;
        float: left;
        background: #d4d4d4;
        /*        height: 60px;*/
        position: relative;
        margin-left: 4px;
        flex: 1 0;
    }

        .moderation-steps li:before {
            content: '';
            position: absolute;
            border: 33px solid transparent;
            border-left-color: transparent;
            border-left-color: #ffffff;
            top: 0px;
            right: -70px;
            height: 100%;
        }


        .moderation-steps li:after {
            content: '';
            position: absolute;
            border: 32px solid transparent;
            top: 0px;
            right: -64px;
            height: 100%;
            border-left-color: #d4d4d4;
        }

        .moderation-steps li p {
            margin-left: 15px;
            margin-bottom: 0px;
        }

        .moderation-steps li:nth-child(1) p {
            margin-left: 0px;
        }

        .moderation-steps li:nth-child(1) {
            z-index: 600;
        }

        .moderation-steps li:nth-child(2) {
            z-index: 500;
        }

        .moderation-steps li:nth-child(3) {
            z-index: 400;
        }

        .moderation-steps li:nth-child(4) {
            z-index: 300;
        }

        .moderation-steps li:nth-child(5) {
            z-index: 200;
        }

        .moderation-steps li:last-child:after,
        .moderation-steps li:last-child:before {
            border: none
        }

        .moderation-steps li.completed-step {
            background: #28225c;
            color: white;
        }

            .moderation-steps li.completed-step:after {
                border-left-color: #28225c;
            }

            .moderation-steps li.completed-step a {
                color: #ffffff;
                text-decoration: underline;
            }

                .moderation-steps li.completed-step a:hover {
                    color: #ffffff;
                    text-decoration: underline;
                }

    .moderation-steps .moderation-step-nr {
        font-weight: 900;
    }

.moderation-box .cohort-details-table-header {
    padding: 10px 0px;
}


.moderation-box-header-col h4 i {
    width: 25px;
}

.moderation-box .moderation-step a {
    color: #000000;
    text-decoration: underline;
}

    .moderation-box .moderation-step a:hover {
        color: #28225c;
    }

form .form-buttons-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

    form .form-buttons-right .btn {
        margin: 0.25rem;
    }

/*TEACHING*/

.system-revamp .remove-cohort-registration-button {
    width: 100%;
}

#cohort-certificate-requests-section {
    padding-left: 5px;
    padding-right: 5px;
}

    #cohort-certificate-requests-section .cohort-tab-header-buttons-wrapper {
        display: flex;
        justify-content: right;
    }

#cohort-dcs-moderations-section .cohort-tab-header-buttons-wrapper {
    display: flex;
    justify-content: right;
}

/*MODERATION MANAGE UNITS*/

#moderation-unit-management .moderation-units-learner-units-box {
    border: 1px solid #d4d4d4;
}

/*MODERATION MANAGE UNITS INPUT*/

:root {
    --form-control-color: #28225c;
    --form-control-disabled: #d4d4d4;
}

#moderation-unit-management .learner-units-headder {
    padding: 0.75em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    #moderation-unit-management .learner-units-headder h4 {
        margin: 0px;
    }

#moderation-unit-management #moderation-agreement {
    margin-left: 20px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}

#moderation-unit-management #dcs-agreement {
    margin-left: 20px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}

#moderation-unit-management .moderation-units-learner-units-buttons-wrapper {
    display: flex;
    justify-content: right;
}

#moderation-unit-management .form-check-input.learner-checkbox {
    right: 30px;
}

#moderation-unit-management table.learner-units-table {
    margin-bottom: 0px;
}

#moderation-unit-management input[type="checkbox"],
#cohort-manage-units-section input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    /*margin: 0;*/
    font: inherit;
    /*color: currentColor;*/
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #28225c;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    display: inline-grid;
    place-content: center;
    cursor: pointer;
    caret-color: transparent;
}

    #moderation-unit-management input[type="checkbox"]::before,
    #cohort-manage-units-section input[type="checkbox"]::before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
        transform: scale(0);
        transform-origin: center;
        transition: 0ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
        /* Windows High Contrast Mode */
        background-color: CanvasText;
    }

    #moderation-unit-management input[type="checkbox"]:checked::before,
    #cohort-manage-units-section input[type="checkbox"]:checked::before {
        transform: scale(1);
    }


    #moderation-unit-management input[type="checkbox"]:indeterminate::before,
    #cohort-manage-units-section input[type="checkbox"]:indeterminate::before {
        transform: scale(1);
        transform: rotate(0.55turn);
        clip-path: none;
        transform: translate(0%, 0%);
        transform: skew(-3deg, 68deg);
        width: 1px;
        height: 11px;
        padding: 29px 56px 0px -8px;
        content: "";
        position: absolute;
        top: -4px;
        left: 6px;
        width: 2px;
        height: 22px;
        background-color: transparent;
        transform: rotate(135deg);
    }



    #moderation-unit-management input[type="checkbox"]:disabled,
    #cohort-manage-units-section input[type="checkbox"]:disabled {
        --form-control-color: var(--form-control-disabled);
        color: var(--form-control-disabled);
        border-color: var(--form-control-disabled);
        cursor: not-allowed;
    }

/* Toastr custom style */
#toast-container > div {
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    opacity: .9;
    -ms-filter: alpha(opacity=90);
    filter: alpha(opacity=90);
}

#toast-container > :hover {
    -moz-box-shadow: 0 0 4px #999;
    -webkit-box-shadow: 0 0 4px #999;
    box-shadow: 0 0 4px #999;
    opacity: 1;
    -ms-filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer;
}

.toast {
    background-color: #1ab394;
}

.toast-success {
    background-color: #28225c;
}

.toast-error {
    background-color: #ed5565;
}

.toast-info {
    background-color: #23c6c8;
}

.toast-warning {
    background-color: #f8ac59;
}

.toast-top-full-width {
    margin-top: 20px;
}

.toast-bottom-full-width {
    margin-bottom: 20px;
}

/* Progress Bar*/
#copy-unit-progress-bar,
#unit-bulk-upload-progress-bar,
#learner-bulk-upload-progress-bar,
#create-cohort-certificate-progress-bar {
    display: none;
}

.pb-outcome {
    display: none;
}

.pb {
    width: 1%;
    height: 15px;
    transition: width 0.15s ease-out 0s;
    background-color: var(--bar-color);
    border-radius: 100px;
    box-shadow: #28225c 0px 0px 45px inset;
}

.card {
    margin-bottom: 10px;
}

.card-header {
    cursor: pointer;
    padding: 10px;
    background-color: #f5f5f5;
}

.card-body {
    padding: 10px;
}

/*RESTRICTION NOTIFICATION*/

#restriction-notification p {
    font-family: Muli,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: .2px;
    margin-bottom: 0.2rem;
}


/*LEARNER progress TRACKER*/

.cohort-learner-progress-units-box {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}

.cohort-learner-progress-units-box-header {
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.lh-2 {
    line-height: 2;
}

.cohort-learner-progress-units-box-unit,
.cohort-learner-progress-units-box-pathway {
    align-items: center;
    border-top: 1px solid #d4d4d4;
    height: 60px;
    display: flex;
    justify-content: space-between;
    padding: 0px 15px 0px 15px;
}

.cohort-learner-progress-units-box-wrapper {
    margin: 0;
    padding: 0;
}

.cohort-learner-progress-units-box-actions,
.cohort-learner-progress-pathways-box-actions {
    display: flex;
}

    .cohort-learner-progress-units-box-actions .btn,
    .cohort-learner-progress-pathways-box-actions .btn {
        height: 40px;
        line-height: 0.5px;
        padding: 8px;
        width: 100%
    }

.cohort-learner-progress-learner-name {
    margin-left: 15px;
}

.cohort-learner-progress-unit-name,
.cohort-learner-progress-pathway-name {
    margin: 0px 0px 0px 36px;
}

.cohort-learner-progress-pathway-name {
    margin: 0px;
}

.cohort-learner-progress-unit-action-purchase {
    width: 135px;
    text-align: center;
}

.cohort-learner-progress-unit-action-complete {
    width: 135px;
    text-align: center;
}

.cohort-learner-progress-unit-action-certificate,
.cohort-learner-progress-pathway-action-certificate {
    /*width: 125px;*/
    text-align: center;
}

.sticky-cart-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #EBC9EB;
    padding: 10px;
    z-index: 9999;
}

    .sticky-cart-bar .sticky-cart-bar-content {
        display: flex;
        justify-content: space-between;
    }

.tab-header {
    display: flex;
    justify-content: space-between;
}


    .tab-header .btn {
        height: 100%;
    }

.cohort-cart-item-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/*PROGRESS BAR*/
/*.pb_success .card {
    display: none;
}

.pb_warning .card {
    display: none;
}

.pb_error .card {
    display: none;
}*/

.cohort-manage-units-add-buttons-wrapper button:not(:last-child) {
    margin-right: 10px;
}

.button-tooltip {
    padding: 8px;
}

.tooltip-inner {
    background-color: #28225c;
    color: white;
}

.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 24px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #696969;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 6px;
        bottom: 6px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #28225c;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}

/*------ ADDED CSS ---------*/
.slider-spinner {
    position: absolute;
    top: 25%;
    left: 40%;
    display: none;
    /*z-index: 1;*/
}

.on {
    display: none;
}

.on, .off {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 25%;
    font-size: 14px;
    font-family: Verdana, sans-serif;
}

.can-be-toggled, .disabled-class {
    pointer-events: none;
    opacity: 30%;
}

input:checked + .slider .on {
    display: block;
}

input:checked + .slider .off {
    display: none;
}

/*--------- END --------*/

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.content-right {
    justify-content: flex-end;
}

/*QUICK CLAIM CERTIFICATE*/
/*#quick-claim-learner-details .dhx_sample-container__widget {
    max-width: 100%;
    height: 500px;
}


.text-danger.field-validation-error{
    display:block;
}

#validation-reminder{
    display:none;
}*/

#spreadsheet {
    height: 600px;
    overflow-y: auto;
}

#validate-learner-details-button span {
    display: none;
}



/* Font sizes */
.font-size-24 {
    font-size: 24px;
}

.font-size-32 {
    font-size: 32px;
}

/*Handsontable spreadsheet*/
.as-info.success {
    background: #28225c;
}

.as-info.failed {
    background: #be1555;
}

.as-info.suggestion {
    background: #FFBF00;
}

span.success {
    color: #28225c;
}

span.failed {
    color: #be1555;
}

span.suggestion {
    color: #FFBF00;
}

.qc-status-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.qc-block {
    flex: 1 3 5px;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
}


.qc-block-element {
    margin-top: 20px;
    line-height: 10px;
}

.form-control[readonly]{
    background-color:transparent;
}

.dropZone {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    color: #666;
}

.block {
    display: block;
}

/*CONTENT BOX*/
.content_box {
    background: #fff;
    border-radius: 0.7rem;
    padding: 2rem;
    overflow: hidden;
    margin: 0 auto;
}

.content-block-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.content_box .box_title {
    display: inline-block;
    background: #28225c;
    padding: 0.5rem 1rem;
    color: #fff;
    margin-top: -1rem;
    font-weight: 400;
}

/*NAV BOX */
.nav_box {
    background: #fff;
    border-radius: 0.6rem;
    box-shadow: 0 5px 20px rgba(79,79,79,.1);
    padding: 1rem;
}

/*DataTables Material*/
.pagination .mdc-button {
    border: 1px dotted #d3d3d3;
}
.mdc-text-field__input {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mdc-select-field {
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 10px;
}

/* Set the font to Muli inside Quill editors */
.quill-editor .ql-editor {
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border-radius: 0.375rem; /* match Bootstrap rounded */
}

/* Optional: add border and padding to make it look like a textarea */
.quill-editor {
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    background-color: #fff;
}

    /* Match Bootstrap's form-control padding */
    .quill-editor .ql-editor {
        padding: 0.375rem 0.75rem;
        min-height: 120px;
    }

    /* Optional: shrink toolbar buttons a bit */
    .quill-editor .ql-toolbar {
        border: 1px solid #ced4da;
        border-radius: 0.375rem 0.375rem 0 0;
    }

    /* Make sure toolbar and editor box are visually cohesive */
    .quill-editor .ql-container {
        border-top: none;
        border-radius: 0 0 0.375rem 0.375rem;
    }


