
.nhv-chapter-select--lazy{display:none!important;}

.manga-nav.nhv-has-drawer .select-view{display:none!important;}

.nhv-chapter-drawer-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  color:#fff;
  font-weight:600;
  min-width:120px;
  margin-inline-start:10px;
}

.nhv-chapter-drawer{position:fixed;inset:0;z-index:9999;display:none;}
.nhv-chapter-drawer.is-open{display:block;}
.nhv-chapter-drawer__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55);}
.nhv-chapter-drawer__panel{
  position:absolute;
  left:0;right:0;bottom:0;
  background:rgba(20,20,30,.98);
  border-radius:18px 18px 0 0;
  max-height:70vh;
  display:flex;
  flex-direction:column;
  border-top:1px solid rgba(255,255,255,.12);
}
.nhv-chapter-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.08);}
.nhv-chapter-drawer__close{background:transparent;border:0;color:#fff;font-size:22px;line-height:1;}
.nhv-chapter-drawer__list{overflow:auto;padding:10px 12px;}
.nhv-chapter-item{display:block;padding:10px 10px;border-radius:12px;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.03);margin-bottom:8px;}
.nhv-chapter-item:active{transform:scale(.99);}
.nhv-chapter-item .nhv-chapter-name{display:inline;margin-inline-start:4px;opacity:.82;font-size:.92em;font-weight:500;}
.nhv-chapter-drawer__status{color:rgba(255,255,255,.75);font-size:13px;text-align:center;min-height:20px;}

body.nhv-lock{overflow:hidden;}

.nhv-chapter-drawer__controls{
  display:flex;
  gap:10px;
  align-items:center;
  padding:10px 14px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nhv-chapter-drawer__search{
  flex:1 1 180px;
  min-width:0;
  padding:8px 10px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.06);
  color:#fff;
}
.nhv-chapter-drawer__search::placeholder{
  color:rgba(255,255,255,.58);
}
.nhv-chapter-drawer__volume{
  flex:1 1 auto;
  max-width:60%;
  padding:8px 10px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.06);
  color:#fff;
}
.nhv-chapter-drawer__sort{
  flex:0 0 auto;
  padding:8px 10px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.06);
  color:#fff;
  font-weight:600;
  white-space:nowrap;
}
@media (max-width: 768px){
  .nhv-chapter-drawer__search{
    width:100%;
    order:-1;
    flex-basis:100%;
  }
  .nhv-chapter-drawer__volume{
    max-width:none;
  }
}
