:root{--toaster-z-index:9999;--toaster-toast-offset:16px;--toaster-toast-top:max(var(--toaster-toast-offset),env(safe-area-inset-top));--toaster-toast-right:max(var(--toaster-toast-offset),env(safe-area-inset-right));--toaster-toast-left:max(var(--toaster-toast-offset),env(safe-area-inset-left));--toaster-toast-bottom:max(var(--toaster-toast-offset),env(safe-area-inset-bottom));--toaster-toast-padding:14px}@property --toast-duration{syntax:"<time>";initial-value:5s;inherits:false}@property --toast-travel-distance{syntax:"<length>";initial-value:5vh;inherits:false}._toast-container_1raye_33{z-index:var(--toaster-z-index);position:fixed;display:flex;flex-direction:column;gap:var(--space-between-m);max-height:100vh}._toast-container_1raye_33[data-scrollable=true]{overflow:scroll}._toast-container--top-left_1raye_46{top:var(--toaster-toast-top);left:var(--toaster-toast-left)}._toast-container--top-center_1raye_51{top:var(--toaster-toast-top);left:50%;transform:translate(-50%);align-items:center}._toast-container--top-right_1raye_58{top:var(--toaster-toast-top);right:var(--toaster-toast-right);align-items:end}._toast-container--bottom-left_1raye_64{bottom:var(--toaster-toast-bottom);left:var(--toaster-toast-left)}._toast-container--bottom-center_1raye_69{bottom:var(--toaster-toast-bottom);left:50%;transform:translate(-50%);align-items:center}._toast-container--bottom-right_1raye_76{bottom:var(--toaster-toast-bottom);right:var(--toaster-toast-right);align-items:end}._toast-container--top-center_1raye_51:not(:empty),._toast-container--top-left_1raye_46:not(:empty),._toast-container--top-right_1raye_58:not(:empty){padding-bottom:calc(var(--toaster-toast-offset) * 2)}._toast-container--bottom-center_1raye_69:not(:empty),._toast-container--bottom-left_1raye_64:not(:empty),._toast-container--bottom-right_1raye_76:not(:empty){padding-top:calc(var(--toaster-toast-offset) * 2)}._toast_1raye_33{position:relative;touch-action:none;box-sizing:border-box;z-index:0;width:100%;will-change:transform;animation:_fade-in_1raye_1 .3s ease forwards,_slide-in_1raye_1 .3s ease forwards,_fade-out_1raye_1 .3s ease var(--toast-duration) forwards}@media (min-width:48em){._toast_1raye_33{width:370px}}._toast_1raye_33:hover,.paused{animation-play-state:paused}._toast-container--top-center_1raye_51 ._toast_1raye_33,._toast-container--top-left_1raye_46 ._toast_1raye_33,._toast-container--top-right_1raye_58 ._toast_1raye_33{--toast-travel-distance:-5vh}._toast-container--bottom-center_1raye_69 ._toast_1raye_33,._toast-container--bottom-left_1raye_64 ._toast_1raye_33,._toast-container--bottom-right_1raye_76 ._toast_1raye_33{--toast-travel-distance:5vh}@keyframes _fade-in_1raye_1{0%{opacity:0}to{opacity:1}}@keyframes _fade-out_1raye_1{0%{opacity:1}to{opacity:0}}@keyframes _slide-in_1raye_1{0%{transform:translateY(var(--toast-travel-distance,10px))}to{transform:translateY(0)}}
/*# sourceMappingURL=6bd733e2e0c1a68d.css.map*/