/**/
.toc-item.active {
    border-left: 3px solid #2ecb91;
    color: #2ecb91;
    background-color: rgba(46, 203, 145, 0.05);
}
.toc-item:hover:not(.active) {
    background-color: rgba(0, 0, 0, 0.02);
}
.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background-color: #2ecb91;
    z-index: 100;
    transition: width 0.2s ease;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.search-results {
    max-height: 400px;
    overflow-y: auto;
}
.search-highlight {
    background-color: rgba(46, 203, 145, 0.2);
    padding: 0 2px;
    border-radius: 2px;
}
.screenshot {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}
.screenshot-caption {
    font-size: 0.875rem;
    color: #6b7280;
    text-align: center;
    margin-top: 0.5rem;
}
.faq-item[open] .faq-icon {
    transform: rotate(180deg);
}
.feedback-selected {
    background-color: #2ecb91;
    color: white;
    border-color: #2ecb91;
}
/**/
hr{
    display: block;
    background: transparent;
    border: none;
    border-bottom: 1px solid #eeeeee;
    margin: 0px 25px 35px 25px;
}
/**/
.section_content p{
    margin-bottom: 15px;

}
/**/
.video_block{
    background: #FAFAFA;
    border-radius: 15px;
    margin-bottom: 30px;
}

.video_btn{
    height: 50px;
    line-height: 50px;
    padding-left: 70px;
    font-weight: 500;
    font-size: 16px;
    color: #808080;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

.video_btn span{
    display: block;
    position: absolute;
    font-size: 0;
    line-height: 1;
}

.video_btn span:last-child{
    right: 20px;
    top: 21px;
    width: 16px;
    height: 9px;
}

.video_btn span:first-child{
    left: 30px;
    top: 18px;
    width: 20px;
    height: 14px;
}

.video_btn span:last-child{
    display: block;
    position: absolute;
    right: 20px;
    top: 21px;
    width: 16px;
    height: 9px;
}

.video_content{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: none;
}

.video_content iframe{
    display: inline-block;
    max-width: 100%;
    border: 1px solid #dddddd;
}
/**/
.screen{
    padding-top: 20px;
    padding-bottom: 30px;
}

.screen_img{
    font-size: 0;
    line-height: 1;
    max-width: 877px;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}

.screen_img img{
    display: inline-block;
    width: 100%;
    height: auto;
}

.screen_title{
    max-width: 600px;
    margin: 0 auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #AAAAAA;
}
/**/