.code-copy-system {
	position: relative;
}

.code-copy-system code {
	position: relative;
	display: block;
	word-wrap: break-word;
	background: #f4f4f4;
	padding: 15px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 5px;
}

.code-copy-system .copyBtn{
    position: absolute;
    top: 0;
    right: 0;
    background: #dfdada;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 0 0 0 10px;
    color: #5e6062;
    display: block;
}

.scroll-active-change li.active a{
    color: var(--bs-primary) !important;
}

.scroll-active-change li a{
    overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.scroll-active-change li a b{
    font-size: 16px;
}