body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.joinChatContainer{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center}.joinChatContainer input{border:2px solid #43a047;border-radius:5px;font-size:16px;height:40px;margin:7px;padding:5px;width:210px}.joinChatContainer button{background:#43a047;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;height:50px;margin:7px;padding:5px;width:225px}.joinChatContainer button:hover{background:#2e7d32}.chatContainer{display:flex;height:calc(100vh - 40px)}.game-info{border-right:1px solid #ccc;padding:10px;width:25%}.chat-window{display:flex;flex-direction:column;height:100%;width:75%}.chat-body{background:#f0f0f0;border-bottom:1px solid #ccc;height:calc(100% - 45px);overflow-y:scroll;position:relative}.message{display:flex;height:auto;padding:10px}.message .message-content{align-items:center;background-color:#43a047;border-radius:5px;color:#fff;display:flex;height:auto;margin-left:5px;margin-right:5px;max-width:120px;min-height:40px;overflow-wrap:break-word;padding-left:5px;padding-right:5px;width:auto;word-break:break-word}#you{justify-content:flex-start}#other,#other .message-content{justify-content:flex-end}#other .message-content{background-color:#6495ed}#other .message-meta{justify-content:flex-end;margin-left:5px}.message-meta{display:flex;font-size:12px}.chat-footer{border-top:1px solid #ccc;display:flex;height:40px}.chat-footer input{border:0;border-right:1px dotted #607d8b;flex:85% 1;font-family:Open Sans,sans-serif;font-size:1em;height:100%;outline:none;padding:0 .7em}.chat-footer button{background:#0000;border:0;color:#d3d3d3;cursor:pointer;display:grid;flex:15% 1;font-size:25px;height:100%;outline:none;place-items:center}.chat-footer button:hover{color:#43a047}.modal-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#3e3e42;border-radius:8px;color:#fff;max-height:80vh;max-width:900px;overflow-y:auto;padding:20px;position:relative;width:80%}.close-button{background:none;border:none;color:#fff;cursor:pointer;font-size:24px;position:absolute;right:15px;top:10px}.item-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-top:20px}.item-card{background-color:#2a2a2e;border:1px solid #444;border-radius:6px;display:flex;flex-direction:column;justify-content:space-between;padding:15px}.item-card h3{margin-top:0}.item-footer{align-items:center;display:flex;justify-content:space-between;margin-top:15px}.price{color:#f0c419;font-weight:700}.purchase-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 12px;transition:background-color .2s}.purchase-button:hover{background-color:#0056b3}.error-message{color:#ff4d4d}
/*# sourceMappingURL=main.59708ad8.css.map*/