h1,
h2,
h3,
h4,
h6 {
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    line-height: 40px;
    color: #0c3c41;
}

.mainDiv {
    min-height: 90vh;
    /* height: auto; */
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.PrivacyAndTerms {
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 50px;
    min-width: 550px;
}

a {
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
}

a:hover {
    color: #3fb0ac;
}

p {
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

body {
    min-height: 100vh;
    background-color: #ffffff;
    flex-direction: column;
    display: flex;
}

html {
    position: relative;
    min-height: 100%;
}

.landingPage {
    height: 100vh;
}

.fullScreenDiv {
    height: 100vh;
}

.verify-email-h1{
    margin: auto;
    margin-top: 10%;
    color: #20313b;
    font-family: "Quicksand", sans-serif;
    line-height: 1;
    text-align: center;
    display: block;
    width: 80%;
    font-size: 45px;
}

.verify-email-text{
    font-size: 20px;
    text-align: center;
    width: 50%;
    margin: auto;
    line-height: 2;
}

.account-confirmation-h1{
    margin: auto;
    text-align: center;
    margin-top: 10%;
    font-size: 45px;
}

.acocount-confirmation-text{
    font-size: 20px;
    text-align: center;
    margin-top: 25px;
}

/* ===========================================================================================================
   Page headers 
/* ==========================================================================================================*/

.Hero-title {
    color: #20313b;
    font-family: "Quicksand", sans-serif;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    display: block;
    white-space: initial;
    margin-top: 50px;
    margin-bottom: 40px;
    min-width: 750px;
}

.medium {
    font-size: 40px;
}

.small {
    font-size: 25px;
    line-height: 1.1;
}

.subHeroTitle {
    margin-top: 15px;
    min-width: 750px;
    white-space: initial;
}

.unauthorizedMessage {
    margin-top: 100px !important;
    font-size: 90px;
    text-align: center;
    min-width: 750px;
    line-height: 1;
}

.unauthorizedMessageH1 {
    color: #20313b;
    font-family: "Quicksand", sans-serif;
    line-height: 1;
    text-align: center;
    display: block;
    white-space: initial;
    margin-top: 40px;
    margin-bottom: 40px;
    min-width: 750px;
    font-size: 30px;
}

.unauthorizedMessageP {
    margin-bottom: 40px;
    margin-top: 10px;
    min-width: 750px;
    white-space: initial;
}

#mainPageInstructions {
    color: #20313b;
    font-family: "Quicksand", sans-serif;
    font-size: 25px;
    line-height: 1;
    text-align: center;
    height: 25%;
    position: relative;
}

/* ===========================================================================================================
   Submit buttons 
/* ==========================================================================================================*/

.fileDownloadButton {
    text-align: center;
    color: #ffffff;
    border-color: #f7882f;
    opacity: 1;
    position: relative;
    max-width: 16rem;
    max-height: 3rem;
    min-width: 15rem;
    min-height: 3rem;
    border-radius: 30px 30px 30px 30px;
    background-color: #f7882f;
    font-family: "Quicksand", sans-serif;
    border-width: 0;
    outline: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin-top: 25px;
    margin-bottom: 50px;
    width: 30rem;
    margin-left: 5px;
    margin-right: 5px;
}

.fileDownloadButton:hover {
    background-color: #3fb0ac;
    color: #000333;
    border-color: #3fb0ac;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: background-color 0.3s ease-in-out;
}

.fileDownloadButton:focus {
    outline: none !important;
}

#refresh {
    margin: 0 25px 0 25px;
    vertical-align: top;
    font-size: 30px;
    color: #f7882f;
}

#refresh:hover {
    text-decoration: none;
    color: #3fb0ac;
}



