/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/General/Toast/style.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes style_hide__UpPxO {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes style_slideIn__mOj3z {
  from {
    transform: translateX(calc(100% + 2rem));
  }
  to {
    transform: translateX(0);
  }
}

@keyframes style_swipeOut__xZL9J {
  from {
    transform: translateX(var(--radix-toast-swipe-end-x));
  }
  to {
    transform: translateX(calc(100% + 2rem));
  }
}

.style_ToastRoot__iDepE[data-state="open"] {
  animation: style_slideIn__mOj3z 150ms cubic-bezier(0.16, 1, 0.3, 1);
}
.style_ToastRoot__iDepE[data-state="closed"] {
  animation: style_hide__UpPxO 100ms ease-in;
}
.style_ToastRoot__iDepE[data-swipe="move"] {
  transform: translateX(var(--radix-toast-swipe-move-x));
}
.style_ToastRoot__iDepE[data-swipe="cancel"] {
  transform: translateX(0);
  transition: transform 200ms ease-out;
}
.style_ToastRoot__iDepE[data-swipe="end"] {
  animation: style_swipeOut__xZL9J 100ms ease-out;
}
