.bs4ToastWrapper{
    position: absolute;
    z-index: 1090;
    width: 100%; /* Technically should never be needed, but IE*/
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: stretch; /* Fallback to spec. */
    bottom: 46px;
    left: 0;
}

.bs4Toasticonimage{
    height: 15px;
}

.bs4Toasticon{
    margin-right: 0.5rem;
}
