.oui-toast{z-index:1001;justify-content:center;display:flex}.oui-toast .oui-toast--root{pointer-events:none;list-style:none;transition:transform .25s ease-out}.oui-toast.oui-toast--success .oui-toast--wrapper{background:linear-gradient(90deg,#eff7f6 20%,#244c44 100%)}.oui-toast.oui-toast--success .oui-toast--container{background-color:#fff}.oui-toast.oui-toast--success .oui-toast--icon{background:radial-gradient(130.96% 89.49% at 72.09% 13.28%,#489988 0%,#244c44 100%)}.oui-toast.oui-toast--error .oui-toast--wrapper{background:linear-gradient(90deg,#fcf2f2 20%,#cb0000 100%)}.oui-toast.oui-toast--error .oui-toast--container{background-color:#fff}.oui-toast.oui-toast--error .oui-toast--icon{background:radial-gradient(130.96% 89.49% at 72.09% 13.28%,#cb000094 0%,#cb0000 100%)}.oui-toast.oui-toast--warning .oui-toast--wrapper{background:linear-gradient(90deg,#fbf9f2 20%,#b98801 100%)}.oui-toast.oui-toast--warning .oui-toast--container{background-color:#fff}.oui-toast.oui-toast--warning .oui-toast--icon{box-shadow:0p 10px 26px 0px #b9880152;background:radial-gradient(130.96% 89.49% at 72.09% 13.28%,#b9880180 0%,#b98801 100%)}.oui-toast.oui-toast--info .oui-toast--wrapper{background:linear-gradient(90deg,#fff 0%,#aaa9 100%)}.oui-toast.oui-toast--info .oui-toast--container{background-color:#fff}.oui-toast.oui-toast--info .oui-toast--icon{background:linear-gradient(190deg,#d3d3d3 -127.2%,#3c3c3c 92.89%)}.oui-toast.oui-toast--bottom{width:100%;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.oui-toast.oui-toast--bottom .oui-toast--wrapper{margin-bottom:32px}@media (max-width:420px){.oui-toast.oui-toast--bottom .oui-toast--overlay{background:linear-gradient(#0000 0%,#0000004d 90%,#00000059 100%);animation:5s cubic-bezier(.16,1,.3,1) .15s forwards oui-toast-show;bottom:0;left:0}}.oui-toast.oui-toast--top{width:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.oui-toast.oui-toast--top .oui-toast--wrapper{margin-top:32px}@media (max-width:420px){.oui-toast.oui-toast--top .oui-toast--overlay{background:linear-gradient(#00000059 0%,#0000004d 10%,#0000 100%);animation:5s cubic-bezier(.16,1,.3,1) .15s forwards oui-toast-show;top:0;left:0}}.oui-toast .oui-toast--wrapper{border-radius:9px;align-self:start;height:48px;padding:1px;position:relative;box-shadow:0 16px 39px #244c4433}.oui-toast .oui-toast--container{z-index:1000;border-radius:8px;justify-content:center;height:100%;display:flex}.oui-toast .oui-toast--container .oui-toast--content{pointer-events:all;flex:1;justify-content:flex-start;align-items:center;width:max-content;padding:14px 16px;display:flex}.oui-toast .oui-toast--container .oui-toast--icon{pointer-events:all;color:#fff;border-radius:8px;justify-content:center;align-items:center;width:42px;height:calc(100% + 2px);display:flex;position:relative;top:-1px;left:-1px}@media (max-width:420px){.oui-toast .oui-toast--overlay{z-index:-1;pointer-events:none;width:100%;height:300px;animation:5s cubic-bezier(.16,1,.3,1) .15s forwards oui-toast-show;position:fixed}}@keyframes oui-toast-hide{0%{opacity:1}to{opacity:0}}@keyframes oui-toast-show{0%{opacity:0}to{opacity:1}}@keyframes oui-toast-slide-up{0%{transform:translateY(200px)}to{transform:translateY(0)}}@keyframes oui-toast-slide-down{0%{transform:translateY(-200px)}to{transform:translateY(0)}}.oui-toast .oui-toast--root[data-state=closed]{animation:.25s ease-in oui-toast-hide}.oui-toast.oui-toast--bottom .oui-toast--root[data-state=open]{animation:.25s cubic-bezier(.16,1,.3,1) oui-toast-slide-up}.oui-toast.oui-toast--top .oui-toast--root[data-state=open]{animation:.25s cubic-bezier(.16,1,.3,1) oui-toast-slide-down}
