﻿#wizard-container {
    min-height: 600px;
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 1.6em !important;
    }

    .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sw-theme-arrows .step-content {
        padding: 0 0 0 0 !important;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-right: 0 !important;
    }

    .sw-theme-arrows .sw-toolbar {
        padding: 0 0 2em 0;
    }
}

/* ======================================================== TABLES ======================================================== */

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 0.4em 0.5em 0.4em 0.5em !important;
}

/* =================================================== BOOTSTRAP SELECT =================================================== */
.bootstrap-select {
    background-color: #000 !important;
    height: unset !important;
    min-height: unset !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 2em !important;
}

    .bootstrap-select .btn {
        background-color: #fff !important;
        border: 1px solid #e1e1e1 !important;
        box-shadow: 0 1px 0 #fff, inset 0 1px 4px rgba(0,0,0,.15) !important;
        border-radius: 3px;
        height: auto !important;
        min-height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 2em !important;
    }

    .bootstrap-select.open .btn {
        border: 1px solid #e1e1e1 !important;
        box-shadow: 0 1px 0 #fff, inset 0 1px 4px rgba(0,0,0,.15) !important;
    }

    .bootstrap-select .btn:focus,
    .bootstrap-select .btn:active {
        border: 1px solid #e1e1e1 !important;
    }

    .bootstrap-select .btn.btn-default.active,
    .bootstrap-select .btn.btn-default:active,
    .bootstrap-select .btn.btn-default:focus,
    .bootstrap-select .btn.btn-default:hover,
    .bootstrap-select.open > .btn.btn-default.dropdown-toggle {
        border: 1px solid #e1e1e1 !important;
        box-shadow: 0 1px 0 #fff, inset 0 1px 4px rgba(0,0,0,.15) !important;
    }

    .bootstrap-select .caret {
        transform: translateY(-50%);
        display: inline-block !important;
        width: 0;
        height: 0;
        border-top: 6px solid #000;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

/* FILTER OPTION */

.filter-option {
    height: unset !important;
    min-height: unset !important;
    padding: 0 0.6em !important;
    margin: 0 !important;
    line-height: 2em !important;
    width: unset !important;
}

/* DROP DOWN */

.bootstrap-select.btn-group .dropdown-menu.inner > li > a {
    line-height: 3em !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.bootstrap-select .dropdown-menu > li > a .text {
    position: relative !important;
    top: 0px !important;
}

.bootstrap-select .dropdown-menu li.selected > a {
    background-color: #e8f7e8 !important;
    color: inherit;
}

.bootstrap-select.show-tick .dropdown-menu li > a .check-mark {
    color: #2e7d32;
    position: relative;
    top: 6px;
}

/* =================================================== SMART WIZARD =================================================== */

.sw-theme-arrows {
    border: none !important;
}

    .sw-theme-arrows > ul.step-anchor {
        margin-bottom: 2em !important;
    }

    /* Remove default min-height from SmartWizard container */
    .sw-theme-arrows .sw-container {
        min-height: 0 !important;
    }

    /* Smart Wizard Navigation Buttons */
    .sw-theme-arrows .sw-btn-prev,
    .sw-theme-arrows .sw-btn-next {
        background-color: #CE8373 !important;
        border-color: #CE8373 !important;
        color: #fff !important;
        border-radius: 4px !important;
    }

        .sw-theme-arrows .sw-btn-prev:hover,
        .sw-theme-arrows .sw-btn-next:hover {
            background-color: #b86d5f !important;
            border-color: #b86d5f !important;
        }

        .sw-theme-arrows .sw-btn-prev:focus,
        .sw-theme-arrows .sw-btn-next:focus {
            background-color: #CE8373 !important;
            border-color: #CE8373 !important;
            outline: none !important;
        }

    .sw-theme-arrows .btn-toolbar {
        margin-left: 0 !important;
    }

    #smartwizard ul.step-anchor > li > a,
    .sw-theme-arrows > ul.step-anchor > li > a {
        pointer-events: none;
        cursor: default !important;
    }

/* Override Bootstrap - Important! START --------------------------------------------------------- */

#smartwizard .tab-pane {
    display: block !important;
    visibility: visible !important;
}

    #smartwizard .tab-pane.step-content {
        display: none !important;
    }

        #smartwizard .tab-pane.step-content[style*="display: block"],
        #smartwizard .tab-pane.step-content[style*="display:block"] {
            display: block !important;
        }

