
    .sidewidget_wrapper {
        position: fixed;
        z-index: 110;
        right: 5px;
        bottom: 20%;
    }

    .sidewidget_wrapper_whatsapp {
        position: fixed;
        z-index: 110;
        right: 5px;
    }

    .sidewidget__block, .sidewidget__block_whatsapp {
        margin: 1px;
        align-items: center;
        font-size: 12px;
        background-color: var(--main-color);
        height: 90px;
        display: flex;
        border: none;
        width: 90px;
        justify-content: center;
        border-radius: 10%;
    }

    .sidewidget__block:hover, .sidewidget__block_whatsapp:hover {
        cursor: pointer;
    }

    .sidewidget__content > a, .sidewidget__content > a:hover, .sidewidget__content > a:active,
    .sidewidget__content_whatsapp > a, .sidewidget__content_whatsapp > a:hover, .sidewidget__content_whatsapp > a:active {
        text-decoration: none;
        color: white;
    }

    .sidewidget__block:active, .sidewidget__block_whatsapp:active {
        background-color: var(--main-color);
        transform: translateY(4px);
    }

    .sidewidget_wrapper .icon-mail, .sidewidget_wrapper_whatsapp .icon-whatsapp {
        font-size: 36px;
        padding-right: 0;
    }

    body .card-body nf-fields-wrap {
        display: flex;
        flex-direction: column;
    }

    body .card-body .checkbox-wrap .nf-field-label label::after, body .card-body .checkbox-wrap .nf-field-label label::before {
        left: -28px;
    }

    body .card-body .nf-field-container {
        margin-bottom: 15px;
    }

    body .card-body .nf-after-field {
        display: none;
    }

    #nf-form-4-cont, #nf-form-11-cont {
        width: 250px;
        position: fixed;
        z-index: 10;
        right: 8%;
        bottom: 20%;
        max-height: fit-content;
        background-color: var(--main-color-grey);
        border-radius: 2rem;
        border: none;
        padding: 20px;
    }

    body .card-body .nf-form-cont .one-half {
        width: 95%;
    }

    body .card-body {
        padding: 0;
    }

    body .card {
        display: contents;
    }

    .sidewidget-active {
        transition: opacity 2s ease-in-out;
    }

    @media only screen and (max-width: 767px) {
        .sidewidget_wrapper {
            bottom: 25%;
        }

        .sidewidget_wrapper_whatsapp {
            bottom: 10%;
            display: block;
        }

        .sidewidget_wrapper .icon-mail, .sidewidget_wrapper_whatsapp .icon-whatsapp {
            font-size: 30px;
        }

        .sidewidget__block, .sidewidget__block_whatsapp {
            height: 70px;
            width: 70px;
        }

        #nf-form-4-cont, #nf-form-11-cont {
            width: 95%;
            right: 2%;
            bottom: 9%;
            padding: 15px;
            font-size: 14px;
        }

        body .card-body nf-fields-wrap {
            gap: 20px;
        }

        body .card-body .nf-field-container {
            margin-bottom: 0;
        }

        body .nf-field-label > label, body .card-body .nf-field-label > label {
            font-size: 16px;
        }

        body #nf-form-4-cont .nf-form-content input.ninja-forms-field,
        body #nf-form-4-cont .nf-form-content .listselect-wrap .nf-field-element div,
        body #nf-form-4-cont .nf-form-content select.ninja-forms-field:not([multiple]),
        body #nf-form-11-cont .nf-form-content input.ninja-forms-field,
        body #nf-form-11-cont .nf-form-content .listselect-wrap .nf-field-element div,
        body #nf-form-11-cont .nf-form-content select.ninja-forms-field:not([multiple]) {
            height: 42px;
            width: 100%;
        }

        body #nf-form-4-cont .nf-error.field-wrap .nf-field-element:after,
        body #nf-form-11-cont .nf-error.field-wrap .nf-field-element:after {
            height: 41px;
            line-height: 45px;
        }

        body .checkbox-container.label-right .field-wrap > div {
            width: auto;
        }

        body #nf-form-4-cont .checkbox-container.label-right .field-wrap,
        body #nf-form-11-cont .checkbox-container.label-right .field-wrap {
            display: flex;
            align-items: flex-end;
        }

        #close-btn {
            position: absolute;
            right: 0;
        }

        .whatsappSideBlog #close-btn {
            right: 0.35em;
            top: 0.5em;
        }

        #formCollapse, #whatsappSideBlogCollapse {
            opacity: 0;
            display: none;
        }
    }


    .whatsappSideBlog-inner a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5em;
        font-family: GibsonMedium, sans-serif !important;
        font-size: 18px;
        text-decoration: none;
        color: var(--main-color-black);
        background-color: #EEDBB1;
        border-radius: 2rem;
        padding: 0.75em;
        text-align: center;
    }

    #whatsappSideBlogCollapse {
        width: 75%;
        left: 15px;
        bottom: 9%;
        padding: 15px;
        font-size: 14px;
        position: fixed;
        z-index: 10;
        height: 10em;
        max-width: 75%;
        background-color: var(--main-color-grey);
        border-radius: 2rem;
        border: none;
    }

    .whatsappSideBlog-inner p {
        text-align: center;
        font-size: 1.25em;
        max-width: 85%;
        margin-bottom: 0.25em;
    }

    body .whatsappSideBlog-inner a:before {
        color: #25D366;
        font-family: 'icomoon' !important;
        font-size: 1.5em;
    }

