  .tab-content {
                    width: 100%;
                    margin: auto;
                }
                
                .tab-content>.active {
    display: block;
}

                .chapter-section {
    padding: 10px;
    background: #0f1422;
    margin-bottom: 0;
    box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
    position: relative;
    z-index: 100;
}
                .chapter-section .chapter-s-lang {
    float: left;
}
                .chapter-section .chapter-s-lang button.btn {
    box-shadow: none!important;
    border: none!important;
    height: 32px;
    padding: 5px 5px;
    font-size: 14px;
    font-weight: 500;
    color: #7e8597;
}
                body.darkmode .dropdown-menu-model {
    background: #4f4f4f;
    color: #ddd;
}
.dropdown-menu-model {
    border: none;
    min-width: 150px;
    background: #fff;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
 
.chapter-section .dropdown-menu-model .dropdown-item {
    background: #fff!important;
    color: #111!important;
}
.dropdown-menu-model .dropdown-item {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #111;
}
                .chapter-section .chapter-s-search {
    float: right;
    width: 200px;
    position: relative;
}
                .clearfix::after {
    display: block;
    clear: both;
    content: "";
}
                @media screen and (min-width: 1400px)
.chapter-section .chapter-s-search .css-icon {
    font-size: 12px;
}
.chapter-section .chapter-s-search .css-icon {
    left: 10px;
    top: 0;
    bottom: 0;
    line-height: 32px;
    position: absolute;
    font-size: 12px;
}
                .chapters-list-ul ul {
    margin: 0;
    max-height: 490px;
    overflow: auto;
}
.ulclear, .ulclear li {
    list-style: none;
    margin: 0;
    padding: 0;
}
                .chapters-list-ul ul .item {
    display: block;
    width: 100%;
    margin: 0 0 1px;
    font-size: 12px;
}

.chapters-list-ul ul .item a {
    padding: 15px;
    padding-right: 100px;
    padding-left: 30px;
    display: block;
    position: relative;
    border-radius: 0;
    border-left: 4px solid #fff0;
    background: #161c2c;
}
                .chapters-list-ul ul .item.highlight .item-read, .chapters-list-ul ul .item:hover .item-read {
    background: #dc3545 !important;
    color: #fff !important;
}
                .chapters-list-ul ul .item .arrow {
    position: absolute;
    left: 15px;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem!important;
}
                .fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.far {
    font-weight: 400;
}
.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
                .block_area_chapters {
    overflow: hidden;
}
.block_area {
    display: block;
    margin-bottom: 40px;
}
.block_area, .film-poster, .nav-item, .nav-item>a, .search-content input.search-input {
    position: relative;
}
                .chapters-list-ul ul .item .name {
    font-weight: 500;
    font-size: 13px;
    max-width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.chapters-list-ul ul .item .item-read {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0.3rem;
    padding: 0.25rem 0.5rem;
    background: #0c101b;
    color: #d1d1d1;
}

.chapters-list-ul ul .item a:hover {color: #dc3545 !important;border-left: 4px solid #dc3545;}