<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Template Name: Dashboard
Author: Naveen
Email: naveen@netoneclick.net
File: Custom
*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;display=swap');

.card-box {
    border-radius: 6px;
}

h3.client-info,
h4.client-info {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #000000 !important;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 16px;
}

.survey--report {
    padding-bottom: 30px !important;
    min-height: 90vh;
}

.custom-footer-bottom {
    /*position: absolute;*/
    /*bottom: 100px;*/
    left: 0;
    right: 0;
}

.pb-custom-logo {
    margin-bottom: 20px;
}

.survey--report p,
.survey--report li {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #505458;
}

.survey--report li {
    line-height: 25px;
    padding-bottom: 10px;
}

.survey--report .client-info {
    border-bottom: 0;
    padding-bottom: 0;
}

h4.client-info {
    padding-top: 24px;
}

.center-column {
    margin: 0 auto;
    float: unset;
}

.ques_list {
    padding: 40px 0 !important;
}

.step-info ul {
    margin-top: 20px;
    padding-left: 20px;
}

.survey--report .btn-primary.next, .last-question-next-button{
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    border-radius: 8px;
    background: #0097DC !important;
    border: 1px solid #0097DC !important;
    margin-top: 40px;
    margin-bottom: 120px;
    width: 100%;
    max-width: 180px;
    height: 40px;
    width: 180px;
}

.section-tab-2 {
    margin: 0 auto;
    width: 100%;
    max-width: 1020px;
}

.footer-logo {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-end;
    padding-top: 20px;
    /* font-family: Inter; */
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    padding-bottom: 0;
}

.footer-logo .pb-custom-logo {
    margin-bottom: 0;

}

.survey--report .tab {
    /*top: 80px;*/
}

.survey--report .form-horizontal {
    height: 100% !important;
}

.footer.text-center {
    background: #FFFFFF;
    border-top: 0;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer.text-center span {
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #000;
}

body {
    padding-bottom: 0 !important;
}

/*.survey--report .form-horizontal .control-label {*/
/*    padding-top: 7px;*/
/*    margin-bottom: 0;*/
/*    text-align: left;*/
/*    padding-left: 0;*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    line-height: 25.6px;*/
/*    color: #000;*/
/*}*/
.client-info .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px
}

.client-info .error-msg {
    position: absolute;
    bottom: 0;
    color: #E25C5C;
}

.step-client-form p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28.8px;
    letter-spacing: 0em;
    text-align: left;
    color: #505458;

}

.client-info .control-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    letter-spacing: 0em;
    text-align: left;
    padding-bottom: 8px !important;
    padding-left: 0;
    color: #000;
}

.client-info .form-control {
    border: solid 1px #E9E8E8 !important;
    border-radius: 8px !important;
    padding: 12px !important;
    height: 50px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.client-info .control-label span {
    color: #E25C5C;
}

.step-client-form h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40.85px;
    letter-spacing: 0em;
    text-align: left;
    color: #505458;
}

select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-right: 1em;
    /* Add some padding to the right to make room for the custom arrow */
    background-image: url('../images/Expand_down.png');
    /* Replace with your custom arrow icon */
    background-repeat: no-repeat;
    background-position: right 10px center;
}

/* Style to add a custom arrow (optional) */
select.form-control::-ms-expand {
    display: none;
}

.step-2-btn button.btn.btn-primary.next {
    margin-bottom: 40px;
}

.step-2-bottom-note {
    margin-bottom: 100px;
}

.step-2-bottom-note strong {
    font-weight: 600 !important;
}

.client-info .form-control.error-custom {
    border: solid 1px #E25C5C !important;
}

.progress {
    margin-bottom: 20px !important;
}

.survey--report .form-horizontal .tab:nth-child(n+3) {
    /*top: 200px;*/
}

.survey--report .form-first-section .tab:nth-child(n) {
    /*top: 200px;*/
}

.survey--report .form-horizontal .tab:nth-child(3),
.survey--report .form-horizontal .tab:nth-child(4) {
    /*top: 200px;*/
}

.survey--report .form-horizontal .tab:nth-child(6) {
    /*top: 200px;*/
}

.progress-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #505458;
}

.progress-text span {
    color: #E25C5C;

}

