/*!
Theme Name: Daonovel
Theme URI: https://www.daonovel.com
Author: Daonovel Developer
Author URI: https://www.daonovel.com
Description: Daonovel Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: daonovel
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;0,700;1,600;1,700&display=swap');@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500,500i,600,600i,700,700i&display=swap');@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&display=swap');

a{
	color:#009688;
}


.rating-result .count{
	display:none;
}
.nov-head .count{
	display:inline !important;
	font-size: 16px; 
}
.nov-head .star-result{
	font-weight:bold;
	font-size: 25px; 
}

#panelmtlstats fieldset.rating i{
	font-size: 40px;
	margin: 0 10px;
}
.post-content .mr-star-rating i {
    font-size: 25px; 
}

.gennya .mr-star-rating i {
	/* font-size: 18px !important; */
	font-size: 16px !important;
}
.rating-item.mr {
    text-align: center;
}
.rating-item.mr .description {
    display: none !important;
}
.link-box .mr-star-rating i,.caption .mr-star-rating i{
	/* font-size: 16px; */
	font-size: 15px;
	
}
div.rating-form form {
	width:100% !important;
}
.mr-star-full, .mr-star-half, .mr-star-empty {
			color: #ff912c !important;
			font-size:14px;
		}
		
element {

}
.progress-bar {
	background:#fff !important;
	
}

.style-2 .text-translate {
    color: #fff;
}



.no-raw .text-raw {
    display: none;
}

.kss .mr-star-rating i {
    font-size: 12px !important;
}

/*sidebar
*/
@media screen and (min-width: 500px){
	.chapter-toolbox {
		position: fixed;
		/* right: 40px; */
		right: 0;
		/* bottom: 80px; */
		top: 50%;
		transform: translate(0, -50%);
	}
	
	
}


.font-weight-bold {
    
    line-height: 0.01 !important;
}
.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.chapter-sidebar {
    width: 100%;
    max-width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
    border-right: 1px solid #ccc;
    padding: 8px 15px;
    transform: translateX(-110%);
    transition: .3s ease;
    overflow-y: auto;
}

.chapter-toolbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    background-color: #fff;
}
.chapter-toolbox ul li {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ccc;
}
.chapter-toolbox ul li > a {
    color: #222;
    display: block;
    padding: 10px 15px !important;
}
.modal{
	position: fixed !important;
	width: 600px!important;
	/* height: 200px!important; */
	top: 50%!important;
	left: 50%;
	margin-top: -100px !important; /* Negative half of height. */
	margin-left: -300px !important; 
	padding:0px !important;
	max-width:100% !important;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.form-group {
    margin-bottom: 1rem;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control {
    height: auto;
}
.form-group label{
	width:auto !important;
}


.chapter-sidebar.show {
    z-index: 99999;
}
.chapter-sidebar {
    z-index: 999999 !important;
}
.chapter-sidebar.show {
    transform: translateY(0);
}
.chapter-sidebar .sidebar-close {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}
.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}
.d-block {
    display: block !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.form-group {
    margin-bottom: 1rem;
}
.list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}
.pt-2, .py-2 {
    padding-top: .5rem !important;
}
.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.text-dark {
    color: #343a40 !important;
}
.sembunyi{
	display:none;
}

.chapter-sidebar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.chapter-sidebar-menu .menu-section.menu-inline {
    display: flex;
    justify-content: space-between;
}
.chapter-sidebar-menu .menu-section.menu-inline li > a {
    height: 30px;
    width: 30px;
    display: block;
    border-radius: 99em;
   
    margin-right: 5px;
    border: 1px solid #ccc;
}
.chapter-sidebar-menu .chapter-sidebar-title {
    font-weight: 700;
    margin-bottom: 5px;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}


.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

@media screen and (max-width: 500px){
	.chapter-toolbox {
		bottom: 0;
		left: 0;
		right: 0 !important;
		transform: translateY(100%);
		transition: .3s ease;
		position: fixed;
		overflow: hidden;
		will-change: transform !important;
		transition: transform 300ms ease 0s !important;
		transform: translate(0px, 0px) !important;
	}
	.chapter-toolbox ul {
		display: flex;
		justify-content: space-between;
	}
	
	.modal {
		
		width: 96% !important;
		
		top: 50%!important;
		left: 0px !important;
		padding: 0px !important;
		margin: 0 2% !important;
	}
	
	#modal-replacer {
		top: 10%!important;
	}
	#modal-replacer .table-responsive{
		max-height: 150px !important;
	}
}

#latestt{
	width:100%;
	
}
#latestt th,#latestt td{
	border:1px solid #ddd;
	padding:5px;
}
.navx {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	margin-left:10px;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ddd;
}

.nav-link {
    display: block;
    /* padding: .5rem 1rem; */
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

.fade {
    transition: opacity .15s linear;
}
.rowx {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.tab-pane .text-dark {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-height: 40px;
    display: block;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    font-weight: 700;
}
.text-dark {
    color: #343a40 !important;
}

#myTabContent{
	margin-left:20px;
}

.col-12 {
    width: 100%;
}

#chapter-list-sidebar ul li{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 95%;
}

#sidebar .material-icons{
	font-size:24px;
	margin-right:10px;
}

table.info td{
	text-align:left;
}
a.logo:hover{
	color: #fff !important;
	text-decoration: none !important;
}

#m-lang-btn{
	/* display:none; */
}

.nav-link {
  
  /* padding: 0 !important; */
}

.mb-4.text-raw-translate {
    margin-bottom: 16px;
}

.hijau{
	color:#00FF00 !important;
}

