.jq-toast-wrap {
    max-width: 350px;
    z-index: 999999;
}
.jq-toast-single {
    padding: 15px;
    font-size: 14px;
    line-height: 1.4;
    color: white !important;
    border-radius: 0.25rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.jq-toast-single a {
    color: #fff !important;
    text-decoration: underline;
}
.bg-warning .jq-toast-single {
    color: #212529 !important;
}