@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
    --blue: #00539B;
    --purple: #739AF0;
    --lightGrey: #6D6D6D;
    --black: #141414;
}

.form-control, .form-select {
    font-size: 14px;
}

    .form-control:focus, .form-select:focus {
        border-color: #00539b7d;
        box-shadow: 0 0 0 0.25rem rgb(0 83 155 / 10%);
    }
/* color: var(--blue); */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

a {
    color: var(--blue);
}

.modal-title {
    color: var(--black);
    font-size: 30px;
    font-weight: 800;
}

.modal-content {
    border-radius: 0px;
}

.footer {
    text-align: center;
    padding: 10px;
}

.home_container {
    align-items: center;
    margin: 30px 0px;
    min-height: calc(100vh - 109px);
}

.page_container {
    min-height: calc(100vh - 49px);
}

.home_container h1 {
    color: var(--black);
    font-size: 30px;
    font-weight: 800;
    margin: 30px 0px;
}

.home_container p {
    color: var(--lightGrey);
    font-size: 16px;
    margin-bottom: 30px;
}

.blue_btn {
    background: var(--blue);
    padding: 10px 30px;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    text-decoration:none;
}

    .blue_btn:hover {
        background: #0464B7;
        color: white;
    }

.purple_btn {
    background: var(--purple);
    padding: 10px 30px;
    color: #fff;
    border: 0px;
    border-radius: 5px;
}

    .purple_btn:hover {
        background: #5484EE;
    }

.grey_btn {
    background: #B8B8B8;
    padding: 10px 30px;
    color: #fff;
    border: 0px;
    border-radius: 5px;
}

    .grey_btn:hover {
        background: #A5A5A5;
    }

.header_box {
    border-bottom: solid 2px #EEEEEE;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo_img {
    width: 116px;
}

.need_help a {
    color: var(--lightGrey);
    font-size: 14px;
}

.info_container {
    padding: 30px 0px;
}

    .info_container h3 {
        color: var(--black);
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 30px;
    }

