@charset "utf-8";
/* CSS Document */
/* On Load */
hidden { display:none;}
body {overflow-x:hidden;}
a:hover {text-decoration:none;}

.icons {background:url(../images/icons.png); background-repeat: no-repeat; background-position: top left; width:40px; height:40px;    display: inline-block;}
.ico-search {background-position:-80px 0;}

.page-header {
	margin:0;
	padding:14px 0 5px 0;
/*    background: #44318D !important;*/
    background: white;
}
.page-header a {color:#fff;font-size:24px;font-family:"Century Gothic";}
.header-search {margin-right:10px; position: relative; top: 3px;  }
.well {
    min-height: 10px;
    padding: 10px;
    margin-bottom:0;
    background: #fff;
    border: none;
}
.well-thick{
    min-height: 2px;
    margin-bottom:-5px;
/*
    margin-bottom:0;
    background: #eae5e5;
    padding: 3px;
*/

}
.btn-primary {    
	background-color: #ff0000;
    border-color: #de7601;
}
.btn-primary:hover {    
	background-color: #f89b00;
    border-color: #de7601;
}

#page-content-wrapper{
    font-family:'Araboto Medium';
}

.custom-container {
    margin-left: 10px;
    margin-right: 10px;
  }

.custom-container2 {
    margin-left: -28px;
    display: flex;
/*    align-items: baseline; */
    align-items: flex-end;
 }

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


.closeMenu{
    text-align:left;
    width:100%;
    font-family:'GothamMedium';
        /*font-weight:400;*/
    font-size:28px;
    margin-top:5px;
    margin-left:5px;
}


/*-------------------------------*/
/*      Expand Search Box        */
/*-------------------------------*/

