/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@font-face {
  font-family: 'Prompt-Light';
  src: url('../../assets2/font/Prompt-Light.otf');
}
@font-face {
  font-family: 'Prompt-Bold';
  src: url('../../assets2/font/Prompt-Bold.otf');
}
@font-face {
  font-family: 'Prompt-Medium';
  src: url('../../assets2/font/Prompt-Medium.otf');
}
@font-face {
  font-family: 'Prompt-Thin';
  src: url('../../assets2/font/Prompt-Thin.otf');
}
@font-face {
  font-family: 'Prompt-Regular';
  src: url('../../assets2/font/Prompt-Regular.otf');
}
@font-face {
  font-family: 'CSPraJad';
  src: url('../../assets2/font/CSPraJad.otf');
}

html {
	height: 100%;
}
body {
  font-family: 'Prompt-Light', Fallback, sans-serif;
  color: #58291a;
  min-height: 100%;
  position: relative;
}
@media (min-width: 992px) {
  body {
    padding-bottom: 320px;
  }
}

@media (min-width: 1200px) {
  body {
    padding-bottom: 320px;
  }
}
a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: #58291a;
}
p {
	margin-bottom: 0;
}
html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
	height: 0px;
    background: transparent;  /* optional: just make scrollbar invisible */
}

:root {
  --kawe-white: #fef6e6;
  --kawe-black: #58291a;
  --kawe-orange: #ff7f00;
}
/* color : var(--kawe-orange); */

/* Kawe Style
--------------------------------------------------- */
/* //////////// Container /////////////// */

.bodyWood {
	background-color: #f5e3cf;
	background: url('../../assets2/img/wood-bg.webp');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
}

.container-checkscreen {
  width: 100%;
}

@media (min-width: 992px) {
  .container-checkscreen {
    max-width: 960px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .container-checkscreen {
    max-width: 1140px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  }
}

.container-checkscreen.cartoonview,#all-content {
	max-width: 100%;
}

.container-checkscreen.cartoonview > div.main-detail > div,div.footer-read-page {
	margin-left: auto;
	margin-right: auto;
}


@media (min-width: 992px) {


	.container-checkscreen.cartoonview > div.main-detail > div,div.footer-read-page,#header-detail-desk {
		max-width: 930px;
	}

	.container-checkscreen.cartoonview > div.main-detail >  div.landscape,div.footer-read-page.landscape,#header-detail-desk.landscape {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.container-checkscreen.cartoonview > div.main-detail > div,div.footer-read-page,#header-detail-desk {
		max-width: 1110px;
		
	}

	.container-checkscreen.cartoonview > div.main-detail > div.landscape, div.footer-read-page.landscape,#header-detail-desk.landscape {
		max-width: 100%;
	}
}

/* ////////////////////////////////////// */

/* ///////////// Header ///////////////// */
.loadapppop {
	background-color:#d3b8a4; 
	padding:10px;
	z-index: 9999;
}
.bg-top {
	background-color: #e26e23;
	padding: 0;
}
.kawe-logo {
	width: 38px;
	height: 38px;
}
.kawebook-logo {
	width: 100px;
	white-space: 0;
}
.profile-logo {
	width: 100%;
}
.profile-logo-lg {
	display:inline-block;
	border-radius: 30px;
	width: 40px;
	height:40px;
	overflow:hidden;
	margin-right:10px;
}
.profile-name-lg {
	width: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
}
.icon-menu {
	height: 40px;
        margin-top: 5px;
        margin-bottom: 7px;
}
.header-menu-item {
	padding: 10px 0px !important;
	text-align: center;
	cursor: pointer;
}
.cursor-pointer {
	cursor: pointer;
}
.header-menu-item:hover {
	background-color: #e7ab91;
}
.menu-item-active {
	background-color: #e7ab91;
}
.header-menu-item p {
	padding-top: 5px;
	font-size: 0.85rem;
	color: #58291a;
}
.btn-search-header {
	background-color: #e26e23;
	color: #fef6e6 !important;
	border-radius: 0;
	cursor: pointer;
}
/* /////////////////////////////////// */

