#crmWebToEntityForm.zcwf_lblLeft {
    width: 100%;
    padding: 0.25em;
    margin: 0 auto;
    box-sizing: border-box;
}

#crmWebToEntityForm form {
    width: 100%;
    padding: 0.25em;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 0.25em;
}

#crmWebToEntityForm input,
#crmWebToEntityForm textarea {
    padding: 0.75em;
    width: 100%;
    font-size: 0.85em;
    color: #555555;
}

.formItem1,
.formItem2,
.formItem3,
.formItem4,
.formItem5,
.formItem6,
.formCheckbox {
    width: 100%;
    min-width: 7.5em;
}

.formItem1 {
    grid-column: 1;
    grid-row: 1;
}

.formItem2 {
    grid-column: 2;
    grid-row: 1;
}

.formItem3 {
    grid-column: 1;
    grid-row: 2;
}

.formItem4 {
    grid-column: 2;
    grid-row: 2;
}

.formItem5 {
    grid-row: 3;
    grid-column-start: 1;
    grid-column-end: 2;
}

.formItem6 {
    grid-row: 4;
    grid-column-start: 1;
    grid-column-end: span 2;
    display: inherit;
}

.formCheckbox {
    grid-row: 5;
    grid-column-start: 1;
    grid-column-end: span 2;
    display: inherit;
}

#crmWebToEntityForm.zcwf_lblLeft * {
    box-sizing: border-box;
}

#crmWebToEntityForm {
    text-align: left;
}

    #crmWebToEntityForm * {
        direction: ltr;
    }

.zcwf_lblLeft .zcwf_title {
    word-wrap: break-word;
    padding: 0px 6px 10px;
    font-weight: bold;
}

.zcwf_lblLeft .zcwf_col_fld input[type="text"],
.zcwf_lblLeft .zcwf_col_fld textarea {
    border: 1px solid #c0c6cc !important;
    resize: vertical;
    border-radius: 2px;
}

.zcwf_lblLeft .zcwf_col_lab {
    width: 30%;
    word-break: break-word;
    padding: 0px 6px 0px;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    min-height: 1px;
    display: none;
}

.zcwf_lblLeft .zcwf_col_fld {
    padding: 0px 6px 0px;
    position: relative;
    margin-top: 5px;
}

.zcwf_lblLeft .zcwf_privacy {
    padding: 6px;
}

.zcwf_lblLeft .wfrm_fld_dpNn {
    display: none;
}

.dIB {
    display: inline-block;
}

.zcwf_lblLeft .zcwf_col_fld_slt {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    resize: vertical;
    padding: 2px 5px;
}

.zcwf_lblLeft .zcwf_row:after,
.zcwf_lblLeft .zcwf_col_fld:after {
    content: "";
    display: table;
    clear: both;
}

.zcwf_lblLeft .zcwf_col_help {
    float: left;
    margin-left: 7px;
    font-size: 0.8em;
    max-width: 35%;
    word-break: break-word;
}

.zcwf_lblLeft .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: 0.8em;
    line-height: 16px;
    font-weight: bold;
    border-radius: 50%;
}

.zcwf_lblLeft .zcwf_row {
    margin: 0.25em 0px;
}

.zcwf_lblLeft .formsubmit {
    margin-right: 5px;
    cursor: pointer;
    color: var(--baseColor);
}

.zcwf_lblLeft .zcwf_privacy_txt {
    width: 90%;
    color: rgb(0, 0, 0);
    display: inline-block;
    vertical-align: top;
    color: var(--baseColor);
    padding-top: 2px;
    margin-left: 6px;
}

.zcwf_lblLeft .zcwf_button {
    color: var(--baseColor);
    border: 1px solid #c0c6cc;
    padding: 3px 9px;
    border-radius: 4px;
    cursor: pointer;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zcwf_lblLeft .zcwf_tooltip_over {
    position: relative;
}

.zcwf_lblLeft .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_lblLeft .zcwf_ckbox {
    float: left;
}

.zcwf_lblLeft .zcwf_file {
    width: 55%;
    box-sizing: border-box;
    float: left;
}

.clearB:after {
    content: "";
    display: block;
    clear: both;
}

@media all and (max-width: 600px) {
    .zcwf_lblLeft .zcwf_col_lab,
    .zcwf_lblLeft .zcwf_col_fld {
        width: auto;
        float: none !important;
    }

    .zcwf_lblLeft .zcwf_col_help {
        width: 40%;
    }
}

.buttonGroup {
    display: flex;
    grid-area: buttons;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    grid-column: 1;
    grid-row: 6;
    grid-column-end: span 2;
}


.boton-personalizado {
    padding-top: 0.1em !important;
    padding-bottom: 0.1em !important;
    margin: 0.5em 0.5em !important;
    text-align: center !important;
    width: auto !important;
}

.dialogoContactosGroup {
    max-width: 550px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 1em;
    margin: 0em auto 0em auto;
    background-color: white;
}

    .dialogoContactosGroup .boton-personalizado {
        padding-top: 0.5em !important;
        padding-bottom: 0.5em !important;
        padding-left: 1em !important;
        padding-right: 1em !important;
        font-weight: bold;
        font-size: 1.5rem !important;
    }

.dialogoContactos {
    min-width: 360px;
}


.circleCrop{
    border-radius: 50%;
}

.rounded_corners {
    border-radius: 1em;
}