@import url("https://fonts.googleapis.com/css?family=Inter:100,200,300,400,500,600,700,800,900&display=swap");

@font-face {
    font-family: "Grab Community Solid EN";
    src: url("Grab_Community_Solid_Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f5fff0 !important;
    font-family: Inter, sans-serif;
    overflow: auto;
    font-size: 16px;
    line-height: 30px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

/* Task Progress & Botton Section Styles */

.task_progress_section {
    width: 100%;
    text-align: center;
}

.task_status {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

.task_progress {
    height: 17px;
    width: 500px;
    background-color: transparent !important;
    border: 0;
}

.task_progress::-webkit-progress-bar {
    background-color: #bac0c9;
}

.task_progress::-webkit-progress-bar,
.task_progress::-webkit-progress-value {
    border-radius: 100px;
}

.task_progress::-moz-progress-bar {
    border-radius: 100px;
}

.task_progress_section .task_progress::-webkit-progress-value {
    background: #d3f035;
}

.animated::-webkit-progress-value {
    transition: width 1s;
}

.footer_div {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.footer_section_btn {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.prev_btn {
    color: #005339;
    background-color: #d3f035;
    border: none;
    border-radius: 6px;
    font-size: 22px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    height: 60px;
    padding: 0px 50px;
    min-width: 220px;
    font-family: "Grab Community Solid EN", Sans-serif;
    transition: all 0.5s;
}

.prev_btn:hover {
    background-color: #005339;
    color: #ffffff;
    transition: all 0.5s;
}

/* .prev_btn {
    position: relative;
    text-decoration: none !important;
    background-color: #d3f035;
    border-radius: 6px;
    display: inline-block;
    height: 60px;
    padding: 5px 50px;
    overflow: hidden;
    color: #005339;
    font-size: 22px;
    line-height: 44px;
    text-align: center;
    transition: color 0.3s 0.1s ease-out;
    z-index: 0;
    min-width: 220px;
    border: none;
    font-family: "Grab Community Solid EN", Sans-serif;
}

.prev_btn::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    border-radius: 50%;
    display: block;
    width: 20em;
    height: 20em;
    line-height: 20em;
    left: -5em;
    text-align: center;
    transition: box-shadow 0.5s ease-out;
    z-index: -1;
}

.prev_btn:hover {
    color: #ffffff;
    font-weight: 500;
}

.prev_btn:hover::before {
    box-shadow: inset 0 0 0 10em #005339;;
} */

.next_btn {
    color: #ffffff;
    background-color: #00b14f;
    border: none;
    border-radius: 6px;
    font-size: 22px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    height: 60px;
    padding: 0px 50px;
    min-width: 220px;
    font-family: "Grab Community Solid EN", Sans-serif;
    transition: all 0.5s;
}

.next_btn:hover {
    background-color: #005339;
    transition: all 0.5s;
}

/* .next_btn {
    position: relative;
    text-decoration: none !important;
    background-color: #00b14f;
    border-radius: 6px;
    display: inline-block;
    height: 60px;
    padding: 5px 50px;
    overflow: hidden;
    color: #ffffff !important;
    font-size: 22px;
    line-height: 44px;
    text-align: center;
    transition: color 0.3s 0.1s ease-out;
    z-index: 0;
    min-width: 220px;
    border: none;
    font-family: "Grab Community Solid EN", Sans-serif;
}

.next_btn::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    border-radius: 50%;
    display: block;
    width: 20em;
    height: 20em;
    line-height: 20em;
    left: -5em;
    text-align: center;
    transition: box-shadow 0.5s ease-out;
    z-index: -1;
}

.next_btn:hover::before {
    box-shadow: inset 0 0 0 10em #005339;;
} */

.action_btn[disabled] {
    opacity: 0.5;
}

/* Task Progress & Botton Section Styles */

/* Common Styles */

.content_wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.bg_svg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    object-fit: cover;
}

.site_headings_h1,
h1 {
    font-size: 50px;
    line-height: 79px;
    color: #000000;
    margin: 0;
    font-family: "Grab Community Solid EN", Sans-serif;
}

.site_headings_h2,
h2 {
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    margin: 0;
    font-family: "Grab Community Solid EN", Sans-serif;
}

.inner_heading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: Inter, sans-serif;
}

.site_link {
    color: #00b14f !important;
    text-decoration: underline;
}

.site_list {
    padding-left: 1.2rem;
}

.color_green {
    color: #00b14f !important;
}

.custom_textbox {
    height: 50px;
    min-width: 500px;
    border: 1px solid #bac0c9;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 30px;
}

.custom_textbox:focus-visible {
    outline: none;
}

.custom_textbox::placeholder {
    color: #bac0c9;
}

.custom_textbox_number {
    height: 50px;
    min-width: 440px;
    border: 1px solid #bac0c9;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom_textbox_number:focus-visible {
    outline: none;
}

.custom_textbox_number::placeholder {
    color: #bac0c9;
}


.custom_datepicker {
    height: 50px;
    font-family: Inter, sans-serif !important;
    border: 1px solid #bac0c9 !important;
    background-color: #ffffff !important;
    border-radius: 6px;
    padding: 0px 15px !important;
    font-size: 16px;
    line-height: 30px;
}

.gj-picker {
    left: 50% !important;
    transform: translateX(-50%);
    min-width: 500px;
}

.gj-picker table {
    width: 100% !important;
    margin-left: 15px !important;
}

.datepicker_div {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.gj-datepicker-md [role="right-icon"] {
    position: absolute;
    right: 10px !important;
    top: 10px !important;
    font-size: 30px !important;
    fill: #00b14f !important;
}

.gj-picker-md div[role="navigator"] div:first-child,
.gj-picker-md div[role="navigator"] div:last-child {
    padding: 7px;
}

.calender_icon {
    position: absolute;
    top: 10px;
    right: 15px;
}

.custom_radio_icon_div {
    margin-right: 60px !important;
    position: relative;
}

.custom_radio_icon_div:last-child {
    margin-right: 0px !important;
}

.custom_radio_icon_label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #bac0c9;
    background-color: #ffffff;
    border-radius: 10px;
    min-width: 250px;
    min-height: 118px;
    cursor: pointer;
}

.custom_radio_icon_label::before {
    top: 20px !important;
    left: 20px !important;
    height: 25px !important;
    width: 25px !important;
}

.custom_radio_icon_label::after {
    top: 1.5rem !important;
    left: 1.5rem !important;
    opacity: 0 !important;
}

.custom_radio_input:checked ~ .custom_radio_icon_label::before {
    background-color: transparent !important;
    border: 7px solid #00b14f !important;
    box-shadow: none !important;
}

.custom_radio_icon_label img {
    height: 50px;
    width: auto;
    margin-bottom: 10px;
}

.custom_radio_icon_label span {
    font-size: 18px;
    line-height: 45px;
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.custom_checkbox {
    margin-bottom: 10px;
    padding-left: 0rem !important;
}

.custom_check_label {
    padding: 14px 0px;
    padding-left: 50px;
    padding-right: 14px;
    width: 100%;
    min-width: 170px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: left;
    cursor: pointer;
    box-shadow: none !important;
    position: relative;
    border: 1px solid #bac0c9;
    background-color: #ffffff;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.custom_check_label::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 15px;
    left: 0.8rem;
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #bac0c9;
    border-radius: 0.25rem;
}

.custom_check_label::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 17px;
    left: 21px;
    width: 9px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom_check_input:checked ~ .custom_check_label::before {
    background-color: #00b14f !important;
    border: none !important;
    box-shadow: none !important;
}

.custom_accordion {
    padding: 0 20px;
    min-width: 1000px;
    margin: 0 auto;
}

/* .accordion_label {
    position: relative;
} */

.accordion_arrow:not(.collapsed) img {
    rotate: 180deg;
}

.accordion_arrow {
    position: absolute;
    top: 18px;
    right: 15px;
    /* rotate: 180deg; */
}

.custom_icon_checkbox {
    min-height: 60px !important;
    width: 100%;
    border-radius: 10px;
    text-align: left;
    cursor: pointer;
    box-shadow: none !important;
    position: relative;
    border: 1px solid #bac0c9;
    background-color: #ffffff;
    margin-bottom: 10px;
    padding: 15px;
    padding-left: 10px !important;
    padding-top: 18px;
    padding-bottom: 8px;
}

.custom_ckeck_icon_label {
    padding-left: 40px;
    width: 90%;
    cursor: pointer;
    margin-bottom: 0rem;
    font-family: "Grab Community Solid EN", Sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    display: flex;
    color: #000000;
}

.custom_ckeck_icon_label::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 18px;
    left: 15px;
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #bac0c9;
    border-radius: 0.25rem;
}

.custom_ckeck_icon_label::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 20px;
    left: 22px;
    width: 10px;
    height: 15px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.custom_ckeck_icon_input:checked ~ .custom_ckeck_icon_label::before {
    background-color: #00b14f !important;
    border: none !important;
    box-shadow: none !important;
}

.custom_ckeck_icon_label img {
    height: 50px;
    padding-left: 5px;
    width: auto;
    margin-top: -10px;
    margin-right: 15px;
}

/* .custom_ckeck_icon_label span {
    margin-top: 2px;
} */

.custom_inner_textbox {
    border: none;
    border-bottom: 1px solid #bac0c9;
    width: 100%;
}

.custom_inner_textbox::placeholder {
    color: #bac0c9;
}

.custom_inner_textbox:focus-visible {
    outline: none;
}

.custom_radio_div {
    margin-bottom: 10px;
}

.custom_radio_div:last-child {
    margin-bottom: 0px;
}

.custom_radio_label {
    border: 1px solid #bac0c9;
    background-color: #ffffff;
    border-radius: 10px;
    width: 100%;
    min-width: 150px;
    cursor: pointer;
    text-align: left;
    padding: 14px;
    padding-left: 60px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.custom_radio_label::before {
    top: 16px !important;
    left: 20px !important;
    height: 25px !important;
    width: 25px !important;
}

.custom_radio_input:checked ~ .custom_radio_label::before {
    background-color: transparent !important;
    border: 7px solid #00b14f !important;
    box-shadow: none !important;
}


.custom_radio_label::after {
    top: 1.5rem !important;
    left: 1.5rem !important;
    opacity: 0 !important;
}

.custom_inner_textbox_outer {
    padding: 16px;
    min-height: 60px;
    width: 100%;
    min-width: 500px;
    max-width: 750px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: left;
    cursor: pointer;
    box-shadow: none !important;
    position: relative;
    border: 1px solid #bac0c9;
    background-color: #ffffff;
}

.custom_radio_div_inline {
    min-width: 160px;
    margin-right: 70px !important;
}

.custom_radio_div_inline:last-child {
    margin-right: 0px !important;
}

.custom_check_inline {
    width: 100%;
}

/* .custom_check_inline .custom_check_label {
    min-width: 0 !important;
    max-width: 160px !important;
} */

.grab_collapse {
    font-size: 16px;
    line-height: 26px;
    padding: 0px;
    margin-left: 25px;
    font-weight: 400;
    font-family: Inter, sans-serif !important;
    color: #000000 !important;
}

.grab_collapse ul {
    margin-bottom: 0rem;
}

/* Common Styles */

/* Landing Page Styles */

.logo {
    width: 560px;
    margin: 0 auto;
}

.logo img {
    width: 100%;
    height: auto;
}

.home_tab {
    text-align: center;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.start_btn {
    color: #ffffff;
    background-color: #00b14f;
    border: none;
    border-radius: 6px;
    font-size: 27px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    padding: 16px 52px;
    font-family: "Grab Community Solid EN", Sans-serif;
    transition: all 0.5s;
}

.start_btn:hover {
    background-color: #005339;
    transition: all 0.5s;
}

/* .home_icon {
    width: 136px;
    height: 93px;
    padding-bottom: 20px;
    margin: 0 auto;
} */

.home_icon img {
    width: 136px;
    height: 93px;
    margin-bottom: 20px;
}

/* Landing Page Styles */

/* Question Page Styles */

.question_div {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.content_section {
    text-align: center;
    margin-top: 50px;   
}

.content_height {
    max-width: 1100px;
    margin: 0 auto;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.question_width {
    width: fit-content;
    margin: 0 auto;
}

.content_height::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #ffffff;
}

.content_height::-webkit-scrollbar {
    width: 10px;
    background-color: #ffffff;
}

.content_height::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #bac0c9;
}

.consent_desc {
    margin-bottom: 1.5rem;
    text-align: justify;
}

.ques_btn_nav:hover {
    background-color: #005339;
    color: white;
}

.dual_radio_div {
    width: 100%;
    max-width: 365px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.dual_radio_div .custom-control-inline {
    margin-right: 0px;
}

.dual_radio_wh_image_div {
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.dual_radio_wh_image_div .custom-control-inline {
    margin-right: 0px;
}

.custom_radio_design{
    margin-left: 18px;
}

.conset_div {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: Inter, sans-serif;
    text-align: justify;
    margin-top: 25px;
    margin-bottom: 40px;
}

.conset_div a {
    color: #00b14f !important;
    text-decoration: underline;
}

.dual_column_radio_row {
    margin-top: -15px; 
    margin-bottom: -15px;
}

/* Question Page Styles */

/* Thank You Page Style */

.thank_you_section {
    padding-top: 75px;
    text-align: center;
}

.thanku_description {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-family: Inter, sans-serif;
    text-align: center;
}

.thanku_description a {
    color: #00b14f !important;
    text-decoration: underline;
}

/* Thank You Page Style */