.descriptionButton {
    text-align: center;
    color: #f7882f;
    position: relative;
    max-width: 1.5rem;
    max-height: 1.5rem;
    min-width: 1.5rem;
    min-height: 1.5rem;
    border-radius: 30px 30px 30px 30px;
    border: 2px solid #f7882f;
    font-size: 20px;
    margin: auto;
    line-height: 1;
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 65px -13px;
    font-family: "Quicksand", sans-serif;
    outline: none;
    cursor: pointer;
    margin-top: 25px;
    margin-bottom: 50px;
    width: 30rem;
    margin-left: 10px;
    margin-right: 5px;
}

.descriptionButton:hover {
    color: #3fb0ac;
    border-color: #3fb0ac;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 65px -13px;
    transition: background-color 0.3s ease-in-out;
}

.descriptionTopButton {
    text-align: center;
    color: #f7882f;
    position: relative;
    max-width: 1.5rem;
    max-height: 1.5rem;
    min-width: 1.5rem;
    min-height: 1.5rem;
    border-radius: 30px 30px 30px 30px;
    border: 2px solid #f7882f;
    font-size: 20px;
    margin: auto;
    margin-right: 0;
    /* line-height: 2.1; */
    background-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 65px -13px;
    font-family: "Quicksand", sans-serif;
    outline: none;
    cursor: pointer;
}

.descriptionTopButton:hover {
    color: #3fb0ac;
    border-color: #3fb0ac;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 65px -13px;
    transition: background-color 0.3s ease-in-out;
}

.popover-body {
    font-family: "Quicksand", sans-serif;
}

/* .popover .arrow {
    display: none;
} */

.popover {
    max-width: 500px !important;
}

.tooltip .tooltip-inner {
    color: #000333;
    border-color: #000333;
    background-color: transparent;
    border-width: 0.1px;
    font-family: "Quicksand", sans-serif;
    max-width: 500px;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-right-color: transparent;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: transparent;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: transparent;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: transparent;
}

.buttonsFields {
    color: #313d4b;
    border: 1px solid #ccc;
    justify-content: center;
    background-color: transparent;
    min-width: 12rem;
    min-height: 10rem;
    max-width: 12rem;
    max-width: 10rem;
    border-radius: 0 0 10px 0;
    border-top: 0;
    border-left: 0;
    /* border-right: 0; 
    border-bottom: 0; */
    font-family: "Quicksand", sans-serif;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);  */
    transition: background-color 0s ease-in-out;
    outline: none !important;
    vertical-align: middle;
    align-items: center;
    white-space: normal;
    margin: 8px;
}

.buttonsFields:hover {
    background-color: #3fb0ac;
    color: #313d4b;
    border-radius: 10px;
    border-color: #3fb0ac;
    transition: background-color 0.3s ease-in-out;
    outline: none;
}

#buttonsAllCategories {
    position: relative;
    color: #000333;
    border-color: #000333;
    border-radius: 5px;
    justify-content: center;
    text-align: center;
    background-color: transparent;
    box-shadow: #000000;
    border-width: 0.1px;
    font-family: "Quicksand", sans-serif;
    display: inline-flex;
    align-items: center;
    outline: none !important;
}

#buttonsAllCategories:hover {
    background-color: #3fb0ac;
    color: #313d4b;
    border-color: #3fb0ac;
}

.buttonContainerDiv {
    min-width: 750px;
    justify-content: center;
    display: flex;
    padding-top: 50px;
    padding-left: 45px;
    width: 100%;
}

#consentButtonContainerDiv {
    padding-left: 0 !important;
}

.consentDirectionButton {
    color: #f7882f;
    cursor: pointer;
}

.consentDirectionButton:hover {
    color: #3fb0ac;
    filter: invert(58%) sepia(56%) saturate(1637%) hue-rotate(129deg) brightness(88%) contrast(74%);
}

.allQuestionsButton {
    min-width: 750px;
    text-align: center;
    min-height: 13rem;
    margin-top: 8px;
}

#allQuestionbutton {
    text-decoration: none;
    line-height: 1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: block;
    margin: 0 auto;
}

