.wp-block-sd-crm-forms.is-style-sd-crm-pop-up-form.sd-show-pop-up-form {
    display: block!important;
    width: 100%;
    position: absolute;
    top: 0;
}

.wp-block-sd-crm-forms.is-style-sd-crm-pop-up-form {
    display: none!important;
}

.is-style-sd-crm-pop-up-form .sd-crm-form-wrap {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #ffffffc4;
}

.sd-close-crm-form-wrap {
    max-width: 548px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    justify-content: end;
}

.sd-close-crm-form {
    padding: .75em;
    cursor: pointer;
}

.sd-close-pop-up {
    background: red;
    padding: 1em;
    width: 25px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border: solid 1px;
    position: absolute;
    right: 0;
    margin: 1em;
}

.sd-crm-form-wrap .ep-popup {
    height: initial;
}

.wp-block-sd-crm-forms .ep-polite-slide-in {
    height: 600px;
}

.sd-crm-form-wrap .ep-close-icon {
    font-family: arial;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #2E2B28;
    font-weight: normal;
    border: none;
}

@media screen and (min-width: 1366px){

    .sd-close-pop-up {
        margin: 2em;
    }

}