.chatango-chat{
	height:500px;
} 

.glox .table td,.glox .table th {
    
    border-top: 0 !important;
} 

.hitam{
	color:#333 !important;
}
.ttt{
	display:none !important;
}

button#view-all-comments {
    padding: 4px 10px;
    display: block;
    margin: 0 auto 16px;
}
.rank-plc {
    height: 90px;
    margin: 6px;
}
.plc {
    content: " ";
    display: block;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeholder;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-linear-gradient(left,#eee 8%,#e4e4e4 18%,#eee 33%);
    background: -o-linear-gradient(left,#eee 8%,#e4e4e4 18%,#eee 33%);
    background: linear-gradient(90deg,#eee 8%,#e4e4e4 18%,#eee 33%);
        background-size: auto;
    background-size: 800px 104px;
    color: transparent;
}

a#camera {
    display: block;
    width: 32px;
    height: 32px;
    background: url(https://demo.xianovel.com/wp-content/themes/daonovel/assets/images/camera.svg) 4px 4px no-repeat;
    position: fixed;
    top: 68px;
    left: 68px;
    border-radius: 16px;
    background-color: rgba(200,200,200,.7);
}
.update-box {
    padding: 10px;
    margin: 10px 0;
    border-bottom: 1px solid #eaeaea;
    height: 100px;
}
amp-img.update-tmb {
    display: block;
    width: 60px;
    /* height: 80px; */
    height: 90px;
    float: left;
    /* margin: 6px 16px 10px 0; */
    margin: 2px 16px 10px 0;
}
.ru .update-box p {
    margin: 0 0 0 76px;
}
.update-box h3, .update-box small, .update-box span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.update-box span {
    width: 100%;
}

.update-box h3, .update-box small, .update-box span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.update-box small {
    width: 80px;
    text-align: right;
}

.sidebar-container a.small-btn {
    display: block;
    clear: both;
    margin-top: 20px;
}
#first-btn, #view-all, a.small-btn {
    cursor: pointer;
    border: none;
    margin: 0 auto;
        margin-top: 0px;
    width: 100px;
    padding: 6px 12px;
    text-align: center;
    border-radius: 4px;
    background: #007ead;
    color: #fff;
    font-size: 13px;
	color: #fff !important;
}

header,.prog-bar,#first-btn, #view-all, a.small-btn { 
	background:#009688 !important;
}


amp-selector[role="tablist"].tabs-with-flex [role="tab"][selected] {
  color:#009688 !important;
  border-bottom: 2px solid #009688 !important;;
}
.box.car.view-more {
  border: 1px dotted #009688 !important;
  
}
a.but, span.but {
  background:#009688 !important; 
  color: #fff !important;
}

a.logo {
	color: #fff !important;
	
}

#panelnovelinfo a,.crumbs a,#commentform a,h3 a{
	color: #009688 !important;
}

#pagination a:hover, #pagination span {
  border: 1px solid #009688 !important;
  background: #009688 !important;
  
}
a.list-but-add, a.list-but-in {
  background: #009688 !important;
  
}

span.show-btn span, span.hide-btn {
  color: #009688 !important;
  
}

#pagination a {
  border: 1px solid #009688 !important;
  
  color: #009688 !important;
 
}

button.tml-button {
  background: #009688 !important;
}

#toolbar a:hover, .nav span:hover {
  background: #fff;
  color: #009688 !important;
}

#pagination a:hover, #pagination span {
  
  color: #fff !important;
  
}

#pagination .next{
	float:none !important;
}

.desc .text-translate{display:none;}
.nav span.lang-icon.id {
  height: auto;
  background-position: 5px -23px;
  background-size: 18px;
  cursor: pointer;
  padding-left: 28px;
}

.diubah {
  /* text-decoration: underline; */
  cursor:pointer;
}

.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}

.nightmode-on #entry-content p{
	color:#a9a9a9;
}

#search,span.back,input[type=search]{
	
  background: #009688 !important;
}

/* .autosuggest-box { */
	/* min-height:290px; */
	/* height:1280px !important; */
/* } */
/* .i-amphtml-layout-size-defined .i-amphtml-fill-content { */
.autosuggest-box > .i-amphtml-fill-content {
  
  overflow-y: scroll;
}
}

.stars span.score {
  display: block;
  background: url("https://global.xianovel.com/wp-content/themes/daonovel/assets/images/stars.svg") repeat-x;
  height: 15px;
}
.rating {
  --star-size: 3;
  
  text-align: left;
  font-size: 3em;
  font-size: calc(var(--star-size) * 1em);
  cursor: pointer;
}

.rating > input {
  position: relative;
  transform: scale(var(--star-size));
  top: -.5em;
  top: calc(var(--star-size) / 6 * -1em);
  margin-left: -2.5em;
  margin-left: calc(var(--star-size) / 6 * -5em);
  z-index: 2;
  opacity: 0;
  font-size: initial;
}
.rating > label, .rating > .lab {
  display: inline-block;
  position: relative;
  width: 1.1em;
  width: calc(var(--star-size) / 3 * 1.1em);
}
fieldset.rating {
  width: inherit;
 text-align: left;
}
#panelmtlstats fieldset.rating i {
  font-size: inherit;
  margin: 0;
  font-style: normal;
}
.mr-star-empty {
  color: #333 !important;
}
.mr-star-hover {
   color: #ffd700 !important;
}
.mr-star-full, .mr-star-half {
   color: #ffd700 !important;
  font-size: 14px; 
}


.ratx::before {
  content: "★";

  position: absolute;

  left: 0;

  color: gold;
}