.progress-main {
    max-width: 1020px;
    margin: 0 auto;
}

.ques_list {
    box-shadow: unset !important;
    border: solid 1px #F0F0F0;
    border-radius: 6px !important;
    background: #FDFDFD !important;
    display: flex;
    align-items: center;
    justify-content: center !important;
    margin-top: 50px !important;
}

.ques-left strong,
.ques-right strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.79px;
    letter-spacing: 0em;
    text-align: left;
    padding-left: 37px !important;
    color: #383A3C;
}

.ques-right strong {
    padding-right: 37px !important;
    text-align: right;
    padding-left: 0 !important;
}

input[type="radio"]+span {
    width: 140px;
    height: 50px;
    border-radius: 8px;
    border: 1px solid #777777 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #777777;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    padding: 10px 20px !important;
}

.optios_list label {
    width: 140px !important;
    padding: 0 0 !important;
}

.ques_list .optios_list {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 0 20px;
}

input[type="radio"]+span.importance-label:hover {
    background-color: #027837;
    border: 1px solid #027837 !important;
    color: #fff;
}

/* Change background color when radio is checked */
input[type="radio"]:checked+span.importance-label {
    background-color: #027837;
    border: 1px solid #027837;
    color: #fff;
}

input[type="radio"]+span:hover {
    background-color: #004a80;
    border: 1px solid #004A80 !important;
    color: #fff;
}

/* Change background color when radio is checked */
input[type="radio"]:checked+span {
    background-color: #004A80;
    border: 1px solid #004A80;
    color: #fff;
}

.sweet-alert {
    border-radius: 8px !important;
}

.step-3-step {
    margin-bottom: 120px;
}

.step-3-step .col.pull-right {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    float: unset !important;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 100px !important;
}

.step-3-step .col.pull-right button.btn.btn-primary.next, .last-question-next-button {
    margin: 0;
}

button.btn.btn-primary.prev {
    width: 180px;
    height: 40px;
    border: solid 1px #0097DC;
    background: transparent !important;
    color: #0097DC !important;
    /* font-family: Open Sans; */
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;

}

button.btn.btn-primary.prev:hover,
button.btn.btn-primary.prev:focus {
    background: #0097DC !important;
    color: #fff !important;
}

.error-icon-custom {
    width: 100px;
    height: 100px;
    background-image: url('../images/Layer 2.png');
    margin: 0 auto;
}

.success-icon {
    width: 100px;
    height: 100px;
    background-image: url('../images/success-icon.png');
    margin: 0 auto;
}

.swal2-html-container {
    padding: 40px 30px !important;
}

h4.error-msg-title {
    /* font-family: Open Sans; */
    font-size: 24px;
    font-weight: 700;
    line-height: 32.68px;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 42px;
}

.swal2-html-container p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
}

.success-popup p.popup-info-radio {
    padding-top: 0;
}

.success-popup {
    width: 100%;
    max-width: 582px !important;
}

p.popup-info-radio {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 25px;
}

.swal2-close {
    color: #505458;
    position: absolute;
    right: 15px;
    top: 15px;
}

.swal2-popup {
    border-radius: 8px;
    padding-bottom: 0;
    width: 100%;
    max-width: 500px;
}

.bootbox.modal.fade.bootbox-confirm.in .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bootbox-body h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #505458;
    padding-bottom: 20px;
}

.bootbox-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23.45px;
    letter-spacing: 0em;
    text-align: left;
    color: #505458;
    padding-bottom: 20px;
}

.bootbox-body p strong {
    font-weight: 700;
    color: #0097DC;
}

.bootbox-close-button {
    display: none;
}

.bootbox .modal-content {
    padding: 0 !important;
}

.bootbox .modal-body {
    padding: 20px !important;
}

.bootbox .modal-footer {
    padding-top: 15px !important;
    padding-bottom: 20px !important;
    padding-right: 30px !important;
}

.btn.btn-default.bootbox-cancel {
    width: 180px;
    height: 40px;
    background: transparent !important;
    color: #E25C5C !important;
    border-color: #E25C5C !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 8px;
}

.btn.btn-default.bootbox-cancel:hover,
.btn.btn-default.bootbox-cancel:focus {
    background: #E25C5C !important;
    color: #fff !important;
}