/* Override Bootstrap - Important! END --------------------------------------------------------- */

.sw-theme-arrows > ul.step-anchor > li > a,
.sw-theme-arrows > ul.step-anchor > li.active > a,
.sw-theme-arrows > ul.step-anchor > li.done > a {
    display: flex !important;
    height: 85px !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-family: Rooney-Regular !important;
    font-size: 0.8em !important;
}

    .sw-theme-arrows > ul.step-anchor > li > a:hover,
    .sw-theme-arrows > ul.step-anchor > li.active > a:hover,
    .sw-theme-arrows > ul.step-anchor > li.done > a:hover {
        text-decoration: none !important;
    }

    .sw-theme-arrows > ul.step-anchor > li > a:before,
    .sw-theme-arrows > ul.step-anchor > li.active > a:before,
    .sw-theme-arrows > ul.step-anchor > li.done > a:before,
    .sw-theme-arrows > ul.step-anchor > li > a:after,
    .sw-theme-arrows > ul.step-anchor > li.active > a:after,
    .sw-theme-arrows > ul.step-anchor > li.done > a:after {
        top: 0 !important;
        margin-top: 0 !important;
        height: 85px !important;
        border-top-width: 42.5px !important;
        border-bottom-width: 42.5px !important;
    }

    .sw-theme-arrows > ul.step-anchor > li > a span,
    .sw-theme-arrows > ul.step-anchor > li.active > a span,
    .sw-theme-arrows > ul.step-anchor > li.done > a span {
        display: inline-block;
        vertical-align: middle;
    }

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 0px;
}

.sw-btn-prev {
    margin-right: 5px;
}

/* Final Submit CV button */

.sw-theme-arrows .sw-btn-next.btn-submit-cv {
    background-color: #7CD1B5 !important;
    border: 1px solid #7CD1B5 !important;
    border-top: none !important;
}

    .sw-theme-arrows .sw-btn-next.btn-submit-cv:hover {
        background-color: #45BE97 !important;
        border: 1px solid #45BE97 !important;
        border-top: none !important;
    }

    .sw-theme-arrows .sw-btn-next.btn-submit-cv .fa {
        margin-right: 8px;
        color: #fff;
        font-size: 0.95em;
        vertical-align: middle;
    }

    .sw-theme-arrows .sw-btn-next.btn-submit-cv .btn-submit-cv-text {
        vertical-align: middle;
        display: inline-block;
        color: #FFF !important;
        font-size: 1em !important;
    }

@media (max-width:979px) {
    /* Undo earlier rule that hid the whole wizard */
    #wizard-container {
        display: block !important;
    }

    /* Hide the step-header navigation (arrow tabs) */
    .sw-theme-arrows > ul.step-anchor {
        display: none !important;
    }

    #smartwizard .tab-content > .tab-pane.active {
        display: block !important;
    }
}

/* =================================================== MODALS =================================================== */

/* Modal backdrop - dims the background */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

/* Shake animation for modal */
@keyframes shake {
    0%,100% {
        transform: translate(0,0);
    }

    10%,30%,50%,70%,90% {
        transform: translate(-10px,0);
    }

    20%,40%,60%,80% {
        transform: translate(10px,0);
    }
}

.modal-dialog.shake {
    animation: shake 0.5s;
}

