html,
body {
    margin: 0px;
    background-color: #020b56;
}

#crmWebToEntityForm.zcwf_lblRight {
    width: 100%;
    padding: 25px;
    margin: 0 auto;
    box-sizing: border-box;
}

#crmWebToEntityForm.zcwf_lblRight * {
    box-sizing: border-box;
}

#crmWebToEntityForm {
    text-align: left;
}

#crmWebToEntityForm * {
    direction: ltr;
}

.zcwf_title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 2.1875rem;

    text-align: center;

    color: #FFFFFF;
    text-transform: uppercase;
    margin: 38px 0;
}

.zcwf_col_lab {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.125rem;
    text-align: right;

    color: #FFFFFF;
}

.zcwf_col_lab span {
    color: #37E6E6;
}


.zcwf_lblRight .zcwf_title {
    word-wrap: break-word;
    padding: 0px 6px 10px;
    font-weight: bold;
}

.zcwf_lblRight .zcwf_col_fld input[type=text],
.zcwf_lblRight .zcwf_col_fld textarea {
    width: 100%;
    border: 2px solid #FFFFFF;
    resize: vertical;
    float: left;

    background: #FFFFFF;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 14px 28px;

    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.125rem;
    color: #19A7EB;
}

.zcwf_lblRight .zcwf_col_fld .custom_select:focus-within,
.zcwf_lblRight .zcwf_col_fld input[type=text]:focus-visible,
.zcwf_lblRight .zcwf_col_fld textarea:focus-visible {
    outline: 2px solid #1AA7EC;
}

.zcwf_lblRight .zcwf_col_fld textarea {
    height: 126px;
    resize: none;
}

.zcwf_lblRight .zcwf_col_fld select,
.zcwf_lblRight .zcwf_col_fld input[type=text] {
    height: 2.5rem;
}

.zcwf_lblRight .zcwf_col_fld select.zcwf_col_fld_slt {
    appearance: none;
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    padding: 0px 28px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.125rem;
    color: #19A7EB;

    cursor: pointer;

}

.custom_select {
    position: relative;

    resize: vertical;

    width: 100%;
    height: 100%;
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    cursor: pointer;

}

.select_arrow {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-70%, 45%) rotate(0deg);
    -webkit-transform: translate(-70%, 45%) rotate(0deg);
    -moz-transform: translate(-70%, 45%) rotate(0deg);
    -ms-transform: translate(-70%, 45%) rotate(0deg);
    -o-transform: translate(-70%, 45%) rotate(0deg);
    transition: 3ms rotate ease;
    -webkit-transition: 3ms rotate ease;
    -moz-transition: 3ms rotate ease;
    -ms-transition: 3ms rotate ease;
    -o-transition: 3ms rotate ease;

    grid-area: select;
    justify-self: end;
}

.select_arrow.rotate {
    transform: translate(-70%, 45%) rotate(180deg);
    -webkit-transform: translate(-70%, 45%) rotate(180deg);
    -moz-transform: translate(-70%, 45%) rotate(180deg);
    -ms-transform: translate(-70%, 45%) rotate(180deg);
    -o-transform: translate(-70%, 45%) rotate(180deg);
}

.zcwf_lblRight .zcwf_col_lab {
    width: 25%;
    word-break: break-word;
    padding: 0px 6px 0px;
    margin-right: 10px;
    float: left;
    min-height: 1px;
    text-align: right;
}

.zcwf_row {
    display: flex;
    align-items: start;
}

.zcwf_row~.zcwf_row {
    align-items: center;
}

.zcwf_col_lab label {
    margin: 0;
}

.captcha-div {
    /* background-color: #FFFFFF;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;

    /* position: relative; */
}

/* .reload-captcha {
    position: absolute;
    right: 0;
    top: 50px;
    transform: translate(-70%, -70%);
    -webkit-transform: translate(-70%, -70%);
    -moz-transform: translate(-70%, -70%);
    -ms-transform: translate(-70%, -70%);
    -o-transform: translate(-70%, -70%);
} */


