.hljs{ color:#abb2bf; background:#282c34;}.hljs-comment,.hljs-quote{ color:#5c6370; font-style:italic;}.hljs-doctag,.hljs-keyword,.hljs-formula{ color:#c678dd;}.hljs-section,.hljs-name,.hljs-selector-tag,.hljs-deletion,.hljs-subst{ color:#e06c75;}.hljs-literal{ color:#56b6c2;}.hljs-string,.hljs-regexp,.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string{ color:#98c379;}.hljs-attr,.hljs-variable,.hljs-template-variable,.hljs-type,.hljs-selector-class,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-number{ color:#d19a66;}.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title{ color:#61aeee;}.hljs-built_in,.hljs-title.class_,.hljs-class .hljs-title{ color:#e6c07b;}.hljs-emphasis{ font-style:italic;}.hljs-strong{ font-weight:bold;}.hljs-link{ text-decoration:underline;}

.copy-button {
	display: flex;
    position: absolute;
    top: 7px;
    right: 7px;
    border: 0;
    border-radius: 16px;
    cursor: pointer;
    padding: 6px 12px 4px;
    color: rgba(0, 0, 0, 0.8);
    background: #e6e6e6;
}
.copy-button>span {
	font-size: 12px;
    font-weight: 500;
    padding-left: 3px;
}
.copy-button:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='13' height='13' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M21.155 3.272 18.871.913A3.02 3.02 0 0 0 16.715 0H12a5.009 5.009 0 0 0-4.9 4H7a5.006 5.006 0 0 0-5 5v10a5.006 5.006 0 0 0 5 5h6a5.006 5.006 0 0 0 5-5v-.1a5.009 5.009 0 0 0 4-4.9V5.36a2.988 2.988 0 0 0-.845-2.088ZM13 22H7a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3v8a5.006 5.006 0 0 0 5 5h4a3 3 0 0 1-3 3Zm4-5h-5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h4v2a2 2 0 0 0 2 2h2v8a3 3 0 0 1-3 3Z' fill='%232a3141' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}