.dialog.dialog--external-listing-contact {
    width: calc(100% - 4rem);
    max-width: 30rem;
    border: 0;
    background-color: #FFFFFF;
    padding: 0;
}

.dialog.dialog--external-listing-contact.fixed {
    top: 50%;
    bottom: auto;
    max-height: unset;
    transform: translateY(-50%);
    height: auto;
}

.dialog.dialog--external-listing-contact::backdrop,
.dialog.dialog--external-listing-contact + .backdrop {
    background-color: rgba(0, 0, 0, .5);
}

.dialog.dialog--external-listing-contact .dialog__illustration {
    position: relative;
    width: 100%;
    height: 6.25rem;
}

.dialog--external-listing-contact .dialog__body {
    padding: 1rem;
}

.dialog--external-listing-contact .dialog__title {
    margin-bottom: 1rem;
}

.dialog--external-listing-contact .dialog__menu {
    padding: 0;
    margin: 0;
}

.dialog--external-listing-contact .button.button--secondary {
    width: 100%;
}

.dialog--external-listing-contact .form__property-alert {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.dialog--external-listing-contact .dialog__legal {
    margin-bottom: .5rem;
}

.dialog--external-listing-contact .dialog__confirm-button:after,
.dialog--external-listing-contact .dialog__external-button:after {
    content: '';
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("/frontend/assets/Shared/Component/Dialog/Presentation/Images/External-7d6adad49a.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: .5rem;
}

.dialog--external-listing-contact .dialog__cancel-button {
    position: absolute;
    display: block;
    overflow: hidden;
    top: 1rem;
    right: 1rem;
    width: 2.5rem;
    height: 0;
    padding: 2.5rem 0 0;
    border-radius: 50%;
    background-size: 1rem;
    background: #FFFFFF url("/frontend/assets/Shared/Component/Dialog/Presentation/Images/Close-6e4bb1b966.svg") no-repeat center;
    border: none;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, .08);
    cursor: pointer;
}

.dialog--external-listing-contact .button.button--secondary {
    background-color: var(--newPrimaryColorButton);
}

.dialog--external-listing-contact .button.button--secondary:is(:hover, :focus-visible, :active) {
    background-color: var(--newPrimaryColorButtonHover);
}

.dialog--external-listing-contact .dialog__external-button:after {
    background-image: url("/frontend/assets/Pararius/Component/Dialog/ExternalForSale/Presentation/Images/External-2c4c1c1afd.svg");
}

.dialog--external-listing-contact .dialog__illustration {
    background-color: var(--greyColor50);
    background-image:
        url("/frontend/assets/Pararius/Component/Dialog/ExternalForSale/Presentation/Images/HouseWithGarage-fd3ceb7b42.svg"),
        url("/frontend/assets/Pararius/Component/Dialog/ExternalForSale/Presentation/Images/Skyline-d967128ec4.svg"),
        url("/frontend/assets/Pararius/Component/Dialog/ExternalForSale/Presentation/Images/Blob-ba15e9a807.svg");
    background-position:
        1rem 1.25rem,
        center bottom,
        center bottom;
    background-repeat:
        no-repeat,
        no-repeat,
        no-repeat;
}
