﻿#toast-container {
    position: sticky;
    z-index: 1055;
    top: 0
}

#toast-wrapper {
    position: absolute;
    top: 0;
    margin: 5px
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
    font-weight: 700;
}


#toast-container > #toast-wrapper > .toast {
    min-width: 150px
}

    #toast-container > #toast-wrapper > .toast > .toast-header strong {
        padding-right: 20px
    }
