/*!
@author: Oscar Alderete <me@oscaralderete.com>
@website: https://oscaralderete.com
@editor: NetBeans IDE v11.2
*/:root{--bg-default: #34495e;--bg-success: #2dcc70;--bg-error: #e54c3c;--bg-warning: #f1c30e}.oa-toast{position:fixed;display:flex;left:50%;justify-content:center;width:auto;background-color:transparent;transform:translateX(-50%);opacity:0;visibility:hidden;transition:all .1s;z-index:100000000}.oa-toast.oa-toast-top{top:0}.oa-toast.oa-toast-bottom{bottom:0}.oa-toast>section{background-color:var(--bg-default);color:#fff;align-self:center;box-sizing:border-box;padding:1em;box-shadow:0 0 1em #222;border-radius:.4em;cursor:pointer;text-align:center}.oa-toast>section.success{background-color:var(--bg-success)}.oa-toast>section.error{background-color:var(--bg-error)}.oa-toast>section.warning{background-color:var(--bg-warning)}.oa-toast.oa-toast-top.active{top:1em;opacity:1;visibility:visible;transition:all .3s ease}.oa-toast.oa-toast-bottom.active{bottom:1em;opacity:1;visibility:visible;transition:all .4s ease-in}
