.ToastNotification_button__8f3_t{all:unset}.ToastNotification_exitBtn__EvLIo{display:flex;justify-content:center;align-items:center;grid-area:ToastIcon;grid-area:exitBtn}.ToastNotification_ToastViewport__g2o69{--viewport-padding:25px;position:fixed;top:0;right:55px;display:flex;flex-direction:column;padding-inline:var(--viewport-padding);gap:10px;width:330px;max-width:100vw;margin:0;list-style:none;z-index:3;outline:none}@media screen and (min-width:768px){.ToastNotification_ToastViewport__g2o69{right:155px}}.ToastNotification_ToastRoot__AZH_N{background-color:var(--bg-success-verde);display:grid;padding:20px 10px;grid-template-areas:"ToastIcon title title title exitBtn" "ToastIcon description description description exitBtn";grid-template-columns:none;grid-column-gap:10px;column-gap:10px;align-content:center;position:absolute;top:140px;height:111px;max-width:1680px;min-width:360px;width:auto;align-items:baseline;justify-items:start}@media screen and (min-width:768px){.ToastNotification_ToastRoot__AZH_N{min-width:460px;top:135px}}@media screen and (min-width:1024px){.ToastNotification_ToastRoot__AZH_N{min-width:460px;top:100px}}.ToastNotification_ToastRoot__AZH_N[data-state=open]{animation:ToastNotification_slideIn__ZYfyr .25s cubic-bezier(.16,1,.3,1)}.ToastNotification_ToastRoot__AZH_N[data-state=closed]{animation:ToastNotification_hide__smJZe .1s ease-in}.ToastNotification_ToastRoot__AZH_N[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-y))}.ToastNotification_ToastRoot__AZH_N[data-swipe=cancel]{transform:translateX(0);transition:transform .2s ease-out}.ToastNotification_ToastRoot__AZH_N[data-swipe=end]{animation:ToastNotification_swipeOut__vDLJw .1s ease-out}.ToastNotification_ToastRootError__8O7ij{background-color:var(--bg-alerta-rojo);display:grid;padding:20px 10px;grid-template-areas:"ToastIcon title title title exitBtn" "icon description description description description";grid-template-columns:none;grid-column-gap:10px;column-gap:10px;align-content:center;position:absolute;top:140px;height:111px;max-width:1680px;min-width:360px;align-items:baseline}@media screen and (min-width:768px){.ToastNotification_ToastRootError__8O7ij{min-width:460px;top:135px}}@media screen and (min-width:1024px){.ToastNotification_ToastRootError__8O7ij{min-width:460px;top:100px}}.ToastNotification_ToastRootError__8O7ij[data-state=open]{animation:ToastNotification_slideIn__ZYfyr .25s cubic-bezier(.16,1,.3,1)}.ToastNotification_ToastRootError__8O7ij[data-state=closed]{animation:ToastNotification_hide__smJZe .1s ease-in}.ToastNotification_ToastRootError__8O7ij[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-y))}.ToastNotification_ToastRootError__8O7ij[data-swipe=cancel]{transform:translateX(0);transition:transform .2s ease-out}.ToastNotification_ToastRootError__8O7ij[data-swipe=end]{animation:ToastNotification_swipeOut__vDLJw .1s ease-out}@keyframes ToastNotification_hide__smJZe{0%{opacity:1}to{opacity:0}}@keyframes ToastNotification_slideIn__ZYfyr{0%{transform:translateX(calc(100% + var(--viewport-padding)))}to{transform:translateX(0)}}@keyframes ToastNotification_swipeOut__vDLJw{0%{transform:translateX(var(--radix-toast-swipe-end-x))}to{transform:translateX(calc(100% + var(--viewport-padding)))}}.ToastNotification_ToastTitle__lTPNo{grid-area:title;margin-bottom:5px;color:#fff;font-size:var(--font-mobile-subtitle-bold-size);font-weight:var(--font-mobile-subtitle-bold-weight);line-height:var(--font-mobile-subtitle-bold-line-height);letter-spacing:var(--font-mobile-subtitle-bold-letter-spacing)}@media screen and (min-width:768px){.ToastNotification_ToastTitle__lTPNo{font-size:var(--font-subtitle-bold-size);font-weight:var(--font-subtitle-bold-weight);line-height:var(--font-subtitle-bold-line-height);letter-spacing:var(--font-subtitle-bold-letter-spacing)}}.ToastNotification_ToastDescription__6kwRn{grid-area:description;margin:0;color:#fff;text-align:left;font-size:var(--font-mobile-body-light-size);font-weight:var(--font-mobile-body-light-weight);letter-spacing:var(--font-mobile-body-light-letter-spacing);line-height:var(--font-mobile-body-light-line-height)}@media screen and (min-width:768px){.ToastNotification_ToastDescription__6kwRn{font-size:var(--font-body-light-size);font-weight:var(--font-body-light-weight);letter-spacing:var(--font-body-light-letter-spacing);line-height:var(--font-body-light-line-height)}}.ToastNotification_ToastIcon__cAuRI{display:flex;justify-content:center;align-items:center;color:var(--bg-success-verde);grid-area:ToastIcon}.ToastNotification_ToastIconError__fGGxf{display:flex;justify-content:center;color:var(--bg-alerta-rojo)}