.toast-container-top-right {
    position: fixed;
    width:280px;
    top: 0;
    right: 0;
    z-index: 1050;
    margin: 1rem;
  }
  strong {
    display: inline-block;
    margin: 0;
    font-size: 30px;
    padding: 2px 5px;
    border-radius: 3px;
    background-color: #eaeaea;
    color: #b9316f;
    font-weight: 600;
  }