.toast{position:fixed;top:25px;left:50%;transform:translateX(-50%);background-color:#e63232;color:#fff;padding:12px 16px;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.2);z-index:1000}.toast-content{display:flex;align-items:center;justify-content:space-between;position:relative}.arrow:after{content:"";position:absolute;background-color:#e63232;background-repeat:no-repeat;width:30px;height:30px;bottom:-25px;left:calc(50% - 15px);border-bottom-right-radius:8px;rotate:45deg}.toast-message{flex-grow:1}.toast-close{background:none;border:none;color:#fff;cursor:pointer;font-size:16px;outline:none}