input[type=text].searchbox {
    width: 130px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

/* When the input field gets focus, change its width to 100% */
input[type=text].searchbox:focus {
    width: 100%;
}

/*-------------------------------*/
/*           Home                */
/*-------------------------------*/
.home-banner {margin-bottom:20px; background:#333; }
.well-banner {text-align: center;}
.well-banner img {max-width: 100%;}
.home-thumb {margin-top:10px; margin-bottom:10px; }
.thumb-round {text-align:center;}
.thumb-round a img {max-width:100px; width:78%;} 
.thumb-round span {display:block; color:#333;}
.module-title {color:#333; font-weight:bold; margin-bottom:5px;}
.module-title span.glyphicon {font-size:14px; color:#999;}
.module-desc {color:#999}
.novel-list {margin-top:10px;}
.novel-text-list .novel-title {color: #666666;}
.container .row.novel-text-list {margin-left: 0; margin-right: 0;}
.novel-title {color:#333; font-weight:bold; margin-bottom:5px; margin-top:10px;}
/*.novel-author {color:#777; margin-bottom:5px;    max-height: 18px; overflow: hidden;}*/
.novel-author {color:#777; margin-bottom:-10px;    max-height: 18px; overflow: hidden;}
.novel-rate {margin-bottom:5px; color:#999; font-size:13px;}
.novel-rate .glyphicon-star {color:#ffc000;}
.novel-rate .glyphicon-star.empty {color:#999;}
.novel-desc, .novel-genre, .novel-status, .novel-views {color:#777;}
.slick-slide .novel-desc, .novel-list .novel-desc {font-size:12px; max-height:102px; overflow:hidden;}
/*.slick-slide .novel-title, .novel-list .novel-title {max-height:45px; overflow: hidden; text-align: center;}*/
.slick-slide .novel-title, .novel-list .novel-title {max-height:16px; overflow: hidden; text-align: center;}
.novel-item {margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #ccc;}
.novel-details {margin-top:20px; margin-bottom:20px;}
.novel-details .novel-title {font-size:20px;}
.novel-details .novel-cover {text-align:right;}
.novel-content {text-align:center; margin-bottom:20px; padding-top:20px; border-top:1px solid #eee;}
.novel-content a {color:#88ECE3;}
.novel-value {font-size:12px;}
.novel-value span.premium {color:#00aeef; border:1px solid #00aeef; border-radius:10px; padding:2px 10px; display:inline-block;}
.novel-value span.free {color:#aae25e; border:1px solid #aae25e; border-radius:10px; padding:2px 10px; display:inline-block;}
h4.section-title {margin-top:20px; margin-bottom:20px;}
.comment-right {right:15px; position:absolute; color:#ff0000; font-size:14px;}
.novel-comments {border-bottom:1px solid #f5f5f5; padding-bottom:10px; margin-bottom:10px; margin-top:10px;}
.novel-comments.last {border-bottom:none; margin-bottom:0;}
.novel-commentpage .novel-comments.last {margin-bottom:70px;}
.novel-comments p {margin-bottom:5px;}
.novel-comments .user-pic {width:80px;}
.novel-comments .username {color:#333; font-weight:bold;}
.novel-comments .commentstxt {color:#777;}
.novel-comments .dates {color:#999; font-size:12px;}
.novel-commentinput {padding:10px;}
.novel-other {margin-bottom:80px;}
.novel-other .novel-publisher, .novel-other .novel-bookid {color:#777777; font-size:12px;}

.type3.pass-bg {background:url(../images/pass-banner.png) top left no-repeat #f067a6; background-size:contain;}
.type3 .novel-list {margin-top:20px;}
.type3 .slick-slide {padding-top:6px; padding-bottom:6px; background:#fff;}
.type3 .slick-slide .col-md-6 {padding-left:6px; padding-right:6px;}
@media (max-width: 600px) {
.type3.pass-bg {background-size:cover;}
}

/* SLICK-SLIDE */
.slick-list {
  padding: 0 15px;	
}
.slick-slide {
  margin: 0px 5px;
}
.slick-dots {
  bottom:-30px;
}
.slick-slide img {
  width: 100%;
}
.slick-slide .col-xs-6 {
  padding-left:0;
}
.slick-prev:before,
.slick-next:before {
	color: #aaa;
	display:block;
}
.slick-prev {
	left: 8px;	
}
.slick-next {
	right: 8px;	
}
	

/*-------------------------------*/
/*        Novel Details          */
/*-------------------------------*/
.sticky-footer {width:100%; position:fixed; bottom:0; background:#fff; border-top:1px solid #eee;}
.sticky-read a, .sticky-share a {padding:12px 0px;; display:block; text-align:center;}
.sticky-read a {background:#44318D; color:#fff; font-weight:bold;}
.sticky-read a:hover {background:#808080;}
.sticky-share a {color:#999999;}
.sticky-share a:hover {color:#f89b00;}
.novel-ratebox .glyphicon-star {font-size:44px; margin-right:3%;}
.novel-ratebox .glyphicon-star:hover {color:#ff0000;}

/*-------------------------------*/
/*         Novel Reading         */
/*-------------------------------*/
.reading-content {margin:20px 0;}
.reading-navigation {margin:40px 0;}
.page-header .dropdown-menu {
    right: 0;
    left: auto;}
.page-header .dropdown-menu  a {
	font-size:14px;
}
.chapterlist {margin-top:10px;}
.chapterlist a {color:#333; display:block;  padding:12px 0;}
.chapterlist a.inactive {color:#ccc;}
.novel-passbox {background:url(../images/novel-passbg.png) repeat-x; padding-top:40px; padding-bottom:40px;}

.novel-passbox .passtitle {color:#ff0000; font-weight:bold;}
.novel-passblock {background:#fff; padding:10px; border-radius:10px;}
.novel-passbox .pricetxt {font-size:30px; }
.novel-passul {margin-bottom:40px; margin-top:20px;}
.novel-passbox li { list-style-image:url(../images/icon_tickGreen.png); padding-bottom:5px;}


/*-------------------------------*/
/*            Search             */
/*-------------------------------*/
.searchpagebox {background:#f5f5f5}
.wellsection {background:#f5f5f5; color:#999; padding:5px 0;}
.searchlist {background:#fff;}
.searchlist a {color:#333; display:block;  padding:15px 0;}
.searchlist .list-group-item {display:list-item; overflow:hidden; padding:0;}
.load-more .btn {margin-bottom:20px;}


/*-------------------------------*/
/*            Chart              */
/*-------------------------------*/

@media (min-width: 992px) {
	.chartbox .novel-item {border-bottom:0 none;}	
}


/*-------------------------------*/
/*      Different Screen         */
/*-------------------------------*/

@media (max-width: 767px) {

}


.my-list li::marker {
  color: red;
  margin-left : 15px;
}

.my-list-li-marker {
  color: purple;
  margin-left : 15px;
  font-size: 1.5em;
}

.black {
  color: black; /* Make the text purple */
  font-size: 13px;
}

.item-container {
  display: flex; /* Use flexbox to arrange items in a row */
  align-items: center; /* Align items vertically centered */
}

.item-container_v2 {
  align-items: center; /* Align items vertically centered */
}

.item-image {
  width: 30px; 
  height: 30px; 
  margin-right: 10px; 
}

.item-image_v2 {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-top:18px
}

.item-quantity{
  margin-right: 10px;
  font-size: 20px;
  font-weight:bold;
  margin-left: 5px;
}

.item-description {
  margin-left: auto;
  margin-right:10px;
}


.item-quantity_v2{
  margin-right: 10px;
  font-size: 15px;
  font-weight:bold;
  margin-left: 5px;
/*  margin-top: 13px;*/
  margin-top: 28%;
  height:100%;
  max-width: 30px;
}

.item-quantity_v3{
  margin-right: 10px;
  font-size: 15px;
  margin-left: 10px;
  margin-top: 5px;
  font-family: 'Muli', sans-serif;
}

.item-description_v2 {
  margin-left: auto;
  margin-right:10px;
  font-size: 13px;
  margin-top: 18px;
  background-color: white;
  border-color: #EE82EE;
  padding: 6px 12px;
  border-radius: 4px;
  border:1.5px solid #EE82EE
}

.item-description_v2:active {
  background-color: #EE82EE ;
}

.message-container {
    display: flex; /* Use flexbox to center the message */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    height: 70vh; /* Full viewport height */
}

.message {
    text-align: center; /* Center text inside the div */
    padding: 20px; /* Add some padding */
    border: 1px solid #ccc; /* Light gray border */
    border-radius: 5px; /* Rounded corners */
    background-color: white; /* White background for the message */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.message_v2 {
    text-align: center; /* Center text inside the div */
    padding: 20px; /* Add some padding */
    border-radius: 5px; /* Rounded corners */
    background-color: white; /* White background for the message */
}


.lock-container {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ccc;
    border-radius: 10px;
    margin: 20px auto;
    position: relative;
}

.lock-container i {
    font-size: 40px;
    color: gray;
}

/* Modal Background */
.popup-container-unlock {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 85%;
    justify-content: center;
    align-items: center;
}

.popup_trigger{
    display: flex;
}

/* Popup Box */
.popup-content-unlock {
    background-color: #45328e;
    padding: 20px;
    border-radius: 40px;
    text-align: center;
    position: relative;
    width: 95%;
    height: 60px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-top:120% ;
    opacity: 0.9; /* Makes the entire box 50% transparent (50% == 0.5)*/
}


/* Welcome Text */
.welcome-text-unlock {
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.lang_ddl{
    width: 35%;
    margin-left:3%;
}

.lang_ddl_extra{
    color: #45328e;
    font-weight: bold;
    border: 1px solid !important;
    border-color: black;
    text-align: center;
    width : 30%;
    height: 35px;
}

.language-switch select {
    padding: 8px;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    margin-left: 11%;
    min-width: 60px;
}

.language-switch select:hover {
    cursor: pointer;
}

.custom_header_container_v1{
	   width: 100%;
}

.search-icon span {
    font-size: 20px;
    color: white;
}

/* General styling */
.input-group-1{
    display: flex;
    align-items: center;
    width: 60%;
    margin-left: 20%; 
}

.input-group-1 .prefix {
    background-color: #f1f1f1;
    padding: 10px;
    border: 1px solid #ccc;
    border-right: 0;
    font-weight: bold;
    
}

.input-group-1 input[type="tel"] {
    border: 1px solid #ccc;
    padding: 10px;
    width: 90%;
    border-left: 0;
}

/* General styling */
.input-group-2{
    display: flex;
    align-items: center;
    width: 90%;
    margin-left: 7%; 
    margin-top:7%; 
}

.input-group-2 .prefix {
    background-color: #f1f1f1;
    padding: 10px;
    border: 1px solid #ccc;
    border-right: 0;
    font-weight: bold;
    
}

.input-group-2 input[type="tel"] {
    border: 1px solid #ccc;
    padding: 10px;
    width: 83%;
    border-left: 0;
}

.input-group-2 input[type="tel"]:focus {
    outline: none;  /* Removes the default focus outline */
    border: 1px solid #ccc;
    border-left: 0;
}

.profile-picture {
    width: 60px;
    height: 60px;
    background-color: #4CAF50; /* Background color of the circle */
    color: white;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%; /* Makes the container a circle */
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase; /* Capitalize the letter */
}

.profile-new {
    margin-top: 0.8em;
    position: relative;

}

.wrapper-pro {
    
    text-align:-webkit-center; 
    width: 250px;
    height: 180px;
    background: #FDFEFF;
    transition: background 0.6s ease;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);


}

.img-pro-icon {
    
    width:23px; 
    height:23px; 
    margin-left:3%;


}

.diamond-list {
    list-style-type: none; /* Remove default bullets */
}

.diamond-list li::before {
    content: '\25C6'; /* Unicode for black diamond */
    color: black;
    padding-right: 10px;

}

.register-container {
    text-align: center;
    width: 100%;
}

.register-btn {
    background-color: red;
    color: white;
    padding: 10px;
    border: none;
    width: 85%;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top:15%;
    margin-right:2%;
}
.register-btn:hover {
    background-color: darkred;
}

.terms-check {
    font-size: 12px;
    margin: 10px 0;
    text-align:left; 
    margin-left:7%; 
    margin-top:7%; 
}
.terms-check a {
    text-decoration: none;
    color: black;
}
.terms-check a:hover {
    text-decoration: underline;
}

.signin-link {
    margin-top: 30px;
    font-size: 12px;
}
.signin-link a {
    color: orange;
    text-decoration: none;
}
.signin-link a:hover {
    text-decoration: underline;
}

.bottom-div-connect{
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom:3%; 
    margin-top:10%; 

}

