.toast-wrapper{position:fixed;top:0;left:0;right:0;width:100%;height:100%;pointer-events:none;z-index:9998}.toast-container{position:absolute;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast-container-top-right{top:100px;right:0}.toast-container-top-left{top:100px;left:0}.toast-container-top-center{top:100px;left:50%;transform:translateX(-50%)}.toast-container-bottom-right{bottom:100px;right:0;flex-direction:column-reverse}.toast-container-bottom-left{bottom:100px;left:0;flex-direction:column-reverse}.toast-container-bottom-center{bottom:100px;left:50%;transform:translateX(-50%);flex-direction:column-reverse}.toast{position:relative;display:flex;align-items:center;min-width:360px;max-width:90vw;padding:12px 16px;background:#ffffff;border-radius:8px;box-shadow:0px 0px 16px 0px rgba(17,17,17,0.12);pointer-events:auto;overflow:hidden;opacity:0;transform:translateX(100%);transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1)}.toast-show{opacity:1;transform:translateX(0)}.toast-hide{opacity:0;transform:translateX(100%)}.toast-success .toast-title{color:#00B45A}.toast-error .toast-title{color:#E73636}.toast-warning .toast-title{color:#F99807}.toast-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;margin-right:12px}.toast-icon .icon{width:24px;height:24px}.toast-content{flex:1;min-width:0;margin-right:20px}.toast-title{margin:0 0 4px 0;color:var(--black);font-size:16px;font-weight:800;line-height:1.5}.toast-message{margin:0;color:#42484E;font-size:14px;font-weight:500;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word}.toast-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:2px;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all 0.2s ease}.toast-close:active{transform:scale(0.95)}.toast-close:hover{background-color:#F1F6FF}.toast-close .icon{width:20px;height:20px}.toast-container-top-left .toast,.toast-container-bottom-left .toast{transform:translateX(-100%)}.toast-container-top-left .toast-show,.toast-container-bottom-left .toast-show{transform:translateX(0)}.toast-container-top-left .toast-hide,.toast-container-bottom-left .toast-hide{transform:translateX(-100%)}.toast-container-top-center .toast{transform:translateY(-100%)}.toast-container-top-center .toast-show{transform:translateY(0)}.toast-container-top-center .toast-hide{transform:translateY(-100%)}.toast-container-bottom-center .toast{transform:translateY(100%)}.toast-container-bottom-center .toast-show{transform:translateY(0)}.toast-container-bottom-center .toast-hide{transform:translateY(100%)}@media screen and (max-width: 992px){.toast-container-top-right{top:32px;right:32px}.toast-container-top-left{top:32px;left:32px}.toast-container-top-center{top:32px;left:50%}.toast-container-bottom-right{bottom:32px;right:32px}.toast-container-bottom-left{bottom:32px;left:32px}.toast-container-bottom-center{bottom:32px;left:50%}}@media screen and (max-width: 576px){.toast-container{left:20px;right:20px}.toast-container-top-right,.toast-container-top-left,.toast-container-top-center{top:20px}.toast-container-bottom-right,.toast-container-bottom-left,.toast-container-bottom-center{bottom:20px}.toast{min-width:auto;width:100%;max-width:unset}}
