@charset "UTF-8";.dao-clipboard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#f5f7fa;border:1px solid #ccd1d9;border-radius:4px;padding:4px 0}.dao-clipboard pre{padding:0 1em;word-break:break-all;color:#3d444f;white-space:pre-line;font-size:13px;font-family:Consolas,"Liberation Mono",Courier,monospace;border:none;overflow:hidden;margin:0;line-height:22px}.dao-clipboard .copy-button{padding-right:8px}.dao-clipboard .copy-button svg{width:14px;height:14px;cursor:pointer;vertical-align:-1.5px;-webkit-transition:fill .3s;transition:fill .3s}.dao-clipboard .copy-button svg:hover{fill:#4496FF}.dao-clipboard .copy-button svg:active{fill:#217ef2}