﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url("/Fonts/Roboto-Light.ttf") format("opentype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("/Fonts/Roboto-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url("/Fonts/Roboto-Medium.ttf") format("opentype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url("/Fonts/Roboto-Bold.ttf") format("opentype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: url("/Fonts/Roboto-Black.ttf") format("opentype");
}

:root {
    --primary-font-family: "Roboto", sans-serif;
    --primary-color-sanlam-blue: #0075C9;
    --secondary-color: #76C2B8;
    --body-text: #444E59;
    --white: #ffffff;
    --numbering-background: rgba(0, 117, 201, 0.1);
    --top-banner-background: #333E48;
    --footer-background: #10181F;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

header {
    z-index: 4;
    position: fixed;
    width: calc(100% - 0%);
    height: 120px;
    top: 0;
    padding-left: 6%;
    background-color: var(--top-banner-background);
}

.container-fluid {
    display: flex;
    width: 100%;
    height: 83px;
    z-index: 2;
}

.survey-done-page h3 {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    padding-right: 20px;
    padding-left: 20px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    line-height: 36px;
    color: #444E59;
    padding-top: 8px;
    padding-bottom: 10px;
}

.bottom-comparison {
    margin-bottom: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.completions-contents {
    padding-top: 146px;
    width: 100%;
    min-height: 100vh;
    text-align: center;
    background: #F7F8FA;
    padding-bottom: 32px;
}

.bottom-radius {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding-top: 0px !important;
}

.num-padding p {
    padding-left: 0px !important;
}

.open-ended-response h6 {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.016em;
    font-variant: small-caps;
    color: rgb(51, 62, 72);
}

.open-ended-response p {
    margin-bottom: 0px !important;
    padding-left: 48px;
    padding-top: 8px;
}

.img-header {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.language-select {
    position: absolute;
    right: 6%;
    border-radius: 40px;
    background: #EEE;
}

    .language-select select {
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .language-select label {
        display: inline-block;
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0;
        font-variant: normal;
    }

.note {
    color: #444E59;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.employeeinput input {
    border: 1px solid #DCDDDE;
    border-radius: 4px;
    width: 30%;
    height: 40px;
    font-family: var(--primary-font-family);
    color: #5C5C5C;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    padding-left: 10px;
    margin-bottom: 20px;
}

.employeeinput ::placeholder {
    font-family: var(--primary-font-family);
    color: #5C5C5C;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

textarea {
    border-radius: 4px;
    border: 1px solid #E2E8F0;
    background: #FFF;
}

.questions textarea {
    border-radius: 4px;
    border: 1px solid #E2E8F0;
    background: #FFF;
    width: 72% !important;
    margin-left: 14px;
}

.questions .caption {
    width: 72% !important;
}

.close-page-banner {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center !important;
}

.close-heading {
    font-family: var(--primary-font-family);
    text-transform: uppercase;
    color: var(--body-text);
    text-align: center !important;
    color: #444E59;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 1px;
    padding-top: 30px;
}

a {
    text-decoration: none;
}

.content {
    padding-top: 140px;
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
    min-height: 100vh;
    padding-bottom: 160px;
}

p {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: var(--body-text);
}

.heading {
    font-family: var(--primary-font-family);
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--body-text);
    padding-bottom: 10px;
}

.heading-2 {
    font-family: var(--primary-font-family);
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--body-text);
}

.weight {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: var(--body-text);
}

hr {
    border: 1px solid #D0D0D0;
    margin-top: 26px;
    margin-bottom: 30px;
}

.clicktext {
    padding-bottom: 12px;
}

.button-on-arrow {
    margin-left: 19px;
    margin-bottom: 2px;
}

.btn-start {
    background-color: var(--secondary-color);
    border-radius: 2px;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 15.5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    border: none !important;
    color: var(--white);
}

    .btn-start:hover {
        background-color: var(--secondary-color);
        border-radius: 2px;
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 500;
        font-size: 15.5px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px 20px 10px 20px;
        border: none !important;
        color: var(--white);
    }

.footer .logo_footer {
    padding-top: 24px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    padding-left: 6%;
    vertical-align: middle;
    background-color: var(--footer-background);
}

    .footer p {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        padding-left: 6%;
        padding-top: 0px;
        padding-bottom: 36px;
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: var(--white);
        vertical-align: middle;
    }

    .footer .container .row .col-3 {
        flex: 0 0 auto;
        width: 25%;
        float: right;
        text-align: right;
    }

    .footer .container .row {
        justify-content: space-between;
    }

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.0rem);
    padding-left: var(--bs-gutter-x,.0rem);
    margin-right: 6%;
    margin-left: auto;
}

.footer-content {
    width: 100%;
    padding-right: var(--bs-gutter-x,.0rem);
    padding-left: var(--bs-gutter-x,.0rem);
    margin-right: 20%;
    margin-left: 20%;
}

.footer-completion {
    width: 100%;
    padding-right: var(--bs-gutter-x,.0rem);
    padding-left: var(--bs-gutter-x,.0rem);
    margin-right: 12%;
    margin-left: 14%;
}

.footer-no-fix .logo_footer {
    padding-top: 24px;
}

.footer-no-fix {
    width: 100%;
    height: 90px;
    vertical-align: middle;
    background-color: var(--footer-background);
}

    .footer-no-fix p {
        width: 100%;
        padding-top: 40px;
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: var(--white);
        vertical-align: middle;
    }

    .footer-no-fix .container .row .col-3 {
        flex: 0 0 auto;
        width: 25%;
        float: right;
        text-align: right;
    }

    .footer-no-fix .container .row {
        justify-content: space-between;
    }

    .footer-no-fix .logo_footer {
        padding-top: 24px;
    }

.survey-header .headers-imgs-completes {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    text-align: center !important;
}

.footers-fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 90px;
    vertical-align: middle;
    background-color: var(--footer-background);
}

    .footers-fixed p {
        width: 100%;
        padding-top: 15px;
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: var(--white);
        vertical-align: middle;
    }

    .footers-fixed .container .row .col-3 {
        flex: 0 0 auto;
        width: 25%;
        float: right;
        text-align: right;
    }

    .footers-fixed .footers-completions {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0rem);
        padding-left: var(--bs-gutter-x, 0rem);
        margin-right: 12%;
        margin-left: 14%;
        padding-top: 26px !important;
    }

    .footers-fixed .container .row {
        justify-content: space-between;
    }

