﻿#toastMsg {
    position: fixed;
    top: 20px;
    right: 15px;
    left: 15px;
    z-index: 999999;
    padding: 14px 18px;
    border-radius: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0,0,0,.18);
    display: none;
    transform: translateX(120%);
    opacity: 0;
    max-width: 320px;
    width: auto;
    margin-left: auto;
    word-break: break-word;
}
