/* This file is part of the EEjit.Web package from the RND EEjit Framework.
 * Do not modify it directly, as your changes may be overwritten by future updates.
 */

#toast-container {
    top: 92px;
}

    #toast-container > div {
        opacity: 1;
        box-shadow: 0 0 12px #BBB;
        width: 100%;
        max-width: 400px;
    }

.toast-success {
    background-color: #223573;
}

.toast-info {
    background-color: #0b50b5;
}

.toast-warning {
    background-color: #fd7e14;
}
