/* Modal styles */
.modal-wrapper {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    z-index: 12;
    padding: 50px 0;
}

/* .modal-container {
border-radius: 3px;
background-color: #ffffff;
width: 550px;
position: absolute;
top: 50%;
left: 50%;
z-index: 11;
padding: 46px 32px 24px;
-webkit-transform: translate(-50%, -50%) scale(0.7);
-moz-transform: translate(-50%, -50%) scale(0.7);
-ms-transform: translate(-50%, -50%) scale(0.7);
transform: translate(-50%, -50%) scale(0.7);
opacity: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
margin: 0 auto;
} */
.modal-container {
    border-radius: 3px;
    background-color: #ffffff;
    width: 550px;
    position: relative;
    /* top: 50%; */
    /* left: 50%; */
    z-index: 11;
    padding: 46px 32px 24px;
    /* -webkit-transform: translate(-50%, -50%) scale(0.7);
-moz-transform: translate(-50%, -50%) scale(0.7);
-ms-transform: translate(-50%, -50%) scale(0.7);
transform: translate(-50%, -50%) scale(0.7); */
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 auto;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: " ";
    background: rgba(0, 0, 0, 0.7);
    z-index: 11;
    visibility: hidden;
}

.modal-wrapper.active {
    visibility: visible;
}

    .modal-wrapper.active .modal-overlay {
        visibility: visible;
    }

    .modal-wrapper.active:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

    .modal-wrapper.active .modal-container {
        /* -webkit-transform: translate(-50%, -50%) scale(1);
-moz-transform: translate(-50%, -50%) scale(1);
-ms-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1); */
        opacity: 1;
    }

.close-modal {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0;
}

.module-modal {
    text-align: center;
}

    .module-modal h2 {
        color: #000000;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 20px;
        text-align: center;
        margin-bottom: 18px;
        padding: 0 5px;
    }

