@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("../Fonts/Montserrat-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    src: url("../Fonts/Montserrat-Medium.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("../Fonts/Montserrat-SemiBold.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("../Fonts/Montserrat-Bold.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 800;
    src: url("../Fonts/Montserrat-ExtraBold.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 900;
    src: url("../Fonts/Montserrat-Black.ttf") format('truetype');
}

:root {
    --primary-font-family: "Montserrat", sans-serif, Arial, Helvetica;
    --primary-color: #005084;
    --secondary-color: #11B895;
    --body-text: #444E59;
    --white: #ffffff;
    --footer-background: #0A2E59;
    --top-banner-background: #00284F;
}


html {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

#body {
    margin-left: 124px;
    margin-right: 124px;
}

body {
    background-color: #FFFFFF;
    color: #444E59;
    font-size: 14pt;
    font-family: "Montserrat", sans-serif, Arial, Helvetica;
    margin: 0;
    padding: 0;
    height: 101vh;
}

footer {
    background-color: #0A2E59;
    text-align: left;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
}

    footer p {
        font-size: 14px;
        padding-left: 124px;
        color: #ffffff;
        padding-top: 16px;
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.28px;
        padding-bottom: 0px;
    }

.sub-header a {
    color: var(--body-text);
    text-decoration: none !important;
    cursor: pointer;
}

.btn {
    --bs-btn-padding-y: 0rem !important;
    --bs-btn-padding-x: 0rem !important;
}

.admin-buttons {
    background: #11B895;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-family: var(--primary-font-family);
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 11px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

    .admin-buttons:hover {
        background: #11B895;
        border-radius: 4px;
        height: 40px;
        border: none;
        width: auto;
        padding-left: 24px;
        padding-right: 24px;
        font-family: var(--primary-font-family);
        margin-right: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-transform: uppercase;
        cursor: pointer;
        padding-top: 11px;
        color: #FFF;
        text-align: center;
        font-size: 14.5px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

    .admin-buttons:active {
        background: #11B895;
        border-radius: 4px;
        height: 40px;
        border: none;
        width: auto;
        padding-left: 24px;
        padding-right: 24px;
        font-family: var(--primary-font-family);
        margin-right: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
        text-transform: uppercase;
        cursor: pointer;
        padding-top: 11px;
        color: #FFF;
        text-align: center;
        font-size: 14.5px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

.home-button {
    background: #00BDF2;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-family: var(--primary-font-family);
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 11px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.home-button:hover {
    background: #00BDF2;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-family: var(--primary-font-family);
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 11px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.home-button:active {
    background: #00BDF2;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-family: var(--primary-font-family);
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 11px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.upload-div form {
    background: #fff;
    max-width: 60%;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 0 0px 0 rgba(42, 45, 48, 0.12);
    transition: all 0.3s ease;
}

.right-header ul {
    padding-top: 25px
}

.uploadSheetMappning select {
    word-wrap: normal;
    border: 1px solid #DCE2EA;
    border-radius: 2px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    color: var(--body-text);
    text-transform: capitalize;
    width: 100%;
    height: 30px;
}

.summary-page h2 {
    font-family: var(--primary-font-family);
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.145px;
    text-transform: uppercase;
    vertical-align: middle;
    padding-top: 10px
}

.text-right {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    color: var(--body-text);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.sheet-buttons {
    background: #005084;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
    font-family: var(--primary-font-family);
    margin-right: 10px;
    margin-left: 0px;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 10px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.sheet-buttons:hover {
    background: #005084;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
    font-family: var(--primary-font-family);
    margin-right: 10px;
    margin-left: 0px;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 10px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.sheet-buttons-items {
    background: #00BDF2;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
    font-family: var(--primary-font-family);
    margin-right: 10px;
    margin-left: 0px;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 0px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.sheet-buttons-items2 {
    background: #11B895;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
    font-family: var(--primary-font-family);
    margin-right: 10px;
    margin-left: 0px;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 12px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.sheet-buttons-items2:hover {
    background: #11B895;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
    font-family: var(--primary-font-family);
    margin-right: 10px;
    margin-left: 0px;
    text-transform: uppercase;
    cursor: pointer;
    padding-top: 12px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

    .sheet-buttons-items:hover {
        background: #00BDF2;
        border-radius: 4px;
        height: 40px;
        border: none;
        width: auto;
        padding-left: 14px;
        padding-right: 14px;
        font-family: var(--primary-font-family);
        margin-right: 10px;
        margin-left: 0px;
        text-transform: uppercase;
        cursor: pointer;
        padding-top: 0px;
        color: #FFF;
        text-align: center;
        font-size: 14.5px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

.table > :not(:last-child) > :last-child > * {
    background: #005084 !important;
    color: #FFF;
    font-family: var(--primary-font-family);
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.145px;
    text-transform: uppercase;
    vertical-align: middle;
    border-bottom: 0px !important;
}

.custom-para {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}

.file-btn {
    background: #005084;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
    font-family: var(--primary-font-family);
    margin-right: 10px;
    margin-left: 0px;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 0px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.file-btn:hover {
    background: #005084;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
    font-family: var(--primary-font-family);
    margin-right: 10px;
    margin-left: 0px;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 0px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.right-header li {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.3px;
    margin-left: 12px;
}

.box-upload {
    border: 1px solid #DCE2EA;
    border-radius: 2px;
    width: 100%;
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-weight: 500;
}


input {
    margin: 0;
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-weight: 500;
    line-height: inherit;
}

/* Login layout
----------------------------------------------------------*/
.login-content-wrapper {
    width: 100%;
}

.login-content {
    background-color: #F7F8FA;
}

form h5 {
    color: #343F4B;
    font-family: var(--primary-font-family);
    font-size: 36px !important;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.36px;
}

.alert {
    position: relative;
    padding: 10px 10px !important;
    margin-bottom: 10px !important;
    border: 0px solid transparent !important;
    border-radius: 0.25rem;
    font-family: var(--primary-font-family);
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.5px;
    padding-top: 10px  !important;
}

header {
    clear: both;
    text-align: center;
    width: 100%;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 102px;
    }

#myHeader {
    z-index: 999;
}

form {
    background: #fff;
    max-width: 475px;
    width: 100%;
    padding-top: 32px;
    padding-right: 64px;
    padding-bottom: 14px;
    padding-left: 64px;
    border-radius: 0px 2px 2px 0px;
    box-shadow: 0 0 5px 0 rgba(42, 45, 48, 0.12);
    transition: all 0.3s ease;
}


.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .0);
    margin-top: var(--bs-gutter-y);
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80rem;
    width: 100%;
    margin-top: 5%;
}

.btn_back a:hover {
    font-family: var(--primary-font-family);
    display: block;
    padding-left: 20px;
    padding-top: 14px;
    padding-right: 20px;
    text-align: center;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background: #11B895;
    margin-top: 0px;
    color: #FFF;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
}

input[type="checkbox"] ~ label {
    display: inline-block;
    height: 25px;
    padding-left: 34px !important;
    padding-right: 10px;
    padding-top: 2px;
    font-family: var(--primary-font-family);
    color: rgba(68, 78, 89, 0.90);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.39px;
}

.text-space {
    margin-bottom: 15px;
    margin-top: 6px;
    color: rgba(68, 78, 89, 0.90);
    font-family: var(--primary-font-family);
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.input-control {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}

.text-links {
    font-family: var(--primary-font-family);
    color: #0075C9;
    text-align: right;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.39px;
    text-decoration: none;
}

.btn_login {
    font-family: var(--primary-font-family);
    display: block;
    padding-left: 24px;
    text-align: center;
    width: 100%;
    height: 48px;
    border: none;
    background: #8AC547;
    margin-top: 0px;
    border-radius: 100px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.row-input {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.text-login {
    margin-bottom: 0px;
}

.text-help {
    margin-bottom: 0px;
    margin-top: 20px;
}

    .text-help p {
        font-family: var(--primary-font-family);
        color: rgba(68, 78, 89, 0.90);
        font-family: Montserrat;
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: -0.065px;
        margin-bottom: 0rem !important;
        text-decoration: none !important;
    }

    .text-help span {
        text-decoration: none !important;
    }

.row-input label {
    font-size: 13px;
    color: #8086a9;
}

.row-input input {
    flex: 1;
    padding: 13px;
    background: #FFFFFF;
    border: 1px solid #DCDDDE;
    border-radius: 4px;
    transition: all 0.2s ease-out;
    font-family: var(--primary-font-family);
    color: rgba(68, 78, 89, 0.70);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.5px;
}

    .row-input input:focus {
        outline: none;
        box-shadow: inset 2px 2px 5px 0 rgba(42, 45, 48, 0.12);
    }

    .row-input input::placeholder {
        color: rgba(68, 78, 89, 0.7);
    }

.confirmnewpassword {
    margin-top: 10px;
    margin-bottom: 16px;
}

.loginpagefooter {
    background-color: #0A2E59;
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

    .loginpagefooter p {
        color: #ffffff;
        padding-top: 16px;
        font-family: var(--primary-font-family);
        text-align: center;
        font-size: 13.5px;
        padding-left: 0px !important;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    height: 110px;
    padding-left: 124px;
    background-color: var(--top-banner-background);
}

.sort-table {
    cursor: pointer;
}

.sort-tables {
    cursor: pointer;
}

.verify-list-form form {
    background: #fff;
    max-width: 100%;
    width: 100%;
    padding-top: 10px !important;
    padding-right: 0px !important;
    padding-bottom: 14px;
    padding-left: 0px !important;
    border-radius: 0px 2px 2px 0px;
    box-shadow: 0 0 0px 0 rgba(42, 45, 48, 0.12) !important;
    transition: all 0.3s ease;
}



.footer-buttons .back-btn-disabled {
    background: #00BDF2;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-bottom: 4px;
    margin-right: 10px;
    margin-top: 4px;
    text-align: center;
    padding-top: 6px !important;
}
.survey-questions-section .comments   {
    margin-bottom: 20px;
}

.survey-done {
    text-align: center;
    margin-top: 40px;
}

.main-container .survey-done h2 {
    text-align: center;
    color: #11B895;
    font-family: var(--primary-font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.2px;
    padding-top: 28px;
    padding-bottom: 24px;
}
.main-container .survey-done p {
    color: #444E59;
    text-align: center;
    font-family: Montserrat;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.27px;
}

.survey-questions-wrapper form {
    background: #fff;
    max-width: 100% !important;
    width: 100%;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 14px;
    padding-left: 0px !important;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0 0 0px 0 rgba(42, 45, 48, 0.12) !important;
    transition: all 0.3s ease;
}

.main-table .back-btn-start {
    background: #11B895;
    border-radius: 4px;
    height: auto;
    border: none;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    padding-bottom: 4px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 4px !important;
}

    .main-table .back-btn-start a {
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        font-family: var(--primary-font-family);
        font-size: 14px;
        font-style: normal;
        vertical-align: middle;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.28px;
        text-transform: uppercase;
    }

.footer-buttons .back-btn-disabled a {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    padding-right: 40px;
    padding-left: 40px;
    vertical-align: middle;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    text-align: center;
    text-align: center;
    text-transform: uppercase;
}

.main-content {
    padding-top: 30px !important;
    padding-bottom: 84px !important;
}


.content-wrapper .banner-logo .banner-logo-top {
    padding-top: 40px !important;
}


header {
    clear: both;
    margin: 0px auto;
    text-align: center;
    width: auto;
}

    header .sub-header {
        background: #FFF;
        box-shadow: 0px 4px 4px 0px #F5F5F5;
        padding-top: 10px;
        height: 88px;
        padding-left: 124px;
        padding-right: 124px;
    }

        header .sub-header h1 {
            color: var(--body-text);
            font-family: var(--primary-font-family);
            font-size: 24px;
            font-style: normal;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: -1px;
            text-transform: uppercase;
            padding-top: 24px;
        }

.sub-header label {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.42px;
}

.respondent-table-list select {
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: var(--primary-font-family);
    width: 100%;
    height: 34px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 18px;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 0px;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    color: var(--body-text);
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.remove-model .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 71%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.sub-header select {
    border-radius: 8px;
    background: #FFF;
    border: 1px solid #F6F6F6;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    width: 180px;
    height: 45px;
    padding-left: 10px;
    margin-left: 14px;
    margin-top: 12px;
}

.main-content .main-page-head h1 {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.main-content .main-page-head p {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 14.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.5px;
}

.main-content .main-table h3 {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}

.main-content .main-table {
    margin-top: 38px;
}

.main-content .verify-list p {
    margin-bottom: 14px !important;
}

.main-content .verify-list h1 {
    margin-bottom: 16px !important;
}


.main-content .searchbox {
    padding-top: 10px;
}

.search-results-container h5 {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.3px;
}

.search-results-container {
    padding-bottom: 12px;
    border-bottom: 1px solid #E2E8F0;
}

.manual-search-container p {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 14.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; 
    letter-spacing: -0.5px;
}

.manual-search-container {
    margin-top: 24px !important;
    padding-bottom: 12px;
    border-bottom: 1px solid #E2E8F0;
    width: 100%;
}

.search-results-display p {
    color: #7C7C7C;
    font-family: var(--primary-font-family);
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.search-results-container table {
    width: 92%;
}

.search-container-box button {
    background: #00BDF2;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
    font-family: var(--primary-font-family);
    margin-right: 10px;
    margin-left: 10px;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 0px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.search-results-display button {
    background: #8DC748;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
    font-family: var(--primary-font-family);
    margin-right: 10px;
    margin-left: 0px;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 0px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.modal-sm .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6 !important;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.remove-model .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px solid #dee2e6 !important;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-sm .modal-body h1 {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.29px;
    text-transform: uppercase;
}

.modal-sm .modal-body h2 {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.29px;
    text-transform: uppercase;
    padding-top: 12px;
}

.remove-model .modal-body h2 {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.29px;
    text-transform: uppercase;
    padding-top: 12px;
}

.modal-sm .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding-top: 0rem;
    padding-right: 1rem;
    padding-bottom: 1.8rem;
    padding-left: 1rem;
}

.respondent-table-list h4 {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}

.respondent-table-list {
    margin-top: 24px !important;
}

.modal-sm .modal-body p {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; 
    letter-spacing: -0.5px;
}

.remove-model .modal-body p {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; 
    letter-spacing: -0.5px;
}

.modal-sm .modal-body .close-button {
    text-align: center;
}

.remove-model .modal-body .close-button2 {
    text-align: center;
    border-top: 1px solid #E2E8F0;
    padding-top: 18px;
    margin-top: 20px;
}

    .modal-sm .modal-body .close-button button {
        background: #00BDF2;
        border-radius: 4px;
        height: 40px;
        border: none;
        width: auto;
        padding-left: 14px;
        padding-right: 14px;
        font-family: var(--primary-font-family);
        margin-right: 10px;
        margin-left: 10px;
        text-transform: uppercase;
        cursor: pointer;
        padding-bottom: 0px;
        color: #FFF;
        text-align: center;
        font-size: 14.5px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

.remove-model .modal-body .close-button2 button {
    background: #00BDF2;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
    font-family: var(--primary-font-family);
    margin-right: 5px;
    margin-left: 5px;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 0px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.remove-model .modal-body .close-button2 button {
    background: #00BDF2;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
    font-family: var(--primary-font-family);
    margin-right: 5px;
    margin-left: 5px;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 0px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.page-footer-content button {
    background: #8DC748;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-family: var(--primary-font-family);
    margin-right: 10px;
    margin-left: 0px;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 0px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.page-footer-content .back-btn {
    background: #11B895;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    padding-bottom: 0px;
    padding-top: 6px !important;
}

.page-footer-content a {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    vertical-align: middle;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

.remove-model .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding-top: 0rem;
    padding-right: 1rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
}

.page-footer-content { 
    display: flex;
}

.remove-model .modal-body .close-button2 .close-button-yes {
    background: #FF0000;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
    font-family: var(--primary-font-family);
    margin-right: 5px;
    margin-left: 5px;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 0px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.float-start-header2 {
    float: left !important;
    width: 60%;
    text-align: left;
}

.float-end-header2 {
    float: right !important;
}



.searchbox .search-container-box input[type=search] {
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: var(--primary-font-family);
    width: 440px;
    height: 40px;
    background-image: url(../Images/search-icon.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 36px;
    align-items: center;
    margin-left: 0px;
    margin-bottom: 20px;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    color: rgba(68, 78, 89, 0.70);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.manual-search-container .manual-input-box input[type=text] {
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: var(--primary-font-family);
    width: 28%;
    height: 40px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 18px;
    align-items: center;
    margin-right: 14px;
    margin-bottom: 20px;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    color: rgba(68, 78, 89, 0.70);
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.manual-search-container .manual-input-box input[type=email] {
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: var(--primary-font-family);
    width: 28%;
    height: 40px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 18px;
    align-items: center;
    margin-right: 14px;
    margin-bottom: 20px;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    color: rgba(68, 78, 89, 0.70);
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.manual-search-container .manual-input-box select {
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: var(--primary-font-family);
    width: 28%;
    height: 40px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 18px;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 20px;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    color: var(--body-text);
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.search-name-result {
    color: #282828;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.28px;
    vertical-align: middle;
}

.respondent-table-list th {
    background: #005084;
    color: #FFF;
    font-family: var(--primary-font-family);
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.145px;
    text-transform: uppercase;
    vertical-align: middle;
}

.respondent-table-list td {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
    vertical-align: middle;
}


.respondent-table-list .actions-column {
    text-align: center;
}

.respondent-table-list button {
    background: #005084;
    border-radius: 4px;
    height: 34px;
    border: none;
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
    font-family: var(--primary-font-family);
    margin-right: 10px;
    margin-left: 0px;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 0px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.manual-input-box button {
    background: #8DC748;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-family: var(--primary-font-family);
    margin-right: 10px;
    margin-left: 10px;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 0px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 102px;
    }

#myHeader {
    z-index: 999;
}

.main-tables .respondent-table-list th {
    background: #005084;
    color: #FFF;
    font-family: var(--primary-font-family);
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.145px;
    text-transform: uppercase;
    vertical-align: middle;
}

.main-tables .respondent-table-list td {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
    vertical-align: middle;
}

.respondent-table-list .date-column {
    text-transform: uppercase;
}

.main-table .back-btn-verify {
    background: #11B895;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: 185px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    padding-bottom: 0px;
    margin-bottom: 4px;
    margin-top: 4px;
    padding-top: 10px !important;
}

    .main-table .back-btn-verify a {
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        font-family: var(--primary-font-family);
        font-size: 14px;
        font-style: normal;
        vertical-align: middle;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.28px;
        text-transform: uppercase;
    }

.respondent-table-list .actions-column2 {
    text-align: center !important;
    width: 300px !important;
}



        footer p a:link {
            color: #ffffff;
            text-decoration: none;
        }

            footer p a:link:hover {
                text-decoration: none;
            }




/*LINE MANAGER DASHBOARD*/

#DataTable {
  position:relative;
  box-sizing: border-box;
}

.line-manager-dashoard-table table {
    width: 100%;
    border-collapse: collapse;
}

.line-manager-dashoard-table table th {
    background: #005084;
    color: #FFF;
    font-family: var(--primary-font-family);
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.145px;
    text-transform: uppercase;
    vertical-align: middle;
}
    .line-manager-dashoard-table table td, th {
        color: var(--body-text);
        font-family: var(--primary-font-family);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.56px;
        vertical-align: middle;
    }

.line-manager-dashoard-table .date-column {
    text-transform: uppercase;
}

.stats {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    letter-spacing: -0.405px;
}

.records {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.405px;
}

.line-manager-dashoard-table .top-filters {
    font-size: 0px;
}

.line-manager-dashoard-table .search-field {
    text-align: right;
    margin-bottom: 5px;
}

.line-manager-dashoard-table .dd-number-of-recoeds {
    font-size: 12px;
}

.line-manager-dashoard-table .search-field,
.dd-number-of-recoeds {
    display: inline-block;
    width: 50%;
}

.line-manager-dashoard-table .box ul.pagination {
    position: absolute;
    bottom: -24px;
    right: 15px;
    font-family: var(--primary-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.5px;
}

.line-manager-dashoard-table .box li {
    padding-left: 16px;
    text-decoration: none;
    padding-right: 0px;
}

    .line-manager-dashoard-table .box li a {
        color: #0d6efd;
        text-decoration: none;
    }


.line-manager-dashoard-table .box .dvrecords {
    padding: 0px 0;
}

.line-manager-dashoard-table .box {
    display: flex;
}

.line-manager-dashoard-table .table_box_bootstrap {
    display: flex;
}

    .line-manager-dashoard-table .box .dvrecords .records {
        margin-right: 5px;
    }

.line-manager-dashoard-table .actions-column2 {
    text-align: center !important;
    width: 300px !important;
}

.main-content .main-page-head .sub-header2 .float-start-header p {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 14.8px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 0px !important;
    letter-spacing: -0.5px;
}

/* Progress bar
-------------------------------------------------- */

.progress-bar-wrap {
    display: flex;

}


.progress-bar-items {
    padding-top: 6px;
}

.progress-bar {
    background: #f1f6fa;
    border-radius: 5px;
    height: 10px;
    overflow: hidden;
    position: relative;
    text-indent: 100%;
    width: 221px;
    float: right;
}

header .sub-header2 {
    background: #FFF;
    margin-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
}

.progress-bar-counter {
    position: relative;
    bottom: 6px;
    margin-right: 10px;
    color: #444E59;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; /* 135.714% */
    letter-spacing: -0.28px;
}

.progress-bar-header {
    display: flex;
}

.right-progress-bar-survey {
    float: right;
}

.progress-bar-inner {
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    height: 10px;
    left: 0;
    min-height: 10px;
    position: absolute;
    top: 0;
}

.progress-bar-green {
    color: #8DC748;
}

    .progress-bar-green .progress-bar-inner {
        background-color: #8DC748;
    }

.survey-section-name h1 {
    color: #11B895;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.2px;
    text-align: left;
}

li.active {
    border-radius: 2px;
    height: 4px;
    width: 30px;
    margin-left: 16px !important;
    padding-left: 12px !important;
    padding-right: 14px !important;
    padding-bottom: 39px !important;
    padding-top: 0px !important;
    vertical-align: middle;
    background: #00284F;
    box-shadow: 0px 3.500000238418579px 5.500000476837158px 0px rgba(0, 0, 0, 0.02);
}

.disabled {
    padding-right: 0px !important;
}

li.active a {
    color: #ffffff !important;
}

.progress-header-section {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E2E8F0;
    background: #FFF;
    margin-bottom: 20px !important;
}

.progress-section-left {
    width: 60%;
}

.main-container {
    padding-top: 20px !important;
    padding-bottom: 84px !important;
}

    .progress-section-left p {
        color: var(--body-text);
        font-family: var(--primary-font-family);
        font-size: 14.8px;
        font-style: normal;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -0.5px;
    }

.main-container .survey-section .survey-section-name p {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.27px;
}

.survey-questions-section p {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.29px;
}

.caption {
    padding-top: 0px;
}

.uneven-bgs {
    background: #fff;
    padding: 20px;
    padding-bottom: 5px;
}

.even-bg {
    background: #F7F8FA;
    padding: 20px;
    padding-bottom: 16px;
    padding-top: 16px;
    margin-top: 22px;
    margin-bottom: 10px;
}

.answer-select label {
    display: inline-block;
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    letter-spacing: -0.28px;
}

.col {
    flex: content !important;

}

.edit-icon {
    padding-right: 8px;
    padding-left: 8px;
}

.survey-text-box-col {
    border-left: 1px solid #E2E8F0;
}

.answer-select p {
    display: inline-block;
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    letter-spacing: -0.28px;
    margin-bottom: 0px !important;
}
#myDIV {
    display: none;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #E2E8F0;
}

.last-number {
    padding-bottom: 24px;
    border-bottom: 1px solid #E2E8F0;
}

.footer-buttons .back-btn-verify {
    background: #11B895;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    cursor: pointer;
    padding-bottom: 0px;
    margin-bottom: 4px;
    margin-right: 10px;
    text-align: center;
    margin-top: 4px;
    padding-top: 6px !important;
}

.footer-buttons .back-btn-save {
    background: #8DC748;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    padding-bottom: 0px;
    text-align: center;
    margin-bottom: 4px;
    margin-right: 10px;
    margin-top: 4px;
    padding-top: 6px !important;
}



    .footer-buttons .back-btn-verify a {
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        font-family: var(--primary-font-family);
        font-size: 14px;
        font-style: normal;
        vertical-align: middle;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.28px;
        text-transform: uppercase;
    }

.footer-buttons .back-btn-verify button {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    vertical-align: middle;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

.footer-buttons .back-btn-next {
    background: #00BDF2;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    cursor: pointer;
    padding-bottom: 0px;
    margin-bottom: 4px;
    margin-right: 10px;
    margin-top: 4px;
    text-align: center;
    padding-top: 6px !important;
}

.footer-buttons .back-btn-save a {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    vertical-align: middle;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    text-align: center;
    text-align: center;
    text-transform: uppercase;
}

.footer-buttons .back-btn-save button {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    vertical-align: middle;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    text-align: center;
    text-align: center;
    text-transform: uppercase;
}
.footer-buttons .back-btn-next a {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    vertical-align: middle;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

.footer-buttons .back-btn-next button {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    vertical-align: middle;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

.survey-done a {
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    vertical-align: middle;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

.survey-done .back-btn-next {
    background: #00BDF2;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: 20%;
    padding-left: 40px;
    padding-right: 40px;
    cursor: pointer;
    padding-bottom: 0px;
    margin-bottom: 4px;
    margin-right: 10px;
    margin-top: 30px;
    text-align: center;
    padding-top: 6px !important;
}


.footer-buttons {
    display: flex;
    margin-top: 20px;
}

textarea {
    resize: vertical;
    border-radius: 2px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    width: 100%;
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.29px;
    padding-left: 10px;
    padding-top: 10px;
}

.pointer {
    cursor: pointer;
   
}

.back-btns {
    background: none;    
    border: none;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
   
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

@media (max-width: 1155px) {
    .manual-search-container .manual-input-box input[type=text] {
        padding-top: 6px;
        padding-bottom: 6px;
        font-family: var(--primary-font-family);
        width: 24%;
        height: 40px;
        background-position: 10px 10px;
        background-repeat: no-repeat;
        padding-left: 18px;
        align-items: center;
        margin-right: 14px;
        margin-bottom: 20px;
        border: 1px solid #E2E8F0;
        border-radius: 4px;
        color: rgba(68, 78, 89, 0.70);
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -0.28px;
    }

    .line-manager-dashoard-table .actions-column2 {
        text-align: center !important;
        width: 200px !important;
    }

    .main-table .back-btn-verify {
        background: #11B895;
        border-radius: 4px;
        height: 40px;
        border: none;
        width: 160px;
        padding-left: 0px;
        padding-right: 0px;
        cursor: pointer;
        padding-bottom: 0px;
        margin-bottom: 4px;
        margin-top: 4px;
        padding-top: 10px !important;
    }

        .main-table .back-btn-verify a {
            color: #ffffff;
            text-decoration: none;
            text-align: center;
            font-family: var(--primary-font-family);
            font-size: 14px;
            font-style: normal;
            vertical-align: middle;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.28px;
            text-transform: uppercase;
        }

    .manual-search-container .manual-input-box input[type=email] {
        padding-top: 6px;
        padding-bottom: 6px;
        font-family: var(--primary-font-family);
        width: 24%;
        height: 40px;
        background-position: 10px 10px;
        background-repeat: no-repeat;
        padding-left: 18px;
        align-items: center;
        margin-right: 14px;
        margin-bottom: 20px;
        border: 1px solid #E2E8F0;
        border-radius: 4px;
        color: rgba(68, 78, 89, 0.70);
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -0.28px;
    }

    .manual-search-container .manual-input-box select {
        padding-top: 6px;
        padding-bottom: 6px;
        font-family: var(--primary-font-family);
        width: 28%;
        height: 40px;
        background-position: 10px 10px;
        background-repeat: no-repeat;
        padding-left: 18px;
        align-items: center;
        margin-right: 0px;
        margin-bottom: 20px;
        border: 1px solid #E2E8F0;
        border-radius: 4px;
        color: rgba(68, 78, 89, 0.70);
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -0.28px;
    }

    .content-wrapper {
        margin: 0 auto;
        height: 110px;
        padding-left: 60px;
        background-color: var(--top-banner-background);
    }

    header .sub-header {
        background: #FFF;
        box-shadow: 0px 4px 4px 0px #F5F5F5;
        padding-top: 10px;
        height: 88px;
        padding-left: 60px;
        padding-right: 60px;
    }

    #body {
        margin-left: 60px;
        margin-right: 60px;
        clear: both;
    }

    #verifylistbody {
        margin-left: 60px;
        margin-right: 60px;
    }

    footer p {
        font-size: 14px;
        padding-left: 60px;
        color: #ffffff;
        padding-top: 16px;
        font-family: var(--primary-font-family);
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.28px;
        padding-bottom: 0px;
    }
}


@media (max-width: 1068px) {
    .survey-text-box-col {
        border-left: 1px solid #E2E8F0;
    }
    .upload-div form {
        background: #fff;
        max-width: 90%;
        width: 100%;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        border-radius: 0px 0px 0px 0px;
        box-shadow: 0 0 0px 0 rgba(42, 45, 48, 0.12);
        transition: all 0.3s ease;
    }

    .answer-select p {
        display: inline-block;
        color: var(--body-text);
        font-family: var(--primary-font-family);
        font-size: 14px !important;
        font-style: normal;
        font-weight: 500 !important;
        line-height: normal;
        padding-top: 0px;
        padding-left: 14px;
        letter-spacing: -0.28px;
        margin-bottom: 0px !important;
    }

    .data {
        padding: 0em;
        margin-top: 14px !important;
        padding-top: 0px;
        border-top: 0px solid #EAEAEA;
    }

    .edit-icon {
        padding-right: 8px;
        padding-left: 0px;
    }
}


@media (max-width: 992px) {
    .row {
        display: inline-grid !important;
    }

    .answer-select label {
        display: inline-block;
        color: var(--body-text);
        font-family: var(--primary-font-family);
        font-size: 13.5px !important;
        font-style: normal;
        font-weight: 500 !important;
        line-height: normal;
        letter-spacing: -0.28px;
    }

    #body {
        margin-left: 124px;
        margin-right: 124px;
        clear: both;
    }

    .main-table .back-btn-start {
        background: #11B895;
        border-radius: 4px;
        height: auto;
        border: none;
        width: 200px;
        padding-left: 10px;
        padding-right: 10px;
        cursor: pointer;
        padding-bottom: 4px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 4px !important;
    }

        .main-table .back-btn-start a {
            color: #ffffff;
            text-decoration: none;
            text-align: center;
            font-family: var(--primary-font-family);
            font-size: 14px;
            font-style: normal;
            vertical-align: middle;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.28px;
            text-transform: uppercase;
        }

    .main-container {
        padding-top: 20px !important;
    }

        .main-container .survey-done h2 {
            text-align: center;
            color: #11B895;
            font-family: var(--primary-font-family);
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            letter-spacing: -1.2px;
            padding-top: 28px;
            padding-bottom: 24px;
        }

    .survey-done .back-btn-next {
        background: #00BDF2;
        border-radius: 4px;
        height: 40px;
        border: none;
        width: 32%;
        padding-left: 40px;
        padding-right: 40px;
        cursor: pointer;
        padding-bottom: 0px;
        margin-bottom: 4px;
        margin-right: 10px;
        margin-top: 30px;
        text-align: center;
        padding-top: 6px !important;
    }

    .survey-done a {
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        font-family: var(--primary-font-family);
        font-size: 14px;
        font-style: normal;
        vertical-align: middle;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.28px;
        text-transform: uppercase;
    }

    .col {
        flex: content !important;
        margin-bottom: 16px;
    }

    .footer-buttons {
        display: grid;
        margin-top: 20px;
    }

    .progress-header-section {
        display: grid;
        justify-content: space-between;
        border-bottom: 1px solid #E2E8F0;
        background: #FFF;
        margin-bottom: 18px !important;
        padding-bottom: 10px;
    }

    .progress-section-left {
        width: 100%;
    }

        .progress-section-left p {
            color: var(--body-text);
            font-family: var(--primary-font-family);
            font-size: 13px;
            font-style: normal;
            font-weight: 500;
            line-height: 19px;
            letter-spacing: -0.5px;
        }

    .progress-bar-counter {
        position: relative;
        bottom: 6px;
        margin-right: 10px;
        color: #444E59;
        font-family: var(--primary-font-family);
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: 19px;
        letter-spacing: -0.28px;
    }

    .progress-bar {
        background: #f1f6fa;
        border-radius: 5px;
        height: 10px;
        overflow: hidden;
        position: relative;
        text-indent: 100%;
        width: 80%;
        float: right;
    }

    .uneven-bgs {
        background: #fff;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-bottom: 1px;
    }

    .even-bg {
        background: #F7F8FA;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .survey-questions-section p {
        color: var(--body-text);
        font-family: var(--primary-font-family);
        font-size: 13px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.29px;
    }

    .survey-text-box-col {
        border-left: 0px solid #E2E8F0 !important;
        border-top: 0px solid #E2E8F0 !important;
        margin-top: 4px !important;
    }

    .progress-bar-right {
        width: 100%;    }

    .answer-select p {
        display: inline-block;
        color: var(--body-text);
        font-family: var(--primary-font-family);
        font-size: 14px !important;
        font-style: normal;
        font-weight: 500 !important;
        line-height: normal;
        padding-top: 0px;
        padding-left: 0px;
        letter-spacing: -0.28px;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 866px) {
    .survey-done .back-btn-next {
        background: #00BDF2;
        border-radius: 4px;
        height: 40px;
        border: none;
        width: 50%;
        padding-left: 40px;
        padding-right: 40px;
        cursor: pointer;
        padding-bottom: 0px;
        margin-bottom: 4px;
        margin-right: 10px;
        margin-top: 30px;
        text-align: center;
        padding-top: 6px !important;
    }

    .survey-done a {
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        font-family: var(--primary-font-family);
        font-size: 14px;
        font-style: normal;
        vertical-align: middle;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.28px;
        text-transform: uppercase;
    }
}

    @media (max-width: 600px) {
        .footer-buttons {
            display: grid;
            margin-top: 20px;
        }


        .survey-done .back-btn-next {
            background: #00BDF2;
            border-radius: 4px;
            height: 40px;
            border: none;
            width: 100%;
            padding-left: 40px;
            padding-right: 40px;
            cursor: pointer;
            padding-bottom: 0px;
            margin-bottom: 4px;
            margin-right: 10px;
            margin-top: 30px;
            text-align: center;
            padding-top: 6px !important;
        }

        .survey-done a {
            color: #ffffff;
            text-decoration: none;
            text-align: center;
            font-family: var(--primary-font-family);
            font-size: 14px;
            font-style: normal;
            vertical-align: middle;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.28px;
            text-transform: uppercase;
        }
    }

.search-results-display th {
    background: #005084;
    color: #FFF;
    font-family: var(--primary-font-family);
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.145px;
    text-transform: uppercase;
    vertical-align: middle;
}

.search-results-display td {
    color: var(--body-text);
    font-family: var(--primary-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.56px;
    vertical-align: middle;
}
.greenbutton {
    background: #8DC748;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: auto;
    padding-left: 24px;
    padding-right: 24px;
    font-family: var(--primary-font-family);
    margin-right: 10px;
    margin-left: 10px;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 0px;
    color: #FFF;
    text-align: center;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.relationship-select {
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: var(--primary-font-family);
    width: 88%;
    height: 40px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding-left: 18px;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 20px;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    color: var(--body-text);
    font-size: 13.5px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.overlay {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.overlayContent {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 300px;
    background-color: White;
    border-radius: 10px;
    text-align: center;
}

    .overlayContent img {
        height: 128px;
        width: 128px;
        margin: 0 auto;
        text-align: center;
    }

.isDisabled {
    
    cursor: not-allowed;
   
}

a[aria-disabled="true"] {
    color: currentColor;
    display: inline-block; /* For IE11/ MS Edge bug */
    pointer-events: none;
    text-decoration: none;
}

.main-table .back-btn-verify-isDisabled {
    background: #a5cea1;
    border-radius: 4px;
    height: 40px;
    border: none;
    width: 185px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    padding-bottom: 0px;
    margin-bottom: 4px;
    margin-top: 4px;
    padding-top: 10px !important;
}

    .main-table .back-btn-verify-isDisabled a {
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        font-family: var(--primary-font-family);
        font-size: 14px;
        font-style: normal;
        vertical-align: middle;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.28px;
        text-transform: uppercase;
    }





@media (max-width: 480px) {
    .main-table .back-btn-start {
        background: #11B895;
        border-radius: 4px;
        height: auto;
        border: none;
        width: 120px;
        padding-left: 10px;
        padding-right: 10px;
        cursor: pointer;
        padding-bottom: 4px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 4px !important;
    }

        .main-table .back-btn-start a {
            color: #ffffff;
            text-decoration: none;
            text-align: center;
            font-family: var(--primary-font-family);
            font-size: 14px;
            font-style: normal;
            vertical-align: middle;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.28px;
            text-transform: uppercase;
        }
    }