#toast {
  position: fixed;
  top: 0px;
  z-index: 99;
  left: 50%;
  transform: translate(-50%);
  padding: 10px 15px;
  border-radius:0 0 4px 4px;
  min-width: 240px;
  background-color: rgba(248, 148, 6, 0.75);
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
#toast .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-image: url(../data-uri/png/png_53e7e.png);
}
