.btq-toast-container{position:fixed;top:20px;right:20px;z-index:1100000;display:flex;flex-direction:column;gap:10px;pointer-events:none}.btq-toast{position:relative;display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:8px;box-shadow:0 4px 20px rgba(0, 0, 0, 0.12);background:#fff;min-width:260px;max-width:400px;pointer-events:all;overflow:hidden;transform:translateX(120%);opacity:0;transition:transform .3s cubic-bezier(0.34, 1.56, 0.64, 1),opacity .3s ease;border-left:4px solid transparent}.btq-toast.is-show{transform:translateX(0);opacity:1}.btq-toast.is-hide{transform:translateX(120%);opacity:0;transition:transform .25s ease,opacity .25s ease}.btq-toast--success{border-left-color:#388e3c}.btq-toast--error{border-left-color:#d32f2f}.btq-toast--warning{border-left-color:#f57c00}.btq-toast--info{border-left-color:#1976d2}.btq-toast__icon{flex-shrink:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center}.btq-toast--success .btq-toast__icon{color:#388e3c}.btq-toast--error .btq-toast__icon{color:#d32f2f}.btq-toast--warning .btq-toast__icon{color:#f57c00}.btq-toast--info .btq-toast__icon{color:#1976d2}.btq-toast__msg{flex:1;font-size:.9rem;line-height:1.4;color:#333;word-break:keep-all;white-space:pre-line}.btq-toast__close{flex-shrink:0;background:none;border:none;cursor:pointer;color:#bbb;padding:0 0 0 8px;line-height:1;font-size:16px;transition:color .15s;font-family:inherit}.btq-toast__close:hover{color:#555}.btq-toast__progress{position:absolute;bottom:0;left:0;height:3px;width:100%;border-radius:0 0 8px 0;animation:btq-toast-progress var(--btq-toast-duration, 3000ms) linear forwards}.btq-toast--success .btq-toast__progress{background:#388e3c}.btq-toast--error .btq-toast__progress{background:#d32f2f}.btq-toast--warning .btq-toast__progress{background:#f57c00}.btq-toast--info .btq-toast__progress{background:#1976d2}@keyframes btq-toast-progress{from{width:100%}to{width:0%}}@media(max-width: 480px){.btq-toast-container{top:10px;right:10px;left:10px}.btq-toast{min-width:unset;max-width:none;width:100%}}/*# sourceMappingURL=btq-toast.css.map */
