﻿


.toast {
    position: fixed;
    top: 5%;
    right: 0;
    z-index: 99999;
    font-weight: 300;
    /*background-color: #FFFF9095;*/
    background-color: #ffbe3d;
    color: white;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    Font being Rendered: Roboto;
}
