.toast-notification.toast-notification-error {
    position: fixed;
    text-decoration: none;
    z-index: 999999;
    max-width: 600px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: flex;
    padding: 10px;
    transform: translate(0, -150%);
}

.toast-notification.toast-notification-error .toast-notification-wrapper .toast-notification-header {
    color: #a75151;
    font-size: 20px;
    margin-bottom: 10px;
}

.toast-notification.toast-notification-error .toast-notification-wrapper .toast-notification-content {
    color: #a75151;
    font-size: 18px;
}

.toast-notification.toast-notification-error .toast-notification-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.4);
}

.toast-notification.toast-notification-error .toast-notification-close:hover {
    color: rgba(0, 0, 0, 0.6);
}
