.feedback-arrow {
    box-sizing: border-box;
    display: inline-block;
    width: 5%;
}

.feedback-category {
    background-color: var(--grey-light);
    border-style: none;
    margin: 10px 5px;
    padding: 5px;
}

.feedback-category-expandable:hover {
    background-color: var(--grey);
}

.feedback-category .name {
    box-sizing: border-box;
    display: inline-block;
    font-size: 1.2em;
    width: 75%;
}

.feedback-collapse {
    cursor: pointer;
    padding-left: 5px;
}

.feedback-collapsible {
    border-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px;
}

.feedback-content {
    padding: 0px !important;
}

.feedback-expand {
    padding-right: 5px;
    border-right: 1px solid var(--grey-dark);
    cursor: pointer;
}

.feedback-footer {
    border-top: 1px solid var(--grey-dark) !important;
    height: auto !important;
    padding: 10px !important;
    text-align: left !important;
}

.feedback-header {
    background-color: var(--grey);
    padding: 5px 10px;
}

.feedback-heading-large {
    font-size: 1.5em;
}

.feedback-heading-medium {
    font-size: 1.2em;
}

.feedback-heading-small {
    font-size: 1.1em;
}

.feedback-question {
    margin: 1px 0px;
    padding-left: 5px;
}

.feedback-question span {
    padding-right: 5px;
}

.feedback-questions {
    background-color: var(--white);
    border-style: none;
    padding: 0px 10px 5px 10px;
}

.feedback-subtotal {
    box-sizing: border-box;
    display: inline-block;
    width: 20%;
}

.feedback-assessment .headerbar {
    height: 40%;
    position: relative;
    width: 101%;
    color: #fff;
    text-align: center;
}

.feedback-assessment .headerbar.pass {
    background-color: #00a383;
}

.feedback-assessment .headerbar.fail {
    background-color: #ca5353;
}

.feedback-assessment .headerbar i.status {
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    font-size: 7em;
    cursor: default;
}

.feedback-assessment .headerbar i.modal-close {
    right: 12px;
}

.feedback-assessment .status-text {
    text-align: center;
    font-size: 2.0em;
    margin-top: 20px;
}

.feedback-assessment .fault-text {
    text-align: center;
    margin-top: 5px;
    font-weight: 200;
    font-size: 1.2em;
    line-height: 2em;
}

.feedback-assessment .fault-text .fault-text-title {
    font-weight: 600;
    border-top: 1px solid #ccc;
    text-align: left;
    padding-left: 150px;
    font-size: 0.8em;
    opacity: 0.5;
}

.feedback-assessment .fault-text .fault-text-list {
    text-align: left;
    padding-left: 160px;
    padding-right: 160px;
    padding-bottom: 10px;
}


.feedback-assessment .modal-footer {
    text-align: center;
    border: none!important;
}

.feedback-report.competency {
    height: 85%;
    max-height: 85%;
    width: 80%;
    max-width: 900px;
    overflow-y: scroll !important;
}

.feedback-report.competency .feedback-header {
    background-color: var(--primary-blue);
    padding: 24px;
    color: var(--white);
}

.feedback-report.competency .feedback-header h1, .feedback-report.competency .feedback-header h2, .feedback-report.competency .feedback-header h4 {
    margin-bottom: 8px;
}

.feedback-report.competency .feedback-header .header {
    color: var(--primary-orange);
}

.feedback-report.competency .feedback-header .subheader {
    color: var(--primary-orange);
    font-size: 1.7em;
    text-transform: uppercase;
}

.feedback-report.competency .body {
    padding: 24px;
}

.feedback-report.competency .body .score-row {
    align-items: center;
    border-top: 1px solid var(--grey-dark);
    border-bottom: 1px solid var(--grey-dark);
    display: flex;
    flex-wrap: wrap;
    font-size: 1.5em;
    margin-bottom: 16px;
    padding: 4px 0px;
    text-transform: uppercase;
}

.feedback-report.competency .body .score-row .score-col {
    width: 50%;
}

.feedback-report.competency .body .score-row .score-col span {
    color: var(--primary-orange);
    font-weight: 600;
}

.feedback-report.competency .body p {
    margin-top: 0px;
    margin-bottom: 8px;
}

.feedback-report.competency .body .recommendations-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.feedback-report.competency .body .recommendations-row .competencies-col {
    width: 33%;
    padding-right: 16px;
}

.feedback-report.competency .body .recommendations-row .courses-col {
    width: 67%;
    padding-left: 16px;
}

.feedback-report.competency .body .recommendations-row .competencies-col ul {
    margin-top: 16px;
}

.feedback-report.competency .body .recommendations-row .competencies-col ul li {
    cursor: pointer;
    margin-bottom: 4px;
}

.feedback-report.competency .body .recommendations-row .competencies-col ul li:hover {
    color: var(--primary-orange);
}

.feedback-report.competency .body .recommendations-row .competencies-col ul li.selected {
    color: var(--primary-orange);
}

.feedback-report.competency .body .recommendations-row .courses-col h5 {
    margin: 16px 0px 8px 0px;
}

.feedback-report.competency .body .recommendations-row .courses-col .recommendation {
    border-bottom: 1px solid var(--grey);
    padding: 4px 16px;
}

.feedback-report.competency .body .recommendations-row .courses-col .recommendation:last-child {
    border-bottom: none;
}

.feedback-report.competency .body .recommendations-row .courses-col .recommendation .name-wrapper {
    display: flex;
    flex-grow: 1;
    overflow: hidden;
}

.feedback-report.competency .body .recommendations-row .courses-col .recommendation .name-wrapper .name {
    cursor: pointer;
}

.feedback-report.competency .body .recommendations-row .courses-col .recommendation .name-wrapper .name:hover {
    color: var(--primary-orange);
}

.feedback-report.competency .body .recommendations-row .courses-col .recommendation .btn-col {
    min-width: 112px;
    max-width: 112px;
}

.feedback-report.competency .body .recommendations-row .courses-col .recommendation .btn-col .enroll-btn {
    font-weight: 500;
    padding: 0px;
    width: 100%;
}

.feedback-report.competency .body .recommendations-row .courses-col .recommendation .btn-col .enroll-btn .fa-check {
    margin-left: 4px;
}

.feedback-content .share-wrapper {
    position: absolute;
    top: 8px;
    right: 32px;
}

#ignore-checkbox-container:hover {
    cursor: pointer;
}