.modal {
    text-align: center;
    padding: 0 !important;
    z-index: 1050;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 800px;
    width: auto;
}

    .modal-dialog.modal-sm {
        max-width: 420px;
    }

    .modal-dialog.modal-md {
        max-width: 700px;
    }

    .modal-dialog.modal-lg {
        max-width: 850px;
    }

    .modal-dialog.modal-xl {
        max-width: 1140px;
    }

.modal.fade .modal-dialog,
.modal.in .modal-dialog {
    transform: translate(0,0);
}

.modal-body {
    font-size: 0.85em;
    padding: 1em;
}

    .modal-body label {
        font-size: 0.8em;
        font-weight: normal;
    }

    .modal-body input,
    .modal-body textarea,
    .modal-body select {
        font-size: 0.9em;
    }

.modal-header {
    background-color: #DDD;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em 1em !important;
}

    .modal-header .close span {
        font-size: 28px !important;
        margin-top: 0 !important;
        vertical-align: middle !important;
        font-family: inherit !important;
        position: relative;
        top: -4px;
    }

.modal-title {
    font-weight: bold;
    flex: 1;
    text-align: left;
    margin: 0;
    font-weight: 600;
}

#modalAddQualification .modal-footer,
#modalAddExperience .modal-footer,
#modalAddClientWork .modal-footer,
#modalAddSupervisorExperience .modal-footer,
#modalAddAssessmentExperience .modal-footer,
#modalAddCpd .modal-footer {
    text-align: left !important;
}

.modal-button-add {
    background-color: #CE8373 !important;
    color: #FFF !important;
}

.modal-button-cancel {
    background-color: #CCC !important;
    color: #FFF !important;
}

@media (max-width:767px) {
    .modal:before {
        display: none;
    }

    .modal {
        text-align: left;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 !important;
    }

    .modal-dialog,
    .modal-dialog.modal-sm,
    .modal-dialog.modal-md,
    .modal-dialog.modal-lg,
    .modal-dialog.modal-xl {
        display: block !important;
        width: auto !important;
        max-width: 100% !important;
        margin: 10px !important;
    }

    .modal-content {
        max-height: calc(100vh -40px);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .modal-body {
        max-height: calc(100vh -140px);
        overflow-y: auto;
    }
}

@media (min-width:768px) {
    .modal:before {
        display: none;
    }

    .modal {
        text-align: left;
    }

    .modal-dialog {
        display: block;
        vertical-align: top;
        margin: 60px auto 40px;
    }
}

@media (max-width: 575.98px) {
    .modal-body {
        margin-right: 0.8em;
    }
}
/* =================================================== VERTICAL TABLES =================================================== */
.cv-entry {
    margin-bottom: 12px;
    border-color: #bbb !important;
}

    .cv-entry th {
        width: 220px;
        background: #f7f7f7;
        font-weight: normal;
        font-size: 0.75em;
        text-align: left !important;
    }

    .cv-entry td {
        font-size: 0.75em;
        text-align: left !important;
    }

    .cv-entry .cell-action {
        background: #f5f5f5;
        font-size: 0.75em;
    }

        .cv-entry .cell-action a {
            display: inline-block;
            font-size: 0.75em;
            background-color: #e4e4e4;
            color: #333;
            padding: 4px 10px;
            margin: 4px 6px 4px 0;
            border: 1px solid #d0d0d0;
            border-radius: 4px;
            text-decoration: none !important;
            line-height: 1.2;
            transition: background-color .15s ease, border-color .15s ease, color .15s ease;
        }

            .cv-entry .cell-action a:hover,
            .cv-entry .cell-action a:focus {
                background-color: #d6d6d6;
                border-color: #bcbcbc;
                color: #000;
                text-decoration: none !important;
            }

            .cv-entry .cell-action a:active {
                background-color: #c9c9c9;
                border-color: #b0b0b0;
                color: #000;
            }

            .cv-entry .cell-action a:last-child {
                margin-right: 0;
            }

#QualificationsAddedTable, #ExperienceAddedTable, #ClientWorkAddedTable, #SupervisorExperienceAddedTable, #AssessmentExperienceAddedTable, #CpdAddedTable {
    padding-top: 4px;
}

