@keyframes toast-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.toast-container{position:fixed}.toast-enter{animation:.5s ease-out forwards toast-in}.toast-exit{animation:.5s ease-in forwards toast-out}.toast-component .toast-header{padding-top:15px;position:relative}.toast-component .toast-header .btn-close{width:7px;height:2px;position:absolute;right:15px}.toast-component .toast-body{margin-top:0;padding-top:0;padding-left:38px}.toast-component .toast-header,.toast-component .toast-body{background-color:#0000;border:none}.toast-component .toast .icon i{font-size:1.5em}.toast-component .toast .icon{margin-right:10px}.toast-component .toast .text{font-weight:700}.toast-component .toast-success .toast{border:1px solid var(--notification-success-color);background:var(--notification-success-light-color)}.toast-component .toast-success .toast .icon i{color:var(--notification-success-color)}.toast-component .toast-warning .toast{border:1px solid var(--notification-warning-color);background:var(--notification-warning-light-color)}.toast-component .toast-warning .toast .icon i{color:var(--notification-warning-color)}.toast-component .toast-danger .toast{border:1px solid var(--notification-danger-color);background:var(--notification-danger-light-color)}.toast-component .toast-danger .toast .icon i{color:var(--notification-danger-color)}.toast-component .toast-info .toast{border:1px solid var(--notification-info-color);background:var(--notification-info-light-color)}.toast-component .toast-info .toast .icon i{color:var(--notification-info-color)}
