/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
body #toast-container>div {
  color: #333;
  padding: 15px;
  opacity: 1;
}

body .toast {
  color: #333;
  background-color: #fff;
  opacity: 1;
}

body .toast-close-button {
  color: #333;
}

body .toast-message{
  display: flex;
  align-items: center;
  font-size: 14px;
  /* line-height: 1.2rem; */
  white-space: pre;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
  overflow: hidden;
}

body .toast-message img {
  width: 30px;
  height: 30px;
  float: left;
  object-fit: cover;
  margin-right: 10px;
}