/* ////////////// Footer ///////////// */
.bg-foot-desk {
	bottom: 0;
    position: absolute;
	padding: 0;
}
.loadapp-img {
	position: absolute;
	bottom: -40px;
	right: 0px;
}
.bg-foot {
	background-color: #a4a4a4;
	padding: 16px 15px 16px 16px;
	bottom: 0;
    position: absolute;
}
.bg-foot p {
	font-size: 0.55rem;
	margin-bottom : 0;
	color: #424242;
	padding-top: 6px;
}
.menu-footer {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.menu-footer li {
	float: left;
}

.menu-footer li a {
	display: block;
	color: #e26e23;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	padding: 2px 5px;
	text-decoration: none;
	border-left: 1px solid #e26e23;
}
/* /////////////////////////////////// */

/* /////// Navigation Profile //////// */
.nav-profile {
	padding: 25px 30px;
}
.nav-profile-detail {
	font-size: 1.1rem;
	color: #5b3e2d;
	font-weight: bold;
	padding-bottom: 5px;
}
/* /////////////////////////////////// */

/* /////////// Search Novel ////////// */
.group-search {
	background-color: #f6e0d3;
	padding: 18px 18px 4px 18px;
}
.group-search p {
	color: #e26e23;
	font-size: 0.8rem;
	padding-top: 2px;
}
.btn-search {
	background-color: #e26e23;
	float: right;
	width: 100%;
}
/* /////////////////////////////////// */

/* ////////// Banner Slide /////////// */
.swiper-container {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 95%;
}
@media (min-width: 992px) {
	.swiper-slide {
		width: 50%;
	}
}
@media (min-width: 1200px) {
	.swiper-slide {
		width: 50%;
	}
}
.swiper-slide img {
	width: 100%;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: rgba(255,255,255,0.2);
}
.swiper-pagination-bullet-active {
	background: #fff;
}
/* /////////////////////////////////// */

.group-story {
	padding: 10px;
}
.story {
/*	background-color: #fef6e6;*/
	background-color: rgba(255,255,255,0.5);
	padding: 5px 5px 0 5px;
	display: inline-block;
}
@media (min-width: 576px) { 
	.col-3-5 {
		width: 29.16655%;
	}
	.col-6-5 {
		width: 55%;
	}
}
@media (min-width: 576px) and (max-width: 767.98px) {
	.col-3-5 {
		width: 17%;
	}
	.col-6-5 {
		width: 28%;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.col-3-5 {
		width: 17%;
	}
	.col-6-5 {
		width: 28%;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.col-3-5 {
		width: 15%;
	}
	.col-6-5 {
		width: 25.5%;
	}
	.group-story-odd {
		background-color: rgba(226,110,35,0.3);
	}
	.group-story-even {
		background-color: rgba(226,110,35,0.1);
	}
}
@media (min-width: 1200px) {
	.col-3-5 {
		width: 15%;
	}
	.col-6-5 {
		width: 25.5%;
	}
	.group-story-odd {
		background-color: rgba(226,110,35,0.3);
	}
	.group-story-even {
		background-color: rgba(226,110,35,0.1);
	}
}
.col-3 {
	width: 25%;
	display: inline-block;
	padding: 0;
}
.col-2-5 {
	width: 23%;
	display: inline-block;
	padding: 0;
}
.col-5-5 {
	width: 38%;
}
@media (min-width: 576px) {
	.col-5-5 {
		width: 45%;
	}
}
@media (min-width: 768px) {
	.col-5-5 {
		width: 40%;
	}
}
@media (min-width: 992px) {
	.col-5-5 {
		width: 40%;
	}
}
@media (min-width: 1200px) {
	.col-5-5 {
		width: 40%;
	}
}
.col-5-5-less {
	width: 38%;
}
@media (min-width: 576px) {
	.col-5-5-less {
		width: 45%;
	}
}
@media (min-width: 600px) {
	.col-5-5-less {
		width: 28%;
	}
}
@media (min-width: 768px) {
	.col-5-5-less {
		width: 22.9%;
	}
}
@media (min-width: 992px) {
	.col-5-5-less {
		width: 24.5%;
	}
}
@media (min-width: 1200px) {
	.col-5-5-less {
		width: 20.5%;
	}
}
.img-story {
	height: 112px; 
	overflow: hidden; 
	margin-bottom: 6px;
}

.img-story img {
	max-height: 112px;
}
@media (min-width: 375px) {
	.img-story {
		height: 122px;
	}
	.img-story img {
		max-height: 122px;
	}
}
@media (min-width: 576px) {
	.img-story {
		height: 124px;
	}
	.img-story img {
		max-height: 124px;
	}
}
@media (min-width: 768px) {
	.img-story {
		height: 166px;
	}
	.img-story img {
		max-height: 166px;
	}
}
@media (min-width: 992px) {
	.img-story {
		height: 204px;
	}
	.img-story img {
		max-height: 204px;
	}
}
@media (min-width: 1200px) {
	.img-story {
		height: 204px;
	}
	.img-story img {
		max-height: 204px;
	}
}
.img-story-ebook {
	height: 90px; 
	overflow: hidden; 
}
@media (min-width: 375px) {
	.img-story-ebook {
		height: 98px;
	}
}
@media (min-width: 576px) {
	.img-story-ebook {
		height: 124px;
	}
}
@media (min-width: 768px) {
	.img-story-ebook {
		height: 136px;
	}
}
@media (min-width: 992px) {
	.img-story-ebook {
		height: 164px;
	}
}
@media (min-width: 1200px) {
	.img-story-ebook {
		height: 164px;
	}
}
.ebook-img {
	position: absolute;
	top: 6px;
	left: 18px;
	right: 18px;
}
@media (min-width: 375px) {
	.ebook-img {
		left: 19px;
		right: 20px;
	}
}
@media (min-width: 576px) {
	.ebook-img {
		left: 22px;
		right: 22px;
	}
}
@media (min-width: 768px) {
	.ebook-img {
		left: 24px;
		right: 26px;
	}
}
@media (min-width: 992px) {
	.ebook-img {
		left: 28px;
		right: 30px;
	}
}
@media (min-width: 1200px) {
	.ebook-img {
		left: 28px;
		right: 30px;
	}
}
.img-story-ebook-modal {
	height: 180px;
	position: relative;
}
@media (min-width: 992px) {
	.img-story-ebook-modal {
		height: 270px;
	}
}
@media (min-width: 1200px) {
	.img-story-ebook-modal {
		height: 270px;
	}
}
.ebook-img-modal {
	position: absolute;
	top: 0px;
	left: 15px;
	right: 18px;
}
.ebook-img-modal img {
	height: 154px;
	width: 110px; 	
}
@media (min-width: 992px) {
	.ebook-img-modal img {
		width: 165px;
    	height: 231px;
	}
}
@media (min-width: 1200px) {
	.ebook-img-modal img {
		width: 165px;
    	height: 231px;
	}
}
.story-img {
	width: 100%;
	padding-bottom: 6px;
}
.icon-view{
	width: 20px;
	padding-bottom: 0 !important;
}
.story div { 
	padding-bottom: 5px;
}

div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
}
.icon-group-story {
	height: 36px;
	margin-right: 10px;
}
@media (min-width: 992px) {
	.icon-group-story {
		height: 60px;
	}
}
@media (min-width: 1200px) {
	.icon-group-story {
		height: 60px;
	}
}
.novel{
	line-height: 70%;
	color: #58291a;
}
.novel-type{
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 70%;
	color: #58291a;
}
@media (min-width: 992px) {
	.novel-type{
		font-size: 1.5rem;
		line-height: 100%;
	}
}
@media (min-width: 1200px) {
	.novel-type{
		font-size: 1.5rem;
		line-height: 100%;
	}
}
.novel-name {
	font-size: 0.8rem;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	color: #E52A25;
}
@media (min-width: 992px) {
	.novel-name {
        font-size: 1rem;
        font-weight: bold;
        color: #E52A25;
	}
}
@media (min-width: 1200px) {
	.novel-name {
        font-size: 1rem;
        font-weight: bold;
        color: #E52A25;
	}
}
.name-last {
	font-size: 0.9rem;
}
@media (min-width: 992px) {
	.name-last {
		font-size: 1.2rem;
	}
}
@media (min-width: 1200px) {
	.name-last {
		font-size: 1.2rem;
	}
}
.novel-name-type {
	font-size: 0.8rem;
	text-overflow: ellipsis;
	white-space: nowrap;
        overflow: hidden;
	color: #7d746d;
}
@media (min-width: 992px) {
	.novel-name-type {
            font-size: 0.8rem;
            font-weight: bold;
	}
}
@media (min-width: 1200px) {
	.novel-name-type {
            font-size: 0.8rem;
            font-weight: bold;
	}
}

.novel-view {
	font-size: 0.8rem;
	text-overflow: ellipsis;
	white-space: nowrap;
        overflow: hidden;
	color: #e26e23;
}
@media (min-width: 992px) {
	.novel-view {
            font-size: 0.8rem;
            font-weight: bold;
	}
}
@media (min-width: 1200px) {
	.novel-view {
            font-size: 0.8rem;
            font-weight: bold;
	}
}
.novel-view-less {
	font-size: 0.8rem;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	color: #e26e23;
}
@media (min-width: 768px) {
	.novel-view-less {
            font-size: 0.8rem;
            font-weight: bold;
	}
}
@media (min-width: 992px) {
	.novel-view-less {
            font-size: 0.9rem;
            font-weight: bold;
	}
}
@media (min-width: 1200px) {
	.novel-view-less {
            font-size: 0.9rem;
            font-weight: bold;
	}
}

/* ///////////// Novel Top /////////// */
@media (min-width: 992px) {
	.content-top-novel {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (min-width: 1200px) {
	.content-top-novel {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.ribbin {
	display: inline;
	position: absolute;
	left:5px;
}
.ribbin img {
	width: 26px;
}
.num-ribbin {
	position: absolute;
	color: #fef6e6;
	z-index: 0;
	padding-top: 10px;
	font-size: 0.8rem;
	width: 100%;
	text-align: center;
}
.novel-top-name-type {
	font-size: 0.65rem;
	text-overflow: ellipsis;
	white-space: nowrap;
        overflow: hidden;
	padding-bottom: 2px; 
}
@media (min-width: 992px) {
	.novel-top-name-type {
		font-size: 0.8rem;
                height: 28px;
	}
}
@media (min-width: 1200px) {
	.novel-top-name-type {
		font-size: 0.8rem;
                height: 28px;
	}
}
.novel-top-name-type-less {
	font-size: 0.65rem;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	padding-bottom: 2px; 
}
@media (min-width: 768px) {
	.novel-top-name-type-less {
		font-size: 0.75rem;
        height: 17px;
	}
}
@media (min-width: 992px) {
	.novel-top-name-type-less {
		font-size: 0.9rem;
        height: 26px;
	}
}
@media (min-width: 1200px) {
	.novel-top-name-type-less {
		font-size: 0.9rem;
        height: 26px;
	}
}
.novel-top-name {
	
	font-size: 0.8rem;
        color: #ff0000;
	padding-bottom: 0;
        display: block;
	display: -webkit-box;
	max-width: 100%;
	height: 40px;
	margin: 0 auto;
	line-height: 1.5;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
        
}
@media (min-width: 992px) {
	.novel-top-name {
		font-size: 1rem;
		height: 50px;
                color: #ff0000;
	}
}
@media (min-width: 1200px) {
	.novel-top-name {
		font-size: 1rem;
		height: 50px;
                color: #ff0000;
	}
}
.novel-top-name-less {	
	font-size: 0.8rem;
    color: #ff0000;
	padding-bottom: 0;
    display: block;
	display: -webkit-box;
	max-width: 100%;
	height: 40px;
	margin: 0 auto;
	line-height: 1.5;
	white-space: normal;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
        
}
@media (min-width: 768px) {
	.novel-top-name-less {
		font-size: 0.9rem;
		height: 40px;
        color: #ff0000;
	}
}
@media (min-width: 992px) {
	.novel-top-name-less {
		font-size: 1.1rem;
		height: 54px;
        color: #ff0000;
	}
}
@media (min-width: 1200px) {
	.novel-top-name-less {
		font-size: 1.1rem;
		height: 54px;
        color: #ff0000;
	}
}
.story-top {
	background-color: #fef6e6;
	background-color: rgba(255,255,255,0.5);
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	display: block;
}
.in-story-top {
	padding-right: 10px;
	height:98px;
	overflow:hidden;
}
@media (min-width: 576px) {
	.in-story-top {
		height: 124px;
	}
	.in-story-top img{
		max-height: 124px;
	}
}
@media (min-width: 600px) {
	.in-story-top {
		height: 100px;
	}
	.in-story-top img{
		max-height: 100px;
	}
}
@media (min-width: 768px) {
	.in-story-top {
		height: 110px;
	}
	.in-story-top img{
		max-height: 110px;
	}
}
@media (min-width: 992px) {
	.in-story-top {
		height:130px;
	}
	.in-story-top img{
		max-height: 130px;
	}
}
@media (min-width: 1200px) {
	.in-story-top {
		height:130px;
	}
	.in-story-top img{
		max-height: 130px;
	}
}
.novel-top-name-view {
	font-size: 0.8rem;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	color: #7d746d;
}
@media (min-width: 992px) {
	.novel-top-name-view {
		font-size: 0.9rem;
	}
}
@media (min-width: 1200px) {
	.novel-top-name-view {
		font-size: 0.9rem;
	}
}
/* /////////////////////////////////// */

/* ///////////// Novel Update /////////// */
.story-full {
	background-color: rgba(255,255,255,0.5);
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	display: inline-block;
}
.story-full-last {
	background-color: rgba(255,255,255,0.5);
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	display: inline-block;
	max-height: 167px;
}
.story-full-last:hover {
    box-shadow: 0 0 10px rgba(33,33,33,0.8); 
}

.story-full-last2 {
	background-color: rgba(255,255,255,0.5);
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	display: inline-block;
	
}
.story-full-last2:hover {
    box-shadow: 0 0 10px rgba(33,33,33,0.8); 
}

.story-full-img {
	max-width: 100%;
	padding-right: 10px;
}
.story_pro_img {
	width: 30%;
	height: 145px; 
	overflow: hidden;
}
@media (min-width: 576px) {
	.story_pro_img {
		width:18%; 
	}
}
@media (min-width: 768px) {
	.story_pro_img {
		width:17%; 
	}
}
@media (min-width: 992px) {
	.story_pro_img {
		width: 17%;
		height:157px; 
	}
}
@media (min-width: 1200px) {
	.story_pro_img {
		width: 17%;
		height:157px; 
	}
}
.story_update {
	width: 100%;
}
@media (min-width: 992px) {
	.story_update {
		width: calc(50% - 5px);
	}
}
@media (min-width: 1200px) {
	.story_update {
		width: calc(50% - 5px);
	}
}
.story_update_img {
	width: 30%;
	height: 145px; 
	overflow: hidden;
}
@media (min-width: 576px) {
	.story_update_img {
		width: 18%;
		height: 145px;
	}
}
@media (min-width: 768px) {
	.story_update_img {
		width: 17%;
		height: 145px; 
	}
}
@media (min-width: 992px) {
	.story_update_img {
		width: 25.5%;
		height:157px; 
	}
}
@media (min-width: 1200px) {
	.story_update_img {
		width: 25.5%;
		height:157px; 
	}
}
.novel-full-name {
	font-family: 'Prompt-Medium', Fallback, sans-serif;
	font-size: 0.9rem;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	padding-bottom: 3px;
}
.novel-full-name-type {
	font-size: 0.8rem;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	padding-bottom: 3px; 
}
.space {
	padding-right: 12px;
}
/* /////////////////////////////////// */

.menu-img {
	max-width: 100%;
}
/* /////////////////////////////////// */

.ads {
	height: 110px; 
}
.bear-wait {
	width: 180px;
}


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ////////// Navigaiton //////////// */
.nav {
	background-color:#f6e0d3;
	font-size: 0.9rem;
}
.nav a.active {
	color: black;
	font-weight: 900;
	border-bottom: 2px solid #e26e23;
}
.nav-item {
	padding: 0;
}
.nav-link {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}
/* /////////////////////////////////// */

/* ////////// Navigaiton2 //////////// */
.nav2 {
	background: transparent;
	font-size: 1rem;
	font-weight: 900;
	border-bottom: 2px solid #e26e23;
}
.nav2 a.active {
	color: #fef6e6;
	background-color: #e26e23;
}
.nav2 a {
	color: #e26e23;
}
.nav2-item {
	padding: 0;
}
.nav2-link {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
}
/* /////////////////////////////////// */

/* ////////// Image Story //////////// */
.bg-image {
    overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 100%;
}
.bg-image-img {
	width: 100%;
	background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
	filter: blur(8px);
	-webkit-filter: blur(8px);
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
}
.bg-image-text {
	color: #fef6e6;
	font-family: Prompt-Light;
	width: 100%;
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	background-color: rgba(255,255,255, 0.6); /* Black w/opacity/see-through */
}
.bg-image-text div {
	bottom:0; 
	position: absolute; 
	padding-bottom: 5px; 
	left: 0; 
	right: 0;
	margin-left: auto;
	margin-right: auto; 
}
.bg-image-text img {
	width: 170px;
	margin-bottom: 25px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.bg-image-text p {
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}

/* /////////////////////////////////// */

/* ///////// Detail Story //////////// */
.list-group-item:first-child {
   border-top-right-radius: 0px !important;
   border-top-left-radius: 0px !important;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.detail-story {
	background-color: #fefef6;
}
.detail-story span {
	font-family: Prompt-Medium;
	font-size: 0.9rem;
}
.detail-story p {
	color: #b2aeaf;
	font-size: 0.82rem;
	text-align: center;
}
.action-detial {
	text-align: center; 
	padding-left: 5px; 
	padding-right: 5px;
}
.btn-act-story {
	border: 1.5px solid #e26e23;
	border-radius: 5em / 5em;
	background-color: transparent;
	width: 100%;
	height: 26px;
	padding: 0;
}
.content {
	padding: 5px 15px 5px 15px;
	height: 55px;
}
.activity {
	padding: 5px 15px 5px 15px;
	height: 60px;
}
/* /////////////////////////////////// */

/* ///////// List Chapter //////////// */
.header-desk {
	padding: 10px 10px; 
	color:#58291a; 
	background-color:rgba(232,131,87,0.5); 
	border-left:7px solid #d97857; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.card-header:first-child {
   border-top-right-radius: 0px !important;
   border-top-left-radius: 0px !important;
}

.card-header:last-child {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.card-header {
	background-color: #e26e23;
	margin-bottom: 0;
	border: 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #fef6e6 !important;
	font-family: Prompt-Medium;
	font-size: 1rem;
	text-align: left;
	height: 48px;
}
.card-header:focus {
    border: none;
    outline: none;
}
.card-header:after {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106"; /* ^ */
    float: right;
}
.card-header.collapsed:after {
    content: "\f107"; /* v */
}
.card-header div {
	padding: 0; 
	display:inline-block; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden; 
}
.card-header-desk:first-child {
   border-top-right-radius: 0px !important;
   border-top-left-radius: 0px !important;
}

.card-header-desk:last-child {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.card-header-desk {
	background-color: rgba(255,183,122,0.7);
	margin-bottom: 0;
	border: 0;
	padding: 20px 20px 20px 30px;
	color: #5f3713 !important;
	font-family: CSPraJad;
	font-size: 20px;
	text-align: left;
	height: 65px;
        font-weight: 600;
}

.card-header-desk:focus {
    border: none;
    outline: none;
}
.card-header-desk:after {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106"; /* ^ */
    float: right;
}
.card-header-desk.collapsed:after {
    content: "\f107"; /* v */
}
.card-header-desk div {
	padding: 0; 
	display:inline-block; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden; 
}
.chapter-group {
	background-color: #f7e0d0;
	padding: 0 10px 0 15px;
	border-left: 0;
	border-right: 0;
	height: 48px;
	text-align: left;
}
.chapter-group-desk {
	background-color: rgba(255,212,168,0.7);
	padding: 0 20px 0 30px;
	height: 65px;
	text-align: left;
}
.readed {
	background-color: #fefef6;
	color: #d0cfca;
}
.readed-desk {
	background-color: rgba(255,237,221,0.7);
	color: #7d7c78;
}
.chapter-group img {
	width: 18px;
}
.isMyStory {
	color : #29b04e;
	font-size: 0.8rem;
	text-align: right;
	width: 80px;
}
.isAdmin {
	color : #009e2ba6;
	font-size: 0.8rem;
	text-align: right;
	width: 80px;
}
.free {
	color : #29b04e;
	font-size: 0.8rem;
	text-align: right;
	width: 30px;
}
.free-desk {
	color : #009e2b;
	font-weight: bold;
	font-size: 1rem;
	text-align: right;
	width: 100px;
}
.opened {
	color : orange;
	font-size: 0.8rem;
	text-align: right;
	width: 50px;
}
.opened-desk {
	color : orange;
	font-size: 1rem;
	text-align: right;
	width: 50px;
}
.reading {
	color : red;
	font-size: 0.8rem;
	text-align: right;
	width: 60px;
}
.reading-desk {
	color : red;
	font-size: 1rem;
	text-align: right;
	width: 60px;
}
.chapter {
	text-overflow: ellipsis;
	font-size: 1rem;
	color: #5f3713;
	white-space: nowrap;
    overflow: hidden;
	font-family: Prompt-Regular;	
}
.chapter-desk {
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: bold;
	color: #5f3713;
	white-space: nowrap;
    overflow: hidden;
	font-family: CSPraJad;	
}
/* /////////////////////////////////// */

/* ////////// Modal Heart //////////// */
.header-send-heart {
	background-color:#fbe7e8;
	font-family: Prompt-Medium;
	color: #b32926;
	font-size: 1.3rem;
	border-bottom: 0;
	text-align: center;
	padding: 16px 16px 0 52px;
}
.header-send-heart-desk {
	background-color:#e6e5d0;
	font-family: Prompt-Medium;
	color: #392212;
	font-size: 2rem;
	border-bottom: 0;
	text-align: center;
	padding: 16px 16px 0 52px;
	border-radius: 0;
}
.body-send-heart {
	background-color:#fbe7e8;
	text-align: center;
	padding: 0 20px 5px 20px;
}
.body-send-heart-desk {
	background-color:#e6e5d0;
	font-family: Prompt-Medium;
	text-align: center;
	padding: 15px;
}
.send-heart {
	background-color: #b32926;
	font-family: Prompt-Medium;
	color: #fddf4d;
	font-size: 1.3rem;
	letter-spacing: 1.2px;
	text-align: center;
	padding: 12px;
	border-radius: 0 0 5px 5px;
}
.send-heart-desk {
	background-color: #e6e5d0;
	font-family: Prompt-Medium;
	text-align: center;
	padding: 20px 70px;
	border-radius: 0;
}
.body-add-heart {
	background-color: #f7e0d0;
	font-size: 1.1rem;
	font-family: Prompt-Medium;
	font-weight: 90;
	border-radius: 5px 5px 0 0;
	text-align: center;
	padding: 0 16px 5px 16px;
}
.add-heart {
	background-color: #e26e23;
	font-family: Prompt-Medium;
	color: #f7f0e3;
	font-size: 1.5rem;
	letter-spacing: 1.2px;
	text-align: center;
	padding: 10px;
	border-radius: 0 0 5px 5px;
}
/* /////////////////////////////////// */

/* /////////// Abstract ////////////// */
.abstract-content {
	background-color: rgba(255,255,255,0.5);
	padding: 5px;
	margin: 5px;
	display: inline-block;
	font-size: 0.9rem;
	width: calc(100% - 10px);
	height: 100%;
}
.abstract-content-desk {
	background-color: rgba(255,255,255,0.5);
	padding: 20px;
	display: inline-block;
	font-size: 0.9rem;
	height: 100%;
	width: 100%;
}
.abstract-content-desk2 {
	background-color: rgba(255,255,255,0.5);
	padding: 20px;
	display: inline-block;
	font-size: 0.9rem;
	
}

/* /////////////////////////////////// */

/* ///////////// Review ////////////// */
.title-review {
	padding: 0 15px 10px 15px;
	margin: 10px 0 10px 0;
	border-bottom: 2px solid #d7cabe;
}
.btn-review {
	border: 1px solid #b36024;
	background-color: #ffe7cb;
	color: #b36024 !important;
	font-size: 0.8rem;
}
.card-review {
	background-color: #fef6e6;
	background-color: rgba(255,255,255,0.5);
	margin-bottom: 5px;
	border: 0;
	border-bottom: 1px solid #b7a89a;
}
.user-review {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	overflow: hidden;
}
.user-review-img {
	width:auto; 
	padding-right:10px;
}
@media (min-width: 992px) {
	.user-review-img {
		padding-right:20px;
	}
}
@media (min-width: 1200px) {
	.user-review-img {
		padding-right:20px;
	}
}
.user-review-desk {
	width: 45px;
	height: 45px;
	border-radius: 5px;
	overflow: hidden;
}
@media (min-width: 992px) {
	.user-review-desk {
		width: 55px;
		height: 55px;
	}
}
@media (min-width: 1200px) {
	.user-review-desk {
		width: 55px;
		height: 55px;
	}
}
.review-name {
	color: #ca6e35;
	font-size: 0.9rem;
}
.review-time {
	color: #b5b1a6;
	font-size: 0.7rem;
}
.review-time-desk {
	color: #b5b1a6;
	font-size: 0.8rem;
}
.review-name-desk {
	color: #ca6e35;
	font-size: 1rem;
	font-weight: bold;
}
@media (min-width: 992px) {
	.review-name-desk {
		font-size: 1.1rem;
	}
}
@media (min-width: 1200px) {
	.review-name-desk {
		font-size: 1.1rem;
	}
}
.review-name-desk a {
	color: #ca6e35;
	font-size: 1 rem;
}
@media (min-width: 992px) {
	.review-name-desk a {
		font-size: 1.1rem;
	}
}
@media (min-width: 1200px) {
	.review-name-desk a {
		font-size: 1.1rem;
	}
}
.review-time-desk {
	color: #b5b1a6;
	font-size: 0.9rem;
}
.replied {
	padding-left:25px; 
	position:relative;
}
@media (min-width: 992px) {
	.replied {
		padding-left:50px; 
	}
}
@media (min-width: 1200px) {
	.replied {
		padding-left:50px; 
	}
}
.replied-icon {
	position:absolute; 	
	left:0;
	font-size: 20px; 
	padding-left: 3px;
}
@media (min-width: 992px) {
	.replied-icon {
		font-size: 30px; 
		padding-left: 10px;
	}
}
@media (min-width: 1200px) {
	.replied-icon {
		font-size: 30px; 
		padding-left: 10px;
	}
}
.review-reply-btn {
	width:auto; 
	height:32px; 
	font-size: 14px;
}
@media (min-width: 992px) {
	.review-reply-btn {
		height:38px; 
		font-size:16px; 
	}
}
@media (min-width: 1200px) {
	.review-reply-btn {
		height:38px; 
		font-size:16px; 
	}
}
.review-back-btn {
	width:auto; 
	margin-top:0; 
	font-size:0.8rem; 
	height:30px;
}
@media (min-width: 992px) {
	.review-back-btn {
		font-size:0.9rem; 
		height:35px;
	}
}
@media (min-width: 1200px) {
	.review-back-btn {
		font-size:0.9rem; 
		height:35px;
	}
}
.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #e26e23;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  margin: 16px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* /////////////////////////////////// */

/* ---------------------------------------------- */
/* //////////// Button Action //////// */
.row {
	margin: 0;
}
.btn-action {
	border-radius: 5em / 5em;
	background-color: #e26e23;
	color: #fffbf8 !important;
	font-size: 1rem;
	width: 100%;
}
.group-action {
	padding: 15px 10px 15px 10px;
}
.group-detail {
	padding: 5px 0 5px 10px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  color: rgb(243 251 228)!important;
  background-color: #e26e22!important;
  border-bottom: 1px solid rgb(53 81 58 / 40%);
}
.hr-group {
	border: 1px solid #e26e23;
	margin: 0 10px 0 10px;
}
/* /////////////////////////////////// */

/* ///////// Detail Story //////////// */
.btn-action-detail {
	background-color: transparent;
	padding: 0 10px;
}
.name-detial {
    text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	font-weight: 900;
}
.btn-read-menu {
	background-color: #e26e23;
	text-align: center;
	color: #fef6e6 !important;
	font-size: 1.2rem;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	width: 100%;
	border-radius: 0;
}
.btn-read-menu-mobile {
	background-color: #eec4ac;
	text-align: center;
	color: #58291a !important;
	font-size: 0.9rem;
	border-radius: 0;
	padding: 6px 0;
	width: 100%;
}
.header-detail-desk {
	padding: 15px 25px; 
	font-size: 1.6rem;
	color:#1B3923; 
	border-left:7px solid #1B3923; 
	font-family: CSPraJad;
}
.tag-desk {
	padding: 15px 10px; 
	color:#58291a; 
	background-color: transparent; 
}
/* /////////////////////////////////// */

/* ---------------------------------------------- */
/* // ////// Slid Menu Kawe ////////// */
.kawe-sidenav {
  height: 83%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 55.39px;
  left: 0;
  background-color: #f7e0d0;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: 1px 1px 2px #a97256;
}

.kawe-sidenav a {
  padding: 10px 8px 10px 16px;
  text-decoration: none;
  font-size: 1.1rem;
  color: #6d5a4c;
  font-family: Prompt-Regular;
  display: block;
  transition: 0.3s;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}
.kawe-sidenav i {
  width: 42px;
  font-size: 1.3rem;
}

.kawe-sidenav a:hover {
	color: #2a2a1e;
	background-color: #f6bb9d;
	border-left: 5px solid #e26e23;
}
.kawe-sidenav a:hover i {
	color: #e26e23;
}

.kawe-sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .kawe-sidenav {padding-top: 15px;}
  .kawe-sidenav a {font-size: 18px;}
}
/* /////////////////////////////////// */

/* // ////// Slide Menu Member ////////// */
.member-logo {
	border-radius: 0px;
	vertical-align: middle;
	float: left;
}
.signin-logo {
	/*height: 55.39px;*/
	width: auto;
	border-radius: 0px;
	vertical-align: middle;
	float: left;
	font-size: 0.85rem;
	color: #fef6e6;
}
.member-logo:focus,.signin-logo:focus {
    border: none;
    outline: none;
}
.member-sidenav {
  height: 0;
  width: 250px;
  position: fixed;
  z-index: 2;
  top: 45px;
  right: 0;
  background-color: #f7e0d0;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: 0.5s;
  box-shadow: -1px 0 2px 0 #a97256;
}
.member-sidenav a {
  padding: 10px 8px 10px 16px;
  text-decoration: none;
  font-size: 1.1rem;
  color: #6d5a4c;
  font-family: Prompt-Regular;
  display: block;
  transition: 0.3s;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}
.member-sidenav i {
  width: 42px;
  font-size: 1.3rem;
}

.member-sidenav a:hover {
	color: #2a2a1e;
	background-color: #f6bb9d;
	border-left: 5px solid #e26e23;
}
.member-sidenav a:hover i {
	color: #e26e23;
}

.member-sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .member-sidenav {padding-top: 15px;}
  .member-sidenav a {font-size: 18px;}
}
.btn-addheart {
	background-color: #e26e23;
	color: #fef6e6 !important;
	width: 235px;
	border-radius: 0;
	margin: 0 7px 15px 7px;
}
.member-name {
	margin : 12px 15px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0.75rem;
	font-weight: 900;
}
.member-data {
	margin : 15px;
	overflow: hidden;
	white-space: nowrap;
	color: #6d5d50;
	font-family: Prompt-Regular;
}
/* /////////////////////////////////// */

/* --------------------------------------------------- */
/* //////////// Sign In ////////////// */
.content-regis {
	width: 100%;
}
@media (min-width: 992px) {
	.content-regis {
		width: auto;
	}
}
@media (min-width: 1200px) {
	.content-regis {
		width: auto;
	}
}
.bg-signin-image {
	width: 100%;
	height: 225px;
	overflow: hidden;
}
.bg-book-img {
	width: 100%;
	text-align: center;
}
.bg-book-text {
	color: #fafaed;
	font-family: Prompt-Light;
	width: 100%;
	height: 225px;
	overflow: hidden;
	display: inline;
	position: absolute;
	text-align: center;
	background-color: rgba(55,65,38,0.7);
}
.img-profile {
	width: 100%;
}
.group-form {
	padding: 20px;
}
@media (min-width: 992px) {
	.group-form {
		padding: 0 0 20px 0;
	}
}
@media (min-width: 1200px) {
	.group-form {
		padding: 0 0 20px 0;
	}
}
.form-content {
	margin-bottom: 10px;
	border: 0;
}
.checkbox-form {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 0.8rem;
}
.round-image {
	border-radius: 100px;
	border: 1px solid #fafaed;
	width: 135px;
	height: 135px;
	margin: 0;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.bottom-right {
	border-radius: 10px;
	position: absolute;
	bottom: 8px;
	right: 16px;
	background-color: rgba(55,65,38,0.7);
	padding: 0 7px;
	font-size: 1.4rem;
}
.btn-outline-secondary {
	border: 0;
	padding: 0;
}
.form-control:read-only {
	background-color: #fef6e6;
}
.checkbox-regis {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.9rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-regis input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark-regis {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #06673a;
}
.checkbox-regis input:checked ~ .checkmark-regis {
  background-color: #06673a;
}
.checkmark-regis:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-regis input:checked ~ .checkmark-regis:after {
  display: block;
}

.checkbox-regis .checkmark-regis:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* /////////////////////////////////// */

/* //////////// Log In /////////////// */
.content-login {
	padding: 30px;
	text-align:center;
	width: 100%;
}
@media (min-width: 768px) {
	.content-login {
		margin-left: auto;
		margin-right: auto;
		width: 50%;
		padding: 30px 0 30px 30px;
	}
}
@media (min-width: 992px) {
	.content-login {
		width: auto;
	}
}
@media (min-width: 1200px) {
	
}
@media (min-width: 992px) {
	.input-login {
		font-size: 1.2rem; 
	}
}
@media (min-width: 1200px) {
	.input-login {
		font-size: 1.2rem; 
	}
}
.text-login {
	color: #fc8038;
	font-family: Prompt-Medium;
	font-size: 1.6rem; 
}
@media (min-width: 992px) {
	.text-login {
		font-size: 2.2rem; 
	}
}
@media (min-width: 1200px) {
	.text-login {
		font-size: 2.2rem; 
	}
}
.text-action-login {
	font-size: 0.9rem;
	padding-top:5px;
	padding-bottom:15px;
	cursor: pointer;
}
@media (min-width: 992px) {
	.text-action-login {
		font-size: 1.2rem; 
	}
}
@media (min-width: 1200px) {
	.text-action-login {
		font-size: 1.2rem; 
	}
}
.btn-action-login {
	border:0;
	font-size: 0.9rem;
}
@media (min-width: 992px) {
	.btn-action-login {
		font-size: 1.2rem; 
	}
}
@media (min-width: 1200px) {
	.btn-action-login {
		font-size: 1.2rem; 
	}
}
.btn-action-login i{
	font-size:1.2rem;
}
@media (min-width: 992px) {
	.btn-action-login i{
		font-size: 1.7rem; 
	}
}
@media (min-width: 1200px) {
	.btn-action-login i{
		font-size: 1.7rem; 
	}
}
@media (min-width: 992px) {
	.btn-login {
		font-size: 2rem; 
	}
}
@media (min-width: 1200px) {
	.btn-login {
		font-size: 2rem; 
	}
}
.hr-sect {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: rgba(0, 0, 0, 0.3);
	font-size: 0.9rem;
	margin: 8px 0px;
}@media (min-width: 992px) {
	.hr-sect {
		font-size: 1.2rem; 
	}
}
@media (min-width: 1200px) {
	.hr-sect {
		font-size: 1.2rem; 
	}
}
.hr-sect::before,
.hr-sect::after {
	content: "";
	flex-grow: 1;
	background: rgba(0, 0, 0, 0.3);
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 16px;
}
/* /////////////////////////////////// */

/* /////////// Add heart ///////////// */
.title-page {
	background-color: #f6e0d3;
	font-family: Prompt-Medium;
	width: 100%;
	font-size: 1.2rem;
	padding: 15px 10px;
	color: #58291a;
}

@media (max-width: 425px) {
  .title-page {
  	font-size: 1rem;
  	padding: 5px;
	}
}

.content-tran {
	background-color: #fef6e6;
	background-color: rgba(255,255,255,0.5);
	margin: 8px;
	padding: 0 8px 15px 8px;
}
.addheart-detail {
	border: 1px solid #d9cec8;
	border-bottom: 0;
	padding: 8px 10px;
	align-items: center!important;
}
.addheart-detail span {
	color: #e26e23;
	font-family: Prompt-Medium;
	padding-left: 12px;
	font-size: 1.4rem;
}
.addheart-detail button {
	width: 100%;
	font-family: Prompt-Medium;
	background-color: #e26e23;
	color: #f4f583 !important;
	font-size: 1.4rem;
}
.ribbin-rec {
	position: absolute;
	top: -3px;
	left: -3px;
}
.ribbin-rec img {
	width: 40px;
	height: 40px;
}
.nav-heart-desk {
	background: transparent;
	font-weight: 900;
	font-size: 1.1rem;	
	border-bottom: 3px solid #e26e23;
}
.nav-heart-desk a {
	color: #e26e23;
}
.nav-heart-desk a.active {
	color: #fef6e6;
	font-weight: 900;
	background-color: #e26e23;
}
.nav-item-desk {
	padding: 0;
}
.nav-link-desk {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 2px;
}
.header-heart {
	background-color: #e6aa85;
	font-size: 1.2rem;
	color: #5b3e2d;
	font-weight: bold;
	padding: 10px 25px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.heart-pack-box {
	background-color: rgba(226,110,35,0.2);
	font-size: 1.05rem;
	color: #5b3e2d;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 0 0 0 20px;
	height: 55px;
}
/* /////////////////////////////////// */
/* /////// Deep Search Novel ///////// */
.content-search {
	padding: 20px 15px;
	margin: 0 5px;
	background-color: #fef6e6;
	background-color: rgba(255,255,255,0.7);
}
.set-middle {
	padding-top: 5px;
}
/* /////////////////////////////////// */

/* ///////////// Manual ////////////// */
.card-manual {
	background-color:#c4996c;
	color: #f4fee6 !important;
	font-family: Prompt-Regular;
}
.card-manual:after {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107"; /* v */
    float: left;
}
.card-manual.collapsed:after {
    content: "\f105"; /* > */
}
.card-manual.collapsed {
    color: #5b3e2d !important;
}
.howto-header {
	background-color: #f0c8ae;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 10px 0 10px 20px;
}
.howto-content {
	padding: 15px;
}
.card-howto {
	background-color:#c4996c;
	color: #5b3e2d !important;
	font-family: Prompt-Regular;
}
.card-howto:after {
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105"; /* > */
    float: left;
}
.howto-active {
	color: #f4fee6 !important;
	background-color: #a77c4f;
}
/* /////////////////////////////////// */

/* //////////// Your Story /////////// */
.yourstory-card {
	background-color: rgba(255,183,122,0.7);
	padding: 15px;
	margin-bottom: 5px;
	display: inline-block;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
	height: auto;
}
.yourstory-card-noshadow {
	background-color: rgba(226,110,35,0.3);
	padding: 15px;
	display: inline-block;
	height: auto;
}
.yourstory-novel {
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: 0;
	border-bottom: 1px solid #58291a;
	margin-bottom: 5px;
	color: #58291a;
}
@media (min-width: 992px) {
	.yourstory-novel {
		font-size: 1.2rem;
		padding-bottom: 7px;
		margin-bottom: 12px;
	}
}
@media (min-width: 1200px) {
	.yourstory-novel {
		font-size: 1.2rem;
		padding-bottom: 7px;
		margin-bottom: 12px;
	}
}
.type-novel {
	font-weight: bold;
	color: #58291a;
	font-size: 0.8rem;
}
}@media (min-width: 992px) {
	.type-novel {
		font-size: 1rem;
	}
}
@media (min-width: 1200px) {
	.type-novel {
		font-size: 1rem;
	}
}
.detail-novel {
	font-weight: bold;
	color: #775135;
	font-size: 0.8rem;
}
}@media (min-width: 992px) {
	.detail-novel {
		font-size: 1rem;
	}
}
@media (min-width: 1200px) {
	.detail-novel {
		font-size: 1rem;
	}
}
.set-card div {
	margin-bottom: 3px;
}
}@media (min-width: 992px) {
	.set-card div {
		margin-bottom: 5px;
	}
}
@media (min-width: 1200px) {
	.set-card div {
		margin-bottom: 5px;
	}
}
.btn-create-nv {
	background-color: #e26e23;
	color: #fffbf8 !important;
	font-size: 0.9rem;
}
.btn-manage-nv {
	font-family: Prompt-Regular;
	background-color: #fbc9ae;
	color: #e26e23 !important;
	font-size: 0.7rem;
	width: 100%;
}
.novel-full-name-create {
	font-size: 0.6rem;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	padding-bottom: 3px; 
}
.icon-view-create {
	width: 15px;
	padding-bottom: 0 !important;
}
/* /////////////////////////////////// */

/* /////////// Create Story ////////// */
.content-create {
	padding: 20px 15px 10px 15px;
}
.head-font {
	font-size: 1.6rem;
	color:#e26e23;
	font-family: Prompt-Regular;
	text-align: center;
}
.btn-create-story {
	background-color: #e26e23;
	color:#fffbf8 !important;
	font-family: Prompt-Regular;
	width: 100%;
	font-size: 1.1rem;
	margin-top: 20px;
	border-radius: 0 !important;
}
.btn-add-create {
	background-color: #fbcbb5;
	color: #e26e23 !important;
	font-size: 0.8rem;
	font-weight: bold;
	margin-top: 10px;
	padding: 1px 11px; 
}
.btn-add-create-desk {
	background-color: #f1a87f;
	font-size: 1rem;
	font-weight: bold;
	margin-top: 10px;
	padding: 1px 15px; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.title-create {
	font-family: CSPraJad;
	font-weight: bold;
	color: #e26e23;
	font-size: 0.9rem;
	padding-bottom: 3px;
	padding-top: 10px;
}
.title-create-desk {
	font-weight: bold; 
	padding-bottom: 5px;
	font-size: 0.9rem;	
}
.desc-create {
	font-family: CSPraJad;
	color: #949599;
	font-size: 0.7rem;
}
.desc-create-desk {
	font-weight: bold; 
	padding-bottom: 3px;
	font-size: 0.8rem;
	color: #57585c;	
}
.desc-btn-create {
	font-family: CSPraJad;
	color: #e26e23;
	font-weight: bold;
	font-size: 0.6rem;
	padding-top: 2px;
}
.desc-btn-create-desk {
	font-weight: bold;
	font-size: 0.7rem;
	padding-top: 10px;
}
.sub-create {
	font-family: CSPraJad;
	font-weight: bold;
	color: #e26e23;
	font-size: 0.8rem;
}
.sub-create-desk {
	font-weight: bold;
	font-size: 0.8rem;
}
.image-create {
	width: 117px;
	height: 155px;
	border: 1px solid #e26e23;
	background-color: #f2f4f3;
	color: #949599;
	font-size: 0.8rem;
	text-align: center;
	font-family: CSPraJad;
	display: table;
	margin: 0 auto;
	position: relative;
}
.image-create p {
	vertical-align: middle;
	display: table-cell; 
}
.image-create-desk {
	width: 220px;
	height: 311px;
	border: 1px solid #e26e23;
	background-color: #f2f4f3;
	color: #949599;
	font-size: 1.5rem;
	text-align: center;
	font-family: CSPraJad;
	display: table;
	margin: 0 auto;
	position: relative;
}
.image-create-desk p {
	vertical-align: middle;
	display: table-cell; 
}
.radio-create {
	font-family: CSPraJad;
	color: #e26e23;
	font-size: 0.8rem;
}
.radio-create-story {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-create-story input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark-create-story {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid #e26e23;
  border-radius: 50%;
}
.radio-create-story input:checked ~ .checkmark-create-story {
  background-color: #e26e23;
}
.checkmark-create-story:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-create-story input:checked ~ .checkmark-create-story:after {
  display: block;
}
.radio-create-story .checkmark-create-story:after {
 	top: 3px;
	left: 3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: white;
}
.input-create {
	border: 1px solid #e26e23;
	font-family: CSPraJad;
	/*font-size: 0.8rem;*/
	border-radius: 0;
	margin-bottom: 10px;
	background-color: #fffbf8;
}
.input-create-nomargin {
	border: 1px solid #e26e23;
	font-family: CSPraJad;
	font-size: 1.1rem;
	border-radius: 0;
	background-color: #fffbf8;
}
@media (min-width: 992px) {
	.input-create {
		font-size: 1.1rem; 
	}
}
@media (min-width: 1200px) {
	.input-create {
		font-size: 1.1rem; 
	}
}
.box-create {
	border: 1px solid #e26e23;
	padding: 7px;
	margin: 7px 0 5px 0;
	position: relative;
}
.box-create-desk {
	border: 1px solid #e26e23;
	padding: 10px;
	margin: 5px 0 10px 0;
	position: relative;
	background-color: rgba(255,255,255,0.5);
}
.bottom-right-create {
	border-radius: 50px;
	position: absolute;
	bottom: 8px;
	right: 10px;
	background-color: #e26e23;
	color: #fef6e6;
	padding: 1px 2px;
	font-size: 0.7rem;
}
.bottom-right-create-desk {
	border-radius: 50px;
	position: absolute;
	bottom: 8px;
	right: 10px;
	background-color: #e26e23;
	color: #fef6e6;
	padding: 1px 4px;
	font-size: 1.3rem;
}
.checkbox-create {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 1.1rem;
	font-family: CSPraJad;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-create input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark-create {
	position: absolute;
	top: 3;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: 2px solid #e26e23;
}
.checkbox-create input:checked ~ .checkmark-create {
	background-color: #e26e23;
	}
.checkmark-create:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox-create input:checked ~ .checkmark-create:after {
	display: block;
}
	
.checkbox-create .checkmark-create:after {
	left: 5px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* /////////////////////////////////// */

/* /////////// Create Story ////////// */
.desc-role {
	font-family: CSPraJad;
	color: #949599;
	font-size: 0.9rem;
}
.sub-role {
	font-family: CSPraJad;
	font-weight: bold;
	color: #e26e23;
	font-size: 0.8rem;
	padding-top: 3px;
}
.box-close {
	position: absolute;
	top: 8px;
	right: 10px;
	color: #e26e23;
	font-size: 0.7rem;
}
.note-editor.note-frame {
	border: 1px solid #e26e23 !important;
	margin-bottom: 10px;
}
.note-toolbar {
	background-color: #fffbf8;
	z-index: 1 !important;
}
/* /////////////////////////////////// */

/* /////////// Create Story ////////// */
.profile-edit-data {
	font-size: 0.8rem;
	color: #58291a;
	font-weight: bold;
}
.profile-edit-data p {
	padding-bottom: 10px;
}
.header-editprofile {
	background-color: rgba(226,110,35,0.6);
	color: #58291a;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
}
.header-editprofile span:hover{
	cursor: pointer;
}
@media (min-width: 992px) {
	.header-editprofile {
		font-size: 1.2rem; 
	}
}
@media (min-width: 1200px) {
	.header-editprofile {
		font-size: 1.2rem; 
	}
}
.content-editprofile {
	background-color: rgba(239,204,177,0.6);
	color: #58291a;
	font-weight: bold;
	padding: 10px 20px;
}
.content-editprofile p {
	padding-bottom: 3px;
}
/* /////////////////////////////////// */

/* /////// Lastest Story View //////// */
.story-last {
	background-color: rgba(255,255,255,0.5);
	padding: 5px;
	margin-bottom: 5px;
	display: inline-block;
	max-height: 133px;
}
@media (min-width: 992px) {
	.story-last {
		padding: 10px;
		max-height: 165px;
		background-color: rgba(226,110,35,0.2);
	}
}
@media (min-width: 1200px) {
	.story-last {
		padding: 10px;
		max-height: 165px;
		background-color: rgba(226,110,35,0.2);
	}
}
.last-area-image {
	height: 123px; 
	overflow: hidden;
}
@media (min-width: 992px) {
	.last-area-image {
		height: 145px; 
		margin-right: 5px;
	}
}
@media (min-width: 1200px) {
	.last-area-image {
		height: 145px; 
		margin-right: 5px;
	}
}
.novel-last-name {
	font-family: 'Prompt-Medium', Fallback, sans-serif;
	color: #58291a;
	font-size: 0.9rem;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
}
@media (min-width: 992px) {
	.novel-last-name {
		font-size: 1.1rem; 
	}
}
@media (min-width: 1200px) {
	.novel-last-name {
		font-size: 1.1rem; 
	}
}
.novel-last-name-type {
	font-size: 0.7rem;
	text-overflow: ellipsis;
	white-space: nowrap;
        overflow: hidden;  
	border-bottom: 1px solid #e26e23;
	margin-bottom: 3px;
}
@media (min-width: 992px) {
	.novel-last-name-type {
		font-size: 0.7rem; 
	}
}
@media (min-width: 1200px) {
	.novel-last-name-type {
		font-size: 0.7rem; 
	}
}
.story_update_chapter {
	width: 100%;
	font-size:0.8rem;
}
@media (min-width: 576px) {
	.story_update_chapter {
		width: 70%;
	}
}
@media (min-width: 768px) {
	.story_update_chapter {
		width: 70%;
	}
}
@media (min-width: 992px) {
	.story_update_chapter {
		width: 70%;
		font-size:0.9rem;
	}
}
@media (min-width: 1200px) {
	.story_update_chapter {
		width: 70%;
		font-size:0.9rem;
	}
}
.story_update_time {
	display: none;
	font-size:0.7rem;
}
@media (min-width: 576px) {
	.story_update_time {
		display: flex;
		align-items: center;
		width: 30%; 
	}
}
@media (min-width: 768px) {
	.story_update_time {
		display: flex;
		align-items: center;
		width: 30%;
	}
}
@media (min-width: 992px) {
	.story_update_time {
		display: flex;
		align-items: center;
		width: 30%;
	}
}
@media (min-width: 1200px) {
	.story_update_time {
		display: flex;
		align-items: center;
		width: 30%;
	}
}
.hashtag-area {
	padding-top:0; 
	font-size:0.8rem;
	font-weight: bold; 
	color: #E52A25;
}
@media (min-width: 992px) {
	.hashtag-area {
		padding-top:10px;
	}
}
@media (min-width: 1200px) {
	.hashtag-area {
		padding-top:10px;
	}
}
.novel-last-name-chapter {
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;  
	padding-left: 0;
}
@media (min-width: 992px) {
	.novel-last-name-chapter {
		font-size: 0.9rem; 
	}
}
@media (min-width: 1200px) {
	.novel-last-name-chapter {
		font-size: 0.9rem; 
	}
}
.novel-last-count {
	font-size: 0.6rem;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	color: #e26e23;
}
@media (min-width: 992px) {
	.novel-last-count {
		font-size: 0.8rem; 
	}
}
@media (min-width: 1200px) {
	.novel-last-count {
		font-size: 0.8rem; 
	}
}
.novel-last-count-title {
	font-size: 0.5rem;
	color: #7d746d;
	padding-left: 20px;
	margin-top: -6px;
}
@media (min-width: 992px) {
	.novel-last-count-titlet {
		font-size: 0.7rem; 
	}
}
@media (min-width: 1200px) {
	.novel-last-count-title {
		font-size: 0.7rem; 
	}
}
.pagination {
	margin-bottom: 5px;
	
}
a.page-link {
	padding: 6px 8px;
	background: transparent !important;
	color: #58291a !important;
	font-size: 0.9rem;
	border: 0;
}
a.page-link:hover,a.page-link:focus,a.page-link:active  {
	background: transparent;
	border: 1px solid #58291a;
	outline: none;
	box-shadow:none;
}
/* /////////////////////////////////// */

/* ///////////// Income ////////////// */
.sec-page {
	padding: 10px 10px;
	background-color: #f2d5c2;
}
.sec-search {
	font-size: 0.9rem;
}
.group-story-income {
	padding: 10px;
}
@media (min-width: 992px) {
	.group-story-income {
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.group-story-income {
		padding: 0;
	}
}
.income-money {
	font-size:0.7rem; 
	text-align:right; 
	padding-right:0
}
@media (min-width: 992px) {
	.income-money {
		font-size: 0.9rem;
	}
}
@media (min-width: 1200px) {
	.income-money {
		font-size: 0.9rem;
	}
}
.btn-income {
	background-color: #e26e23;
	color:#fffbf8 !important;
	width: 100%;
	font-size: 0.8rem;
	margin-top: 20px;
}
@media (min-width: 992px) {
	.btn-income {
		font-size: 1.1rem;
	}
}
@media (min-width: 1200px) {
	.btn-income {
		font-size: 1.1rem;
	}
}
/* /////////////////////////////////// */

/* ///////// Income Detail /////////// */
.header-income {
	background-color: rgba(226,110,35,0.6);
	color: #58291a;
	padding: 15px 10px;
	font-family: Prompt-Medium;
	font-size: 1.2rem;
}
.date-income {
	background-color: #e26e23;
	color: #fef6e6;
	border: 0;
	font-size: 0.8rem;
	font-family: Prompt-Light;
	padding: 4px;
	width: 100%;
}
.income-graph {
	background-color: #fffdfc;
}
.story-graph {
	font-size: 0.65rem;
	color: #747474;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	border-bottom: 1px solid #747474;
}
@media (min-width: 992px) {
	.story-graph {
		font-size: 0.75rem;
	}
}
@media (min-width: 1200px) {
	.story-graph {
		font-size: 0.75rem;
	}
}
.img-graph {
	margin: 5px 0;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.income-table {
	background-color: rgba(255,255,255,0.5);
	padding: 10px 5px;
}
.table-income {
	color: #747474;
}
.table-income th {
	text-align: center;
	font-weight: normal;
}
.table-income th, .table-income td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-color: #aaabb0;
}
table.table-income > thead > tr > th{
	border-color: #aaabb0;
}
/* /////////////////////////////////// */

/* ///////////// Reward ////////////// */
.body-reward {
	margin-bottom: 15px;
	padding: 10px;
	background-color: rgba(226,110,35,0.2);
}
.detail-reward {
	background-color: rgba(255,255,255,0.5);
	padding: 10px;
}
.complete-reward {
	color: #e26e23;
	font-weight: bold;
	font-size: 0.8rem;
	padding-bottom: 10px;
}
@media (min-width: 992px) {
	.complete-reward {
		font-size: 1rem;
	}
}
@media (min-width: 1200px) {
	.complete-reward {
		font-size: 1rem;
	}
}
.account-reward {
	color: #58291a;
	font-size: 0.85rem;
	font-weight: bold;
}
@media (min-width: 992px) {
	.account-reward {
		font-size: 1rem; 
	}
}
@media (min-width: 1200px) {
	.account-reward {
		font-size: 1rem; 
	}
}
.table-reward {
	color: #58291a;
	font-size: 0.8rem;
	font-weight: bold;
}
@media (min-width: 992px) {
	.table-reward {
		font-size: 1rem; 
	}
}
@media (min-width: 1200px) {
	.table-reward {
		font-size: 1rem; 
	}
}
.table-reward th {
	text-align: center;
	background-color: #e26e23;
	color: #fef6e6;
}
.table-reward tr {
	background-color: rgba(255,255,255,0.5);
}
.table-reward th, .table-reward td {
	padding-top: 8px;
	padding-bottom: 8px;
	border-color: #aaabb0;
}
table.table-reward > thead > tr > th{
	border-color: #aaabb0;
}
.img-reward {
	width:100%; 
	padding:5px;
	background-color:white;
}
.reward-calc {
	background-color: #fffbf8;
	padding: 4px 8px;
	border: 1px solid #e26e23;
	font-size: 0.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}
@media (min-width: 992px) {
	.reward-calc {
		font-size: 1.1rem;
	}
}
@media (min-width: 1200px) {
	.reward-calc {
		font-size: 1.1rem;
	}
}
.reward-content {
	padding: 0;
}
@media (min-width: 992px) {
	.reward-content {
		background-color: rgba(255,255,255,0.5);
	}
}
@media (min-width: 1200px) {
	.reward-content {
		background-color: rgba(255,255,255,0.5);
	}
}
.reward-word {
	color:#58291a; 
	font-size:0.9rem;
	font-weight: bold;
	padding-bottom:5px;
}
@media (min-width: 992px) {
	.reward-word { 
		font-size:1.3rem;
	}
}
@media (min-width: 1200px) {
	.reward-word {
		font-size:1.3rem;
	}
}
.reward-money {
	color:#e26e23; 
	font-size:1rem; 
	font-weight: bold; 
	padding: 10px 0;
}
@media (min-width: 992px) {
	.reward-money { 
		font-size:1.4rem;
	}
}
@media (min-width: 1200px) {
	.reward-money {
		font-size:1.4rem;
	}
}
/* /////////////////////////////////// */

/* ////////// Write Content ////////// */
.w-activity {
	padding: 10px 15px;
}
.desc-w-chapter {
	font-size: 0.7rem;
	color: #8b5c3e;
}
.card-comment {
	border: 0;
	border-bottom: 1px solid #b7a89a;
	font-family: CSPraJad;
}
.card-comment-desk {
	background-color: rgba(255,255,255,0.4);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
	margin-bottom: 5px;
}
.user-comment {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
}
.user-comment-desk {
	width: 70px;
	height: 70px;
	border-radius: 5px;
	overflow: hidden;
}
.comment-name {
	color: #ca6e35;
	font-size: 0.8rem;
}
.comment-name-desk {
	color: #ca6e35;
	font-size: 0.9rem;
}
.comment-num {
	position: absolute;
	top: 3px;
	right: 12px;
    background-color: #ec1d23;
    padding: 2px 4px;
}
.comment-num-desk {
	position: absolute;
	top: -5px;
	right: -10px;
    background-color: #ec1d23;
    padding: 2px 4px;
}
.name-story-comment {
	padding:15px 0; 
	margin-right:15px; 
	border-right: 1px solid #c0c0c0;
}
.name-story-comment p {
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	font-size:1.2rem; 
	font-weight:bold; 
	color:#58291a;
}
/* /////////////////////////////////// */
.template-setup{
	margin-top:0px;
}
.template-setup ul{
	text-align:right;
	padding:0;
}
.template-setup ul li{
	display:inline-block;
}
.template-setup ul li a{
	padding:5px;
}
.nonepadding{
    padding: 0;
    z-index: 0;
}

.template-readpage{
	min-width:40px !important;
	background:none;
	border:none !important;
	box-shadow: 0 0px 0px rgba(0,0,0,0);
}
.template-readpage li{
	display:block !important;
	padding-left:5px;
	margin-top:-20px;
}
.template-readpage>li>a:hover{
	background:none;
	border:none !important;
	box-shadow: 0 0px 0px rgba(0,0,0,0);
	text-decoration:none;
}
.pagination {
	justify-content: center;
	padding-top: 5px;
}
.pagination li {
	padding: 3px 8px;
}
.pagination li.active {
	border: 1px solid #e26e23;
}
.readstory-cont-box{
	padding:0;
	border:solid 1px #a8c8a4;
	background:#F8FFED;
	font-size:14px;
	margin-bottom:15px;
}
.edit-story-status{
	color:#a1a0a0;
	font-size:11px;
	text-align:right;
	padding-left:0;
}
@media (min-width: 992px) {
	.edit-story-status { 
		font-size:13px;
	}
}
@media (min-width: 1200px) {
	.edit-story-status {
		font-size:13px;
	}
}
.edit-story-status li{
	padding:0;
	text-align:center;
	display:inline-block;
}
@media (min-width: 992px) {
	.edit-story-status li { 
		padding:0 10px;
	}
}
@media (min-width: 1200px) {
	.edit-story-status li {
		padding:0 10px;
	}
}
.edit-story-status li img{
	padding-bottom:5px;
}
.edit-story-status li a{
	color:#ff851d;
	text-decoration:none;
}
.status-leaf{
	padding-right:0 !important;
}
.status-view{
	padding-left:5px !important;
	padding-right:5px !important;
}
.createnewstory-imgbox{
	text-align:left;
	font-family: 'thsarabunnew';
	font-size:17px;
	color:#00af50;
	font-weight:bold;
}
.createnewstory-uploadimg{
	width:117px;
	margin-top:5px;
}
.feed-readstory-img {
	width:100%;
	display:inline-block;
	text-align:left;
}
.feed-readstory-img img{
    border: 1px solid #6e836b;
    width:220px;
    height:311px;
    margin: auto;
    z-index: 0;
    box-shadow: 0 5px 12px 5px rgba(226, 110, 35, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.kawe-sidenav-active {
 color: #2a2a1e;
 background-color: #f6bb9d;
 border-left: 5px solid #e26e23;
 padding: 10px 145px 10px 16px;
}

.i-active ,.kawe-sidenav-active i {
	color: #e26e23!important;;
}
.left-user-join{
	padding-left:0px;
	padding-right:5px;
}
.feed-board{
    border:1px solid #e26e23;
    background-color: rgba(255,255,255,0.5);
    margin-bottom: 10px;
    display: inline-block;
    
}
a .feed-board:hover{
    border:1px solid #acacac;
    margin-bottom: 10px;
	box-shadow: 0 0 7px #1C351D;
}
.close-btn{
	position:absolute;
	right:5px;
	top:5px;
	z-index:5;
}
.feed-blog-padding{
    padding: 15px 0 15px 0;
}
.boardtopic-wrapper{
        background-color: rgba(226,110,35,0.3);
	display: inline-block;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
	display:block;
	padding:10px 15px;
	margin-bottom:15px;       
        
}
.boardtopic-wrapper-header {
    padding: 10px;
}
.board-cate{	
	font-size:22px;
	text-decoration:none;
}
.webboard-box{
	font-size:14px;
	color:#2A2A2A;
	padding:10px 14px;
	word-wrap: break-word;
}
.webboard-box img{
	padding-right:3px;
}
.webboard-user{
	font-size:13px;
	padding-left:23px;
}
.text-underline{
        font-size:13px;
	text-decoration:underline;
}
.review-user-topic-box{
	padding:0;
	font-size:14px;
}
.review-user-topic-box img{
	position:absolute;
	width:35px;
	height:35px;
}
.topic-header{
	background:#F2FCE3; 
	font-size:17px; 
	padding:10px 10px;
	font-weight:bold;
	color:#6D2D9E;
	box-shadow: 0 0 7px #A4A4A4;
	word-wrap: break-word;
}
.review-username{
	padding-left:40px;
	color: #6402f7;
}
.btn-uptopPage{
	position: fixed;
    bottom: 20px;
    z-index: 9999;
    right: 20px;
	display:none;
	cursor: pointer;
}

fieldset {
	border: 2px solid #e26e23;
}

fieldset legend {
	font-weight:bold;
	font-size:16px;
}
/* ////////// Search Novel /////////// */
.story-search {
	background-color: #fff6ef;
	padding: 5px 5px 5px 5px;
	margin-bottom: 7px;
	display: inline-block;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
	max-height: 113px;
}
.novel-full-name-search {
	font-size: 0.7rem;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	padding-bottom: 3px; 
}
.novel-popu {
	padding: 20px 22px; 
	background-color: rgba(232,131,87,0.2);
	cursor: pointer;
}
.novel-popu p {
	padding: 5px 0; 
	font-family: Prompt-Medium; 
	font-size: 1.1rem; 
	color:#58291a;
}

.checkmark-search {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fef6e6;
  border: 2px solid #e26e23;
}

.radio-search {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-search input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 1px;
}
.radio-search input:checked ~ .checkmark-create-story {
  background-color: #e26e23;
}
.checkmark-search:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-search input:checked ~ .checkmark-search:after {
  display: block;
}
.radio-search .checkmark-search:after {
 	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	background: #e26e23;
}

.custom-select, .custom-input {
	padding-top: .1rem;
	padding-bottom: 0rem;
	height: 2rem;
}

.radio-search-circle {
  display: block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-search-circle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 1px;
}
.radio-search-circle input:checked ~ .checkmark-create-story {
  background-color: #e26e23;
}
.checkmark-search:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-search-circle input:checked ~ .checkmark-search:after {
  display: block;
}
.radio-search-circle .checkmark-search {
	border-radius: 24px;
}
.radio-search-circle .checkmark-search:after {
 	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	background: #e26e23;
	border-radius: 24px;
}


/* /////////////////////////////////// */
.content-loading {
    text-align: center;
    color: #e66c23;
}

.social-content div {
	cursor: pointer;
	width: 80px;
}

.social-content div img {
	width: 100%;
}


.menuCategory .header {
	border-bottom: 3px solid #e66c23;
}

.menuCategory .header div:nth-child(1) {
	padding-left: 1rem;
	padding-right: 1rem;
}

.menuCategory .header div:nth-child(1) h2 {
	color: #58291a;
	font-size: 1.5rem;
    margin-bottom: .3rem;
    margin-top: .3rem;
    font-weight: 900;
}

.menuCategory .header div:nth-child(2) p {
	font-size: 1.1rem;
	font-weight: 900;
    margin-bottom: .3rem;
    margin-right: .5rem;
    cursor: pointer;
    color: #58291a;
}

.menuCategory .body a div {

    text-align: center;
	min-width: 60px;
	min-height: 30px;
	border-radius: 15px;
	padding-top: .1rem;
    padding-bottom: .1rem;
    padding-left: .5rem;
    padding-right: .5rem;
   	display: flex;
    margin-left: .2rem;
    margin-right: .2rem;
	background-color: #feae1b;
	border: 2px solid #feae1b;
	cursor: pointer;
	height: 100%;
}

.menuCategory.responsetive .body a {
	display: inline-block;
}

.menuCategory.responsetive .body a div {
	margin-top: 10px;
	height: unset;
	min-width: 0px;
}

.menuCategory .body a div p{
	font-size:14px; 
 	margin-left: auto;
 	margin-top: auto;
 	margin-right: auto;
    margin-bottom: auto;
    font-weight: 600;
}


.menuCategory .body div:hover {
	background-color: #fef6e6;
	border: 2px solid #feae1b;
}



@media (min-width: 1200px) {
	.menuCategory .body a div {
		min-width: 105px;
	}

	.menuCategory .body a div p{
		font-size:15px; 
	}
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #ff8000d9;
    box-shadow: #ff8000 0 1px 3px 0 inset;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #ff8000;
}

.amsify-suggestags-area .amsify-suggestags-list ul.amsify-list li.amsify-list-item:active {
    background: #e26e23;
    color: white;
    -moz-box-shadow: inset 0 0 10px #ff7f00;
    -webkit-box-shadow: inset 0 0 10px #ff7f00;
    box-shadow: inset 0 0 10px #ff7f00;
}

/* checkbox start */
  .control {
      display: block;
      position: relative;
      padding-left: 24px;
      margin-bottom: 3px;
      padding-top: 3px;
      cursor: pointer;
      line-height: 1;
      /*font-size: 16px;*/
  }
  .control input {
      position: absolute;
      z-index: -1;
      opacity: 0;
  }
  .control_indicator {
      position: absolute;
      top: 1px;
      left: 0;
      height: 20px;
      width: 20px;
      background: #ffffff;
      border: 3px solid #e28d04;
      border-radius: 3px;
  }
  .control:hover input ~ .control_indicator,
  .control input:focus ~ .control_indicator {
      background: #ffffff;
  }

  .control input:checked ~ .control_indicator {
      background: #ffffff;
  }
  .control:hover input:not([disabled]):checked ~ .control_indicator,
  .control input:checked:focus ~ .control_indicator {
      background: #ffffff;
  }
  .control input:disabled ~ .control_indicator {
      background: #e6e6e6;
      opacity: 1;
      pointer-events: none;
  }
  .control_indicator:after {
      box-sizing: unset;
      content: '';
      position: absolute;
      display: none;
  }
  .control input:checked ~ .control_indicator:after {
      display: block;
  }
  .control-checkbox .control_indicator:after {
      left: 5px;
      top: 0px;
      width: 3px;
      height: 9px;
      border: solid #28a745;
      border-width: 0 3px 3px 0;
      transform: rotate(45deg);
  }
  .control-checkbox input:disabled ~ .control_indicator:after {
      border-color: #9aa49c;
  }
  .control-checkbox .control_indicator::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 3.943rem;
      height: 3.987rem;
      margin-left: -1.3rem;
      margin-top: -1.3rem;
      background: #e9e712;
      border-radius: 3rem;
      opacity: 0.6;
      z-index: 99999;
      transform: scale(0);
  }
  @keyframes s-ripple {
      0% {
          transform: scale(0);
      }
      20% {
          transform: scale(1);
      }
      100% {
          opacity: 0;
          transform: scale(1);
      }
  }
  @keyframes s-ripple-dup {
     0% {
         transform: scale(0);
      }
     30% {
          transform: scale(1);
      }
      60% {
          transform: scale(1);
      }
      100% {
          opacity: 0;
          transform: scale(1);
      }
  }
  .control-checkbox input + .control_indicator::before {
      animation: s-ripple 250ms ease-out;
  }
  .control-checkbox input:checked + .control_indicator::before {
      animation-name: s-ripple-dup;
  }
/* checkbox end */

/*toggel start*/


.ais-HierarchicalMenu-count, .ais-Menu-count, .ais-RatingMenu-count, .ais-RefinementList-count, .ais-ToggleRefinement-count {
    color: #038e1f;
    font-family: Prompt;
    font-weight: bold;
    font-size: 11px;
    /*font-family: Prompt;
    background: #28a745 none repeat scroll 0 0;
    border: 1px solid #ffc107;
    border-radius: 99999px;
    color: #fffbf8;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1rem;
    overflow: hidden;
    padding: 0 .25rem;*/
}

.ais-CurrentRefinements-category {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #58291a;
    background-color: #fff;
    border: 2px solid #e26e23;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: .875rem;
    line-height: 1.5;
    min-height: 1.5rem;
    padding: .05rem .5rem;
}


.ais-CurrentRefinements-delete {
    padding: 0;
    overflow: visible;
    font: inherit;
    line-height: normal;
    color: inherit;
    background: none;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ais-CurrentRefinements-delete {
    color: #e26e23;
    height: 100%;
    margin-left: .25rem;
    outline-width: 0;
}

.ais-ToggleRefinement-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ais-ToggleRefinement-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: #fdfbfa;*/
    background: #f1e1d9a6;
    border-radius: 9999px;
    box-shadow: inset 0 1px 4px 0 rgb(119 122 175 / 40%);
    height: 14px;
    pointer-events: none;
    position: relative;
    width: 32px;
    border: 1px solid #e26e23;
}

.ais-ToggleRefinement-checkbox:after {
    background: linear-gradient(
-180deg,#fbf8f7,#fbf8f7);
    border-radius: 9999px;
    box-shadow: 1px 1px 1px 0 rgb(35 38 59 / 5%);
    content: "";
    height: 18px;
    width: 18px;
    left: 1px;
    position: absolute;
    top: -3px;
    transition: all .1s ease-in-out;
    border: 1px solid #e26e23;
}

.ais-ToggleRefinement-checkbox:checked:after {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
    background: #e26e23;
}

.ais-ToggleRefinement-checkbox:checked {
    /*background: #e26e23;*/
    box-shadow: inset 0 1px 4px 0 rgb(35 38 59 / 10%);
}

/*toggel end*/


.modal-useHeartAutoAlert {
	font-family: 'Prompt', Fallback, sans-serif;
	position: fixed;
	bottom: 60px;
	right: 10px;
	background-color: #fbe0e5;
	border: 1px solid #58291a;
	z-index: 9999;
	cursor: pointer;
}

@media (min-width: 993px) {
  .modal-useHeartAutoAlert {
  	bottom: 15px;
	}
}

#paymentModal_v2, #paymentModal_v3 {
	font-family: 'Prompt';	
}


/*noti website start*/

.icon-item-new {
    width: 0.5rem;
    height: 0.5rem;
    background: #c00;
    border-radius: 100%;
    display: block;
    position: absolute;
    margin-left: 20px;
}

.iconNotiWebsite,.notiWebsite-content {
	cursor: pointer;
}

.iconNotiWebsite.active {
	background-color: #f6dfcf;
}

.notiWebsite-content {
	position: absolute;
	top:46px;
	right: 0px;
	border: 1px solid #e26e23;
	border-top: 0px;
	z-index: 1000;
	width: 425px;
	max-height: 500px;
	overflow:auto;
}

.notiWebsite-content.responsive{
	top:48px;
	max-height: 100vh;
	width: 300px;
}


.notiWebsite-row,.notiWebsite-manage {
	font-family: 'reviewFont', Fallback, sans-serif;
	background-color: #f6dfcf;
}

.notiWebsite-row:hover,.notiWebsite-manage:hover {
	background-color: #f3c8aa;
}

.notiWebsite-content.responsive .notiWebsite-row .text{
	font-size: small;
}

.notiWebsite-row img {
	width: 30px;
	height: 30px;
	border: 1px solid #e26e23;
}

.notiWebsite-row .text .text-content .sticker_select img {
	width: 50px;
	height: 50px;
	border: unset;
}

.notiWebsite-row .text .text-head-1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.notiWebsite-row .text .text-head-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.notiWebsite-content .notiWebsite-row .text .text-content{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.navbar {
	align-items: unset;
}

@media only screen and (max-width: 600px) {
	#modal_review_quize {
		max-height: 500px;
		overflow:auto;
	}
}

.commentChild .commentChild-row div .sticker_select img {
	width: 30%;
}


#modal_review_quize > div > div > div > div.ajaxContent > div.commentHead-row,#modal_review_quize > div > div > div > div.ajaxContent > div > div > div > div.commentChild > .commentChild-row{
	background-color: #e9cbb2;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #e26e23;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ffc1073b;
}

/*noti website end*/

h1 {
	color: rgb(108 41 26);font-size: 24px;padding-left: 1px; font-family: "Prompt", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding-top: 2px;}		
@media (max-width: 425px) {
	h1 {
		font-size: 14px;
		margin:unset;
	}

	.icon-header {
		background-size: 35px!important;
		padding-left: 35px!important;
	}
}

.img-story {margin: unset;}

.story, .story-top {
	padding: unset;
}

.story, .story-full-last2, .story-top { 
	border: 2px solid rgba(255,255,255,0);
}
.story:hover, .story-full-last2:hover, .story-top:hover {
	box-shadow: 0 0 10px rgba(254,174,27,0.8); 
	border: 2px solid rgb(254,174,27);
}
.ads-novel:hover{ 
	box-shadow: 0 0 10px rgba(33,33,33,0.8); 
}

#MemberSidenav .member-name .user-review {
	margin-right: 15px
}

#MemberSidenav .member-name .user-review img{
	width: 100%;
}

/*slider start*/

.side-nav {
  height: 83%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 47px;
  left: 0;
  background-color: #f7e0d0;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: 1px 1px 2px #a97256;
}
.side-nav i {
  width: 40px;
  font-size: 1.3rem;
}
.side-nav li i {
  position: relative;
  top: 5px;
  width: 25px;
  margin-right: 5px;
}
.side-nav ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
}
.side-nav li {
  padding: 9px 5px 10px 1px;
  text-decoration: none;
  font-size: 1.1rem;
  color: #6d5a4c;
  font-family: Prompt-Regular;
  display: block;
  transition: 0.3s;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
}
.side-nav li:hover i {
  color: #e26e23;
}
.side-nav li:hover a {
  color: #2a2a1e !important;
}
.side-nav li a {
  color: #505050;
  padding-left: 21px;
}
.side-nav li ul.side-dropdown li:hover a {
  color: #505050;
  background: #f4d0be;
}
.side-nav li ul.side-dropdown li {
  display: block;
  list-style-type: none;
  border-left: none;
  padding: 0px 0px 0px 0px;
}
.side-nav li ul.side-dropdown li a {
  font-size: 15px;
  display: block;
  border-bottom: 1px solid #e26e2345;
  color: #505050 !important;
  padding: 10px 10px 10px 46px;
}

.novel-name.text-truncate {
	overflow: hidden!important;
  text-overflow: ellipsis!important;
  white-space: nowrap!important;
  max-width: 600px!important;
}


.navbar-toggler {
	line-height: unset!important;
}
/*slider end*/

.iconChangePositionOnModalUploadImg {
	margin-top: 4px;
}