.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 .dialog__illustration {
    background-color: var(--blueColor100);
    background-image:
        url("/frontend/assets/Rentaroof/Component/Dialog/Presentation/Images/ExternalListingContact/ChatBubble-feb16e9892.svg"),
        url("/frontend/assets/Rentaroof/Component/Dialog/Presentation/Images/ExternalListingContact/Skyline-0184bc4425.svg");
    background-position:
        25% top,
        left bottom
    ;
    background-repeat:
        no-repeat,
        repeat-x
    ;
}
