.cw-toast{gap:12px;background:rgba(20,26,38,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 8px 32px 0 rgba(0,0,0,.37);padding:12px 20px;border-radius:12px;min-width:340px;font-family:Rubik,Roboto,sans-serif;box-sizing:border-box}.cw-toast,.cw-toast .cw-toast-icon{display:flex;align-items:center;color:#fff}.cw-toast .cw-toast-icon{justify-content:center;background:var(--btn-red);width:24px;height:24px;border-radius:50%;flex-shrink:0;box-shadow:0 0 10px rgba(34,197,94,.3)}.cw-toast .cw-toast-icon svg{display:block;width:12px;height:12px;stroke:#fff}.cw-toast .cw-toast-content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:16px}.cw-toast .cw-toast-content .cw-toast-message{font-size:14px;font-weight:500;letter-spacing:.2px;color:#fff;white-space:nowrap}.cw-toast .cw-toast-content .cw-toast-undo{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.4);border-radius:6px;color:#fff;padding:5px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);text-transform:none;outline:none;box-sizing:border-box}.cw-toast .cw-toast-content .cw-toast-undo:hover{background:#fff;color:#0d1321;border-color:#fff;box-shadow:0 0 8px hsla(0,0%,100%,.2)}.cw-toast .cw-toast-content .cw-toast-undo:active{transform:scale(.95)}