.toast-container{position:fixed;top:50px;right:20px;z-index:1050;display:flex;flex-direction:column;align-items:flex-end}.toast{display:flex;align-items:center;justify-content:space-between;min-width:260px;margin-bottom:10px;padding:12px 16px;border-radius:6px;color:#fff;font-size:.95em;box-shadow:0 2px 6px rgba(0,0,0,.25);opacity:0;transform:translateX(100%);transition:all .4s ease}.toast.show{opacity:1;transform:translateX(0)}.toast.success{background-color:#28a745}.toast.error{background-color:#dc3545}.toast-message{margin:0;flex:1;padding-right:10px}.toast-close{background:0 0;border:0;color:#fff;font-size:1.2em;line-height:1;cursor:pointer}.toast-close:focus{outline:2px solid #fff;outline-offset:2px}