.toast{padding:24px;pointer-events:none;position:fixed;z-index:102}.toast__top-center{left:50%;top:150px;transform:translate(-50%)}.toast__bottom-right{bottom:24px;left:0;right:0}@media(min-width:768px){.toast__bottom-right{bottom:70px;left:auto}}.toast_container{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:var(--fp-toast-container-background);border-radius:8px;max-width:728px;padding:16px 48px 16px 16px;pointer-events:all;position:relative}.toast_content{align-items:center;color:var(--fp-toast-content-color);display:flex;flex-wrap:wrap;font-size:12px;font-weight:600;gap:16px;line-height:14px;min-height:28px}@media(min-width:768px){.toast_content{font-size:16px;font-weight:500;line-height:20px}}.toast_text{color:var(--fp-toast-text-color)}.toast_action{color:var(--fp-toast-action-color);cursor:pointer;margin-left:10px;text-decoration:none;white-space:nowrap}.toast_close{position:absolute;right:16px;top:16px}.toast_icon{color:var(--fp-toast-close-color);height:16px;width:16px}.toast-enter-active,.toast-leave-active{transition:all .3s cubic-bezier(.4,0,.2,1)}.toast-leave-active{position:absolute}.toast-enter-from{opacity:0;transform:translateY(-100%) scale(.9)}.toast-leave-to{opacity:0;transform:scale(.9)}.toast-move{transition:transform .3s}
