@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');

.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 .page-ath-wrap { 
    margin: 20px 0;
}
.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 .page-ath-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
}
.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;
}
.CCHC-FORM .wizard > div.wizard-inner {
        bottom: 20px;
}
.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: 15px;
        position: relative;
}
.CCHC-FORM .wizard .nav-tabs > li {
        position: relative;
}
.CCHC-FORM .wizard .nav-tabs > li a .round-tab {
        width: 30px;
        height: 30px;
        color: #868cbd;
        font-weight: 600;
        background-color: #ced2f2;
        display: inline-block;
        border-radius: 50%;
        padding-top: 6px;
        text-align: center;
        z-index: 1;
        position: relative;
        transition: 0.5s;
}
.CCHC-FORM .wizard .nav-tabs > li:before,
.CCHC-FORM .wizard .nav-tabs > li:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 100%;
        top: 50%;
        background-color: #ced2f2;
        left: 15px;
        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: 15px;
        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 {
        border: none;
        margin-top: 30px;
}
.CCHC-FORM .prev-step span {
        margin-left: 10px;
}
.CCHC-FORM .next-step span {
        margin-right: 10px;
        color: var(--bg-blue);
}
.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 .form-control {
        height: auto;
        /* padding: 16px 18px;
        border-radius: 13px;*/
        font-weight: 400;
        color: #333;
        border-color: #e4e4e4;
}
.CCHC-FORM .list-inline {
        padding-left: 0;
        list-style: none;
        display: flex;
        justify-content: space-between;
}
.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);
}
.CCHC-FORM input[type="radio"] {
        margin-right: 10px;
        transform: scale(1.3);
}
.CCHC-FORM table.question-radio-list {
        width: 100%;
}
.CCHC-FORM .question {
        margin: 15px 0;
        padding: 10px;
        border: 1px solid #cccccc;
        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);
}
.CCHC-FORM .question .question-answer {
        margin: 10px 0 0 10px;
}
.CCHC-FORM .question .question-name {
    margin: 10px 0 10px;
    max-width: 100%;
    font-weight: unset;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
}
.CCHC-FORM .form-info .title h1 {
        font-family: Merriweather;
        font-style: normal;
        font-weight: bold;
        font-size: 24px;
        line-height: 40px;
        color: #1b1d2d;
        margin-bottom: 20px;
}
.CCHC-FORM .form-info .summary h2 {
        font-family: Inter;
        font-style: normal;
        font-weight: normal;
        font-size: 17px;
        line-height: 23px;
        color: #555;
        margin-bottom: 30px;
}
.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: 0.15em solid currentColor;
        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);
}
.CCHC-FORM .multipleanswer td{
        display:flex;
}
.CCHC-FORM .multipleanswer input[type="radio"]{
        margin-right : 10px;
}
.CCHC-FORM .multipleanswer label{
        position:relative;
        top: 3px;
}
.CCHC-FORM .question .question-answer td label {
        margin-left: 20px;
}
.CCHC-FORM .question .question-answer td input {
        position: absolute;
        top: 8px;
}
.CCHC-FORM .question .question-answer td {
        position: relative;
        padding: 2px;
}
@media only screen and (max-width: 768px) {
        .CCHC-FORM {
            padding: 5px;
        }
}
}