.ag-notification {
    position: fixed;
    background: #ac1a2d;
    top: 50%;
    left: 50%;
    width: 700px;
    z-index: 999;
    padding: 15px;
    color: #f2dbde;
    transform: translate(-50%, -50%);
    max-width: 80%;
}
.ag-notification-container {position: relative;}
.ag-notification .ag-close {
    color: #fff;
    position: absolute;
    z-index: 999;
    top: -5px;
    right: -5px;
    opacity: 1;
    font-size: 22px;
    cursor: pointer;
}
.ag-notification-message {font-size: 13px}
.ag-notification-confirm {
    padding: 5px 40px;
    height: auto;
    letter-spacing: 3px;
    margin-top: 10px;
}
.ag-notification-confirm-container {
    text-align: center;
}
.ag-notification-title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
.ag-notification-title i {
    margin-right: 5px;
}
.ag-notification-title span {
    font-size: 20px;
    text-transform: uppercase;
}
.ag-notification-message p {
    color: #f2dbde;
}