﻿/*.alert-minimalist {
    background-color: rgb(241, 242, 240);
    border-color: rgba(149, 149, 149, 0.3)!important;
    border-radius: 0px!important;
    color: rgb(149, 149, 149);
    padding: 10px;

}

.alert-minimalist .leftpanel {
    background-color: aquamarine;
    width: 50px !important;
    height:100% !important;
}

    .alert-minimalist > [data-notify="icon"] {
        height: 100%;
        background-color: aquamarine;
    }

.alert-minimalist > [data-notify="title"] {
    color: rgb(51, 51, 51);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}



.alert-minimalist > [data-notify="message"] {
    font-size: 80%;
}*/

[data-notify="container"][class*="alert-pastel-"] {
    background-color: #fcfcfc;
    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);
    letter-spacing: 1px;
}

[data-notify="container"].alert-pastel-info {
    border-left-color: #17a2b8;
}

[data-notify="container"].alert-pastel-warning {
    border-left-color: #f0ad4e;
}

[data-notify="container"].alert-pastel-danger {
    border-left-color: #dc5748;
}

[data-notify="container"].alert-pastel-success {
    border-left-color: #17a769;
}

[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
    color: rgb(80, 80, 57);
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
    font-weight: 400;
}