#diligenceFormSelectorButton {
    padding-top: 100px;
    text-decoration: none;
    font-size: 16px;
}

.btn.focus,
.btn {
    box-shadow: none !important;
}

#landingPageConsentButton {
    padding-top: 150px;
    text-decoration: none;
    font-size: 16px;
}

.fileDownloadButton.returnButton {
    text-decoration: none;
    padding-top: 14px;
    font-size: 16px;
    margin-top: 100px;
    margin-bottom: 50px;
    width: 30rem;
}

/* ===========================================================================================================
   Landing Page Style
/* ==========================================================================================================*/

.landingPage {
    text-align: center;
    min-width: 750px;
    height: auto;
    min-height: 75vh;
}

.landingPageButtons {
    margin-top: 50px;
    background: linear-gradient(#ccc, #ccc) no-repeat center/1px 20rem;
    display: inline-flex;
    margin-bottom: 60px;
}

/*Styling Field selection buttons*/
.landingPageButton {
    color: #313d4b;
    outline: none !important;
    border: 0px solid #313d4b;
    justify-content: center;
    background-color: transparent;
    min-width: 20rem;
    min-height: 20rem;
    max-width: 20rem;
    margin-right: 9.5px;
    margin-left: 9.5px;
    max-width: 20rem;
    border-radius: 20px;
    font-family: "Quicksand", sans-serif;
    transition: background-color 0.3s ease-in-out;
    outline: none;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    white-space: normal;
}

.landingPageButton:hover {
    background-color: #3fb0ac !important;
    color: #313d4b !important;
    border-color: #3fb0ac !important;
    transition: background-color 0.3s ease-in-out !important;
    outline: none !important;
}

.formSelectorButtons {
    background: linear-gradient(#ccc, #ccc) no-repeat center/1px 15rem;
    margin-left: 6.7px;
    /* margin-right: 2px; */
    border-radius: 2px;
    display: none;
}

.formSelectorButton {
    color: #313d4b;
    outline: none !important;
    border: none;
    background-color: white;
    min-width: 150px;
    min-height: 15rem;
    max-height: 15rem;
    display: inline-block;
    margin-top: 40px;
    padding-top: 100px;
    text-decoration: none;
    max-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 20px;
    font-family: "Quicksand", sans-serif;
    transition: background-color 0.3s ease-in-out;
    margin-right: 7px;
    margin-left: 7px;
}

.formSelectorButton:hover {
    background-color: #3fb0ac;
    color: #313d4b;
    border-color: #3fb0ac;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    outline: none;
}

.formSelectorButton:focus {
    outline: none;
}

/* ===========================================================================================================
   Selector doc styling 
/* ==========================================================================================================*/

#createDocForm {
    height: fit-content;
    min-width: 750px;
}

/* ===========================================================================================================
   Custom doc styling 
/* ==========================================================================================================*/

#questionContainer {
    width: calc(100% - 290px);
    padding-right: 290px;
    float: left;
}

@media only screen and (max-width: 1200px) {
    #questionContainer {
        padding-right: 0;
        padding-left: 15px;
    }
}

.multiCateroryDiv {
    min-height: 50vh;
    min-width: 750px;
}

#v-pills-tab {
    max-width: 15rem;
}

#v-pills-profile-tab {
    color: #313d4b;
    background-color: transparent;
    width: 13rem;
    height: 55px;
    border-bottom: 1px solid #ccc;
    transition: background-color 0.1s ease-in-out;
    font-family: "Quicksand", sans-serif;
    text-align: center;
    margin-bottom: 0px !important;
    margin-left: 12px;
    margin-right: 8px;
}

#v-pills-profile-tab:hover {
    background-color: #3fb0ac;
    color: #000333;
    border-bottom: 1px solid #ccc;
    transition: background-color 0.3s ease-in-out;
}

