#error-dialog{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);z-index:9999;display:flex;justify-content:center;align-items:center;width:100vw;height:100vh}#error-dialog #error-content{position:relative;background-color:#222;padding:20px;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.5);max-width:700px;max-height:700px;overflow:auto}#error-dialog #close-error-dialog{color:#fff;cursor:pointer;position:absolute;top:10px;right:10px;background-color:#444;padding:5px 7px 9px;border-radius:50%;font-size:14px;line-height:1}#error-dialog #close-error-dialog:before{content:"🗙"}