.survey-header {
    z-index: 4;
    position: fixed;
    width: calc(100% - 0%);
    top: 0;
    background-color: var(--top-banner-background);
}

    .survey-header .header-img {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20%;
        display: flex;
        align-items: center;
        transition: height 0.25s ease;
        height: 120px;
    }

    .survey-header.shrink .header-img {
        height: 70px;
    }

    .survey-header .header-img img {
        width: 786px;
        transition: all 0.25s ease;
    }

    .survey-header.shrink .header-img img {
        width: 440px;
    }

    .survey-header .sub-text {
        z-index: 4;
        position: relative;
        background-color: var(--white);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
        width: calc(100% - 0%);
        margin: auto;
        padding: 30px 6% 18px 20%;
        margin-top: -1px;
    }

    .survey-header.shrink .sub-text {
        height: 70px;
        padding: 8px 6% 8px 20%
    }

        .survey-header.shrink .sub-text p, .survey-header.shrink .sub-textline {
            padding: 0;
            margin: 0;
        }

.surveyhearder-text {
    z-index: 4;
    position: fixed;
    background-color: var(--white);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    width: calc(100% - 0%);
    margin: auto;
    padding-left: 20%;
    padding-top: 30px;
    padding-bottom: 18px;
    margin-top: -1px;
}

.sub-textline {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 19px;
    color: var(--body-text);
    text-align: left;
    padding-top: 5px;
}

    .sub-textline p {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 19px;
        color: var(--body-text);
        text-align: left;
        padding-top: 5px;
    }

.enps.radio-tabs {
    list-style: none;
    padding: 0;
    display: flex;
}

    .enps.radio-tabs li {
        flex: 1;
    }

    .enps.radio-tabs input + label {
        height: 44px;
        background-image: none;
        padding: 0 !important;
        background: #FFF;
        border: 1px solid #eee;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .enps.radio-tabs input:checked + label {
        border: 1px solid #0068a7;
        background: #0068a7;
        color: #ffffff !important;
        font-weight: 500;
    }

    .enps.radio-tabs li:nth-of-type(-n+8) label {
        color: red;
    }

    .enps.radio-tabs li:nth-child(n+8) label {
        color: #e89800;
    }

    .enps.radio-tabs li:nth-of-type(n+10) label {
        color: green;
    }

select {
    height: 40px;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #E2E8F0;
    color: #444e59;
}

.fs-italic {
    font-style: italic;
}

.flight-risk-reason {
    display: none;
}

    .flight-risk-reason ul {
        padding: 0;
        list-style: none;
    }

        .flight-risk-reason ul label {
            text-transform: none;
            font-variant: normal;
            font-weight: 400;
            letter-spacing: 0;
            padding-left: 8px !important;
        }

    .flight-risk-reason textarea {
        width: 100% !important;
        margin-left: 0
    }

.main-content {
    padding-top: 218px;
    width: 100%;
    /*    padding-left: 20%;
    padding-right: 6%;*/
    min-height: 100vh;
    padding-bottom: 32px;
}

.caption p {
    margin-bottom: 24px;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 15.5px;
    line-height: 20px;
    color: var(--body-text);
}

label {
    display: inline-block;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-variant: small-caps;
    color: var(--body-text);
    padding-left: 36px !important;
}

.dashboard-content-section .organisational-levels-section label {
    display: inline-block;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-variant: small-caps;
    color: var(--body-text);
    padding-left: 8px !important;
}

.dashboard-content-section .organisational-levels-section .btn-primary {
    color: #fff;
    background-color: #76C2B8;
    border-color: #76C2B8;
    width: 48%;
    text-transform: uppercase;
}

.dashboard-content-section .organisational-levels-section .custom-close {
    color: #fff;
    background-color: #0075C9;
    border-color: #0075C9;
    width: 48%;
    text-transform: uppercase;
}

.dashboard-content-section .organisational-levels-section .btns {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    letter-spacing: 0.03em;
    border-radius: 0rem;
}

.navbar .container-fluid .dropdown label {
    display: inline-block;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-variant: small-caps;
    color: var(--body-text);
    padding-left: 8px !important;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 6px;
}

.navbar .container-fluid .dropdown .btn-primary {
    color: #fff;
    background-color: #76C2B8;
    border-color: #76C2B8;
    width: 50%;
    text-transform: uppercase;
}

.navbar .container-fluid .dropdown .custom-close {
    color: #fff;
    background-color: #0075C9;
    border-color: #0075C9;
    width: 48%;
    text-transform: uppercase;
}

.navbar .container-fluid .dropdown .dropdown-menu .btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    border-radius: 0rem;
}

.survey-low-score-modal .modal-content .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.survey-low-score-modal .modal-content .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-start;
    padding-left: 38px;
    padding-top: 0px;
    padding-bottom: 30px;
    border-top: 0px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.survey-low-score-modal .modal-content .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 0rem;
    padding-left: 2rem;
}

.site-logo-need-help {
    padding-bottom: 4px;
    padding-left: 28px;
}

.btn-close-modal {
    color: #fff;
    background: #0074C8;
    border-radius: 2px;
    padding-left: 56px;
    padding-right: 56px;
}

.btnsm {
    display: inline-block;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    border: 0px solid transparent;
}

