.debugger_overlay{background-color:#00000080;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:99}.debugger_container{bottom:10px;position:fixed;right:10px;z-index:99}.debugger_box{cursor:pointer}.debugger_icon{align-items:center;background:#333;border-radius:50%;color:#fff;display:flex;font-size:23px;height:40px;justify-content:center;width:40px}.debugger_chat_box{background-color:#fff;border-radius:8px;bottom:50px;box-shadow:0 2px 10px #0003;position:absolute;right:0;width:400px;z-index:99}.debugger_head{background-color:#333;border-radius:8px 8px 0 0;color:#fff;font-weight:700;padding:10px}.debugger_body{background-color:#f9f9f9;border-radius:inherit;max-height:80vh;overflow-y:auto;padding:10px}.debugger_body .btn_list button{background:#0000;border:2px solid #0003;border-radius:10px;margin-bottom:5px;margin-right:5px;padding:2px 10px}.debugger_body p{margin:0}.align_right{display:flex;justify-content:flex-end;margin:10px 0}.align_right .msg_container{background:#0003;border:2px solid #0003;border-radius:10px;border-bottom-right-radius:0;padding:2px 10px}.msg_container{padding:5px}.debugger_body .input_container{border:none;display:flex;flex-direction:row;gap:10px;min-height:30px;padding:0}.debugger_body .input_container input{flex:1}.debugger_body .input_container button{border:2px solid #0003;border-radius:10px}