.olive-ui_toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%);padding:10px 20px;border-radius:5px;color:rgb(var(--alert-info-description-text-color, 40 104 173));font-size:16px;z-index:1000;animation:fadeIn .5s,fadeOut .5s 5s}.olive-ui_toast.success{background-color:#4caf50}.olive-ui_toast.error{background-color:#f44336}.olive-ui_toast.info{background-color:rgb(var(--alert-info-background-color, 173 217 248))}@keyframes fadeIn{0%{bottom:0;opacity:0}to{bottom:20px;opacity:1}}@keyframes fadeOut{0%{bottom:20px;opacity:1}to{bottom:0;opacity:0}}
