.rz-notification {
    left: 5vw !important;
    right: auto !important;
    top: 72px !important;
    width: 90vw !important;
    max-width: 90vw !important;
}

.rz-notification .rz-notification-item-wrapper {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

.rz-notification .rz-notification-item {
    width: 100% !important;
    max-width: 100% !important;
}

.rz-notification .rz-notification-message-wrapper,
.rz-notification .rz-notification-message {
    min-width: 0;
    flex: 1 1 auto;
}

.rz-notification .rz-notification-title {
    white-space: nowrap;
}

.rz-notification .rz-notification-message {
    white-space: normal;
}

.rz-notification .rz-notification-message > div,
.rz-notification .rz-notification-message > span {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
