﻿

/* NOTIFY */

[data-notify="container"][class*="alert-sx-"] {
    background-color: rgb(184, 231, 184);
    border-width: 0px;
    border-left: 15px solid rgb(255, 240, 106);
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
    /*font-family: 'Old Standard TT', serif; */
    letter-spacing: 1px;
}

[data-notify="container"].alert-sx-success {
    border-left-color: rgb(81, 185, 20);
}

[data-notify="container"].alert-sx-info {
    border-left-color: #5e72e4;
    background-color: rgba(94, 114, 228, 0.32);
}

[data-notify="container"].alert-sx-warning {
    border-left-color: rgb(255, 179, 40);
    background-color: rgba(255, 179, 40, 0.32);
}

[data-notify="container"].alert-sx-danger {
    border-left-color: rgb(254, 64, 31);
    background-color: rgba(255, 103, 76, 0.32);
}




[data-notify="container"][class*="alert-sx-"] > [data-notify="title"] {
    color: rgb(80, 80, 57);
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

[data-notify="container"][class*="alert-sx-"] > [data-notify="message"] {
    font-weight: 400;
}


/* END NOTIFY  */
