.list-chapter-box{z-index:999;background-color:#191b21;border-radius:15px;flex-direction:column-reverse;align-items:center;gap:4px;width:100%;height:420px;padding:8px;animation:.5s ease-out forwards slideUp;display:flex;position:fixed;bottom:0;overflow:hidden scroll}@keyframes slideUp{0%{opacity:0;transform:translateY(100vh)}to{opacity:1;transform:translateY(0)}}.list-chapter-box>a{width:95%}.selected{border:1px solid #27e59d;border-radius:8px;background-color:#233c33b0!important}@media (max-width:800px){.list-chapter-box{height:100%;overflow-y:scroll}}
.chapters-container{background-color:#091018;border-radius:10px;flex-direction:column;gap:5px;width:100%;max-width:590px;padding:20px;display:flex}.Latest-btn{color:#7f828b;flex-direction:row;align-items:center;gap:8px;display:flex}.chapters-header{border-bottom:.5px solid #7f828b;flex-direction:row;justify-content:space-between;padding:10px 3px;display:flex}.chapters-header>:first-child{flex-direction:column;gap:5px;display:flex}.chapters-header>:first-child>:first-child{color:#fff;font-size:20px;font-weight:700}.chapters-header>:first-child>:nth-child(2){color:gray;font-size:15px}.chap-container{flex-direction:column;max-height:400px;padding:5px 0;display:flex;overflow:scroll}.chapter{justify-content:space-between;align-items:center;gap:15px;padding:15px;transition:all .3s;display:flex;position:relative}.chapter-thumbnail-info{background-color:#2a2d34;border-radius:5px;width:95px;height:95px;position:relative}.chapter-meta-holder{flex-direction:column;flex:2;justify-content:space-between;height:-webkit-fill-available;height:-moz-available;height:stretch;padding:5px 0;display:flex}.chapters-header-title{font-family:sans-serif;font-size:18px;font-weight:700}.chapter-thumbnail-info>img{height:inherit;width:inherit;object-fit:cover;border-radius:inherit}.lock-icon{z-index:9;background-color:#0000009c;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute}.bottom-data{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.bottom-data>span{color:#748ba3;font-size:12px}.read-btn{border-radius:6px;padding:5px 10px;font-size:12px}.new-tag{background-color:#2ecc71;border-radius:6px;width:fit-content;padding:5px 13px;font-size:12px;position:absolute;top:0;left:0}.chapter-title{color:#9a9da3;-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:13px;transition:color .3s;display:-webkit-box;overflow:hidden}.chap-container::-webkit-scrollbar{display:none}@media (max-width:808px){.chap-container{max-height:fit-content}.chapter{background-color:#0000}.chapters-container{padding:12px!important}.chapter{padding:5px!important}}