.content-description {
    text-align: left;
    border-radius: 2px;
    background-color: #effaff;
    padding: 10px 10px 10px 9px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.info-icon {
    margin-right: 10px;
}

.item-description {
    color: #585858;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-align: left;
    line-height: 18px;
    /* overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
width: 100%;*/
    display: block;
}

.prerequisite-modal {
    max-height: 200px;
    overflow-y: auto;
    margin-right: -16px;
}

.item-description a {
    color: #017cbc;
}

    .item-description a:hover {
        color: #017cbc;
    }

.progress-title-wrapper .description {
    width: calc(100% - 104px);
}

    .progress-title-wrapper .description h2 {
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 18px;
        margin-bottom: 5px;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        padding: 0;
    }

.multiple-content .description h2 {
    margin-bottom: 0;
}

.modal-content-wrapper p {
    color: #000000;
    font-size: 1em;
    letter-spacing: 0;
    line-height: 18px;
    text-align: left;
    margin-bottom: 24px;
    word-break: break-all;
}

.btn-group-wrap {
    text-align: center;
}

.modal-content-wrapper .btn-group-wrap {
    margin-top: 35px;
}

.btn-group-wrap .primary-btn,
.btn-group-wrap .secondary-btn {
    padding: 9px 31px;
    margin: 0 4px;
}

/* Modal styles */
/* OJT alert styles */
.request-alert {
    width: 684px;
    border: 1px solid #859d00;
    background-color: #fbffe8;
    padding: 22px 25px;
    box-shadow: 0 0 14px 0 rgba(221, 221, 221, 0.5);
}

    .request-alert.active {
        transform: translate(-50%, 71px);
        position: fixed;
    }
/* OJT alert styles */
/* Task modals file uploader styles */
.task-resource {
    text-align: left;
    margin-bottom: 24px;
}

    .task-resource h3 {
        color: #000000;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 18px;
        margin-bottom: 4px;
    }

.resource-file {
    display: block;
    text-align: left;
}

    .resource-file a {
        color: #006498;
        font-size: 12px;
        letter-spacing: 0;
        line-height: 15px;
    }

        .resource-file a:hover {
            color: #006498;
        }

.task-upload-wrapper {
    text-align: left;
    margin-bottom: 24px;
}

    /*.task-upload-wrapper h4 {
color: #333333;
font-size: 10px;
font-weight: bold;
letter-spacing: 0;
line-height: 18px;
margin-bottom: 10px;
text-transform: uppercase;
}*/
    .task-upload-wrapper h3 {
        color: #333333;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 18px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

.task-uploader {
    border: 2px dashed #4d92b6;
    border-radius: 2px;
    background-color: #f3fbff;
    height: 162px;
    position: relative;
}

    .task-uploader form {
        height: 100%;
        width: 100%;
    }

.file-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 11;
}

.file-drop {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.file-illustration {
    margin-right: 40px;
}

.browse-file {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    display: block;
    margin-bottom: 5px;
}

.browse-text {
    font-weight: 500;
    display: block;
}

.forward-arrow {
    margin-left: 4.5px;
}

.browse-file strong {
    color: #006498;
    font-weight: 600;
}

.accecptance-criteria {
    color: #555;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18.62px;
    width: 270px;
    display:inline-block;
}

.file-upload-name {
    position: absolute;
    bottom: 14px;
    right: 18px;
}

    .file-upload-name .tooltip-custom {
        display: inline-block;
        position: static;
    }

.latest-description {
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    text-align: left;
    margin-bottom: 26px;
    text-align: left;
    /* max-height: 120px;
overflow-y: auto;*/
}

    .latest-description .para-desc {
        display: flex;
        align-items: flex-end;
        width: 457px;
    }

        .latest-description .para-desc .para-long-description {
            margin-bottom: 0;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            letter-spacing: 0.6px;
            color: #000000;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 18px;
            position: relative;
        }

        .latest-description .para-desc .extend-para:after {
            content: "...";
            position: absolute;
            bottom: 3px;
            right: 13px;
            height: 15px;
            width: 15px;
            background: #fff;
        }

        .latest-description .para-desc .extend-para.extended:after {
            content: "";
            height: 0;
            width: 0;
        }

        .latest-description .para-desc .para-long-description p {
            margin-bottom: 0;
        }

        .latest-description .para-desc .para-long-description.expanded {
            /*max-height: 65px;*/
            overflow: visible;
        }

            .latest-description .para-desc .para-long-description.expanded:after {
                content: "";
                height: 0;
                width: 0;
            }

        .latest-description .para-desc .extend-para {
            height: 15px;
            width: 15px;
            border-radius: 1px;
            background-color: #eeeeee;
            color: #757575;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.69px;
            line-height: 16px;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

.modal-content-wrapper .task-module p {
    margin-bottom: 26px;
}

.error-format {
    border: 2px dashed #fc7575;
    background-color: #fff0f0;
}

    .error-format .file-illustration {
        margin-right: 32px;
    }

.error-format .browse-file {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 3px;
}

    .error-format .accecptance-criteria {
        color: #140000;
        font-size: 12px;
        font-weight: 600;
    }

.task-uploaded-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding-top: 55px;
}

.sheet-icon svg {
    height: 27px;
    width: 22.5px;
}

.task-progress-section {
    opacity: 0.75;
    border-radius: 2px;
    background-color: #d3d7da;
    width: 245px;
    height: 11.25px;
    position: relative;
}

.task-completion {
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
}

.task-progress-color {
    border-radius: 2px;
    background-color: #91a71a;
    width: 75%;
    height: 11.25px;
}

.sheet-icon {
    margin-top: 8px;
    margin-right: 10px;
}

.task-progress-counter {
    height: 24px;
    width: 41px;
    border-radius: 12px 1px 12px 12px;
    background-color: #dee1e3;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
    padding: 3px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -25.5px;
    left: calc(75% - 41px);
}

.file-status-wrapper {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(193, 199, 204, 0.3);
    margin-bottom: 15px;
    margin-top: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 17px;
}

.file-status-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.icon-pdf {
    margin-right: 7px;
    width: 30px;
    height: 36px;
}

    .icon-pdf img {
        width: 100%;
    }

    .icon-pdf svg {
        max-width: 100%;
        max-height: 100%;
        height: 36px;
        width: 45.7px;
    }

.file-name-status .file-name {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 18px;
    display: block;
    margin-bottom: 3px;
    width: 298px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}

    .file-name-status .file-name a {
        color: #006498;
    }

.file-name-status .file-status {
    display: block;
    color: #747474;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 13px;
    text-align: left;
}

.delete-file-confirmation {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background-color: rgba(0, 100, 152, 0.2);
    box-shadow: 0 0 6px 0 rgba(193, 199, 204, 0.3);
}

.job-training .delete-confirm-content {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    margin: 24px 0;
}

.uploaded-text {
    text-align: left;
    color: #333333;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 13px;
    text-transform: uppercase;
}
/* Task modals file uploader styles */
/* ILT modal styles */
.session-info {
    text-align: left;
}

    .session-info h2 {
        margin-bottom: 7px;
    }

    .session-info h3 {
        margin-bottom: 15px;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 16px;
        text-align: center;
    }

    .session-info p {
        margin-bottom: 0;
    }

.session-info-heading {
    margin-bottom: 24px;
}

    .session-info-heading h4 {
        color: #000000;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 16px;
        margin-bottom: 4px;
    }

.meeting-link a {
    word-break: break-all;
    color: #006498;
}

    .meeting-link a:hover {
        color: #006498;
    }

/* ILT modal extra styles */
/*#ilt-sessions {
max-height: 245px;
overflow-y: auto;
}*/
.session-classes-wrapper {
    text-align: left;
    padding: 10px;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;    
}
.modal-content-wrapper .session-classes-wrapper {
    position: relative;
}

.session-details-wrapper {
    width: calc(100% - 24px);
}

    .session-details-wrapper h3 {
        color: #333333;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 19px;
        margin-bottom: 6px;
        width: calc(100% - 154px);
    }

.calendar-current-date {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 14px;
}

.current-date-details h4 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    margin-bottom: 6px;
}

.meeting-details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 6px;
}

    .meeting-time-details .meeting-time,
    .meeting-details li {
        position: relative;
        color: #333333;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 15px;
        margin-right: 13px;
    }

        .meeting-details li:after,
        .multiple-instructors li:after {
            content: "";
            position: absolute;
            top: 50%;
            right: -7px;
            transform: translateY(-50%);
            height: 100%;
            width: 1px;
            background: #cfd1d0;
        }

        .meeting-time-details .meeting-time:last-child,
        .meeting-details li:last-child,
        .multiple-instructors li:last-child {
            margin-right: 0;
        }

            .meeting-details li:last-child:after,
            .multiple-instructors li:last-child:after {
                height: 0;
                width: 0;
            }

    .meeting-details .seats-not-available {
        color: #e20000;
    }

    .meeting-details .seats-available {
        color: #677900;
    }

