Hi,
In my application I use Bootstrap 5 but TWebToast is prepared only for Bootstrap 4.
For example difference for button close rendering:
Bootstrap 4
<button type="button" class="ml-2 mb-1 close" data-dismiss="toast" aria-label="Close">
Bootstrap 5
<button type="button" class="btn-close btn-close-white me-2 m-auto" data-bs-dismiss="toast" aria-label="Close"></button>