.txt-mandatory {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.125rem;

    color: #4ADEDE;
}

.zcwf_lblRight .zcwf_col_fld {
    float: left;
    width: 68%;
    padding: 0px 6px 0px;
    position: relative;

}

.zcwf_lblRight .wfrm_fld_dpNn {
    display: none;
}


.dIB {
    display: inline-block;
}


.zcwf_lblRight .zcwf_row:after,
.zcwf_lblRight .zcwf_col_fld:after {
    content: '';
    display: table;
    clear: both;
}

.zcwf_lblRight .zcwf_col_help {
    float: left;
    margin-left: 7px;
    font-size: 16px;
    max-width: 35%;
    word-break: break-word;
}

.zcwf_lblRight .zcwf_help_icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #fff;
    border: 1px solid #c0c6cc;
    color: #c1c1c1;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    border-radius: 50%;
}

.zcwf_lblRight .zcwf_row {
    margin: 15px 0px;
}

.zcwf_privacy {
    max-width: 222px;
}

.zcwf_lblRight .zcwf_privacy_txt {
    display: inline-block;
    vertical-align: top;
    color: #FFFFFF;
    padding-top: 2px;
    margin-left: 12px;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 0.9375rem;
}

.zcwf_privacy_txt a {
    color: #1AA7EC;
}

.zcwf_privacy_txt a:active,
.zcwf_privacy_txt a:hover {
    color: #4ADEDE;
}

.zcwf_lblRight .zcwf_button {
    font-size: 20px;
    color: #FFFFFF;
    border: none;
    outline: none;
    padding: 3px 9px;

    cursor: pointer;

    width: 100%;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    background: #4ADEDE;

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    text-transform: uppercase;
}

.zcwf_button.formsubmit:active,
.zcwf_button.formsubmit:hover {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    filter: brightness(0.97);
    -webkit-filter: brightness(0.97);
    box-shadow: 3px 3px 3px 0px rgba(255, 255, 255, 0.45);
}

.zcwf_button.formsubmit.disabled {
    background: #C4C4C4;
    cursor: not-allowed;
}

.zcwf_button.formsubmit.disabled:hover {
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    filter: inherit;
    -webkit-filter: inherit;
    box-shadow: inherit;
}


label.newCustomchkbox-md {
    position: relative;
    padding: 0 20px;
}

label.newCustomchkbox-md input {
    position: absolute;
    display: none;
    cursor: pointer;
}