#v-pills-profile-tab:focus {
    background-color: #3fb0ac;
    color: #000333;
    border-bottom: 1px solid #ccc;
    transition: background-color 0.3s ease-in-out;
}

#tab-content {
    font-size: large;
    font-family: "Quicksand", sans-serif;
}

.containerScroll {
    width: 260px;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-height: 62vh;
    overflow-y: auto;
    overflow-x: hidden;
    float: left;
    margin-left: 15px !important;
    margin-right: 15px;
}

/* .customDocShortDescription{
    min-width: 400px;
} */

.containerCategories {
    width: fit-content;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1200px !important;
    margin: auto;
    min-width: 750px;
}

/* ===========================================================================================================
   All Question Buttons
/* ==========================================================================================================*/

.selectAllHeader {
    height: 50px;
    border-bottom: transparent;
}

.toggle.multiSelector {
    vertical-align: middle;
    display: inline-block;
}

.hoverText {
    display: none;
}

.toggle.multiSelector:hover .hoverText {
    display: block;
    white-space: nowrap;
    width: fit-content;
    margin-top: -25px;
}

.multiSelectorPara {
    display: inline-block;
    vertical-align: middle;
}

.check.allQuestionsToggle:checked~.track {
    box-shadow: inset 0 0 0 20px #f7882f;
}

/* ===========================================================================================================
   Table styling 
/* ==========================================================================================================*/

.HowToGuide {
    height: 100vh;
}

/* ===========================================================================================================
   Table styling 
/* ==========================================================================================================*/

tbody {
    width: max-content;
    table-layout: auto;
    /* cursor: move; */
}

#fullList {
    width: 50px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.tableHeaders {
    font-weight: normal;
    align-items: center;
}

.customTable {
    border-spacing: 50px;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin: auto;
    table-layout: fixed;
}

tr {
    visibility: visible;
    width: 100%;
    white-space: nowrap;
    border-bottom: .02em solid #ccc;
}

@media only screen and (max-width: 1200px) {
    tr {
        visibility: visible;
        width: 100%;
        white-space: normal;
        border-bottom: .02em solid #ccc;
    }
}

tr:active {
    background-color: #fff;
    opacity: 1;
}

.tableBody tr:hover {
    border-color: #3fb0ac;
}

tr.highlight {
    background-color: #3fb0ac;
    opacity: 0.8;
    height: 32px;
}

.ui-sortable-handle {
    background-color: #ffffff;
    display: table-row;
    cursor: move;
}

/* ===========================================================================================================
   Toggle styling 
/* ==========================================================================================================*/

.b {
    display: block;
}

.bannerIcon {
    margin-left: 5px;
    margin-right: 40px !important;
    height: 22px;
    cursor: pointer;
    outline: none;
}

.toggle {
    position: relative;
    margin-right: 15px;
    width: 40px;
    min-width: 40px;
    height: 20px;
    border-radius: 100px;
    background-color: #ddd;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 3px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

.check:checked~.track {
    box-shadow: inset 0 0 0 20px #3fb0ac;
}

.check:checked~.switch {
    right: 2px;
    left: 22px;
    transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
}

.switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 22px;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.track {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
    border-radius: 40px;
}

/* ===========================================================================================================
   Scrollbar styling 
/* ==========================================================================================================*/

.containerScroll::-webkit-scrollbar {
    width: 10px;
}

.containerScroll::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.3); */
    /* border-radius: 10px; */
}

.containerScroll::-webkit-scrollbar-thumb {
    /* border-radius: 10px; */
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 50px rgba(63, 176, 172, 1);
}

.containerScroll::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 0 0 50px rgba(63, 176, 172, 1);
}



/* ===========================================================================================================
   Scrollbar styling 
/* ==========================================================================================================*/

#consentPageHero {
    margin-bottom: 20px;
    /* margin-top: -10px; */
    /* margin-right: 5rem; */
}

