.toast {
  border: 0;
  border-radius: 0.375rem;
  overflow: hidden;
  max-width: 300px;
}
.toast .toast-header {
  background-color: white;
  border-radius: 0;
}
.toast .toast-header > strong {
  font-size: 0.875rem;
  color: #b77331;
}
.toast .toast-header .icon {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 0.375rem;
  overflow: hidden;
  margin-right: 10px;
}
.toast .toast-header .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 100%;
  background-color: #b77331;
  transform: translateY(-50%);
}
.toast .toast-body {
  background-color: #f8f8f8;
}
.toast.valid .toast-header .icon:before {
  background-color: #B0FFC6;
}
.toast.invalid .toast-header .icon:before {
  background-color: #FF7A7A;
}

.toast-container {
  position: fixed;
  z-index: 9999;
}/*# sourceMappingURL=toast.css.map */