.toastR {
    position: fixed !important;
    right: 0px !important;
    text-align: right !important;
    width: auto !important;
    z-index: 1 !important;
    top: 10px !important;
    margin-right: 6px !important;
}
.toastR.show {
    background: #dc3545!important;
    color: white;
}
