:root{--toast-warning:#e19f20;--toast-danger:#f76c6c;--toast-success:#4bcba5;--toast-primary:#556579;--toast-secondary:#0099fa;--toast-info:#aab2bc}.toast-warning{background-color:var(--toast-warning)}.toast-danger{background-color:var(--toast-danger)}.toast-success{background-color:var(--toast-success)}.toast-primary{background-color:var(--toast-primary)}.toast-secondary{background-color:var(--toast-secondary)}.toast-info{background-color:var(--toast-info)}.hide-toast{display:none}.show-toast{display:block}.position-topleft{top:3rem;left:2rem}.position-topright{top:2rem;right:2rem}.position-topcenter{top:2rem;left:50%;transform:translate(-50%,0%)}.position-bottomleft{bottom:2rem;left:2rem}.position-bottomright{bottom:2rem;right:2rem}.position-bottomcenter{bottom:2rem;left:50%;transform:translate(-50%,0%)}.toast-container{display:flex;flex-direction:column;position:fixed;z-index:2000}.toast{border-radius:.75rem;box-shadow:0 10px 20px rgba(0,0,0,.1);transition:transform .3s ease-out,opacity .3s ease-out}.toast.show{transform:scale(1);opacity:1}.toast{transform:scale(.95);opacity:0}.toast-graphic{width:40px;height:40px;background:rgba(0,0,0,.1);border-radius:50%;display:flex;align-items:center;justify-content:center}.toast-graphic i{font-size:18px}.toast-content a i{font-size:1.2rem;color:#6c757d;transition:color .2s ease-in-out;cursor:pointer}.toast-content a:hover i{color:#000}.toast-content span{font-size:.9rem;color:#555}.toast.fade{transition:opacity .5s ease-out}.toast.hide{opacity:0}.toast-left-container{border-bottom-left-radius:.75rem;border-top-left-radius:.75rem}.toast-graphic{transition:background-color .3s ease}.toast-graphic:hover{background-color:rgba(0,0,0,.2)}