.growl-container{position:fixed;z-index:99999;padding:1rem;max-width:350px;pointer-events:none}.growl-container.top-right{top:70px;right:1rem}.growl-container.top-left{top:70px;left:1rem}.growl-container.bottom-right{bottom:1rem;right:1rem}.growl-container.bottom-left{bottom:1rem;left:1rem}.alert-growl{margin-bottom:.5rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.1);border:none;border-radius:.25rem;opacity:0;transform:translateX(100%);transition:.3s;position:relative;overflow:hidden;pointer-events:auto;display:flex;align-items:center;padding:.75rem 1.25rem}.alert-growl.show{opacity:1;transform:translateX(0)}.alert-growl.fade-out{opacity:0;transform:translateX(100%)}.alert-growl .progress{position:absolute;bottom:0;left:0;right:0;height:3px;margin:0;border-radius:0;background:0 0;overflow:hidden}.alert-growl .progress-bar{transition:width .1s linear;background-color:rgba(255,255,255,.3)}.alert-growl .alert-content{flex:1;padding-right:1.5rem;padding-bottom:.25rem}.alert-growl .close{position:absolute;top:.5rem;right:.5rem;padding:.25rem;line-height:1;opacity:.5;z-index:1}.alert-growl .close:hover{opacity:1}.growl-container.stacked .alert-growl{margin-bottom:.25rem}.growl-container.stacked .alert-growl:not(:first-child){margin-top:-.25rem}@media (max-width:576px){.growl-container{max-width:100%;padding:.5rem}.growl-container.top-left,.growl-container.top-right{top:60px}.alert-growl{padding:.5rem 1rem}}.alert-success{background-color:rgba(40,167,69,.9);color:#fff}.alert-danger{background-color:rgba(220,53,69,.9);color:#fff}