/* JQ TOAST */

.jq-toast-wrap{
    padding: 10px !important;

}
.jq-icon-success {
    color: #ffffff !important;
    background-color: #68b36a !important;
    font-weight: bold !important;
}

.jq-icon-error{
    font-weight: bold !important;
    color: #ffffff !important;
    background-color: #bb5654 !important;
}

.jq-icon-info{
    font-weight: bold !important;
    color: #ffffff !important;
    background-color: #4b91b4 !important;
}

.jq-icon-warning {
    background-color: #b88836 !important;
    font-weight: bold !important;
    color: #ffffff !important;
}