#ReviewTableExperienceQualifications table, #ReviewTableWorkExperience table {
    margin-bottom: 14px;
}

/* =================================================== Eonasdan Bootstrap DateTimePicker =================================================== */
.bootstrap-datetimepicker-widget,
.bootstrap-datetimepicker-widget.dropdown-menu {
    z-index: 2100 !important;
    font-size: 11px !important;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .bootstrap-datetimepicker-widget .datepicker-days thead th,
    .bootstrap-datetimepicker-widget .picker-switch {
        font-weight: bold;
        color: #333;
        cursor: pointer;
    }

    .bootstrap-datetimepicker-widget table td.day {
        width: 28px;
        height: 26px;
        line-height: 26px;
        border-radius: 4px;
        cursor: pointer;
    }

    .bootstrap-datetimepicker-widget table td.active,
    .bootstrap-datetimepicker-widget table td.active:hover {
        background: #CE8373 !important;
        color: #fff !important;
    }

    .bootstrap-datetimepicker-widget table td.today {
        background: #FFF7E0;
        font-weight: bold;
        border-radius: 4px;
    }

    .bootstrap-datetimepicker-widget .picker-switch {
        display: table-cell;
        cursor: pointer;
        font-weight: bold;
        color: #333;
        width: auto;
    }

    .bootstrap-datetimepicker-widget table,
    .bootstrap-datetimepicker-widget table th,
    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget .picker-switch,
    .bootstrap-datetimepicker-widget .timepicker-hour,
    .bootstrap-datetimepicker-widget .timepicker-minute,
    .bootstrap-datetimepicker-widget .timepicker-second,
    .bootstrap-datetimepicker-widget .timepicker-picker span {
        font-size: 0.8em !important;
    }

        .bootstrap-datetimepicker-widget .day.active,
        .bootstrap-datetimepicker-widget .day.active:hover,
        .bootstrap-datetimepicker-widget table td.active,
        .bootstrap-datetimepicker-widget table td.active:hover {
            background: #C08898 !important;
            color: #fff !important;
            border-radius: 4px;
        }

        .bootstrap-datetimepicker-widget table td.today,
        .bootstrap-datetimepicker-widget table td.today:hover {
            background: #EEE !important;
            color: #333 !important;
            font-weight: bold;
            border-radius: 4px;
        }

        .bootstrap-datetimepicker-widget table td,
        .bootstrap-datetimepicker-widget table th {
            text-align: center !important;
            cursor: pointer;
        }

    .bootstrap-datetimepicker-widget .datepicker-months .month,
    .bootstrap-datetimepicker-widget .datepicker-years .year,
    .bootstrap-datetimepicker-widget .datepicker-decades .decade {
        display: inline-block;
        padding: 6px 10px;
        margin: 2px;
        border-radius: 4px;
        text-align: center;
    }

    .bootstrap-datetimepicker-widget.no-future table td.day.disabled,
    .bootstrap-datetimepicker-widget.no-future .datepicker-months .month.disabled,
    .bootstrap-datetimepicker-widget.no-future .datepicker-years .year.disabled,
    .bootstrap-datetimepicker-widget.no-future .datepicker-decades .decade.disabled {
        visibility: hidden;
    }

/* =================================================== PAGE =================================================== */

.form-control {
    font-size: 1em;
}

.container-spacer-bottom {
    margin-bottom: 2em;
}

.btn-cv-action {
    background-color: #F3B47F !important;
    border-color: #F3B47F !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 8px 16px;
    margin-top: 0.5em;
}

    .btn-cv-action:hover {
        background-color: #F0A262 !important;
        border-color: #F0A262 !important;
        color: #fff !important;
    }

    .btn-cv-action:focus {
        background-color: #F3B47F !important;
        border-color: #F3B47F !important;
        outline: none !important;
    }

    .btn-cv-action i {
        margin-right: 6px;
        color: #FFF !important;
    }

.container-spacer-client-work-hours {
    margin-bottom: 0em;
}

.container-spacer-professional-body {
    margin-bottom: 0.5em;
}

.form-control, .selectBox {
    margin-bottom: 0px !important;
}

.error-container {
    color: #F87171 !important;
    font-size: 0.8em;
}

    .error-container i.fa {
        color: #F87171 !important;
        margin-right: 2px;
        font-size: 0.8em;
    }

.column-action {
    width: 110px !important;
}

.cell-action {
    background-color: #F5F5F5 !important;
    font-size: 0.8em !important;
}

/* =================================================== START PAGE =================================================== */
#form-intro input[type="radio"]:checked {
    background-color: #428bca;
    border-color: #428bca;
}