.hide {
    display: none;
}

.stateDiv {
    margin-top: 4rem;
}

.consentQuestionAnswers {
    margin-left: 15px;
    display: inline-block;
}

.ConsentQuestion {
    display: grid;
    /* background: linear-gradient(#ccc, #ccc) no-repeat center/1px 25rem; */
    padding-top: 1rem;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    margin-left: 70px;
    /* padding-right: 55px; */
    /* margin-right: 55px; */
}

.consentAnswerButton p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.consentAnswerButton {
    color: #313d4b;
    outline: none !important;
    border: none;
    border-radius: 20px;
    background-color: white;
    border: none;
    display: inline-flex;
    min-width: 15rem;
    max-width: 15rem;
    min-height: 15rem;
    max-height: 15rem;
    padding-top: 100px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5rem;
    font-family: "Quicksand", sans-serif;
    transition: background-color 0.3s ease-in-out;
    margin-right: 7px;
    margin-left: 7px;
    justify-content: center;
    background: #ffffff;
}

.consentAnswerButton:hover {
    background-color: #3fb0ac !important;
    color: #313d4b !important;
    border-radius: 20px;
    border-color: #3fb0ac !important;
    transition: background-color 0.3s ease-in-out !important;
    outline: none !important;
    text-decoration: none;
}

.dropDownMenuLabel {
    font-family: "Quicksand", sans-serif;
}

.dropDownMenuList {
    font-family: "Quicksand", sans-serif;
    border: 1px solid #ccc;
    text-align: left;
    padding-left: 10px;
}

input::-webkit-calendar-picker-indicator {
    display: none !important;
}

/* Hide the list on focus of the input field */
datalist {
    display: none;
}

/* specifically hide the arrow on focus */
input::-webkit-calendar-picker-indicator {
    display: none;
}

.accordionState {
    width: 100%;
}

::placeholder {
    text-align: left;
}

input:placeholder-shown {
    text-align: left;
}

.dropDownMenuList {
    outline: none;
}

#stateSelectorButton {
    /* text-align: center; */
    color: #f7882f;
    position: relative;
    min-width: 2rem;
    min-height: 2rem;
    margin: auto;
    background-color: transparent;
    font-family: "Quicksand", sans-serif;
    margin-left: 10px;
    margin-right: 5px;
    padding-top: 0;
    margin-bottom: 2px;
    cursor: pointer;
}

#stateSelectorButton:hover {
    background-color: transparent !important;
    transition: background-color 0.3s ease-in-out;
    filter: invert(58%) sepia(56%) saturate(1637%) hue-rotate(129deg) brightness(88%) contrast(74%)
}

.multiOptionButton {
    /* max-width: 2rem; */
    /* max-height: 2rem; */
    min-width: 2rem;
    min-height: 2rem;
    /* border-radius: 30px 30px 30px 30px; */
    /* border: 2px solid #f7882f; */
    /* font-size: 25px; */
    margin: auto;
    /* line-height: 1; */
    background-color: transparent;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 5px;
    padding-top: 0;
    margin-top: 25px;
    /* vertical-align: middle; */
}

.multiOptionButton:hover {
    color: #3fb0ac !important;
    background-color: transparent !important;
    border-color: #3fb0ac;
    border-radius: 50px;
    transition: background-color 0.3s ease-in-out;
    filter: invert(58%) sepia(56%) saturate(1637%) hue-rotate(129deg) brightness(88%) contrast(74%)
}

#consentSubmitButton {
    display: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

#consentBackButton {
    cursor: pointer;
    display: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 65%;
    padding-top: 1px;
    min-width: 2rem;
    min-height: 2rem;
    font-size: 25px;
    line-height: 25px;
    margin-left: 15%;
}

#consentBackButton:hover {
    filter: invert(58%) sepia(56%) saturate(1637%) hue-rotate(129deg) brightness(88%) contrast(74%);
}

