.toast-group-container{position:fixed;top:20px;right:20px;display:flex;flex-direction:column;gap:12px;z-index:10000}.toast-wrap{display:flex;flex-direction:row;align-items:center;gap:10px;width:360px;min-height:71px;padding:16px 14px;box-shadow:0 2px 10px 0 rgba(165,165,165,.5);border-radius:6px;animation:toastIn .5s ease-in-out}.toast-wrap.filled{background:#fefefe}.toast-wrap.fill-contrast.success{background:#f0fdf4}.toast-wrap.fill-contrast.info{background:#eff6ff}.toast-wrap.fill-contrast.warning{background:#fefce8}.toast-wrap.fill-contrast.danger{background:#fef2f4}.toast-wrap.outlined{background:#fefefe}.toast-wrap.outlined.success{border:2px solid #00a63e}.toast-wrap.outlined.info{border:2px solid #155dfc}.toast-wrap.outlined.warning{border:2px solid #d08700}.toast-wrap.outlined.danger{border:2px solid #e7000b}.toast-wrap .toast-icon.success{color:#00c950}.toast-wrap .toast-icon.info{color:#2b7fff}.toast-wrap .toast-icon.warning{color:#fdc700}.toast-wrap .toast-icon.danger{color:#fb2c36}.toast-wrap .toast-info{display:flex;flex-direction:column;align-items:stretch;gap:5px;flex:1 0}.toast-wrap .toast-info .toast-header{display:flex;flex-direction:row;justify-content:space-between;align-self:stretch}@keyframes toastIn{0%{opacity:0;transform:translateX(200px) scaleX(.9) scaleY(.9)}60%{transform:translateX(0) scaleX(.98) scaleY(.98)}to{opacity:1;transform:translateX(0)}}