#toast-container {
    position: sticky;
    z-index: 9999999;
    top: 0
}

#toast-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    margin: 5px
}

#toast-container > #toast-wrapper > .toast {
    min-width: 250px
}

    #toast-container > #toast-wrapper > .toast > .toast-header strong {
        padding-right: 20px
    }
