#toast-container>div:hover {
    -webkit-box-shadow: 0 1px 2px 0 rgb(33 37 41 / 10%);
    box-shadow: 0 1px 2px 0 rgb(33 37 41 / 10%);
    opacity: .9;
}
#toast-container>div{
    opacity: .9;
}
.toast{
    box-shadow: none !important;
}
.toast-success {
    border: 2px solid #4489e4!important;
    background-color: rgba(68,137,228,.9)!important;
}

.toast-title{
    font-size: 15px;
}