.bs4ToastWrapper {
    position: fixed;
    z-index: 99999;
    right: 14%;
    top: 4%;
    width: 300px;
}

.bs4Toasticonimage {
    height: 15px;
}

.bs4Toasticon {
    margin-right: 0.5rem;
}

@media(max-width: 992px) {
    .bs4ToastWrapper {
        right: 5%;
    }
}