.le-report-dialog {
    width: 538px;
    color: #ffffff;
}

.le-report-dialog .le-dialog-content {
    width: 100%;
}
.le-report-dialog .le-report-dialog-caption {
    margin: 5px 0;
}
.le-report-dialog .le-report-dialog-area {
    height: 90px;
}
.le-report-dialog .le-dialog-window-buttons {
    display: flex;
    justify-content: center;
    margin: 10px 0 0 0;
}
.le-report-dialog .le-dialog-window-buttons .le-button:last-child {
    margin-left: 10px;
}
.le-report-dialog .le-report-dialog-sent {
    background-image: url('/images/cool.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
    height: 360px;
}
.le-report-dialog .le-report-dialog-sent .le-report-dialog-sent-thank {
    color: #242424;
    font-weight: bold;
    font-size: 28px;
    position: absolute;
    top: 70px;
    left: 40px;
}
.le-report-dialog .le-report-dialog-sent .le-report-dialog-sent-ps{
    width: 210px;
    position: absolute;
    left: 40px;
    top: 130px;
    color: #353535;
    font-size: 18px;
}