.customToastWrapper {
    -webkit-transform: translate(0);
    transform: translate(0);
    position: static !important;
    height: auto !important;
    width: auto !important;
}

    .customToastWrapper .dx-toast-content {
        -webkit-transform: translate(0) !important;
        transform: translate(0) !important;
        position: static !important;
    }

