.alertify .ajs-dialog {
    border-radius: 4px;
}

.alertify .ajs-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.alertify-notifier .ajs-message.ajs-success,
.alertify-notifier .ajs-message.ajs-error {
    color: white;
    border-radius: 4px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0,5);
    cursor: pointer;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: center;
}

.ajs-content h1 {
    text-align: center;
    font-size: 1.4rem;
}

.ajs-buttons .ajs-button {
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 1rem;
}

.ajs-buttons .ajs-button.ajs-ok {
    background: linear-gradient(90deg, rgba(36,223,145,1) 0%, rgba(21,175,113,1) 100%);
    color: #fff;
}

.alertify .ajs-footer {
    padding-bottom: 40px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


