.toast {
   position: fixed;
   top: 15px;
   right: 10px;
   background-color: rgb(33 37 41 / 85%);
   color: #fff;
   z-index:99;
}
.toast-header {
    background-color: rgb(33 37 41 / 85%);
    color: #fff;
}
.toast-close-btn{
    background-color: rgb(33 37 41 / 85%) !important;
    color: #fff;
    box-shadow: unset !important;
    border-color: rgb(33 37 41 / 85%);
    border: none;
}