#elementor-popup-modal-23 .dialog-widget-content
{
    animation-duration: .5s;
    background-color: var(--e-global-color-9c764db);
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
}
#elementor-popup-modal-23
{
    background-color: rgba(0,0,0,.8);
    justify-content: flex-end;
    align-items: center;
    pointer-events: all;
}
#elementor-popup-modal-23 .dialog-message
{
    width: 500px;
    height: 100vh;
    align-items: flex-start;
}
#elementor-popup-modal-23 .dialog-close-button
{
    display: flex;
    font-size: 35px;
}
#elementor-popup-modal-23 .dialog-close-button i
{
    color: #fff;
}
#elementor-popup-modal-23 .dialog-close-button svg
{
    fill: #fff;
}