.check-circle {
    position: absolute;
    left: 20px;
    top: 0;

    height: 18px;
    width: 18px;
    background-color: #020B56;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

label.newCustomchkbox-md input:hover+.check-circle {
    background-color: #1AA7EC;
    border-color: #1AA7EC;
}

label.newCustomchkbox-md input:checked+.check-circle {
    background-color: #020B56;
    border-color: #1AA7EC;
}

.check-circle::after {
    content: '';
    position: absolute;
    display: none;
    top: 3px;
    left: 3px;
}

label.newCustomchkbox-md input:checked+.check-circle::after {
    display: block;
}

label.newCustomchkbox-md .check-circle::after {

    width: 8px;
    height: 8px;

    background: #1AA7EC;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.zcwf_lblRight .zcwf_tooltip_over {
    position: relative;
}

.zcwf_lblRight .zcwf_tooltip_ctn {
    position: absolute;
    background: #dedede;
    padding: 3px 6px;
    top: 3px;
    border-radius: 4px;
    word-break: break-word;
    min-width: 100px;
    max-width: 150px;
    color: var(--baseColor);
    z-index: 100;
}

.zcwf_lblRight .zcwf_ckbox {
    float: left;
}

.zcwf_lblRight .zcwf_file {
    width: 55%;
    box-sizing: border-box;
    float: left;
}

.clearB:after {
    content: '';
    display: block;
    clear: both;
}

.check-this {
    position: relative;
}

.accept-this {
    visibility: hidden;
    font-size: 12px;
    color: red;
    padding-left: 15px;
    position: absolute;
    bottom: 0px;
    left: 20px;
}




@media all and (max-width: 900px) {

    .zcwf_lblRight .zcwf_col_lab,
    .zcwf_lblRight .zcwf_col_fld {
        width: auto;
        float: none !important;
    }

    .zcwf_lblRight .zcwf_col_help {
        width: 40%;
    }

    .zcwf_lblRight.zcwf_rtl .zcwf_col_lab {
        text-align: left;
    }

    .zcwf_lblRight.zcwf_rtl .zcwf_col_lab {
        text-align: right;
    }
}

/* ** MOBILE ** */

@media (max-width: 1000px) {


    .zcwf_title {
        font-family: 'Open Sans';
        font-size: 24px;
        line-height: 33px;

        margin: 20px 0 60px 0;
        text-align: left;
    }

    .zcwf_col_lab {
        font-family: 'DM Sans';
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
    }

    .zcwf_lblRight .zcwf_col_fld {
        width: 100%;
    }

    .zcwf_lblRight .zcwf_col_fld input[type=text],
    .zcwf_lblRight .zcwf_col_fld textarea {
        background: transparent;
        padding: 14px 0px;
        width: 100%;
        border-radius: inherit;
        -webkit-border-radius: inherit;
        -moz-border-radius: inherit;
        -ms-border-radius: inherit;
        -o-border-radius: inherit;
        border: transparent;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;

    }

    .zcwf_lblRight .zcwf_col_fld .custom_select:focus-within,
    .zcwf_lblRight .zcwf_col_fld input[type=text]:focus-visible,
    .zcwf_lblRight .zcwf_col_fld textarea:focus-visible {
        outline: none;
    }

    .zcwf_lblRight .zcwf_col_fld textarea {
        height: 50px;
        resize: vertical;
    }

    .zcwf_lblRight .zcwf_col_fld select,
    .zcwf_lblRight .zcwf_col_fld input[type=text] {
        height: 50px;
    }

    .zcwf_lblRight .zcwf_col_fld select.zcwf_col_fld_slt {
        appearance: none;
        width: 100%;
        border: none;
        outline: none;
        background: transparent;
        padding: 0px;
        font-size: 16px;
        line-height: 30px;
        color: #FFFFFF;
    }

    .custom_select {
        position: relative;
        resize: none;
        width: 100%;
        height: 100%;
        border: transparent;

        background: transparent;
        border-radius: inherit;
        -webkit-border-radius: inherit;
        -moz-border-radius: inherit;
        -ms-border-radius: inherit;
        -o-border-radius: inherit;
    }

    .input-mobile_placeholder {
        position: relative;
        display: inline-block;
    }


    option {
        color: #19A7EB;
    }

    span.label {
        font-family: 'DM Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        color: #FFFFFF;
        position: absolute;
        top: 10px;
        left: 0;
        pointer-events: none;
    }

    span.label span {
        color: #4ADEDE;
    }

    .zcwf_privacy {
        max-width: 277px;
    }

    .zcwf_lblRight .zcwf_privacy_txt {
        padding-top: 2px;

        margin-left: 22px;
        font-size: 14px;
        line-height: 19px;
    }

    .check-circle {
        height: 25px;
        width: 25px;
    }

    .check-circle::after {
        top: 4px;
        left: 4px;
    }

    label.newCustomchkbox-md .check-circle::after {
        width: 13px;
        height: 13px;
    }

    .check-this {
        margin-bottom: 56px;
    }

    .mobile_btn {
        margin: auto;
    }

    .accept-this {
        bottom: -22px;
        font-size: 13px;
    }

    .txt-mandatory {
        font-size: 14px;
    }

    .zcwf_col_fld.g-captcha-div {
        float: none;
    }

}