@-moz-document url-prefix() {
    #consentBackButton {
        line-height: 0.8;
    }

    #stateSelectorButton {
        line-height: 0.9;
    }

    .consentAnswerButton {
        line-height: 0.9;
    }

    input[type="checkbox"].switchTrack::after {
        /* margin-left: -1.0px !important; */
        top: -1.46px;
    }

    input[type="radio"].switchTrack::after {
        /* margin-left: -1.0px !important; */
        top: -1.46px;
    }
}

#consentDescriptionButton {
    display: none;
}

.multipleSelectorTable {
    margin-top: 3rem;
    min-width: 400px;
}

.multiOptionTable {
    text-align: left;
    cursor: move !important;
}

.multiOptionTable:hover {
    border-color: #3fb0ac;
}

.reviewHeader {
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    color: #000000;
    padding-bottom: 30px;
}

.reviewTable {
    margin: 0 auto;
    max-width: 75%;
    cursor: default;
}

.reviewTh {
    font-family: "Quicksand", sans-serif;
    font-weight: normal;
    text-align: left;
}

.reviewTdQuestion {
    font-family: "Quicksand", sans-serif;
    font-weight: normal;
    margin-right: 25px;
    text-align: left;
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 25px;
    width: 55%;
    text-indent: -1.2em;
    padding-left: 1.2em;
    white-space: normal;
}

.indentParagraph {
    text-indent: -1.2em;
    padding: 0 0 0 1.2em;
    font-size: 1em;
    margin: 0;
    line-height: 1.4;
}

.reviewTdAnswer {
    font-family: "Quicksand", sans-serif;
    font-weight: normal;
    margin-right: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    white-space: normal;
    text-align: left;
    vertical-align: top;
}

.nav>li>a:hover {
    background-color: transparent !important;
}

.approvalToggle {
    width: 50px;
    padding-top: 6px;
    padding-bottom: 6px !important;
    vertical-align: top !important;
}

.hiddenApprovalFollowUp {
    /* width: 600px; */
    padding: 0;
    display: none;
    height: 100%;
    /* padding-left: 50px; */
    padding-top: 10px;
}

.approvalFollowUpAnswer {
    display: flex;
    margin-top: 8px;
}

.approvalAnswer {
    margin-top: 1px;
}

.consentAccordion {
    display: inline-block;
    width: 60%;
    margin: 0 auto;
    margin-top: 3rem !important;
}

.accordionTable {
    margin: 0 auto;
    width: 100%;
}

.collapseOrExpandSymbol {
    font-size: 23px;
    display: block;
    padding-top: 1px;
    vertical-align: middle;
    width: 25px;
    color: #ccc;
    text-decoration: none !important;
}

.collapseOrExpandSymbolTD {
    vertical-align: top;
    padding-top: 3px;
    width: 30px;
}

.collapseOrExpandSymbol:hover {
    color: #3fb0ac;
    cursor: pointer;
}

.consentAnswerTD {
    padding-top: 6px;
    padding-bottom: 4px;
    vertical-align: top;
    cursor: move;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
}

.stateBranchDiv {
    margin-top: 15px;
    margin-left: 0;
}

.forwardArrow {
    text-decoration: none !important;
    margin-top: -2px;
    margin-left: 20px;
    display: inline-block !important;
}

.consentApprovalFollowUp {
    white-space: normal;
    /* width: 90%; */
}

.consentAnswerButtonMultiGroup {
    color: #20313b;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    border-bottom: 1px solid #ccc;
    /* padding-left: 15px; */
    margin-right: 55px;
    padding-right: 15px;
    text-decoration: none;
}

.multiGroupQuestion {
    margin-bottom: 25px;
}

.consentAnswerButtonMultiGroup:hover {
    text-decoration: none;
    color: #20313b;
    cursor: default;
}

