@import 'https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&amp;display=swap';#commands-box{display:flex;border-radius:8px;background:#2f3136;width:80vw;height:70vh;margin:auto;flex-direction:column;max-width:1500px}#chat-box{margin:auto;margin-bottom:25px;width:calc(100% - 50px);height:45px;background:#40444b;border-radius:8px;overflow:hidden}#chat-box #chat-box-inner{color:#fff;margin-left:28px;border:none;height:100%;width:calc(100% - 28px);background:0 0;font-size:1.1em}input:focus{outline:none}#chat-box #chat-box-slash{position:absolute;background:#383b41;color:#aaa;border-top-left-radius:8px;border-bottom-left-radius:8px;height:45px;width:28px;display:flex;user-select:none}#chat-box #chat-box-slash p{margin:auto;margin-right:2px;font-size:1.5em}#commands-header{display:flex;justify-content:left;flex-direction:row;width:300px;height:22px;margin-left:20px;user-select:none}#commands-header p{white-space:nowrap;margin:auto;margin-left:0;font-size:.97em}#commands-header p span{font-weight:600;color:#ddd;font-family:Roboto}.commands-logo{background:url('https://cdn.discordapp.com/attachments/1245739235789766788/1268442009312428137/20240801_123121.png?ex=66ac702d&is=66ab1ead&hm=156ad888e9680da93d351ebd7f81db3c43a0bb806576e12e4141fdefc62ed31f&');background-size:contain;background-repeat:no-repeat;height:100%;width:100%}#commands-header .commands-logo{width:22px;margin-right:10px}#popup{margin:0;margin-top:5px;height:calc(70vh - 80px);display:flex;flex-direction:column}#popup #commands-list{margin-top:10px;margin-left:10px;max-height:calc(70vh - 110px);height:auto;overflow:hidden;margin-top:auto;margin-bottom:0}#popup #commands-list[data-simplebar=init]{overflow:auto}#popup #commands-list-inner{width:calc(100% - 40px);margin-left:15px;display:flex;justify-content:end;flex-direction:column}.simplebar-scrollbar::before{background-color:#121314;padding:5.3px;left:0;bottom:0!important;top:0!important}.simplebar-track{background-color:#31363b;border-radius:8px;margin-right:8px}.command-entry{font-family:noto sans,sans-serif;display:flex;flex-direction:row;justify-content:flex-start;padding:5px;border-radius:8px;height:56px;user-select:none;cursor:pointer;height:auto;min-height:56px}.command-entry p{margin:0}.command-entry .detailsSection{display:flex;flex-direction:column;justify-content:space-evenly;margin-top:5px;margin-bottom:auto}.command-entry .upperSection{display:flex;height:50%;flex-direction:row}.command-entry .upperSection .commandOptions{display:flex;flex-direction:row}.command-entry .lowerSection{display:flex;height:50%;justify-content:flex-start;font-size:.85em;color:#c7c7c7}.command-entry .lowerSection p{text-align:left}.command-entry .command-name{font-size:1.1em;text-align:left}.command-entry .commands-logo{width:32px;height:32px;min-height:32px;min-width:32px;margin-top:12px;margin-right:16px}.command-entry .commandOptions{margin-left:10px;visibility:hidden}.command-entry .commandOption{padding-bottom:3px;padding-left:4px;padding-right:4px;background:#18191c;border-radius:4px;margin-left:5px}.command-entry:hover{background:#36393f}.command-entry:hover .commandOptions{visibility:visible}#no-commands-found{color:#aaa;margin-top:auto}@media screen and (max-width:490px),(max-height:480px){#commands-box{width:100vw;position:fixed;height:calc(100% - 60px);top:60px;border-radius:0}#popup{height:calc(100% - 80px)}#popup #commands-list{max-height:calc(100%);overflow-x:hidden;margin-left:unset}.command-entry .commandOptions,.command-entry:hover .commandOptions{display:none!important}.command-entry .commands-logo{display:none}.command-entry:hover{background:unset}.simplebar-scrollbar::before,.simplebar-track{display:none}#commands-header-title{visibility:hidden}#commands-header-title:after{content:'Commands';visibility:visible;transform:translateX(-60px);position:absolute}}