.dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:1000}.dialog-content{background:rgba(66,66,66,.99);border-radius:8px;max-width:400px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 4px 20px rgba(0,0,0,.3)}.dialog-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #000}.dialog-header h3{margin:0;color:#fff}.close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#fff;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.close-button:hover{color:#333}.dialog-body{padding:20px;color:#7a7a7a}.dialog-info{margin-bottom:10px;color:#fff}
/*# sourceMappingURL=main.71b66da5.chunk.css.map */