﻿.toast-parent {
    z-index: 99999 !important;
}

@media only screen and (min-width: 500px) {
    .toast {
        --bs-toast-max-width: 500px !important;
    }
}

@media only screen and (max-width: 280px) {
    .toast {
        --bs-toast-max-width: 280px !important;
    }
}

.toast-body {
    max-height: 80vh !important;
    overflow-y: auto !important;
}
