.CCHC-FORM .show-info, .show-required-login {
    background-color: #FDF7DF;
    border: 1px solid #FEEC6F;
    color: #C9971C;
    position: relative;
    left: 0;
    width: auto;
    height: auto;
    padding: 10px;
    /* margin: 10px; */
    line-height: 1.8;
    border-radius: 5px;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: 400;
    margin-top: 10px;
}
.CCHC-FORM btn-success:hover {
    color: white !important;
}
.CCHC-FORM .show-required-login a {
    color: #0068b4;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
}
.CCHC-FORM .show-required-login {
    border: 1px solid #ff5f3e;
    color: #c43402;
    background: #f2f2f2;
}
.CCHC-FORM .show-info-user.error {
    background-color: #FEE;
    border: 1px solid #EDD;
    color: #A66;
}
.CCHC-FORM .show-info-user {
    background-color: #EFF;
    border: 1px solid #DEE;
    color: #484848;
    position: relative;
    left: 0;
    width: auto;
    height: auto;
    padding: 10px;
    line-height: 1.8;
    margin: 10px 0;
    border-radius: 5px;
    cursor: pointer;
    font-family: sans-serif;
    font-weight: 400;
}

.CCHC-FORM button:focus {
        outline: none;
}
.CCHC-FORM .question[data-hortizontal="True"] table tbody {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.CCHC-FORM {
    margin-bottom: 30px;
}
.CCHC-FORM .page-ath-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.CCHC-FORM table.table-survey:has(tbody tr.error:first-child) th {
    border-bottom-color: #f91919 !important;
}
.CCHC-FORM  table.table-survey tr:has(+ tr.error) td {
    border-bottom: 1px solid #f91919;
}
.CCHC-FORM  table.table-survey tr.error td {
    border-color: #f91919;
    background: #f9f0f1;
}
.CCHC-FORM .question table.table-survey tbody tr td:first-child {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #62748D;
}
.CCHC-FORM .question table.table-survey label {
    display: none;
}
.CCHC-FORM .question table.table-survey th {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #383e45;
}
.CCHC-FORM .question table.table-survey tbody tr td:not(:first-child) {
    text-align: center;
}
.CCHC-FORM .question table.table-survey thead th:first-child {
   width: 50%;
}
.CCHC-FORM .question table.table-survey, .CCHC-FORM .question table.table-survey th, .CCHC-FORM .question table.table-survey td {
    border: 1px solid #cccccc;
    border-collapse: collapse;
    padding: 5px;
}
.CCHC-FORM table.table-survey thead tr:nth-child(odd), .CCHC-FORM table.table-survey tbody tr:nth-child(even) {
    background: #f4f4f4;
}
.CCHC-FORM .question table.table-survey thead th {
    text-align: center;
}
.CCHC-FORM .question table.table-survey{
    width: 100%;
}
.CCHC-FORM .question[data-hortizontal="True"] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}
.CCHC-FORM .question[data-type='label'] {
    margin: 10px 0 !important;
}
.CCHC-FORM .question[data-type='label'] .question-answer {
    display: none;
}
.CCHC-FORM .page-ath-content {
        background: #fff;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
}
.CCHC-FORM .page-ath-heading {
        font-size: 28px;
        font-weight: 700;
        color: #231f20;
        padding-bottom: 40px;
}
.CCHC-FORM .page-ath-form,
.CCHC-FORM .page-ath-header,
.CCHC-FORM .page-ath-footer,
.CCHC-FORM .page-ath-text {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
}
.CCHC-FORM .page-ath-form {
        padding-bottom: 100px;
}
.CCHC-FORM .page-ath-header {
        visibility: hidden;
        opacity: 0;
}
.CCHC-FORM .page-ath-footer {
        font-family: 'Roboto', sans-serif;
        padding-top: 40px;
}
.CCHC-FORM .page-ath-footer p {
        font-size: 15px;
}
.CCHC-FORM .page-ath-footer p a {
        display: inline-block;
        margin-left: 3px;
        color: #000;
        font-weight: 600;
        text-decoration: underline;
}
.CCHC-FORM .page-ath-footer p a:hover {
        color: #5161ce;
}
.CCHC-FORM .auth-part-logo {
}
.CCHC-FORM .page-content {
        margin-left: 260px;
        transition: all .5s;
        padding: 15px;
}
.CCHC-FORM .page-content.page-active {
        margin-left: 0px;
}
/*---------signup-step-------------*/
.CCHC-FORM .register-form-content {
        justify-content: center;
}
.CCHC-FORM .register-form-content .page-ath-form {
        padding-bottom: 0px;
}
.CCHC-FORM .register-form-content .form-align-box,
.CCHC-FORM .register-form-content .page-ath-form,
.CCHC-FORM .register-form-content .wizard,
.CCHC-FORM .register-form-content .register-wizard-box,
.CCHC-FORM .register-form-content .tab-content,
.CCHC-FORM .register-form-content .wizard .tab-pane {
        height: 100%;
}
.CCHC-FORM .register-form-content .page-ath-header {
        display: none;
}
.CCHC-FORM .register-wizard-box .tab-pane h4 {
        margin-top: 0px;
        font-size: 18px;
        color: #8e8c8c;
        margin-bottom: 12px;
}
.CCHC-FORM .register-wizard-box .tab-pane h3 {
        font-size: 26px;
        font-weight: 700;
        color: #231f20;
        padding-bottom: 25px;
}
.CCHC-FORM .wizard {
        position: relative;
}
.CCHC-FORM .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: transparent;
        justify-content: space-between;
}
.CCHC-FORM .wizard > div.wizard-inner {
        bottom: 10px;
        position: absolute;
        width: calc(100% - 240px);
        left: 120px;
}
.CCHC-FORM .wizard .nav-tabs > li > a.active .round-tab,
.CCHC-FORM .wizard .nav-tabs > li > a.active:hover .round-tab,
.CCHC-FORM .wizard .nav-tabs > li > a.active:focus .round-tab {
        cursor: default;
        background-color: var(--bg-blue);
        color: #fff;
}
.CCHC-FORM .wizard li.active span.round-tab {
        background: #0db02b;
        color: #fff;
        border-color: #0db02b;
}
.CCHC-FORM .wizard li.active span.round-tab i {
        color: #5bc0de;
}
.CCHC-FORM .wizard .nav-tabs > li.active > a i {
        color: #0db02b;
}
.CCHC-FORM .wizard .nav-tabs > li a {
        padding: 0 auto;
        position: relative;
}
.CCHC-FORM .wizard .nav-tabs > li {
        position: relative;
        text-align: center;
}
.CCHC-FORM .wizard .nav-tabs > li a .round-tab {
        width: 30px;
        height: 30px;
        color: #868cbd;
        font-weight: 600;
        background-color: #ced2f2;
        display: table-cell;
        border-radius: 50%;
        /* padding-top: 6px; */
        text-align: center;
        z-index: 1;
        position: relative;
        transition: 0.5s;
        vertical-align: middle;
}
.CCHC-FORM .wizard .nav-tabs > li:before,
.CCHC-FORM .wizard .nav-tabs > li:after {
        content: '';
        position: absolute;
        height: 2px;
        width: calc(100%);
        top: 50%;
        background-color: #ced2f2;
        /* left: 0; */
        transition: 0.5s;
}
.CCHC-FORM .wizard .nav-tabs > li:after {
        background-color: #42b161;
        width: 0;
}
.CCHC-FORM .wizard .nav-tabs > li.done a .round-tab {
        background-color: #42b161;
        color: #fff;
}
.CCHC-FORM .wizard .nav-tabs > li.done:after {
        width: 100%;
}
.CCHC-FORM .wizard .nav-tabs > li.done.active a .round-tab {
        background-color: #5161ce;
        color: #fff;
}
.CCHC-FORM .wizard .nav-tabs > li.done.active ~ li .round-tab {
        background: #ced2f2;
        color: #868cbd;
}
.CCHC-FORM .wizard .nav-tabs > li.active:after,
.CCHC-FORM .wizard .nav-tabs > li.active ~ li:after {
        width: 0;
}
.CCHC-FORM .wizard .nav-tabs > li:last-child:before,
.CCHC-FORM .wizard .nav-tabs > li:last-child:after {
        display: none;
}
.CCHC-FORM .wizard .nav-tabs > li a.disabled {
        cursor: not-allowed;
}
.CCHC-FORM .wizard .nav-tabs > li a i {
        position: absolute;
        top: -15px;
        font-style: normal;
        font-weight: 400;
        white-space: nowrap;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 12px;
        font-weight: 700;
        color: #000;
}
.CCHC-FORM .wizard .tab-content > .active {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
}
.CCHC-FORM .wizard .tab-pane {
        position: relative;
        padding-top: 40px;
}
.CCHC-FORM .step-btn {
        background-color: transparent;
}
.CCHC-FORM .step-btn i {
        /* width: 40px; */
        /* height: 40px; */
        /* background-color: #e9e9ea; */
        /* display: inline-block; */
        /* border-radius: 50%; */
        /* color: #5e666b; */
        font-size: 10px;
        /* text-align: center; */
        /* padding-top: 12px; */
}
.CCHC-FORM .step-btn span {
        display: inline-block;
        font-weight: 700;
        font-size: 16px;
        color: #5e666b;
        letter-spacing: 0.3px;
}
.CCHC-FORM .wizard h3 {
        margin-top: 0;
}
.CCHC-FORM .prev-step,
.CCHC-FORM .next-step {
       width: 100px;
       padding: 6px 4px 6px 12px;
       border-radius: 99px;
       background: var(--color-blue);
       display: flex;
       gap: 6px;
       border: 0;
       align-items: center;
}
.CCHC-FORM .prev-step{
     background: var(--stroke, #DDE4F0);
   
}
.CCHC-FORM .prev-step span {
    color: #EEF2F8;

}
.CCHC-FORM .prev-step i{
          color: #EEF2F8;
}
.CCHC-FORM .next-step span {
font-family: Roboto;
font-size: 14px;
font-weight: 500;
line-height: 20px;
text-align: left;
color: #FFFFFF;

}
.CCHC-FORM .next-step i {
        /* box-shadow: 0px 4px 12px rgba(81, 97, 206, 0.5); */
        /* background-color: var(--bg-blue); */
        color: #fff;
}
.CCHC-FORM .form-input-steps .custom-control.custom-checkbox label {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
}
.CCHC-FORM .form-input-steps .custom-control.custom-checkbox label a {
        display: inline-block;
        margin-left: 3px;
        color: #000;
        font-weight: 600;
        text-decoration: underline;
}
.CCHC-FORM .form-input-steps .custom-control.custom-checkbox label a:hover {
        color: #5161ce;
}
.CCHC-FORM .question.error small {
    font-size: 14px;
    margin-top: 5px;
    display: block;
    color: #f91919;
}
.CCHC-FORM .form-control {
    height: auto;
    font-weight: 400;
    color: #333;
    border-color: #DDE4F0;
}
.CCHC-FORM .question.error {
    border-color: #f91919;
    background: #f9f0f1;
}
.CCHC-FORM .list-inline {
        padding-left: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
}
.CCHC-FORM .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
}
.CCHC-FORM .progress {
        border-radius: 50px;
}
.CCHC-FORM .progress-bar {
    background-color: var(--bg-blue);
    border-radius: 30px;
}
.CCHC-FORM input[type="radio"] {
    margin-right: 10px;
    transform: scale(1.3);
    cursor: pointer;
}
.CCHC-FORM table.question-radio-list {
        width: 100%;
}
.CCHC-FORM .question {
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #EEF2F8;
    border-radius: 5px;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    box-shadow: 0px 0px 4px 0px #3333331F;
}
.CCHC-FORM .question .question-answer {
        margin: 0 0 10px;
        flex: 65%;
}
.CCHC-FORM .question .question-name {
    /* margin: 20px 0; */
    color: #031739;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
}
.CCHC-FORM .form-info .title h1 {
        font-family: Merriweather;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
        color: var(--color-blue);
}
.CCHC-FORM .form-info .summary * {
    font-family: Roboto;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #031739;
}
.CCHC-FORM .modal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 100;
        /* Sit on top */
        padding-top: 100px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0,0,0);
        /* Fallback color */
        background-color: rgba(0,0,0,0.4);
        /* Black w/ opacity */
}
/* Modal Content */
.CCHC-FORM .modal-content {
        background-color: #fefefe;
        margin: auto;
        overflow-y: scroll;
        border: 1px solid #888;
        width: 45%;
        max-height: 80%;
        border-radius: 0;
        min-height: 330px;
        border: none;
        display: block;
        text-align: center;
        overflow:hidden;
}
/* The Close Button */
.CCHC-FORM .close {
        color: black;
        font-size: 20px !important;
        font-weight: bold;
        position: relative;
        bottom: 5px;
}
.CCHC-FORM .close:hover,
.CCHC-FORM .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
}
.CCHC-FORM .modal-content .header {
        background: #34ab74;
        height: 40px;
        padding-right: 15px;
        padding-top: 10px;
        display: flex;
        justify-content: space-between;
}
.CCHC-FORM .modal-content .header .title {
        font-weight: bold;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        text-shadow: rgb(33, 150, 243) 0px 0px 3px;
        margin-left: 10px;
}
.CCHC-FORM .modal-content .confirm-title{
        margin : 20px 0 20px 0;
        font-weight:bold;
}
.CCHC-FORM .multipleanswer input[type="checkbox"] {
        /* Add if not using autoprefixer */
        -webkit-appearance: none;
        /* appearance: none; */
        /* For iOS < 15 to remove gradient background */
        /* background-color: #fff; */
        /* Not removed via appearance */
        /* font: inherit; */
        /* color: currentColor; */
        width: 1.15em;
        height: 1.15em;
        border: 1px solid #767676;
        border-radius: 0.15em;
        /* transform: translateY(-0.075em); */
        display: grid; 
        place-content: center;
        margin-right: 10px;
}
.CCHC-FORM .multipleanswer .form-control + .form-control {
        margin-top: 1em;
}
.CCHC-FORM .multipleanswer input[type="checkbox"]::before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
        background-color: CanvasText;
        transform-origin: bottom left;
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.CCHC-FORM .multipleanswer input[type="checkbox"]:checked::before {
    transform: scale(1);
    background: #0075ff;
}
.CCHC-FORM .multipleanswer input[type="checkbox"]:checked {
    border-color: #0075ff;
}
.CCHC-FORM .multipleanswer td {
    display: flex;
    align-items: center;
    padding: 8px 0;
}
.CCHC-FORM .multipleanswer input[type="checkbox"]:checked + label {
    color: #0068B4;
    font-weight: 500;
}
.CCHC-FORM table.question-radio-list tr td {
    padding: 8px 0;
}
.CCHC-FORM .multipleanswer input[type="radio"]{
        margin-right : 10px;
}
.CCHC-FORM .multipleanswer label{
        /* position:relative; */
        /* top: 3px; */
}
.CCHC-FORM .question .question-answer table.multipleanswer {
    width: 100%;
}
.CCHC-FORM table.question-radio-list tr td input[type="radio"]:checked + label {
    color: #0068B4;
    font-weight: 500;
}
.CCHC-FORM .question .question-answer td label {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #62748D;
    cursor: pointer;
}
.CCHC-FORM .question .question-answer table:not(.multipleanswer) td label {
    margin-left: 10px; 
}
.CCHC-FORM .question .question-answer table:not(.multipleanswer) td input {
        /* position: absolute; */
        top: 8px;
        margin: auto;
} 
@media only screen and (max-width: 768px) {
        .CCHC-FORM .question table.table-survey thead {
            display: none;
        }
        .CCHC-FORM .question table.table-survey tbody tr td,.CCHC-FORM .question table.table-survey tbody tr {
            display: block;
        }
        .CCHC-FORM .form-info .title h1 {
            font-family: Merriweather;
            font-style: normal;
            font-weight: bold;
            font-size: 18px;
            line-height: 30px;
            color: #1b1d2d;
            margin-bottom: 20px;
        }
        .CCHC-FORM {
                padding: 5px 16px;
        }
        .CCHC-FORM .question[data-hortizontal="True"] .question-answer table tbody tr {
            width: unset;
        }
        .CCHC-FORM .question {
            display: block;
        }
        .CCHC-FORM .question .question-answer td label {
            margin-left: 0px;
        }
        .CCHC-FORM .question-answer table tbody {
            display: unset !important ;
        }
         .CCHC-FORM .question table.table-survey tbody tr td, .CCHC-FORM .question table.table-survey tbody tr {
            display: block !important;
        }
        .CCHC-FORM .question[data-type='single'] .question-answer table tbody {
            display: flex !important;
            flex-wrap: wrap;
        }
        .CCHC-FORM .question[data-hortizontal="True"] {
            display: block;
        }
        .CCHC-FORM .question .question-answer td { 
            flex-direction: row; 
        }
        .CCHC-FORM .question-answer table tbody tr { 
        }
        .CCHC-FORM .question .question-answer td input { 
            margin-right: 10px;
        }
       .CCHC-FORM .question .question-answer td {
            width: 100%;
        }
        .CCHC-FORM .question .question-answer td label { 
            text-align: left;
        }
        .CCHC-FORM .question table.table-survey tbody tr:not(:first-child) td:first-child {
            border-top: 1px solid #cccccc !important;
        }
        .CCHC-FORM .question table.table-survey tbody tr td {
            padding: 5px 10px !important;
            text-align: left !important;
        }
        .CCHC-FORM .question table.table-survey label {
            display: inline-block;
        }
        .CCHC-FORM .question-answer table tbody tr {
            width: 100%;
            text-align: left !important;
        }
}