.need-help-content {
    /* background-image: url(../Images/needhelpbackground.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    height: auto;
    margin: 0;
    padding-top: 36px;
    padding-bottom: 100px;
}

.response-body-content {
    background: #fff;
    height: auto;
    margin: 0;
    padding-top: 36px;
    padding-bottom: 60px;
    padding-left: 0px;
}

.faq-content-section .container-dashboard {
    display: flex;
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #EDEFF2;
    text-align: center;
}

    .faq-content-section .container-dashboard .dashboard-header-section {
        /* display: flex;*/
        width: 100%;
        text-align: center;
    }

.needhelp-content-section .container {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    max-width: 80rem;
    min-height: 100vh;
    width: 100%;
    padding: 0;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.needhelp-content-section {
    margin-top: 0px;
}

.example-text {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #343541;
}

.search-sub-text {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #343541;
    padding-top: 40px;
    padding-bottom: 0px;
}

.search-sub-text-support {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #343541;
    padding-top: 0px;
    padding-bottom: 0px;
}

.search-sub-text-support2 {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    align-items: center;
    text-align: center;
    color: #343541;
    padding-top: 60px;
    padding-bottom: 0px;
}

.clear-btn-block-charts {
    padding-left: 48px;
    padding-top: 20px;
}

.top-subtext p {
    text-align: left;
    padding-right: 33%;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.needhelp-content-section .search-container form {
    background-color: transparent;
    max-width: 768px;
    width: 100%;
    padding-top: 10px;
    padding-right: 64px;
    padding-bottom: 14px;
    padding-left: 64px;
    border-radius: 0px 2px 2px 0px;
    box-shadow: 0 0 0px 0 rgba(42, 45, 48, 0.12);
    transition: all 0.3s ease;
}

.needhelp-content-section .search-container button {
    padding-top: 0px;
    margin-top: 0px;
    margin-right: 0px;
    background-color: #ffffff;
    font-size: 17px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.container-dashboard-faq {
    display: flex;
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding-left: 70px;
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 10px;
    z-index: 4;
    border-bottom: 0px solid #EDEFF2;
}

.container-dashboard-faq-answer {
    display: flex;
    width: 100%;
    height: auto;
    background-color: #5493BD;
    padding-left: 70px;
    padding-top: 20px;
    padding-right: 60px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    z-index: 4;
    border-bottom: 0px solid #EDEFF2;
}

.bx-like {
    cursor: pointer;
}

.bx-dislike {
    cursor: pointer;
}

.needhelp-content-section .search-sub-text-support a {
    color: #343541;
    text-decoration: none;
}

.btn-clear {
    background-color: #76C2B8;
    border-color: #76C2B8;
    border-radius: 2px;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    display: flex;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    letter-spacing: 0.016em;
    font-variant: small-caps;
    color: #fff;
}

    .btn-clear:hover {
        background-color: #76C2B8;
        border-color: #76C2B8;
        border-radius: 2px;
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 19px;
        display: flex;
        align-items: center;
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        letter-spacing: 0.016em;
        font-variant: small-caps;
        color: #fff;
    }

.clear-btn {
    padding-right: 44px !important;
}

.dashboard-content-section .col-12 .search-container form {
    background-color: transparent;
    max-width: 768px;
    width: 100%;
    padding-top: 10px;
    padding-right: 64px;
    padding-bottom: 14px;
    padding-left: 64px;
    border-radius: 0px 2px 2px 0px;
    box-shadow: 0 0 0px 0 rgba(42, 45, 48, 0.12);
    transition: all 0.3s ease;
}

.dashboard-content-section .col-12 .search-container input[type=text] {
    width: 90%;
    font-family: var(--primary-font-family);
    padding-top: 14px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 0px !important;
    margin-top: 0px;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.dashboard-content-section .col-12 .search-container {
    padding-left: 600px !important;
}

    .dashboard-content-section .col-12 .search-container button {
        padding-top: 0px;
        margin-top: 0px;
        margin-right: 0px;
        background-color: #ffffff;
        font-size: 17px;
        background-color: transparent;
        border: none;
        cursor: pointer;
    }

    .dashboard-content-section .col-12 .search-container .bxs-send {
        padding-top: 0px;
        z-index: 9;
        margin-left: -66px;
        left: 0;
    }

.dashboard-content-section .bottom-section-search {
    /* position: absolute;
    bottom: 50px;*/
    width: 100%;
    /* padding-top: 30px !important;*/
    margin-top: 30px;
}

    .dashboard-content-section .bottom-section-search .regenerate-response-button {
        text-align: center;
        width: 100%;
        padding-bottom: 8px;
    }

        .dashboard-content-section .bottom-section-search .regenerate-response-button .btn-primary {
            color: #333E48;
            background-color: #ffffff;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 3px;
        }

        .dashboard-content-section .bottom-section-search .regenerate-response-button .btn {
            display: inline-block;
            font-family: var(--primary-font-family);
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            color: #333E48;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            background-color: #ffffff;
            padding: 0.375rem 0.75rem;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 3px;
        }

.dashboard-header-faq-answer ul {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: #ffffff;
    text-transform: none;
    padding-top: 3px !important;
    padding-right: 20px !important;
    padding-left: 38px !important;
}

.dashboard-header-faq-answer p {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: #ffffff;
    text-transform: none;
    padding-top: 3px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.needhelp-content-section .search-container .bxs-send {
    padding-top: 0px;
    z-index: 9;
    margin-left: -66px;
    left: 0;
}

.needhelp-content-section .search-container input[type=text] {
    width: 90%;
    font-family: var(--primary-font-family);
    padding-top: 14px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 0px !important;
    margin-top: 0px;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.needhelp-content-section .search-container button:hover {
    background-color: transparent;
}

.faq-block {
    background: #F7F7F8;
    border-radius: 6px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    margin-right: 30px;
    width: 260px;
}

    .faq-block a {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        align-items: center;
        text-align: center;
        color: #343541;
    }

        .faq-block a:hover {
            font-family: var(--primary-font-family);
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            align-items: center;
            text-align: center;
            color: #343541;
        }

.sub-text {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #343541;
    padding-top: 12px !important;
}

.needhelp-content-section .container .row .main-top-ai {
    padding-left: 460px !important;
}

.needhelp-content-section .container .row .faq-block-section {
    padding-left: 200px !important;
    padding-top: 30px !important;
}

.needhelp-content-section .container .search-container {
    padding-left: 250px !important;
}

.needhelp-content-section .container .row .faq-block-section2 {
    padding-left: 200px !important;
    padding-top: 10px !important;
}

.needhelp-content-section .container .dashboard-header {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    letter-spacing: -0.5px;
    font-variant: small-caps;
    color: #444E59;
    text-align: center;
    padding-top: 94px !important;
    padding-right: 30px !important;
    line-height: 54px;
}

.survey-low-score-modal .modal-content .modal-body p {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14.6px;
    line-height: 19px;
    letter-spacing: 0.016em;
    color: #444E59;
}

.dashboard-header-faq-question p {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
    color: #333E48;
    text-transform: none;
    padding-top: 4px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.survey-low-score-modal .modal-content .modal-body ul {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 14.6px;
    line-height: 19px;
    letter-spacing: 0.016em;
    color: #444E59;
}

.survey-low-score-modal .modal-content .modal-body li {
    padding-bottom: 16px;
}

.input-control input[type="checkbox"] ~ label {
    display: inline-block;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 500 !important;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: rgba(68, 78, 89, 0.9);
}

.even-bg {
    background: #F7F8FA;
    margin-top: 38px;
    padding-left: 20%;
    padding-right: 6%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.uneven-bgs {
    background: var(--white);
    padding-left: 20%;
    padding-right: 6%;
    padding-top: 30px;
}

.uneven-bg {
    background: var(--white);
    padding-left: 20%;
    padding-top: 30px;
    padding-right: 6%;
}

.uneven-bg-last {
    background: var(--white);
    padding-left: 20%;
    padding-top: 30px;
    padding-right: 6%;
    padding-bottom: 30px;
    border-bottom: 1px solid #F3F3F3;
}

.submit-btn {
    padding-left: 20%;
    padding-top: 43px;
    padding-right: 6%;
    padding-bottom: 30px;
}

.submit-btns {
    background-color: var(--secondary-color);
    border-radius: 2px;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 15.5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 30px 10px 30px;
    color: var(--white);
    border: none;
}

    .submit-btns:hover {
        background-color: var(--secondary-color);
        border-radius: 2px;
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px 30px 10px 30px;
        color: var(--white);
    }

.btn-default {
    padding-left: 20%;
    padding-top: 43px;
    padding-right: 6%;
    padding-bottom: 30px;
}

.btn-default {
    background-color: var(--secondary-color);
    border-radius: 2px;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 500;
    font-size: 15.5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 30px 10px 30px;
    color: var(--white);
}

    .btn-default:hover {
        background-color: var(--secondary-color);
        border-radius: 2px;
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px 30px 10px 30px;
        color: var(--white);
    }

.current-date {
    letter-spacing: 0.016em;
    text-transform: uppercase;
    font-size: 16px;
    padding-right: 8px;
}

.current-dates {
    display: flex;
}

.survey-header .header-img-complete {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15%;
}

.survey-header .sub-texts {
    z-index: 4;
    position: fixed;
    background-color: var(--white);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    width: calc(100% - 0%);
    margin: auto;
    font-size: 16px;
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    padding-left: 15%;
    padding-top: 30px;
    color: var(--body-text);
    padding-bottom: 18px;
    margin-top: -1px;
}

.completion-content {
    padding-top: 208px;
    width: 100%;
    /*    padding-left: 20%;
    padding-right: 6%;*/
    min-height: 100vh;
    background: #F7F8FA;
    padding-bottom: 32px;
}

.blocks {
    margin-right: 15%;
    margin-left: 15%;
    max-width: 70em;
}

.card-subtitles {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    padding-top: 8px;
    text-align: left;
    letter-spacing: -0.015em;
    color: var(--body-text);
}

.risk-rating .card-title {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    padding-top: 14px;
    align-items: center;
    text-align: left;
    letter-spacing: 0.016em;
    /* text-transform: uppercase;*/
    font-variant: small-caps;
    color: var(--body-text);
}

.red {
    background: #FF0000;
}

.yellow {
    background: #FFC20E;
}

.light-green {
    background: #92D051;
}

.dark-green {
    background: #00AE4E;
}

.rri {
}

.rri-score {
    margin-bottom: 14px;
    margin-top: 16px;
}

    .rri-score .score {
        background: #FF0000;
        border-radius: 4px;
        color: #FFF;
        font-weight: 700;
        font-size: 20px;
        border: none;
        line-height: 22px;
        padding: 10px 20px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .rri-score h4 {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.016em;
        text-transform: uppercase;
        color: #444E59;
        padding-left: 0px;
        padding-top: 6px;
    }

.tooltip-content h4 {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.016em;
    text-transform: uppercase;
    color: #444E59;
    padding-left: 0px !important;
    padding-top: 6px;
}

.tooltip-content p {
    padding-left: 0px !important;
    color: #444E59;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.224px;
    padding-bottom: 14px;
}

.rri p {
    padding-left: 14px;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0px;
}

.my-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.rri h6 {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.016em;
    text-transform: uppercase;
    color: #444E59;
    padding-left: 14px;
    padding-top: 0px;
}

.card-title {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    padding-top: 14px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.016em;
    /* text-transform: uppercase;*/
    font-variant: small-caps;
    color: var(--body-text);
}

.emoji {
    text-align: right;
    padding-right: 0px;
    padding-bottom: 0px;
}

.scale {
    font-family: var(--primary-font-family);
    color: #FFF;
    text-align: center !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.42px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.block-footer {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.scale-row {
    margin-left: 0px;
    margin-right: 0px;
}

.boder-foot {
    border-top: 0px solid #EAEAEA;
    padding-top: 12px;
    padding-bottom: 4px;
}

.blocks .layout .container .row .col i {
    padding-right: 2px;
}

#PulseScore {
    vertical-align: middle;
    display: inline-block;
}

.blocks .layout .col {
    padding-top: 10px;
    padding-bottom: 1px;
    padding-left: 32px;
    padding-right: 37px;
    margin: 0 31px 20px 0;
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 16px;
}

#chart-container {
    height: 150px;
    width: 100%;
}

.card {
    margin: 0px auto;
    background: #FFFFFF;
    border-radius: 16px;
    border: 0px solid rgba(0,0,0,.125);
    height: 100%;
    transition: 0.3s;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.3rem;
    padding-left: 1rem;
    text-align: center;
}

.questions {
    margin-top: 0px;
}

.card-body-2 {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.3rem;
    padding-left: 1rem;
}

.card:hover {
    box-shadow: 1px 10px 16px 0 rgba(0,0,0,0.3);
}

/*table*/

.comparison {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 0px;
    font-family: var(--primary-font-family);
    text-align: center;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 16px;
}

    .comparison table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: auto;
    }

.table-head {
    text-align: center;
}

.comparison td {
    border-left: 1px dashed #D7D7D7;
    empty-cells: show;
    padding: 10px;
    border-top: 1px dashed #D7D7D7;
    border-bottom: 0px dashed #D7D7D7;
    color: #808080;
    font-size: 15px;
}

.comparison tbody tr:nth-child(odd) {
    display: none;
}

.comparison .compare-row {
    background: #F7F7F7;
}

.comparison th {
    font-weight: normal;
    padding: 0;
    border-top: 0px solid #E8E8E8;
    border-bottom: 0px solid #E8E8E8;
}

.comparison .col-2 {
    flex: 0 0 auto;
    width: 7%;
}

.comparison tr td:first-child {
    text-align: left;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    border-left: 0px solid #E8E8E8;
    border-top: 1px dashed #D7D7D7;
}

.number-img {
    padding-right: 10px;
}

.comparison,
.comparison .tl {
    color: #FFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    font-size: 14px;
}

    .comparison .tl2 {
        border-right: 0;
    }

    .comparison p {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 0.016em;
        color: #333E48;
    }

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.table-head-name {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    letter-spacing: 0.016em;
    font-variant: small-caps;
    color: #333E48;
}

.table-head-name-score {
    font-family: var(--primary-font-family);
    font-style: normal;
    border-left: 1px dashed #D7D7D7;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 12px;
    text-align: center;
    align-items: center;
    letter-spacing: 0.016em;
    font-variant: small-caps;
    color: #333E48;
}

.table-head {
    padding-bottom: 500px;
}

@media screen and (min-width: 721px) and (max-width: 1000px) {
    .table_ul li {
        letter-spacing: 0px;
    }

    .comparison .table-head-name span {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 500;
        font-size: 17px;
        line-height: 20px;
        display: flex;
        align-items: center;
        letter-spacing: 0.016em;
        font-variant: small-caps;
        color: #333E48;
    }

    .comparison .table-head-name-score span {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 600;
        font-size: 17px;
        line-height: 20px;
        padding-bottom: 12px;
        text-align: center;
        align-items: center;
        letter-spacing: 0.016em;
        font-variant: small-caps;
        color: #333E48;
    }

    .comparison .table-head-name p {
        display: block;
    }

    .comparison .table-head-name-score p {
        display: block;
    }
}

@media screen and (max-width: 720px) {
    .table_ul {
        padding: 0px;
    }

        .table_ul li {
            font-size: 10px;
            line-height: 16px;
            padding: 3px 0;
        }

    .comparison .col-2 {
        flex: 0 0 auto;
        width: 9%;
    }

    .comparison {
        max-width: 100%;
    }

    .img-emoji {
        padding-left: 8%;
    }

    .comparison td:first-child,
    .comparison th:nth-child(2) {
        display: none;
    }

    .comparison tbody tr:nth-child(odd) {
        display: table-row;
        background: #ffffff;
    }

    .comparison .row {
        background: #FFF;
    }

    .comparison td {
        border-bottom: 0px dashed #D7D7D7;
        border-left: 0px dashed #D7D7D7;
        border-top: none;
        padding-top: 22px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    .comparison .emoji-border {
        border-bottom: 1px dashed #D7D7D7;
        text-align: left;
        padding-top: 0px;
    }

    .comparison .emoji-border2 {
        text-align: left;
        padding-top: 0px;
    }

    .comparison p {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 14.5px;
        line-height: 18px;
        text-align: left;
        letter-spacing: 0.016em;
        color: #333E48;
    }

    .questions {
        margin-top: 50px;
    }
}

.comparison .compare-row {
    background: #ffffff;
}

.comparison td {
    font-size: 14px;
}

.comparison th {
    font-size: 14px;
}

.score-width {
    width: 112px;
}

.emoji-border {
    width: 150px;
}

    .emoji-border.enps {
        font: normal bold 1.5rem var(--primary-font-family);
        color: #333E48
    }

@media (max-width: 1399.98px) {
    .questions {
        margin-top: 20px;
    }

    .top-subtext p {
        text-align: left;
        padding-right: 27%;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    .main-content {
        padding-top: 185px;
    }

    .employeeinput input {
        border: 1px solid #DCDDDE;
        border-radius: 4px;
        width: 40%;
        height: 40px;
        font-family: var(--primary-font-family);
        color: #5C5C5C;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        padding-left: 10px;
        margin-bottom: 20px;
    }
}

.answer-select label {
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .answer-select .row .col-3 {
        flex: 0 0 auto;
        width: 30%;
    }

    .emoji {
        text-align: right;
        padding-right: 0px;
        padding-top: 20px;
    }

    .main-content {
        padding-top: 180px;
    }

    .answer-select .row .col-3 {
        flex: 0 0 auto;
        margin-bottom: 18px;
        width: 100%;
    }

    .questions textarea {
        border-radius: 4px;
        border: 1px solid #E2E8F0;
        background: #FFF;
        width: 80% !important;
        margin-left: 14px;
    }

    .questions .caption {
        width: 80% !important;
    }

    #PulseScore {
        vertical-align: middle;
        display: inline-block;
        margin-top: 30px;
    }

    .need-help-content {
        /* background-image: url(../Images/needhelpbackground.png);
        background-repeat: no-repeat;
        background-size: cover;*/
        height: auto;
        margin: 0;
        padding-top: 120px;
        padding-bottom: 100px;
    }

    .questions {
        margin-top: 30px;
    }

    .top-subtext p {
        text-align: left;
        padding-right: 20%;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 991.98px) {
    .desktops-footers {
        display: none;
    }

    .mobiles-footers {
        display: block;
    }

    .survey-header .headers-imgs-completes {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 6%;
        padding-right: 6%;
        text-align: center !important;
    }

    .mobiles-footers .container-fluid {
        display: block;
        flex-wrap: wrap;
        width: 100%;
        height: auto;
        text-align: center;
        z-index: 2;
    }

    .footerss-contentss {
        width: 100%;
        padding-right: var(--bs-gutter-x, 0rem);
        padding-left: var(--bs-gutter-x, 0rem);
        margin-right: 0%;
        margin-left: 0%;
    }

    .footers-nos-fixs {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
        vertical-align: middle;
        background-color: var(--footer-background);
    }

        .footers-nos-fixs p {
            width: 100%;
            padding-top: 15px;
            font-family: var(--primary-font-family);
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 0px;
            color: var(--white);
            vertical-align: middle;
        }

    .answer-select .row {
        display: grid;
    }

    .current-date {
        letter-spacing: 0.016em;
        text-transform: uppercase;
        font-size: 15px;
        padding-right: 8px;
    }

    .current-dates {
        display: flex;
    }

    textarea {
        border-radius: 4px;
        border: 1px solid #E2E8F0;
        background: #FFF;
        width: 100%;
    }

    .blocks {
        margin-right: 8%;
        margin-left: 6%;
        margin-top: 6%;
        max-width: 100%;
    }

    .questions textarea {
        border-radius: 4px;
        border: 1px solid #E2E8F0;
        background: #FFF;
        width: 90% !important;
    }

    .questions .caption {
        width: 90% !important;
    }

    .emoji {
        text-align: right;
        padding-right: 16px;
        padding-bottom: 16px;
    }

    .survey-header .header-img-complete {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 6%;
    }

    .survey-header .sub-texts {
        z-index: 4;
        position: fixed;
        background-color: var(--white);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
        width: calc(100% - 0%);
        margin: auto;
        padding-left: 6%;
        padding-top: 30px;
        padding-bottom: 18px;
        margin-top: -1px;
    }

    .submit-btn {
        padding-left: 6%;
        padding-top: 43px;
        padding-right: 6%;
        padding-bottom: 10px;
    }

    .uneven-bg-last {
        background: var(--white);
        padding-left: 6%;
        padding-top: 30px;
        padding-right: 6%;
        padding-bottom: 30px;
        border-bottom: 1px solid #F3F3F3;
    }

    .uneven-bgs {
        background: var(--white);
        padding-left: 6%;
        padding-right: 6%;
    }

    .caption p {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        padding-bottom: 4px;
        color: var(--body-text);
    }

    .employeeinput input {
        border: 1px solid #DCDDDE;
        border-radius: 4px;
        width: 100%;
        height: 40px;
        font-family: var(--primary-font-family);
        color: #5C5C5C;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        padding-left: 10px;
        margin-bottom: 20px;
    }

    .even-bg {
        background: #F7F8FA;
        margin-top: 38px;
        padding-left: 6%;
        padding-right: 6%;
    }

    .uneven-bg {
        background: var(--white);
        padding-left: 6%;
        padding-right: 6%;
    }

    .content {
        padding-top: 150px;
        width: 100%;
        padding-left: 6%;
        padding-right: 6%;
        min-height: 100vh;
        padding-bottom: 170px;
    }

    .survey-header .header-img {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 6%;
    }

    .survey-header .sub-text {
        z-index: 4;
        position: fixed;
        background-color: var(--white);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
        width: calc(100% - 0%);
        margin: auto;
        padding-left: 6%;
        padding-top: 30px;
        padding-bottom: 18px;
        margin-top: -1px;
    }

    .main-content {
        padding-top: 190px;
        width: 100%;
        /*            padding-left: 6%;
            padding-right: 6%;*/
        min-height: 100vh;
        padding-bottom: 32px;
    }

    .answer-select .row .col-3 {
        flex: 0 0 auto;
        margin-bottom: 18px;
        width: 100%;
    }

    .footer-content {
        width: 100%;
        padding-right: var(--bs-gutter-x,.0rem);
        padding-left: var(--bs-gutter-x,.0rem);
        margin-right: 14%;
        margin-left: 6%;
    }

    .footer-completion {
        width: 100%;
        padding-right: var(--bs-gutter-x,.0rem);
        padding-left: var(--bs-gutter-x,.0rem);
        margin-right: 14%;
        margin-left: 6%;
    }

    .survey-header .sub-texts .row .col-4 {
        flex: 0 0 auto;
        width: 100%;
    }

    .comparison p {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 14.5px;
        line-height: 18px;
        letter-spacing: 0.016em;
        color: #333E48;
    }

    .comparison .col-2 {
        flex: 0 0 auto;
        width: 8%;
    }

    .completions-contents {
        padding-top: 146px;
        width: 100%;
        min-height: 100vh;
        text-align: center;
        background: #F7F8FA;
        padding-bottom: 0px;
    }
}

@media (max-width: 767.98px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .survey-done-page h3 {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 300;
        font-size: 20px;
        letter-spacing: -0.5px;
        text-transform: uppercase;
        line-height: 36px;
        color: #444E59;
        padding-top: 8px;
        padding-bottom: 10px;
    }

    .sub-textline-complete {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 10px;
        color: var(--body-text);
    }

    .blocks .layout .col {
        padding-bottom: 14px;
    }

    .blocks {
        margin-right: 6%;
        margin-left: 6%;
        max-width: 50em;
    }

    .content {
        padding-top: 130px;
        width: 100%;
        padding-left: 6%;
        padding-right: 6%;
        min-height: 100vh;
        padding-bottom: 20px;
    }

    .container-fluid {
        display: grid;
        flex-wrap: wrap;
        width: 100%;
        height: 83px;
        z-index: 2;
    }

    header {
        z-index: 4;
        position: fixed;
        width: calc(100% - 0%);
        height: 100px;
        top: 0;
        padding-left: 6%;
        background-color: var(--top-banner-background);
    }

    p {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: var(--body-text);
    }

    .heading {
        font-family: var(--primary-font-family);
        font-weight: 800;
        font-size: 15px;
        text-transform: uppercase;
        color: var(--body-text);
        padding-bottom: 10px;
    }

    .heading-2 {
        font-family: var(--primary-font-family);
        font-weight: 500;
        font-size: 15px;
        text-transform: uppercase;
        color: var(--body-text);
    }

    .weight {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 500;
        font-size: 15px;
        color: var(--body-text);
    }

    .footer .container .row .col-3 {
        width: 100%;
        float: left;
        text-align: left;
    }

    .footer .container .row > * {
        padding-left: calc(var(--bs-gutter-x) * .0);
    }

    .footer {
        position: relative;
        width: 100%;
        height: 146px;
        padding-left: 6%;
        padding-top: 25px;
        vertical-align: middle;
        background-color: var(--footer-background);
    }

        .footer p {
            position: relative;
            width: 100%;
            padding-left: 0px;
            padding-top: 25px;
            font-family: var(--primary-font-family);
            font-style: normal;
            font-weight: 400;
            padding-bottom: 0px;
            font-size: 13px;
            line-height: 16px;
            color: var(--white);
            vertical-align: middle;
        }

    .table-head-name {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0.016em;
        text-align: left;
        font-variant: small-caps;
        color: #333E48;
    }

    .container, .container-sm {
        max-width: 100%;
    }

    .footer-no-fix .container .row .col-3 {
        width: 100%;
        float: left;
        text-align: left;
    }

    .footer-no-fix .container .row > * {
        padding-left: calc(var(--bs-gutter-x) * .0);
    }

    .footer-no-fix {
        position: relative;
        width: 100%;
        height: 146px;
        padding-left: 0%;
        padding-top: 25px;
        vertical-align: middle;
        background-color: var(--footer-background);
    }

        .footer-no-fix p {
            position: relative;
            width: 100%;
            padding-left: 0px;
            padding-top: 25px;
            font-family: var(--primary-font-family);
            font-style: normal;
            font-weight: 400;
            padding-bottom: 0px;
            font-size: 13px;
            line-height: 16px;
            color: var(--white);
            vertical-align: middle;
        }

    .img-header {
        padding-top: 14px;
        padding-bottom: 12px;
    }

    .survey-header .sub-texts .row {
        display: grid;
    }

    .sub-textline {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 34px;
        color: var(--body-text);
    }

    .survey-header .sub-text {
        z-index: 4;
        position: fixed;
        background-color: var(--white);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
        width: calc(100% - 0%);
        margin: auto;
        padding-left: 6%;
        padding-right: 8%;
        padding-top: 17px;
        padding-bottom: 12px;
        margin-top: -1px;
    }

    .main-content {
        padding-top: 190px;
    }

    .survey-header .sub-texts {
        z-index: 4;
        position: fixed;
        background-color: var(--white);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
        width: calc(100% - 0%);
        padding-left: 6%;
        padding-right: 8%;
        padding-top: 30px;
        padding-bottom: 0px;
        margin-top: -1px;
    }

    .survey-header .sub-text .row {
        display: grid;
    }

    .emoji {
        text-align: right;
        padding-right: 16px;
        padding-bottom: 16px;
        padding-top: 0px;
    }

    #PulseScore {
        vertical-align: middle;
        display: inline-block;
        margin-top: 20px;
    }

    .comparison .col-2 {
        flex: 0 0 auto;
        width: 9%;
    }

    .sub-textline p {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 19px;
        color: var(--body-text);
        text-align: left;
        padding-top: 5px;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 600px) {
    .completions-contents {
        padding-top: 120px;
        width: 100%;
        min-height: auto;
        text-align: center;
        background: #F7F8FA;
        padding-bottom: 30px;
    }
}

@media (max-width: 575.98px) {
    .content {
        padding-top: 110px;
        width: 100%;
        padding-left: 6%;
        padding-right: 6%;
        min-height: 100vh;
        padding-bottom: 20px;
    }

    header {
        z-index: 4;
        position: fixed;
        width: calc(100% - 0%);
        height: 84px;
        top: 0;
        padding-left: 6%;
        background-color: var(--top-banner-background);
    }

    .comparison .col-2 {
        flex: 0 0 auto;
        width: 11%;
    }

    .img-emoji {
        padding-left: 10%;
    }

    .img-header {
        padding-top: 14px;
        padding-bottom: 12px;
    }

    p {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: var(--body-text);
    }

    .heading {
        font-family: var(--primary-font-family);
        font-weight: 800;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        color: var(--body-text);
        padding-bottom: 10px;
    }

    .heading-2 {
        font-family: var(--primary-font-family);
        font-weight: 500;
        line-height: 18px;
        font-size: 14px;
        text-transform: uppercase;
        color: var(--body-text);
    }

    .weight {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        font-size: 14px;
        color: var(--body-text);
    }

    .footer {
        position: relative;
        width: 100%;
        height: 146px;
        padding-left: 8%;
        padding-top: 25px;
        vertical-align: middle;
        background-color: var(--footer-background);
    }

    .sub-textline {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 34px;
        color: var(--body-text);
    }

    .main-content {
        padding-top: 165px;
    }

    .btn-start {
        background-color: var(--secondary-color);
        border-radius: 2px;
        font-family: var(--primary-font-family);
        display: block;
        font-style: normal;
        font-weight: 500;
        width: 100%;
        font-size: 15.5px;
        text-transform: uppercase;
        text-decoration: none;
        border: none !important;
        padding: 10px 20px 10px 20px;
        color: var(--white);
    }

    .button-on-arrow {
        margin-left: 19px;
        margin-top: 4px;
        float: right;
    }

    .submit-btns {
        background-color: var(--secondary-color);
        border-radius: 2px;
        font-family: var(--primary-font-family);
        font-style: normal;
        display: block;
        font-weight: 500;
        width: 100%;
        font-size: 15.5px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px 30px 10px 30px;
        color: var(--white);
    }
}

@media (max-width: 480px) {
    .content {
        padding-top: 110px;
        width: 100%;
        padding-left: 6%;
        min-height: 100vh;
        padding-bottom: 20px;
    }

    .footers-nos-fixs p {
        width: 100%;
        padding-top: 15px;
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        padding-right: 0px;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0px;
        color: var(--white);
        vertical-align: middle;
    }

    .img-header {
        padding-top: 20px;
        padding-bottom: 12px;
    }

    .main-content {
        padding-top: 165px;
    }

    .comparison .col-2 {
        flex: 0 0 auto;
        width: 14%;
    }

    .img-emoji {
        padding-left: 14%;
    }

    .caption p {
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 4px;
        color: var(--body-text);
    }

    .btn-default {
        padding-left: 20%;
        padding-top: 43px;
        padding-right: 6%;
        padding-bottom: 30px;
    }

    .btn-default {
        background-color: var(--secondary-color);
        border-radius: 2px;
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 500;
        font-size: 15.5px;
        width: 100%;
        text-align: left;
        text-transform: uppercase;
        text-decoration: none;
        padding: 10px 30px 10px 30px;
        color: var(--white);
    }
}

@media (max-width: 375px) {
    .img-header {
        padding-top: 30px;
        padding-bottom: 12px;
    }

    .footer {
        position: relative;
        width: 100%;
        height: 146px;
        padding-left: 10%;
        padding-top: 25px;
        vertical-align: middle;
        background-color: var(--footer-background);
    }

    .main-content {
        padding-top: 165px;
    }

    .comparison .col-2 {
        flex: 0 0 auto;
        width: 18%;
    }

    .img-emoji {
        padding-left: 18%;
    }
}

@media (max-width: 1399.98px) {
    .need-help-content {
        /* background-image: url(../Images/needhelpbackground.png);
        background-repeat: no-repeat;
        background-size: cover;*/
        height: auto;
        margin: 0;
        padding-top: 130px;
        padding-bottom: 100px;
    }

    .dashboard-content-section .col-12 .search-container {
        padding-left: 340px !important;
    }

    .clear-btn {
        padding-right: 20px !important;
    }
}

@media (max-width: 1199.98px) {
    .need-help-content {
        /*background-image: url(../Images/needhelpbackground.png);
        background-repeat: no-repeat;
        background-size: cover;*/
        height: auto;
        margin: 0;
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .needhelp-content-section .container .row .main-top-ai {
        padding-left: 350px !important;
    }

    .needhelp-content-section .container .row .faq-block-section {
        padding-left: 100px !important;
        padding-top: 30px !important;
    }

    .needhelp-content-section .container .row .faq-block-section2 {
        padding-left: 100px !important;
        padding-top: 10px !important;
    }

    .needhelp-content-section .search-container form {
        background-color: transparent;
        max-width: 768px;
        width: 100%;
        padding-top: 10px;
        padding-right: 100px;
        padding-bottom: 14px;
        padding-left: 0px;
        border-radius: 0px 2px 2px 0px;
        box-shadow: 0 0 0px 0 rgba(42, 45, 48, 0.12);
        transition: all 0.3s ease;
    }

    .dashboard-content-section .col-12 .search-container {
        padding-left: 160px !important;
    }
}

/*Custom input styling */
/* Checkbox */
[type=checkbox] {
    width: 28px;
    height: 28px;
    color: transparent;
    vertical-align: middle;
    -webkit-appearance: none;
    background: none;
    border: 0;
    outline: 0;
    flex-grow: 0;
    background: linear-gradient(180deg, #D9D9D9 0%, #FFFFFF 100%);
    border: 0px solid #D3D3D3;
    transition: background 300ms;
    cursor: pointer;
}
    /* Pseudo element for check styling */
    [type=checkbox]::before {
        content: "";
        color: transparent;
        display: block;
        width: inherit;
        height: inherit;
        border-radius: 0;
        border: 0;
        background: linear-gradient(180deg, #D9D9D9 0%, #FFFFFF 100%);
        border: 1px solid #D3D3D3;
    }
    /* Checked */
    [type=checkbox]:checked {
        color: transparent;
        border: 0px solid #D3D3D3;
    }

        [type=checkbox]:checked::before {
            box-shadow: none;
            background-image: url("../Images/checked.png");
        }
    /* Disabled */
    [type=checkbox]:disabled {
        background-color: #CCD3D8;
        opacity: 0.84;
        cursor: not-allowed;
    }
    /* IE */
    [type=checkbox]::-ms-check {
        content: "";
        color: transparent;
        display: block;
        width: inherit;
        height: inherit;
        border-radius: inherit;
        border: 0;
        background-color: transparent;
        background-size: contain;
        box-shadow: inset 0 0 0 1px #CCD3D8;
    }

.hidecheckbox-div {
    display: none;
}

.showcheckbox-div {
    display: block;
}