.crmWebToEntityForm {
    background: #fff !important;
    box-shadow: 0 4px 24px rgb(0 0 0 / 8%);
    border-radius: 12px;
    padding: 48px 60px !important;
    width: 460px !important;
    max-width: 100% !important;
    box-sizing: border-box;
    flex-shrink: 0;
}

.zcwf_title {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: -.02em;
    margin-bottom: 8px;
    font-weight: 400 !important;
    padding: 0 !important;
}

.zcwf_lblLeft .zcwf_row {
    margin: 16px 0 !important;
    display: flex;
    flex-direction: column;
}

.zcwf_lblLeft .zcwf_col_lab {
    width: unset !important;
    padding: 0 !important;
    margin: 0 0 4px !important;
    float: none !important;
    font-family: 'AeonikPro-Regular' !important;
    color: #69698C;
    letter-spacing: -.02em;
}

.zcwf_lblLeft .zcwf_col_fld {
    width: unset !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

.crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld input[type=text],
.crmWebToEntityForm.zcwf_lblLeft .zcwf_col_fld textarea {
    width: 100% !important;
    border-radius: 4px !important;
    border-color: #e7e7ef !important;
    float: none !important;
    padding: 12px 16px;
    font-family: 'AeonikPro-Regular' !important;
}

.zcwf_lblLeft .zcwf_col_fld_slt {
    width: 100% !important;
    border-color: #e7e7ef !important;
    float: none !important;
    padding: 11px 12px !important;
}

.zcwf_lblLeft .zcwf_col_help {
    position: absolute;
    top: -28px;
    right: 0;
    width: unset !important;
}
        
.zcwf_lblLeft .zcwf_tooltip_ctn {
    background: #e7e7ef !important;
    padding: 16px !important;
    border-radius: 8px !important;
    width: 240px;
    max-width: unset !important;
    top: unset !important;
    bottom: 24px;
    right: 0;
}

.zcwf_lblLeft .zcwf_button {
    border: 1px solid transparent !important;
    border-radius: 6px !important;
    padding: 12px 36px !important;
    display: inline-flex;
    align-items: center;
    font-size: 14px !important;
    cursor: pointer !important;
    text-decoration: none;
    box-shadow: 3px 3px 5px rgb(30 144 255 / 0%);
    transition: .2s all;
    background: #1e90ff;
    border-color: #1e90ff !important;
    color: #fff !important;
    font-family: 'AeonikPro-Bold' !important;
    max-width: unset !important;
}

.zcwf_lblLeft .zcwf_button[type=reset] {
    display: none;
}
        
@media screen and (max-width: 991px) {
    .crmWebToEntityForm {
        box-shadow: unset;
        border-radius: unset;
        order: 1;
        border-bottom: 1px solid #e7e7ef;
        padding: 0 24px 60px 24px !important;
        width: 100% !important;
    }
}