.multiQuestionGroupNext {
    margin-top: 50px !important;
    display: flex;
    margin: 0 auto;
}

.multiGroupDiv {
    width: 60%;
    /* padding-left: 10%; */
    text-align: left;
    margin: 0 auto;
}

.multiQuestionQuestion {
    text-indent: -1.3em;
    padding-left: 1em;
    margin-bottom: 10px;
    padding-right: 55px;
}

.questionDivider {
    display: inline-block;
    height: 240px;
    margin-top: 20px;
    vertical-align: middle;
    border-right: 1px solid #ccc;
}

.questionDivider:last-child {
    display: none;
}

.anchorContainer {
    display: inline-flex;
}

.consentDescriptionButton {
    display: inline-block;
    text-align: center;
    color: #f7882f;
    text-decoration: none;
    position: relative;
    min-width: 1.4rem;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #f7882f;
    font-size: 20px;
    line-height: 1;
    background-color: transparent;
    box-shadow: rgb(0 0 0 / 60%) 0px 5px 65px -13px;
    font-family: "Quicksand", sans-serif;
    outline: none;
    cursor: pointer;
}

.consentDescriptionButton:hover {
    border: 1px solid #3fb0ac;
    text-decoration: none;
}

.questionText {
    margin: 0 auto;
    padding-left: 60px;
}


.descriptionButtonApproval {
    text-align: center;
    color: #f7882f;
    margin-top: 2px;
    margin-left: -28px;
    margin-right: 10px;
    max-height: 1.1rem;
    min-width: 1.1rem;
    min-height: 1.1rem;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #f7882f;
    font-size: 16px;
    line-height: 1.1;
    background-color: transparent;
    box-shadow: rgb(0 0 0 / 60%) 0px 5px 65px -13px;
    font-family: "Quicksand", sans-serif;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.descriptionButtonApproval:hover {
    border: 1px solid #3fb0ac;
    text-decoration: none;
}

.popoverImage {
    width: 450px;
}

.popover-header {
    background-color: #fff;
}

.indent {
    text-indent: 0.1px;
}

.answerText {
    display: block;
    padding: 5px 0 5px 0px;
}

.textTD {
    width: 100%;
}

.firstQuestion {
    padding-top: 3rem !important;
}

.reviewTableRow {
    height: 33px;
}


/* Switch 1 Specific Styles Start */

input[type="checkbox"].switchTrack {
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 40px;
    height: 20px;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    background: #dbdbdb;
    box-shadow: inset 0 0 0 2px rgb(0 0 0 / 5%) !important;
    /* -webkit-transition: all .25s ease-in-out; */
    transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

input[type="checkbox"].switchTrack:checked {
    background: #3fb0ac;
    box-shadow: none;
}

input[type="checkbox"].switchTrack:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 22px;
    /* top: 1; */
    border-radius: 50%;
    vertical-align: middle;
    background: #fff;
    transform: scale(1);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    /* -webkit-transition: all .25s ease-in-out; */
    transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}


input[type="checkbox"].switchTrack:checked:after {
    left: calc(100% - 1.3em);
}

input[type="radio"].switchTrack {
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 40px;
    height: 20px;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    background: #dbdbdb;
    box-shadow: inset 0 0 0 2px rgb(0 0 0 / 5%);
    /* -webkit-transition: all .25s ease-in-out; */
    transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

input[type="radio"].switchTrack:checked {
    background: #3fb0ac;
    box-shadow: none;
}

input[type="radio"].switchTrack:after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 22px;
    top: 1;
    border-radius: 50%;
    vertical-align: middle;
    background: #fff;
    transform: scale(1);
    /* box-shadow: inset 0 0 0 2px rgb(0 0 0 / 5%); */
    /* -webkit-transition: all .25s ease-in-out; */
    transition: 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

input[type="radio"].switchTrack:checked:after {
    left: calc(100% - 1.3em);
}

/* Switch 1 Specific Style End */