.modal-dialog .btn.bootbox-accept {
    border-radius: 8px;
    width: 180px;
    height: 40px;
    background: #0097DC !important;
    border-color: #0097DC !important;
    font-size: 14px;
    color: #fff !important;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    border-radius: 8px;
}

.row.step-3-step.custom-btn-footer .col.pull-right {
    margin-bottom: 0 !important;
}

button.btn.btn-primary.submitreport {
    border-radius: 8px;
    width: 180px;
    height: 40px;
}

.swal2-close:focus {
    box-shadow: unset !important;
}

.survey--report .container-fluid .tab-outer .tab {
    position: relative;
    display: none;
    clear: both
}

.ques_list.career-path {
    justify-content: left;
    gap: 40px;
}

.ques_list.career-path .optios_list label {
    width: 151px !important;
}

.wrapper.majorspti {
    margin: 20px 0 0 0 !important;
}

.ques_list.socialdynamics label.radio-box {
    width: 152px !important;
}

.row.text-center.custom-footer-bottom.career-path {
    position: absolute;
    bottom: 80px;
}

p.progress-text.pt-3 {
    padding-top: 16px;
    text-align: center;
}

.col-md-12.p-0 {
    padding: 0 10px !important;
}

p b,
.step-info ul li b {
    font-weight: 700 !important;
}

.eqaccelerator-comman {
    background: #004a80;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    clear: both;
    float: left;
    width: 100%;
    border-radius: 6px 6px 0px 0 !important;
}

.ques_list.eqaccelerator {
    padding-top: 0 !important;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    margin-top: 35px !important;
}

.ques_list.eqaccelerator .col-md-12.ques-left {
    text-align: center;
}

.ques_list.eqaccelerator .col-md-12.ques-left h4 {
    font-size: 20px;
    font-weight: 700;
    color: #383A3C;
    max-width: 60%;
    margin: 0 auto;
    text-align: left;
}

.ques_list.eqaccelerator .col-md-12.ques-left strong {
    text-align: left;
    padding: 0 !important;
    width: 100%;
    margin: 0 auto;
    max-width: 60%;
    padding-top: 12px !important;
}

.eq-title {
    color: #505458 !important;
}

.eqaccelerator-comman p {
    color: #fff;
}

.ques_list.socialdynamics .ques-left strong {
    padding-left: 20px !important;
}

.eqaccelerator-comman-1 span {
    font-style: italic;
    color: gray;
    font-weight: 600;
}

#popupeffectiveness,
#popupimportance {
    width: 20px;
    display: flex;
    cursor: pointer;
    position: absolute;
    right: 20px;
}
#popupeffectiveness_status .modal-dialog h4,
#popupimport_status .modal-dialog h4 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #000 !important;
    margin-bottom: 20px;
    margin-top: 20px;
}

#popupeffectiveness_status .modal-dialog p,
#popupimport_status .modal-dialog p {
    font-size: 16px !important;
    font-weight: 400 !important;
    padding-bottom: 15px;
    color: #000;
}

#popupeffectiveness_status .modal-dialog .close,
#popupimport_status .modal-dialog .close {
    position: absolute;
    right: -10px;
    top: -20px;
    color: #000;
    opacity: 0.5;
    font-size: 30px;
}
#popupimport_status .modal-dialog .modal-body,
#popupeffectiveness_status .modal-dialog .modal-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
    /* #popupeffectiveness_status, #popupimport_status {
        height: max-content !important;
      } */

    #popupeffectiveness_status .modal-dialog,
    #popupimport_status .modal-dialog {
        max-width: 60% !important;
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 100vh;
    }
}

@media (max-width: 1200px) {
    .eqaccelerator-comman{
        padding: 0 20px !important;
    }
    .ques_list .optios_list {
        flex-wrap: wrap;
    }

    .ques_list.eqaccelerator .col-md-12.ques-left strong,
    .ques_list.eqaccelerator .col-md-12.ques-left h4 {
        max-width: 80%;
    }
}

