
.toaster__div {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 130px;
  background-color: var(--g3-color__bg-coal);
  padding: 15px 30px;
  color: var(--g3-color__white);
}
