#toast-container > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  box-shadow: 0 0 8px 0 rgba(153, 153, 153, 0.5) !important;
}
#toast-container > div > button {
  display: block;
  font-size: 16px;
}
#toast-container > div > .toast-message {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-right: 30px;
}
