#toastBox{position:fixed;background-color:#fff;top:20px;right:20px;z-index:9999}.toast{width:320px;background:#fff;padding:16px;border-radius:8px;box-shadow:0 5px 10px #0000001a;display:flex;align-items:center;position:relative;animation:slideIn .5s ease-in-out}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-content{display:flex;align-items:center;flex:1}.check-icon,.error-icon{width:20px;height:20px;border-radius:50%;position:relative;margin-right:10px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff}.check-icon{background:#28a745}.check-icon:before{content:"✔"}.error-icon{background:#dc3545}.error-icon:before{content:"✖"}.message{display:flex;flex-direction:column}.text-1{font-size:14px;font-weight:700;color:#333}.text-2{font-size:12px;color:#666}.close-icon{width:16px;height:16px;background:url("data:image/svg+xml;charset=UTF-8,<svg ... >") no-repeat center;background-size:contain;cursor:pointer}.progress{position:absolute;bottom:0;left:0;height:4px;width:100%;animation:progressBar 3s linear forwards}.success-toast .progress,.progress-stacked{background-color:#ddf3d5!important}.error-toast .progress,.progress-stacked{background-color:#fce7e8!important}@keyframes progressBar{0%{width:100%}to{width:0%}}