#form-intro input[type="radio"]:focus,
#form-intro input[type="radio"]:hover {
    border-color: #357ebd;
}

#form-intro .radio label {
    margin: 0 !important;
    padding: 0 !important;
}

#form-intro .new-radio {
    position: relative;
    top: 6px;
    margin-right: 0.8em;
}

#form-intro .btn-start {
    margin-top: 2em;
}

.btn-start {
    background-color: #CE8373 !important;
    color: #FFF !important;
    margin-top: 1em;
}

    .btn-start:hover {
        background-color: #B86D5F !important;
    }

/* =================================================== TAB 1 =================================================== */

.approval-guidance-container {
    border: 1px solid #60A5FA;
    background-color: #F1F7FF;
    border-radius: 0.5em;
    padding: 1em;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    gap: 0.75em;
}

.approval-guidance-container-left i {
    font-size: 1em;
    color: #60A5FA;
}

.approval-guidance-container-right {
    flex: 1;
    font-size: 0.8em !important;
}

.qual-select-code {
    font-weight: bold;
    display: inline-block;
    width: 4.5em;
}

.qual-select-code-tm {
    font-weight: bold;
    width: 4.5em;
}

.qual-select-title {
    display: inline-block;
    color: #BBB;
    font-size: 0.8em;
    position: relative;
    top: -1px;
}

#ddlQualSelectCoreOrAdditional {
    overflow: unset !important;
}

.qual-select-two-tutor-qual {
    background-color: #EEE;
    padding-top: 0.5em;
    padding-bottom: 1em;
    margin: 0 0 1em 0 !important;
}

.qual-select-two-tutor-qual[style*="display: none"],
.qual-select-two-tutor-qual[style*="display:none"] {
    margin: 0 !important;
    padding: 0 !important;
}

.qual-select-tailor-made {
    background-color: #EEE;
    padding: 0.5em 0 1em 0 !important;
    margin: 0 0 1em 0 !important;
}

.qual-select-tailor-made[style*="display: none"],
.qual-select-tailor-made[style*="display:none"] {
    margin: 0 !important;
    padding: 0 !important;
}

.contact-detail-consent-container {
    margin-top: 1em;
    margin-bottom: 1em;
}

.contact-detail-next-button-container {
    margin-bottom: 2em;
    margin-top: 1em !important;
}

.bootstrap-select > button[data-id="ddlQualSelectCoreOrAdditional"] ~ .dropdown-menu li.selected > a,
.bootstrap-select > button[data-id="ddlQualSelectCoreOrAdditional"] ~ .dropdown-menu li.active > a,
.bootstrap-select > button[data-id="ddlQualSelectCoreOrAdditional"] ~ .dropdown-menu li.selected > a:hover,
.bootstrap-select > button[data-id="ddlQualSelectCoreOrAdditional"] ~ .dropdown-menu li.selected > a:focus {
    background-color: #FFF !important;
    color: inherit !important;
}

