@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
:root {
  --tr: all 0.5s ease 0s;
  --ch1: #05478a;
  --ch2: #0070e0;
  --cs1: #005e38;
  --cs2: #03a65a;
  --cw1: #c24914;
  --cw2: #fc8621;
  --ce1: #851d41;
  --ce2: #db3056;
}

.toast-container {
  /*** ICONS ***/
}
.toast-container .toast {
  font-family: "Varela Round", sans-serif;
  width: 100%;
  background: none;
  border: none;
  box-shadow: none;
}
.toast-container .toast-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: var(--tr);
  position: absolute;
  padding: 0 1rem;
  height: 100%;
  min-height: 20rem;
  min-width: 375px;
}
.toast-container .toast-item {
  overflow: hidden;
  max-height: 25rem;
  transition: var(--tr);
}
.toast-container .toast-body {
  background-color: #232b2b;
  background: var(--bg);
  color: #f5f5f5;
  padding: 1rem 2rem 1rem 6rem;
  border-radius: 2rem;
  position: relative;
  font-weight: 500;
  margin: 1.75rem 0 1rem;
  text-align: left;
  max-width: 25rem;
  transition: var(--tr);
  opacity: 1;
}
.toast-container .toast-body:before {
  content: "";
  position: absolute;
  width: 5.5rem;
  height: 6rem;
  background-image: url("https://img.icons8.com/wired/64/dofus.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: -0.9rem 1.75rem;
  opacity: 0.5;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: 0 0 0 2rem;
}
.toast-container .toast-body:after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: var(--clr);
  top: -1.75rem;
  left: 2rem;
  border-radius: 3rem;
  padding-top: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  box-sizing: border-box;
}
.toast-container .toast-body h3 {
  font-size: 1.35rem;
  margin: 0;
  line-height: 1.35rem;
  font-weight: 300;
  position: relative;
  color: white;
  padding-right: 1rem;
  font-family: var(--font-heading), sans-serif;
}
.toast-container .toast-body h3:before,
.toast-container .toast-icon:before {
  border: 0.6rem solid rgba(255, 255, 255, 0);
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  left: -3.45rem;
  border-top: 1rem solid var(--clr);
  border-left: 1rem solid var(--clr);
  top: -0.7em;
  transform: rotate(274deg) skewX(37deg);
  border-radius: 0.6rem;
}
.toast-container .toast-body p {
  position: relative;
  font-size: 0.75rem;
  z-index: 1;
  margin: 0.25rem 0 0;
  font-family: var(--font-body), sans-serif;
}
.toast-container .close {
  position: absolute;
  width: 1.35rem;
  height: 1.35rem;
  text-align: center;
  right: 1rem;
  cursor: pointer;
  border-radius: 100%;
}
.toast-container .close:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -1px;
  top: 1px;
  font-size: 1.8rem;
  content: "+";
  transform: rotate(45deg);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toast-container .close:hover {
  background: #f5f5f5;
  color: var(--clr);
}
.toast-container .toast-body.help {
  --clr: var(--ch1);
  --bg: var(--ch2);
}
.toast-container .toast-body.help:after,
.toast-container .icon-help:after {
  content: "?";
}
.toast-container .toast-body.success {
  --clr: var(--cs1);
  --bg: var(--cs2);
}
.toast-container .toast-body.success:after,
.toast-container .icon-success:after {
  content: "L";
  font-size: 1.7rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  transform: rotateY(180deg) rotate(-38deg);
  text-indent: 0.15rem;
}
.toast-container .toast-body.warning {
  --clr: var(--cw1);
  --bg: var(--cw2);
}
.toast-container .toast-body.warning:after,
.toast-container .icon-warning:after {
  content: "!";
  font-weight: bold;
}
.toast-container .toast-body.error {
  --clr: var(--ce1);
  --bg: var(--ce2);
}
.toast-container .toast-body.error:after,
.toast-container .icon-error:after {
  content: "+";
  font-size: 3rem;
  line-height: 1.2rem;
  transform: rotate(45deg);
}
.toast-container .toast-body.success:before {
  --drop: radial-gradient(circle at 65% 63%, var(--clr) 0.425rem, #fff0 calc(0.425rem + 1px)), /*ball 1*/ radial-gradient(circle at 70% 125%, #fff0 1rem, var(--clr) calc(1rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%), /*neck 2*/ radial-gradient(circle at 30% -25%, #fff0 1rem, var(--clr) calc(1rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%), /*neck 1*/ radial-gradient(circle at 20% 120%, var(--clr) 3.5rem, #fff0 calc(3.5rem + 1px)) /*big 1*/;
}
.toast-container .toast-body.warning:before {
  --drop: radial-gradient(circle at 65% 63%, var(--clr) 0.425rem, #fff0 calc(0.425rem + 1px)), /*ball 1*/ radial-gradient(circle at 129% 36%, #fff0 1rem, var(--clr) calc(1rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%), /*neck 2*/ radial-gradient(circle at -27% 25%, #fff0 1rem, var(--clr) calc(1rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%), /*neck 1*/ radial-gradient(circle at 20% 120%, var(--clr) 3.5rem, #fff0 calc(3.5rem + 1px)) /*big 1*/;
}
.toast-container .toast-body.error:before {
  --drop: radial-gradient(circle at 65% 63%, var(--clr) 0.425rem, #fff0 calc(0.425rem + 1px)), /*ball 1*/ radial-gradient(circle at 129% 36%, #fff0 1rem, var(--clr) calc(1rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%), /*neck 2*/ radial-gradient(circle at -27% 25%, #fff0 1rem, var(--clr) calc(1rem + 1px) 1.25rem, #fff0 calc(1.25rem + 1px) 100%), /*neck 1*/ radial-gradient(circle at 20% 120%, var(--clr) 3.5rem, #fff0 calc(3.5rem + 1px)) /*big 1*/;
}
.toast-container .toast-body a {
  color: #fff;
}
.toast-container .toast-item.closed {
  max-height: 0;
}
.toast-container .toast-icons {
  background: rgba(255, 255, 255, 0.0666666667);
  padding: 1rem 1rem 1.25rem 1rem;
  display: flex;
  justify-content: space-around;
  border-radius: 2rem;
  gap: 1.5rem;
  width: 100%;
  box-sizing: border-box;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.toast-container .toast-icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.toast-container .toast-icon:before {
  left: 0.7rem;
  top: 2.4em;
  transform: rotate(-96deg) skewX(30deg);
}
.toast-container .toast-icon:after {
  font-size: 2rem;
  font-weight: bold;
}
.toast-container .icon-error:after {
  font-size: 3.6rem;
  line-height: 2rem;
  font-weight: 500;
  padding-top: 0.25rem;
  max-height: 2rem;
}
.toast-container .icon-help {
  background: #0070e0;
  --clr: #0070e0;
}
.toast-container .icon-success {
  background: #03a65a;
  --clr: #03a65a;
}
.toast-container .icon-warning {
  background: #fc8621;
  --clr: #fc8621;
}
.toast-container .icon-error {
  background: #db3056;
  --clr: #db3056;
}
.toast-container #t-help:checked ~ .toast-panel .toast-item.help,
.toast-container #t-success:checked ~ .toast-panel .toast-item.success,
.toast-container #t-warning:checked ~ .toast-panel .toast-item.warning,
.toast-container #t-error:checked ~ .toast-panel .toast-item.error {
  max-height: 0;
  opacity: 0;
}

/*# sourceMappingURL=toasts.output.css.map */