.info_section {
    border-radius: 10px;
    border: solid 2px #DFDFDF;
    box-shadow: 0px 0px 10px rgba(0,0,0, 10%);
    padding: 20px;
    margin-bottom: 10px;
}

    .info_section h4 {
        color: var(--black);
        font-size: 20px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .info_section p {
        margin: 0px;
        color: var(--black);
    }

.user_login_container {
    min-height: calc(100vh - 134px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_login_box {
    width: 300px;
}

    .user_login_box h4 {
        color: var(--black);
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 10px;
        text-align:center;
    }

    .user_login_box .blue_btn {
        width: 100%;
    }

.account_info {
    color: var(--black);
    font-size: 14px;
    margin: 20px 0px;
}

.user_login_box button {
    padding: 7px 30px;
}

.small_text {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.application_landing {
    background: url("../images/landing_bg.jpg") no-repeat;
    background-size: cover;
    min-height: calc(100vh - 62px);
    position:relative;
}

.application_body {
    min-height: calc(100vh - 49px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.help_icon {
    text-align: right;
    position: absolute;
    right: 20px;
    top: 20px;
}

    .help_icon a {
        color: #fff;
    }

.applicaticating_landing_logo {
    text-align: center;
    margin-bottom: 50px;
}

    .applicaticating_landing_logo img {
        width: 225px;
    }

.white_landing_box {
    background: #fff;
    border: solid 2px #DFDFDF;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 95px;
    height: 100%;
    position: relative;
}

    .white_landing_box h3 {
        color: var(--black);
        font-size: 25px;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .white_landing_box p {
        color: var(--black);
        font-size: 14px;
    }

    .white_landing_box ul {
        margin: 0px;
        color: var(--black);
        font-size: 14px;
        font-weight: 600;
        /*list-style-image: url("../images/check_sign.svg");*/
        list-style : none;
    }

    .white_landing_box li {
        padding-bottom: 20px;
        item
    }

        .white_landing_box li:last-child {
            padding-bottom: 0px;
        }

    .white_landing_box .blue_btn {
        font-size: 16px;
        font-weight: 600;
        padding: 13px 30px;
        width: calc(100% - 39px);
        position: absolute;
        bottom: 18px;
    }


.pre_assessment_container {
    display: flex;
}

.left_counts {
    width: 260px;
    background: #EEEEEE;
}

.right_body {
    padding: 10px;
    width: calc(100% - 260px);
}

.right_body_inner {
    min-height: calc(100vh - 70px);
}

.left_counts_logo {
    padding: 15px;
}

    .left_counts_logo img {
        width: 115px;
        margin-bottom: 20px;
    }

.left_counts ul {
    list-style: none;
    margin: 0px;
    padding: 0px 17px;
    max-height: calc(100vh - 109px);
    padding-top: 5px;
    overflow-y: hidden;
}

    .left_counts ul:hover {
        overflow-y: auto;
        max-height: calc(100vh - 109px);
    }

    .left_counts ul::-webkit-scrollbar {
        width: 8px;
    }

    .left_counts ul::-webkit-scrollbar-track {
        background: #e0e0e0;
        border-radius: 20px;
    }

    .left_counts ul::-webkit-scrollbar-thumb {
        background: rgb(177, 177, 177);
        border-radius: 20px;
    }

        .left_counts ul::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.left_counts li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 14px;
}

    .left_counts li span:after {
        content: "";
        position: absolute;
        width: 1px;
        border-left: dashed 1px #ACACAC;
        height: 14px;
        top: 29px;
    }

    .left_counts li:last-child span:after {
        display: none;
    }

    .left_counts li span {
        position: relative;
        min-width: 30px;
        width: 30px;
        height: 30px;
        border: solid 2px #ACACAC;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        color: #ACACAC;
    }

        .left_counts li span .check_img {
            position: absolute;
            right: -8px;
            top: -7px;
            display: none;
        }

    .left_counts li a {
        color: #ACACAC;
        text-decoration: none;
    }

.left_counts ul .active span {
    border-color: #02343B;
    color: #02343B;
}

.left_counts ul .active a {
    color: #02343B;
}

.assessment_top_heading {
    text-align: center;
    padding: 20px;
    font-size: 24px;
    font-weight: 700;
}

.top_position {
    position: absolute;
    top: 28px;
    right: 28px;
}

.exit_btn {
    position: absolute;
    bottom: 65px;
    right: 28px;
}

    .exit_btn button {
        border: solid 2px #00539B;
        color: #00539B;
        border-radius: 30px;
        padding: 6px 15px 6px 15px;
        background: #fff;
        /* display: flex;*/
        align-items: center;
        gap: 10px;
        font-weight: 600;
    }

        .exit_btn button:hover {
            border: solid 2px #00539B;
            background: #00539b10;
        }

.questions_container {
    min-height: calc(100vh - 146px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .questions_container p {
        font-size: 18px;
        color: #8E8E8E;
        margin-bottom: 10px;
    }

    .questions_container h4 {
        font-size: 30px;
        color: #202020;
        font-weight: 800;
        text-align: center;
    }

.questions_btn {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

    .questions_btn button {
        background: #B8B8B8;
        border: 0px;
        border-radius: 5px;
        color: #fff;
        width: 60px;
        padding: 7px;
        font-size: 13px;
    }

        .questions_btn button:hover {
            background: #00539B;
        }

.tooltip_style .tooltip-inner {
    text-align: left;
    max-width: 500px;
    padding: 10px;
}

    .tooltip_style .tooltip-inner p {
        margin: 0px 0px 0px 0px;
    }

    .tooltip_style .tooltip-inner h4 {
        font-size: 16px;
        font-weight: 800;
    }

.left_counts_logo .menu_btn {
    height: 30px;
    line-height: 23px;
    border: 0px;
    margin-left: -10px;
}

    .left_counts_logo .menu_btn i {
        font-size: 23px;
    }

.menu_btn {
    display: none;
}

.question_further_detail {
    margin-top: 10px;
    text-align: center;
}

    .question_further_detail p {
        font-size: 13px;
        color: #202020;
    }

    .question_further_detail textarea {
        width: 100%;
        border-radius: 10px;
        border: solid 1px #DEDEDE;
        margin-bottom: 10px;
        height: 110px;
        resize: none;
    }

    .question_further_detail button {
        width: 100%;
        padding: 7px 30px;
    }

.left_counts ul .done_mark span {
    border-color: #00539B;
    background: #00539B;
    color: #fff;
}

    .left_counts ul .done_mark span .check_img {
        display: block;
    }

.left_counts ul .done_mark a {
    color: #00539B;
}

.dont_know_link {
    width: 100%;
    margin-top: 6px;
    display: block;
    text-align: center;
}

.summary_container {
    position: relative;
}

    .summary_container h2 {
        font-size: 30px;
        color: #202020;
        font-weight: 700;
        text-align: center;
        margin: 30px 0px;
    }

.download_report {
    position: absolute;
    right: 0px;
    top: 2px;
}

    .download_report a {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        font-size: 16px;
        color: #202020;
    }

.answer_list {
    margin: 50px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

    .answer_list li {
        width: calc(100% / 2 - 8px);
        border: solid 2px #ccc;
        border-radius: 5px;
        padding: 10px;
        color: #202020;
    }

    .answer_list .green_select {
        border-color: #2ECC71;
        background: #DDF7E8;
    }

    .answer_list .yellow_select {
        border-color: #C98000;
        background: #F3E2C4;
    }

    .answer_list .red_select {
        border-color: #CF0C0C;
        background: #FBE9E9;
    }

.percentage_box {
    max-width: 665px;
    margin: 15px auto;
    display: flex;
    align-items: center;
    background: #EBEBEB;
    border-radius: 20px;
    gap: 10px;
    padding: 30px;
}

    .percentage_box strong {
        font-size: 50px;
        color: #2ECC71;
        font-weight: 800;
        margin-bottom: -20px;
        display: block;
    }

    .percentage_box p {
        margin: 0px;
        font-size: 26px;
        font-weight: 700;
        color: #373737
    }

.summary_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

    .summary_btn button {
        /*zoom: 1.2;*/
        width: 220px;
        text-align: center;
    }

.flex-wrapper {
    width: 170px;
}

.single-chart {
    width: 100%;
    justify-content: space-around;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
    background: #fff;
    border-radius: 50%;
    box-shadow: inset 0px 0px 0px 6px #ebebeb;
}

.circle-bg {
    fill: none;
    stroke: #dfdfdf;
    stroke-width: 1px;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.circular-chart.green .circle {
    stroke: #2ECC71;
}

.green .percentage {
    fill: #2ECC71;
    font-weight: 900;
    font-size: 7px;
    text-anchor: middle;
}

.circular-chart.red .circle {
    stroke: #CF0C0C;
}

.red .percentage {
    fill: #CF0C0C;
    font-weight: 900;
    font-size: 7px;
    text-anchor: middle;
}

.circular-chart.orange .circle {
    stroke: #e2bb00;
}

.orange .percentage {
    fill: #e2bb00;
    font-weight: 900;
    font-size: 7px;
    text-anchor: middle;
}

.red-percentage-text {
    color: #CF0C0C !important;
}

.orange-percentage-text {
    color: #e2bb00 !important;
}


.application_list li:nth-child(2) span:after {
    height: 18px;
}

.application_list li:nth-child(3) span:after {
    height: 23px;
}

.application_list li:nth-child(4) span:after {
    height: 21px;
}

.application_list li:nth-child(6) span:after {
    height: 29px;
}

.application_list li:nth-child(7) span:after {
    height: 29px;
}

.application_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .application_header h3 {
        padding: 20px 0px;
        text-align: left;
    }

.small_heading {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 25px;
}

.application_body_inner {
    padding: 0px 15px;
    position:relative;
}

.calendar_box {
    position: relative;
}

    .calendar_box img {
        position: absolute;
        right: 23px;
        top: 38px;
    }

    .calendar_box input {
        padding-right: 40px !important;
    }

hr {
    margin: 20px 0px;
}

.application_table td {
    vertical-align: middle;
    white-space: nowrap;
}

.application_table .input-group {
    width: 110px;
}

.application_table tr td:last-child {
    width: 100%;
}

.small_italic_text {
    font-style: italic;
    color: #7B7B7B;
    font-size: 13px;
    font-weight: normal;
}

.application_table {
    margin: 0px;
}

    .application_table tr:last-child td {
        border: 0px;
    }

.application_footer_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-top: solid 1px #E6E6E6;
    position: sticky;
    bottom: 0px;
    background: #fff;
    margin-left: -24px;
    width: calc(100% + 48px);
    box-shadow: 0px -8px 10px rgba(0,0,0, 0.1);
    margin-top: 50px;
}

.formbuilder-checkbox {
    display: flex;
    align-items: center;
}

.percentage_box_form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

    .percentage_box_form .input-group {
        width: 120px;
    }

.application_body_inner .form-check .form-check-input {
    zoom: 1.2;
    top: -1px;
    position: relative;
    margin-left: -18px;
}

.application_text_area {
    resize: none;
    height: 100px;
}

.blue_text {
    color: var(--blue);
}

.revenue_detail {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style: none;
}

    .revenue_detail li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: solid 1px #E6E6E6;
        padding: 12px 0px;
    }

        .revenue_detail li .form-control {
            width: 185px;
        }

.space_left_app_three {
    padding-left: 35px;
}

.cash_select_list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .cash_select_list li {
        padding: 10px 0px;
    }

        .cash_select_list li div:nth-child(1) {
            width: 330px;
        }

.check_adjust {
    top: -35px;
    position: relative;
}

.text_field_fix {
    display: flex;
    align-items: center;
    padding: 0px 0px 10px 0px;
}

    .text_field_fix label {
        margin-right: 15px;
    }

    .text_field_fix .input-group {
        width: 120px;
    }

.client_table td input {
    width: 170px;
}

.client_table tr td:last-child {
    width: 100%;
}

.client_table {
    margin: 10px 0px 0px 0px;
}

    .client_table tr:last-child td {
        border: 0px;
    }

.additional_notes {
    color: #21834B;
    font-size: 20px;
    font-weight: 800;
}

.blue_heading {
    font-size: 20px;
    color: #00539B;
    font-weight: 800;
}

.application_submit_thanks {
    min-height: calc(100vh - 134px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.application_submit_thanks_inner {
    max-width: 700px;
    text-align: center;
}

    .application_submit_thanks_inner h3 {
        color: var(--black);
        font-size: 26x;
        font-weight: 900;
        font-weight: 800;
        margin: 20px 0px;
    }



@media(max-width:1110px) {
    .application_header h3 {
        width: 100%;
        padding-bottom: 0px;
    }

    .application_header {
        margin-bottom: 20px;
    }
}

@media(max-width:1024px) {
    .home_container .col-lg-6:nth-child(1) {
        order: 2;
        text-align: center;
    }

    .home_container .col-lg-6:nth-child(2) {
        order: 1;
    }

    .home_container .col-lg-6 {
        width: 100%;
    }

    .logo_left {
        margin-top: 50px;
    }

    .left_btn button {
        width: 100%;
        margin-bottom: 8px;
    }

    .left_counts {
        width: 200px;
    }

    .right_body {
        width: calc(100% - 200px);
    }
}

@media(max-width:1023px) {
    .pre_assessment_container {
        flex-wrap: wrap;
    }

    .left_counts {
        width: 100%;
    }

    .menu_btn {
        display: inline-block;
    }

    .right_body {
        width: 100%;
    }

    .left_counts ul {
        display: none;
    }

    .left_counts_logo img {
        margin: 0px;
    }

    .left_counts .nav_show {
        position: absolute;
        display: block;
        width: 100%;
        background: #eee;
        z-index: 9;
    }

    .right_body_inner {
        min-height: calc(100vh - 165px);
    }

    .questions_container {
        min-height: calc(100vh - 240px);
    }

    .left_counts ul {
        overflow-y: auto;
    }

    .download_report {
        position: relative;
    }

    .summary_container h2 {
        margin-bottom: 0px;
    }

    .download_report a {
        justify-content: center;
    }

    .answer_list {
        margin-top: 25px;
    }

    .left_counts li span:after {
        height: 14px !important;
    }
}

@media(max-width:767px) {
    .white_landing_box {
        height: auto;
        margin-bottom: 30px;
    }

    .help_icon {
        position: relative;
        right: 0px;
        top: 0px;
        padding: 10px;
    }

    .application_body .gx-5 {
        --bs-gutter-x: 0rem;
    }

    .exit_btn {
        width: calc(100% - 56px);
    }

        .exit_btn button {
            width: 100%;
            justify-content: center;
        }

    @media (max-width: 767px) {
        .exit_btn {
            width: 100%;
            position: relative;
            margin: 20px 0px;
            top: 0px;
            left: 0px;
        }
    }

    .right_body_inner {
        min-height: calc(100vh - 160px);
    }

    .questions_container {
        min-height: calc(100vh - 300px);
    }

        .questions_container h4 {
            font-size: 22px;
            padding: 0px 10px;
        }

    .answer_list li {
        width: 100%;
    }

    .percentage_box {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .summary_btn {
        flex-wrap: wrap;
        margin-bottom: 50px;
        gap: 8px;
    }

        .summary_btn button {
            width: 100%;
        }

    .percentage_box {
        margin: 20px auto;
    }

    .answer_list {
        margin-bottom: 25px;
    }

    .revenue_detail li {
        flex-wrap: wrap;
    }

        .revenue_detail li .form-control {
            width: 100%;
            margin-top: 10px;
        }

    .check_adjust {
        top: 0px;
    }
}

.step_container{
    display:flex;
    gap:10px;
}
.step_box {
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #00539b;
    color: #fff;
}
    .step_box span {
        font-size: 11px;
        font-weight: bold;
        top: 5px;
        position: relative;
    }
    .step_box p {
        margin: 0px;
        font-size: 28px;
        color: #fff;
        font-weight: bold;
        position: relative;
        top: -6px;
    }
.login_user_detail{
    background:#fff;
    padding:10px;
    text-align:right;
}

    .login_user_detail a {
        color: #000;
        font-size:13px;
    }
.login_user_detail_inner {
    text-align: right;
    background: rgb(255, 255, 255);
    padding: 0px 10px 10px 10px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
}

    @media(min-width:1366px) {
        .container{max-width:90%;}
        .white_landing_box h3 {
            font-size: 30px;
        }
        /*.white_landing_box p, .white_landing_box ul {
            font-size: 16px;
        }*/
        .white_landing_box .blue_btn{font-size:18px;}
    }

.backArrow {
    position: relative;
    top: -14px;
    left: -5px;
}
    .backArrow a {
        color: var(--blue);
    }

.home_link{
   padding:10px;
}
    .home_link svg {
        margin-right: 5px;
        position: relative;
        top: -1px;
    }
.update_answers {
    text-align: center;
    margin-top: 15px;
}

.exit_button {
    border: solid 2px #00539B;
    color: #00539B;
    border-radius: 30px;
    padding: 6px 15px 6px 15px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}
.count-main-container{
    display:flex;
    align-items:center;
    gap:30px;
}
    .count-main-container .blue_btn {
        width: 220px;
        text-align: center;
        display:block;
    }


@media (max-width:1023px) {
    .home-page-option-one {
        height: auto !important;
        padding: 10px !important;
    }

    .left_btn button {
        margin: 0px 0px 10px 0px !important;
    }

    .logo_left {
        margin-top: 0px;
    }
}