.marketing-consent-label {
    padding-left: 0 !important;
    margin-top: 0.5em;
}



.new-radio {
    position: relative;
    top: 7px;
    margin-right: 0.6em;

}

.new-existing-tutor-radio {
    padding: 0 !important;
    margin: 0 !important;
}





.marketing-consent-text {
    padding-left: 10px;
}

.new-checkbox {
    position: relative;
    top: 5px;
    left: 3px;
}

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio],
    .new-checkbox input[type=checkbox],
    .new-radio input[type=radio] {
        padding-right: 20px;
    }

.checkbox-label {
    margin-left: 13px;
    display: block;
}

.new-checkbox,
.new-radio {
    transform: scale(1.3);
}

@media (max-width:575.98px) {
    .qual-select-title {
        display: none !important;
    }
}

/* =================================================== TAB 2 =================================================== */
.cv-qualifications-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cv-qualifications-table {
    min-width: 900px;
}

.cv-experience-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.cv-experience-table {
    min-width: 700px;
}

.modal-label-qual-teaching, .modal-label-qual-completed, .modal-label-date-completed {
    height: 2.6em;
    display: flex;
    align-items: flex-end;
}

/* =================================================== TAB 3 / TAB 4 =================================================== */
.container-professional-bodies {
    background-color: #EEE;
    padding-top: 0.5em;
    margin: 0 0 1em 0 !important;
}

.container-complaint-upload {
    background-color: #EEE;
    padding-top: 0.5em;
    padding-bottom: 0;
    margin: 0 0 1em 0 !important;
}

.file-input.complaint-upload .kv-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
}

.file-input.complaint-upload .file-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem;
    margin: .3em 0;
}

.file-input.complaint-upload .file-preview,
.file-input.complaint-upload .kv-fileinput-caption {
    display: none !important;
}

.file-input.complaint-upload .file-caption {
    display: none;
    flex: 11 auto;
    min-width: 220px;
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

.file-input.complaint-upload.has-file .file-caption {
    display: block;
    padding: .6em;
    margin-left: .5em;
}

.file-input.complaint-upload .file-caption-name {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    color: #555;
    font-size: 1em !important;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.file-input.complaint-upload .btn.cu-browse {
    background-color: #F3B47F !important;
    border-color: #F0A262 !important;
    color: #fff !important;
    margin: 0;
}

    .file-input.complaint-upload .btn.cu-browse:hover,
    .file-input.complaint-upload .btn.cu-browse:focus,
    .file-input.complaint-upload .btn.cu-browse:active {
        background-color: #F0A262 !important;
        border-color: #F0A262 !important;
        color: #fff !important;
    }

.file-input.complaint-upload .btn.cu-remove,
.file-input.complaint-upload .btn.cu-cancel {
    background-color: #E77C70 !important;
    border-color: #e5e7eb !important;
    color: #fff !important;
}

    .file-input.complaint-upload .btn.cu-remove:hover,
    .file-input.complaint-upload .btn.cu-remove:focus,
    .file-input.complaint-upload .btn.cu-remove:active,
    .file-input.complaint-upload .btn.cu-cancel:hover,
    .file-input.complaint-upload .btn.cu-cancel:focus,
    .file-input.complaint-upload .btn.cu-cancel:active {
        background-color: #E77C70 !important;
        color: #fff !important;
    }

.container-complaint-upload .form-group > .help-block {
    color: #666;
    font-size: 12px !important;
    margin-top: .5em;
}

.file-input.complaint-upload .btn.cu-browse,
.file-input.complaint-upload .btn.cu-browse .hidden-xs,
.file-input.complaint-upload .btn.cu-browse i {
    color: #fff !important;
}

    .file-input.complaint-upload .btn.cu-browse:hover,
    .file-input.complaint-upload .btn.cu-browse:focus,
    .file-input.complaint-upload .btn.cu-browse:active,
    .file-input.complaint-upload .btn.cu-browse:hover .hidden-xs,
    .file-input.complaint-upload .btn.cu-browse:focus .hidden-xs,
    .file-input.complaint-upload .btn.cu-browse:active .hidden-xs,
    .file-input.complaint-upload .btn.cu-browse:hover i,
    .file-input.complaint-upload .btn.cu-browse:focus i,
    .file-input.complaint-upload .btn.cu-browse:active i {
        color: #fff !important;
    }

.file-input.complaint-upload .btn.cu-remove,
.file-input.complaint-upload .btn.cu-cancel,
.file-input.complaint-upload .btn.cu-remove .hidden-xs,
.file-input.complaint-upload .btn.cu-cancel .hidden-xs,
.file-input.complaint-upload .btn.cu-remove i,
.file-input.complaint-upload .btn.cu-cancel i {
    color: #fff !important;
}

    .file-input.complaint-upload .btn.cu-remove:hover,
    .file-input.complaint-upload .btn.cu-remove:focus,
    .file-input.complaint-upload .btn.cu-remove:active,
    .file-input.complaint-upload .btn.cu-cancel:hover,
    .file-input.complaint-upload .btn.cu-cancel:focus,
    .file-input.complaint-upload .btn.cu-cancel:active {
        color: #fff !important;
    }

@media (max-width:767.98px) {
    .file-input.complaint-upload .btn.cu-browse .hidden-xs {
        display: inline-block !important;
    }

    .file-input.complaint-upload .btn.cu-browse {
        min-width: 120px;
        padding: 6px 12px !important;
        line-height: 1.4 !important;
        font-size: 14px;
    }
}

/* =================================================== TAB5 =================================================== */
#Step5Container h4 {
    font-size: 1em !important;
    text-decoration: underline !important;
}

/* Contact Details ------------------------ */

@media (max-width: 575.98px) {
    #ReviewTableContactDetails table th, #ReviewTableExperienceQualifications table th, #ReviewTableWorkExperience table th, #ReviewTableTherapyExperience table th {
        max-width: 150px !important;
        white-space: unset !important;
    }
}

