/* Toc */
.wrap-toc {
    cursor: pointer;
    display: inline-block;
    background: #dbedf9;
    border: 1px solid #c7e4f4;
    padding: 10px;
    position: relative;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    border-radius: 7px;
    width: 100%;
    margin-bottom: 20px;
}

.mucluc-dropdown-list_button {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #000;
}

.mucluc-dropdown-list_button:hover {
    text-decoration: none;
}

.mucluc-dropdown-list_button i {
    background: #fff;
    color: #000 !important;
    font-size: 15px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
}

.meta-toc {
    position: fixed;
    right: 15px;
    top: 90px;
    z-index: 9999;
    display: none;
    max-width: 350px;
}

.box-readmore {
    padding: 10px;
    background-color: #dbedf9;
    margin-top: 2px;
    border: 0;
    font-size: 13px;
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px;
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " ";
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px;
}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px;
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

.box-readmore ul li a:hover {
    color: #767676;
}

.box-readmore2 ul {
    max-height: 330px;
    overflow-y: auto;
    margin: 0;
    padding-right: 5px;
}

.box-readmore2 ul::-webkit-scrollbar {
    width: 5px;
}

.box-readmore2 ul::-webkit-scrollbar-track {
    background-color: #fafafa;
}

.box-readmore2 ul::-webkit-scrollbar-thumb {
    background: #018fe4;
    border-radius: 50px;
}