@media (max-width: 991px) {
    #popupeffectiveness_status .modal-dialog,
    #popupimport_status .modal-dialog{
        max-width: 90% !important;
    }
    .ques-left ul {
        padding-left: 20px !important;
        width: 90%;
        margin: 0 auto;
    }


    .ques_list.eqaccelerator .col-md-12.ques-left strong,
    .ques_list.eqaccelerator .col-md-12.ques-left h4 {
        max-width: 90%;
    }

    .ques_list.eqaccelerator {
        padding: 0 !important;
        padding-bottom: 30px !important;
    }

    .eqaccelerator-comman {
        padding: 20px 40px 20px 20px !important;
        display: flex;
        height: auto;
        position: relative;
    }

    .step-info ul {
        float: left;
    }

    .row.text-center.custom-footer-bottom.career-path {
        position: relative;
        bottom: 0;
    }

    .survey--report h4.client-info {
        padding-top: 20px !important;
        float: left;
        margin-bottom: 10px;
    }

    .ques_list {
        flex-direction: column;
        gap: 25px;
        padding: 25px 15px !important;
        text-align: center !important;
        margin-top: 30px !important;
    }

    .footer.text-center {
        height: auto;
        padding: 30px 0 !important;
    }

    .wrapper .container {
        width: 100% !important;
    }

    .survey--report .custom-footer-bottom {
        margin: 0 !important;
        bottom: 0px;
        position: relative;
    }

    .footer.text-center .row {
        margin: 0 !important;
    }

    .footer.text-center .row .col-sm-12 {
        padding: 0 15px !important;
    }

    .step-3-step .col.pull-right {
        flex-direction: column;
        margin-bottom: 0px !important;
    }

    .survey--report .btn-primary.next {
        margin-bottom: 20px !important;
    }

    .survey--report p {
        float: left;
    }

    .client-info .error-msg {
        bottom: -24px;
    }
}

@media (max-width: 768px) {
    .ques_list.career-path {
        gap: 20px;
    }

    img.pb-custom-logo.career-path {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 30px;
    }

    .step-client-form h3 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .step-3-step {
        margin-bottom: 0;
    }

    .tab-outer {
        height: auto !important;
    }

    .ques-right {
        text-align: center !important;
        background-color: transparent !important;
        padding: 0 !important;
    }

    .ques-left {
        border: 0 !important;
        padding: 0 !important;
    }

    .ques_list .optios_list {
        flex-direction: column;
    }

    button.btn.btn-primary.submitreport {
        width: 100%;
    }

    .bootbox.modal.fade.bootbox-confirm .modal-dialog {
        max-width: 320px;
        width: 100%;
        transform: translate(-53%, -50%) !important
    }

    .bootbox.modal.fade.bootbox-confirm .modal-footer {
        padding: 20px 20px !important;
        display: flex;
    }

    .swal2-html-container {
        padding: 40px 10px !important;
    }


    .col.pull-right.step-2-btn {
        text-align: center !important;
        /*float: unset !important;*/
        display: block;
        width: 100%;
    }

    .survey--report .container-fluid .tab-outer .tab {
        padding-right: 0;
        padding-left: 0;
        position: relative;
    }

    .survey--report {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
    }

    .custom-footer-bottom {
        position: relative;
        bottom: 0;
    }

    .wrapper.majorspti {
        margin: 30px 0 0 0 !important;
    }

    .test_box_content .row {
        margin: 0 !important;
    }

    .survey--report .client-info {
        padding: 0 !important;
        float: left;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

    .section-tab-2 .col-md-6 {
        padding: 0 !important;
    }

    .optios_list label {
        width: 100% !important;
    }

    .ques-right strong {
        padding-right: 0 !important;
        text-align: center;
        padding-left: 0 !important;
        display: block !important;
    }

    .ques-left strong,
    .ques-right strong {
        padding-left: 0 !important;
        text-align: center;
    }

    .center-column {
        padding: 0 20px;
    }

    .footer.text-center span {
        font-size: 14px;
        line-height: 1.2;
    }

    button.btn.btn-primary.prev {
        width: 100% !important;
    }

    .step-3-step .col.pull-right button.btn.btn-primary.next {
        width: 100% !important;
        max-width: 100%;
    }

    .col.pull-right {
        float: left !important;
        clear: both;
        width: 100%;
    }

    .survey--report .btn-primary.next {
        margin-bottom: 20px !important;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 576px) {}</pre></body></html>