.ac-toast {
  width: 350px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  border-radius: 4px;
  position: relative;
  padding-right: 30px;
  margin-bottom: 10px;

  * {
    color: $white-100;
  }

  p {
    padding-left: 16px;

    i.fa {
      padding-right: 0 !important;
      margin-right: 4px;
    }
  }

  a {
    font-weight: 500;
    text-decoration: underline;
    padding: 0 15px;

    &:hover {
      color: $gray-90;
    }
  }

  button.close-button {
    border-radius: 0px;
    background-color: transparent;
    border: none;
    color: $white-100;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    height: 100%;
    width: 30px;
    z-index: 1;
    cursor: pointer;
    border-left: 1px solid #dddddd;
  }
}
