.toast-container{position:fixed;z-index:9999;pointer-events:none;max-width:100%;top:204px;left:50%;transform:translate(-50%)}.toast-container.top-right{top:20px;right:20px;display:flex;flex-direction:column;align-items:flex-end}.toast-container.top-left{top:20px;left:20px}.toast-container.top-center{display:flex;flex-direction:column;align-items:center}.toast-container.bottom-right{bottom:20px;right:20px}.toast-container.bottom-left{bottom:20px;left:20px}.toast-container.bottom-center{bottom:20px;left:50%;transform:translate(-50%)}.toast{display:flex;align-items:center;width:460px;height:72px;min-width:240px;padding:var(--space-600, 16px);margin-bottom:16px;border-radius:var(--radius-200, 8px);border-top:1px solid var(--color-border-mute, #E7E7E7);box-shadow:0 4px 6px -2px #0000000d,0 10px 15px -3px #0000001a;pointer-events:auto;color:#3f3f3f;background:var(--color-bg-light, #FFFFFF);font-family:Anuphan,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:0%;gap:var(--spacing-4, 8px)}.toast-success{border-left:4px solid #4CAF50}.toast-error{border-left:4px solid #F44336}.toast-warning{border-left:4px solid #FF9800}.toast-info{border-left:4px solid #2196F3}.toast-icon{flex:0 0 24px;display:flex;align-items:center;justify-content:center;margin-right:10px;height:24px;width:24px;border-radius:var(--radius-full, 50%);padding:var(--spacing-1, 2px)}.toast-success .toast-icon{background:var(--color-green-600, #00A63E);color:#fff}.toast-error .toast-icon{color:#f44336}.toast-warning .toast-icon{color:#ff9800}.toast-info .toast-icon{color:#2196f3}.toast-content{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.toast-animation{animation:toast-slide-in .3s ease forwards}.toast-fadeout{animation:toast-fade-out .3s ease forwards}@keyframes toast-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toast-fade-out{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@media screen and (max-width: 600px){.toast-container{top:80px;right:10px;left:10px;width:calc(100% - 20px);transform:none}.toast{width:100%;max-width:100%;height:auto;min-height:80px;padding:12px 16px}.toast-content{white-space:normal;overflow:visible;text-overflow:clip;display:flex;flex-direction:column}.reset-message-line1{display:block;font-family:Anuphan,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:16px;line-height:24px}.reset-message-line2{display:block;font-family:Anuphan,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:16px;line-height:24px;margin-top:2px}}@media screen and (min-width: 601px) and (max-width: 1025px){.toast-container{top:120px}.toast{width:500px;min-height:72px}.toast-content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reset-message-line1,.reset-message-line2{display:inline;font-family:Anuphan,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500;font-size:16px;line-height:24px}.reset-message-line1:after{content:" "}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/toast-notification.css.map */
