.b-toast.b-toast-solid {
  .brand-toast {
    background: $blue;
    border: 0;
    color: $white;

    &-white {
      background: $white;
      border: 0;
      color: $mediumgrey;
      box-shadow: 0 4px 6px 0 rgb(0 0 0 / 20%), 5px 5px 10px 0 rgb(0 0 0 / 20%);
    }
  }

  .toast-body {
    padding: 1rem;
  }

  .btn {
    text-decoration: none;
  }
}

.b-toaster-bottom-left-dynamic {
  position: fixed;
  left: 20px;
  bottom: var(--bottom);
  transition: $standard-transition;
}
