.modal-dimmed{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:10;display:flex;justify-content:center;align-items:center}.modal-content{background-color:white;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.2)}.modal-body{width:100%}.toast-wrap{position:absolute;left:0;right:0;top:2.5rem;display:flex;flex-direction:column;align-items:center}.toast{padding:10px 20px;margin-bottom:10px;border-radius:8px;font-size:16px;font-weight:700;color:#fff;z-index:9999}.toast.info{background-color:#3498db}.toast.success{background-color:#2ecc71}.toast.error{background-color:#e74c3c}.toast{animation:slideIn .5s forwards,fadeOut .5s 2.5s forwards}@keyframes slideIn{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}