#ReviewTableContactDetails table th {
    width: 250px;
    white-space: nowrap;
    text-align: left;
    background-color: #F7F7F7;
    font-size: 0.7em;
}

#ReviewTableContactDetails table td {
    width: auto;
    text-align: left;
    font-size: 0.7em;
}

/* Experience & Qualifications ------------------------ */

#ReviewTableExperienceQualifications table th {
    width: 250px;
    white-space: nowrap;
    text-align: left;
    background-color: #F7F7F7;
    font-size: 0.7em;
}

#ReviewTableExperienceQualifications table td {
    width: auto;
    text-align: left;
    font-size: 0.7em;
}

/* Work Experience ------------------------ */

#ReviewTableWorkExperience table th {
    width: 250px;
    white-space: nowrap;
    text-align: left;
    background-color: #F7F7F7;
    font-size: 0.7em;
}

#ReviewTableWorkExperience table td {
    width: auto;
    text-align: left;
    font-size: 0.7em;
}

/* Therapy Experience ------------------------ */

#ReviewTableTherapyExperience table th {
    width: 250px;
    white-space: nowrap;
    text-align: left;
    background-color: #F7F7F7;
    font-size: 0.7em;
}

#ReviewTableTherapyExperience table td {
    width: auto;
    text-align: left;
    font-size: 0.7em;
}

.disclaimer-text {
    font-size: 0.9em;
    padding-top: 0.5em;
    padding-bottom: 2em;
}

/* =================================================== FORM SUCCESS =================================================== */
.form-success-heading-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 1em !important;
}

.form-success-heading {
    font-size: 2em !important;
    color: #45BE97;
    margin: 0;
    line-height: 1;
}

.form-success-message {
    margin-top: 1em !important;
    font-size: 1em !important;
}

.tick-icon-css {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #45BE97;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}