demo-22818a63.css 568 B

1
  1. .dialog-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#00000080;z-index:1000}.dialog{background:#2d3748;padding:20px;border-radius:5px;text-align:center;color:#fff}.dialog .actions{margin-top:20px;display:flex;justify-content:center;gap:8px}.dialog .actions button{background:#4a5568;color:#fff;border:none;padding:8px 16px;border-radius:5px;cursor:pointer}.dialog .actions button:first-of-type:hover{background:#2563eb}.dialog .actions button:last-of-type:hover{background:#e53e3e}