.attachmentMenu{position:fixed;z-index:10050;width:190px;padding:7px;background:var(--panel,#fff);border:1px solid var(--border,#e6e3de);border-radius:16px;box-shadow:0 14px 40px rgba(0,0,0,.16);display:flex;flex-direction:column;gap:2px}.attachmentMenu.hidden{display:none!important}.attachmentMenu button{width:100%;border:0;background:transparent;color:var(--text,#222);border-radius:11px;padding:10px 11px;display:flex;align-items:center;gap:11px;text-align:left;cursor:pointer;font:inherit}.attachmentMenu button:hover{background:rgba(127,127,127,.1)}.attachmentMenu button span{width:27px;height:27px;border-radius:9px;background:rgba(127,127,127,.11);display:grid;place-items:center;font-size:14px;flex:none}.attachmentMenu button b{font-size:13px;font-weight:650}.attachBtn.attachmentMenuOpen{transform:rotate(45deg)}html[data-theme="dark"] .attachmentMenu{background:#222;border-color:#3a3a3a;box-shadow:0 14px 40px rgba(0,0,0,.42)}@media(max-width:760px){.attachmentMenu{width:178px;padding:6px;border-radius:15px}.attachmentMenu button{padding:10px}.attachmentMenu button span{width:26px;height:26px}}