@CHARSET "UTF-8";
.tag{
	background-color: #000;
	color: #f0fa06;
	padding: 1px 5px;
	border-radius: 2rem;
	font-size: 12px;
	line-height: 1;
}
.title-truncate {
	white-space: nowrap;
	overflow: auto;
	text-overflow: inherit;
	text-align: left;
}
.bookname-truncate {
	width: 100%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}
.css-1g44c6k{
	cursor: pointer;
}