.meeting-agenda p {
    color: #333333;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 0;
}

.meeting-city,
.instructor {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 13px;
}

.meeting-time {
    margin-bottom: 5px;
}

.meeting-time-details {
    margin-bottom: 6px;
}

.more-detail-div {
    display: none;
    text-align: left;
    margin-top: 10px;
}

    .more-detail-div.active {
        margin-top: 16px;
        display: block;
    }

    .more-detail-div h4 {
        color: #717171;
        font-size: 10px;
        font-weight: bold;
        letter-spacing: 0.43px;
        line-height: 13px;
        margin-bottom: 4px;
        text-transform: uppercase;
    }

.more-details-btn {
    margin-top: 12px;
    color: #006498;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: capitalize;
    padding: 0;
}

.show-more-detail.in-active {
    display: none;
}

.less-details-btn {
    display: none;
}

    .less-details-btn.active {
        display: inline-block;
    }

.has-sessions {
    cursor: pointer;
}

.session-instructors {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 16px;
}

/*.instructor {
margin-bottom: 5px;
}*/
.multiple-instructors {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .multiple-instructors li {
        position: relative;
        margin-right: 13px;
    }

.solution-text {
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.6px;
    line-height: 18px;
    padding-right: 16px;
}

.video-content-wrapper .solution-text {
    padding-right: 0;
}

    .video-content-wrapper .solution-text video {
        width: 100%;
        height: 100%;
    }

.video-content-wrapper .modal-container {
    width: 90%;
}

.video-content-wrapper .sizing-small {
    height: calc(100vh - 200px);
}

.solution-text p {
    margin-bottom: 0;
}

.message-section {
    text-align: left;
    margin-bottom: 30px;
}

    .message-section .uploaded-text {
        margin-bottom: 8px;
    }

.approve-btn,
.reject-btn {
    border: 1px solid #859d00;
    border-radius: 2px;
    background-color: #fbffe8;
    color: #859d00;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 18px;
    margin-right: 13.5px;
    padding: 7.5px 11.6px;
}

.reject-btn {
    border: 1px solid #fc7576;
    border-radius: 2px;
    background-color: #ffebeb;
    color: #fc7576;
    margin-right: 0;
}

.error-alert-toaster {
    border: 1px solid #ffc3c3;
    background-color: #ffe1e1 !important;
    box-shadow: 0 0 14px 0 rgba(221, 221, 221, 0.5);
    width: auto;
}

/* Order successful modal styles */
.order-success .modal-container {
    border-radius: 4px;
    box-shadow: 0 0 16px 0 rgba(165, 170, 174, 0.33);
    padding: 26px 35px;
    top: 50%;
    transform: translateY(-50%);
}

.order-success.active:before {
    background: transparent;
}

.success-icon-wrap {
    text-align: center;
    margin-bottom: 21px;
}

.success-icon svg {
    max-width: 100%;
    max-height: 100%;
    height: 36px;
    width: 36px;
}

.order-success h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 27px;
    line-height: 22px;
}

