.Toast_toastRoot__VLyPO{color:#0c0d0e;border-radius:6px;box-shadow:0 4px 10px 0 rgba(0,0,0,.2);padding:14px;display:grid;grid-template-areas:"icon title close" "icon description close" "icon action .";grid-template-columns:auto 1fr auto;grid-column-gap:16px;column-gap:16px;align-items:center;min-width:256px}.Toast_toastRoot__VLyPO .Toast_toastIcon__d5qGx{grid-area:icon;display:flex;align-self:flex-start;align-items:center;justify-content:center;font-size:20px}.Toast_toastRoot__VLyPO.Toast_success__ckU7N{background-color:#dff6ef;border:1px solid #27b093}.Toast_toastRoot__VLyPO.Toast_success__ckU7N .Toast_toastIcon__d5qGx{color:#176353}.Toast_toastRoot__VLyPO.Toast_error__Lko0l{background-color:#fbe9ea;border:1px solid #cd6f74}.Toast_toastRoot__VLyPO.Toast_error__Lko0l .Toast_toastIcon__d5qGx{color:#73131a}.Toast_toastRoot__VLyPO.Toast_warning__T7UiX{background-color:#fcf7e8;border:1px solid #f3d792}.Toast_toastRoot__VLyPO.Toast_warning__T7UiX .Toast_toastIcon__d5qGx{color:#b58500}.Toast_toastRoot__VLyPO.Toast_info__nyvGg{background-color:#f1f3f3;border:1px solid #939a9d}.Toast_toastRoot__VLyPO.Toast_info__nyvGg .Toast_toastIcon__d5qGx{color:#303738}.Toast_toastRoot__VLyPO[data-state=open]{animation:Toast_slideIn__0qMJu .15s cubic-bezier(.16,1,.3,1)}.Toast_toastRoot__VLyPO[data-state=closed]{animation:Toast_hide__GL7Z4 .1s ease-in}.Toast_toastRoot__VLyPO[data-swipe=move]{transform:translateY(var(--radix-toast-swipe-move-y))}.Toast_toastRoot__VLyPO[data-swipe=cancel]{transform:translateY(0);transition:transform .2s ease-out}.Toast_toastRoot__VLyPO[data-swipe=end]{animation:Toast_swipeOut__g33wo .1s ease-out}@keyframes Toast_hide__GL7Z4{0%{opacity:1}to{opacity:0}}@keyframes Toast_slideIn__0qMJu{0%{transform:translateY(calc(-100% - var(--viewport-padding)))}to{transform:translateY(0)}}@keyframes Toast_swipeOut__g33wo{0%{transform:translateY(var(--radix-toast-swipe-end-y))}to{transform:translateY(calc(-100% - var(--viewport-padding)))}}.Toast_toastTitle__hb_6S{grid-area:title}.Toast_toastDescription__C_0Qt{grid-area:description}.Toast_toastAction__GUBK6{grid-area:action;display:flex;align-self:flex-start;margin-top:14px}.Toast_toastClose__KUrH2{grid-area:close;display:flex;align-self:flex-start;color:#0c0d0e}