/**
 * @author Script47 (https://github.com/Script47/Toast)
 * @description Toast - A Bootstrap 4.2+ jQuery plugin for the toast component
 * @version 0.6.0
 **/
#toast-container {
    position: sticky;
    z-index: 1055;
    top: 0
}

#toast-wrapper {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

#toast-container>#toast-wrapper>.toast {
    min-width: 150px;
    font-size: 1rem;
}

#toast-container>#toast-wrapper>.toast>.toast-header strong {
    padding-right: 20px;
    font-weight: normal;
}