.order-success-msg {
    color: #333333;
    font-size: 14px;
    font-weight: medium;
    letter-spacing: 0.23px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 22px;
}

    .order-success-msg .about-payment {
        font-weight: bold;
    }

.continue-msg {
    line-height: 22px;
    margin-bottom: 30px;
}

.order-success .btn {
    padding: 14px 43px;
    margin: 0 12px;
}
/* Subscriber modal styling */
.subscriber-wrapper h2 {
    color: #000000;
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
}

.select-subscription {
    color: #767575;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 13px;
    margin-bottom: 11px;
    display: block;
}

.subscription-plans {
    max-height: 175px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .subscription-plans li {
        background-color: #f5f7f6;
        padding: 8px 16px 11px;
        margin-bottom: 8px;
    }

        .subscription-plans li .radio-container {
            color: #333333;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 13px;
            margin-bottom: 0;
        }
/* Register user modal styles */
.register-users-modal .modal-container {
    width: 356px;
    padding: 46px 20px 24px;
}

.register-users-modal .module-modal h2 {
    margin-bottom: 2px;
}

.register-users-modal .details-tabbing {
    margin-bottom: 14px;
}

    .register-users-modal .details-tabbing li a {
        padding: 12px 35.4px 12px 35px;
        border-radius: 2px 0 0 2px;
        background-color: #f1f3f4;
        color: #4d4d4d;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 16px;
        cursor: pointer;
        text-transform: uppercase;
        text-decoration: none;
        transition: none;
    }

    .register-users-modal .details-tabbing li.active a {
        display: block;
        border: 1px solid #e6e6e6;
        background-color: #ffffff;
        box-shadow: 0 0 6px 0 rgba(193, 199, 204, 0.3);
        color: #006498;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 16px;
    }

.sub-heading-modal {
    margin-bottom: 30px;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 18px;
    padding: 0 25px;
}

.all-users-wrap {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(193, 199, 204, 0.3);
    padding: 14.5px 20px 14.5px 20px;
    text-align: left;
    margin-bottom: 14px;
}

.all-users-list {
    max-height: 250px;
    overflow-y: auto;
}

    .all-users-list li {
        /*margin-bottom: 14px;*/
        margin-bottom: 0px;
    }
        .all-users-list li .form-field {
            margin-bottom:0;
        }

        .all-users-list li:last-child {
            margin-bottom: 0;
        }

    .all-users-list .checkbox-wrap {
        margin-bottom: 0;
    }

    .all-users-list .checkbox-container {
        color: #333333;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.6px;
        line-height: 16px;
    }

    .all-users-list .select-all-container .checkbox-container {
        font-weight: 600;
    }

.all-users-wrap .search-field-wrap {
    height: 45px;
    width: 100%;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
    padding-right: 14px;
}
.modal-content-wrapper .all-users-wrap .search-field-wrap {
    margin-bottom:26px;
}

.modal-content-wrapper .all-users-wrap .search-field {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    border: 0;
    padding: 5px 10px;
    height: 20px;
    width: calc(100% - 40px);
    display: block;
    opacity: 1;
}

.all-users-wrap .close-search-btn {
    display: flex;
    align-items: center;
}

.all-users-wrap .search-btn {
    margin-left: 8px;
}

.all-users-wrap .close-search {
    display: none;
}

.radio-list-spacing .all-users-list .form-field, .radio-list-spacing .all-users-list li {
    margin-bottom:0;
}
.radio-list-spacing .all-users-list .checkbox-form-field {
    margin-top:0;
}

.registered-users-list li {
    margin-bottom: 8px;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 18px;
}
/* Register user modal styles */
/* share-link-modal styles */
.share-link-modal .modal-container {
    width: 321px;
    padding: 46px 20px 24px;
}

.share-link-modal .module-modal h2 {
    margin-bottom: 2px;
}

.share-link-modal .sub-heading-modal {
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
    margin-bottom: 19px;
}

.shared-link {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(193, 199, 204, 0.3);
    padding: 14px 10px;
    height: 164px;
    overflow-y: hidden;
    margin-bottom: 15px;
}

    .shared-link a {
        color: #333333;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.6px;
        line-height: 18px;
        display: block;
        word-break: break-all;
        text-align: left;
    }

.share-link-modal .btn-group-wrap .primary-btn,
.share-link-modal .btn-group-wrap .secondary-btn {
    padding: 12px 26px;
}
/* share-link-modal styles */

.upload-file-successful-wrapper h2 {
    display: none;
}

.upload-file-successful-wrapper .file-status-wrapper {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    display: block;
    padding: 0;
}

.upload-file-successful {
    flex-direction: column;
    width:100%;
}

    .upload-file-successful .sheet-icon {
        width: 53px;
        margin-bottom: 12px;
    }

    .upload-file-successful .file-status,
    .upload-file-successful .file-name span {
        margin-bottom: 16px;
        color: #333333;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 21px;
        text-align: center;
    }

    .upload-file-successful .file-name span {
        margin-bottom: 0;
        margin-left: 7px;
    }

    .upload-file-successful .file-name {
        margin-bottom: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .upload-file-successful .primary-btn {
        padding: 9px 34px;
    }

.confirm-status-text {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
}
/* external training-modal styles */
.module-modal .validation-msg {
    text-align: left;
}
/* external training-modal styles */
/* Signup modal styles */
.signin-modal-wrap .primary-btn {
    width: 100%;
    margin: 0;
}

.forgot-passoword-text a {
    text-decoration: none;
    color: #006498;
    font-size: 12px;
    letter-spacing: 0.51px;
    line-height: 15px;
    display: inline-block;
}

.not-member-registration {
    margin-top: 15px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
    margin-bottom: 21px;
}

    .not-member-registration span {
        color: #333333;
        font-size: 12px;
        letter-spacing: 0.51px;
        line-height: 15px;
        text-align: center;
        display: block;
    }

        .not-member-registration span a {
            display: inline-block;
            text-decoration: none;
        }

.social-login li {
    margin-bottom: 7px;
}

    .social-login li:last-child {
        margin-bottom: 0px;
    }

    .social-login li a {
        border: 1px solid #b2b2b2;
        border-radius: 2px;
        background-color: #ffffff;
        padding: 14px 20px 10px;
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #006498;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.6px;
        line-height: 18px;
        justify-content: center;
    }

.social-login-text {
    width: 206px;
    margin: 0 auto;
    text-align: left;
}

.social-icon {
    margin-right: 19px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.signin-failed-wrap {
    border-radius: 2px;
    background-color: #ffefef;
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 15px;
    padding: 12.5px;
    text-align: left;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .signin-failed-wrap .required-icon {
        margin-right: 10px;
    }
/* Signup modal styles */
/*loader styles*/
.signin-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
/*loader styles*/
/* Proctoring modal styles */
.modal-select-box-wrapper,
.language-selectbox {
    position: relative;
    margin-bottom: 24px;
    margin-top: 4px;
}

.completion-status {
    width: 56%;
}

.modal-select-box-wrapper select,
.language-selectbox select {
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    background-color: transparent;
    height: 44px;
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 18px;
    padding: 0 28px 0 14.5px;
    position: relative;
    z-index: 1;
    text-transform: none;
}

.modal-select-box-wrapper .icon-down-arrow,
.language-selectbox .down-arrow-icon {
    position: absolute;
    top: 50%;
    right: 17.5px;
    transform: translateY(-50%);
    left: auto;
}

.modal-checkbox {
    text-align: left;
}

    .modal-checkbox .checkbox-form-value {
        color: #333333;
        font-size: 14px;
        letter-spacing: 0.6px;
        line-height: 0;
    }

.modal-content-wrapper .last-login-field {
    padding: 0;
    margin-bottom: 24px;
}
/* Proctoring modal styles */
/*Responsive styles*/
@media only screen and (max-width: 767.98px) {
    .modal-container {
        width: 95%;
        padding: 40px 15px 18px;
    }

    .order-success .btn {
        padding: 9px 22px;
        margin: 0 4px;
    }

    .request-alert {
        width: 90%;
    }

    .latest-description .para-desc {
        width: 100%;
    }

    .file-illustration {
        margin-right: 10px;
    }

    .completion-status,
    .width-40 {
        width: 100%;
    }
}

@media only screen and (max-width: 539.98px) {
    .file-name-status .file-name {
        width: 180px;
    }
}
/*Responsive styles*/

.avatar-progress-section {
    opacity: 0.75;
    border-radius: 2px;
    background-color: #d3d7da;
    width: 125px;
    height: 11.25px;
    position: relative;
}

#Copying_Modal .scrollable-height {
    max-height: unset;
    overflow: visible;
}

.permission-scope-modal .form-field {
    margin-bottom: 0;
}

.adding-role-modal .all-users-list {
    margin-top: 20px;
}

    .adding-role-modal .all-users-list li {
        margin-bottom: 0;
    }

.adding-role-modal .remove-all-btn {
    display: none;
}
.modal-content-wrapper .favourite-icon-image {
    margin-top: 25px;
}

.empty-state-wrapper-blur.active {
    visibility: visible;
}

    .empty-state-wrapper-blur .active .modal-overlay {
        visibility: visible;
    }

    .empty-state-wrapper-blur.active:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
    }
.award-certificate-wrapper .multiple-components > .information-field-wrap {
    margin-bottom: 4px;
}

.OperatorsList option:disabled {
    color: #c5c5c5;
}