/*******************   
Theme Name:  truyenhentaiz
Text Domain: truyenhentaiz
Theme URI: https://truyenhentaiz.net
Description:TRUYENHENTAIZ
Author: truyenhentaiz
Author URI: https://truyenhentaiz.net
Version: 0.1.7
Tags: truyenhentaiz
*******************/
ul.pagination {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
}
.container-box-manga{
    max-width: 1440px;
}

.single-thumbnail {
    width: 300px;
    display: inline-block;
    padding: 10px;
    object-fit: cover;
    border-radius: 30px;
}
img.single-thumbnail{
    width: 100%;
}

.list-chapters{
    max-height: 500px;
    overflow-y: auto;
}

.card-manga-body{
    padding:5px;
}
h2.card-manga-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:0;
    font-size:16px;
    font-weight: 800;
    margin-bottom:0px;
}
.last-chapter{
    font-size:14px;
}

.card-manga img{
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    display: inline-block;
}


.img-box {
    position: relative;
    max-height: unset;
    overflow: hidden;
    height: auto;
    background-size: cover;
    background: url(https://img.hadamanga.com/empty.gif) center no-repeat #fff;
    background-size: 80% auto;
    border: 0px solid rgba(0, 0, 0, 0.03);
   
    background-position: center;
}

.status {
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 12px;
    background-color: var(--color-main);
    color: #fff;
    padding: 4px 8px;
    font-weight: bold;
    z-index: 1;
    border-radius: 0;
}

.status[data-status=serialized] {
    background-color: #d839d0;
}
.status[data-status=serialized] em {
    background-color: #8b1685;
}

.status em {
    position: absolute;
    top: 0;
    left: 100%;
    width: auto;
    height: 100%;
    font-style: normal;
    color: #fff;
    display: block;
    white-space: nowrap;
    padding: 4px 8px;
    height: 24px;
    box-sizing: border-box;
}

.desc{
    overflow: hidden;
    height: 200px;
    overflow-y: auto;
}
ul.list-chapters li a:visited {
    color: #6c757d;
}

#chapter-content{
    margin:-20px;
}

#chapter-content img {
    max-width: 100%;
    margin-top: -18px;
    width: 900px;
    height: auto !important;
    display: flex;
    justify-content: center;
    background: url(https://truyenhentaiz.net/wp-content/uploads/2025/06/empty.gif) center no-repeat;
    background-color: #ced4da;
	margin-left:auto;
	margin-right:auto;
}
span.free{
    border-radius: 3px;
    font-size: 12px;
    padding: 2px 4px;
    overflow: hidden;
    color: #fff;
    line-height: 12px;
	background-color:#58b605;
}

.notifications{
	overflow:hidden;
	overflow-y:scroll;
	height:300px;
}
