.success_msg {
  position: fixed;
  top: 5rem;
  right: -50%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  word-break: break-all;
  --tw-bg-opacity: 1;
  background-color: rgb(234 248 230 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(37 177 1 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  max-width: 320px;
  border-radius: 20px;
  z-index: 200;
}

.success_msg svg {
  min-width: 24px;
}

.success_msg .alert {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.success_msg.active {
  right: 30px;
}

.success_msg.error_msg {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.success_msg.error_msg .alert {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

@media (max-width: 768px) {
  .success_msg {
    right: -50%;
    padding: 1.25rem;
    max-width: 240px;
    border-radius: 12px;
  }

  .success_msg svg {
    min-width: 24px;
  }

  .success_msg .alert {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 567px) {
  .success_msg {
    top: unset;
    right: unset;
    bottom: -100%;
    left: 50%;
    padding: 1rem;
    transform: translateX(-50%);
    max-width: unset;
    width: 80vw;
    border-radius: 8px;
  }

  .success_msg svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }

  .success_msg .alert {
    font-size: 14px;
    line-height: 18px;
  }

  .success_msg.active {
    right: unset;
    bottom: 40px;
  }
}

/*# sourceMappingURL=toast.css.map */