.alertify-notifier .ajs-message .ajs-close {
    right: 5px;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.alertify-notifier.ajs-right {
    right: 100px;
    bottom: 20px;
}

.alertify-notifier .ajs-message {
    border-radius: 160px;
    width: 290px;
}