.custom-toc {
    border: 1px solid #e5ecf1;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 16px;
    background: #ffffff;
    border-radius: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    float: right;
    width: 100%;
}
.custom-toc span.toc {
    font-size: 22px !important;
    padding: 0px 20px 10px 0px !important;
    display: inline-block !important;
    margin: 0 !important;
    float: right;
}
.custom-toc span.title {
    font-weight: normal !important;
    color: #3189c4 !important;
    margin: 0 !important;
    font-size: 16px !important;
    padding: 0 !important;
    line-height: 32px !important;
}
.custom-toc h2.toc {
    font-size: 23px;
    font-weight: 900;
    line-height: 35px;
    margin-bottom: 20px;
    color: var(--bs-dark);
    margin-top: 15px;
    margin-right: 20px;
}

.custom-toc ul {
    list-style: none;
    padding-left: 0;
    float: right;
    margin-top: 10px;
    width: 100%;
}

.custom-toc li.toc {
    font-size: 20px !important;
    line-height: 32px !important;
    font-weight: 300 !important;
    color: #1d1d1d !important;
}

.custom-toc a {
    text-decoration: none;
    font-size: 17px;
    border-bottom: none !important;
    font-weight: 300 !important;
}

.custom-toc ul li::before {
    content: "";
    width: 9px;
    height: 9px;
    border: 4px solid #039be5 !important;
    border-radius: 50%;
    display: block;
    float: right;
    margin: 14px 0 0 10px !important;
}

.custom-toc ul.child li::before {
    content: "";
    width: 9px;
    height: 9px;
    border: 2px solid #039be5 !important;
    border-radius: 50%;
    display: block;
    float: right;
    margin: 14px 0 0 10px !important;
}
.article-single .main .blog-content h2, .article-single .main .blog-content h3, .article-single .main .blog-content h4, .article-single .main .blog-content h5, .article-single .main .blog-content h6 , .article-single .main .blog-content span {
    font-family: "Yekanbakh";
    font-size: 25px;
    font-weight: 900;
    line-height: 35px;
    margin-bottom: 20px;
    color: var(--bs-dark);
    margin-top: 35px;
}
.custom-toc #toc-more {
    font-weight: normal !important;
    font-size: 15px !important;
    cursor: pointer;
    width: 160px;
    user-select: none;
    background: #0e76bc1a;
    padding: 6px 14px !important;
    border-radius: 10px;
    margin-right: 15px ! IMPORTANT;
    display: flex !important;
    align-items: center;
    height: 40px;
    justify-content: space-between;
    float: left;
}


.custom-toc #toc-more span.arrow {
    display: flex;
    transition: all .3s;
    margin: 0 !important;
}
.custom-toc #toc-more span.arrow.rotate {
    transform: rotate(-180deg);
    transition: all .3s;
}



.custom-toc .child-3, .child-4,.child-5,.child-6{
    display: none;
}