.toast-container {
  z-index: var(--z-index-toast-notifications);
  top: auto;
  bottom: 20px;
}

.toast {
  padding: 0.75rem;
  padding-right: 0.25rem;
  padding-bottom: 1rem;
  justify-content: center;
}

.toast > div:first-child {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.toast > div:first-child::before {
  content: "";
  height: 22px;
  width: 22px;
  display: block;
  background-size: 22px 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256'%3E%3Cg stroke-width='0' stroke-miterlimit='10' fill='%23009e04'%3E%3Cpath d='M108.046 182.483l-39.818-39.818L88.095 122.8l19.951 19.95 59.572-59.571 19.867 19.866z'/%3E%3Cpath d='M127.857 254.307c-69.725 0-126.45-56.726-126.45-126.45 0-69.725 56.725-126.45 126.45-126.45 69.724 0 126.45 56.725 126.45 126.45 0 69.724-56.726 126.45-126.45 126.45zm0-224.8c-54.23 0-98.35 44.12-98.35 98.35s44.12 98.35 98.35 98.35 98.35-44.12 98.35-98.35-44.12-98.35-98.35-98.35z'/%3E%3C/g%3E%3C/svg%3E");
}

.toast .close-icon {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toast .close-icon .fas {
  height: 12px;
  width: 12px;
  display: block;
  background-size: 12px 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.44 20.44'%3E%3Cpath fill='%23000' d='M20.44 2.136L2.133 20.44 0 18.305 18.304 0z'/%3E%3Cpath d='M0 2.135L18.305 20.44l2.135-2.135L2.136 0z'/%3E%3C/svg%3E");
}

@media (min-width: 48rem) {
  .toast-container {
    top: calc(var(--header-lower-height-sticky) + 1rem);
    bottom: auto;
  }
  .toast {
    padding: 1.25rem;
    padding-right: 0.75rem;
    padding-bottom: 1.5rem;
  }
}

/*# sourceMappingURL=/assets/application/base/toast-notifications-e3b24a9f.css.map */
