.toast_container {
    position: fixed;
    bottom: 40px;
    text-align: center;
    width: 100%;
    z-index: 9999999;
}
.toast_container .toast {
    background-color: #333;
    border-radius: 5px;
    box-shadow: 0 0 8px #333;
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 12px;
    padding: 6px 20px;
    text-align: center;
    min-width: 250px;
}