    body{
      margin: 0;
      padding: 0;
    }
    

.msg{
    display:none;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width:250px;
    text-align:center;
    margin:0 auto;
    font-size:16px;
    background-color:#ff6ec4;
    z-index:10;
    color:#fff;
    border-radius:20px;
    padding:5px;
}
    
    #disableDiv {
        position: fixed;
        padding: 0;
        margin: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.5;
        background-color: black;
        z-index: 1;
        display: none;
    }
    
.reportDIV{
    top: 50%;
    left: 50%;
    width:400px;
    min-width : 250px;
    padding: 0px;
    height: 500px;
    transform: translate(-50%, -50%);
    display: none;
    flex-direction:column;
    position:absolute;
    z-index: 10;
    transition: 0.5s; 
    box-shadow: 3px 3px 8px 6px rgba(0, 0, 0, 0.2);  
    background-color:#fff;
    overflow-x: auto;
    overflow-y: scroll;
}

.reportInner{
   margin:20px auto;
}

.closeBtnDiv{
    width:100%;
    height:50px;
}


.wrapper{
    width: 95%;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    margin:50px auto; 
    align-items:  flex-start;
}

.summary{
    flex:2;
    max-height: 400px;
    overflow-y:auto;
    padding:10px;
}

.lablesTitle{
    width: 90%;
    margin:0 auto; 
    text-align:center;
}

/**************************************/
.section-items{
    display:flex; 
    flex-direction:row; 
    flex-wrap:wrap;
    row-gap:20px;
    padding: 20px;
    /*border:1px solid red;*/
    width:90%;
    margin:0 auto;
}

.bookSection{
    width:410px;
   
    display:flex; 
    flex-direction:row; 
    flex-wrap:wrap;
    margin-top:20px; 
    gap:10px;
}

.bookInfo{
    width:150px; 
    display:flex; 
    flex-direction:column;
    justify-content: space-between;
}



.bookTitle{
    margin:0
}

.bookFeatures{
    display:flex; 
    flex-wrap:wrap; 
    gap:10px;
    color:#fff;
}

.bookSummary{
    width: 200px;
    height: 55px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:12px;
}

.addToCart{
    border:none;
    outline:none;
    font-size:14px;
    padding:0px 10px;
    border-radius: 5px;
    background: linear-gradient(40deg, #ff6ec4, #7873f5);
    color:#fff;
    width:100%;
    height:40px;
}

.buyCoins{
    width:100px;
}

.followBtn{
    width:150px;
    padding:10px;
    margin:10px 0;
    font-size:22px;
}

.fa{
    font-size:12px;
}

.bookLabels{
    width: 90%;
    margin:15px auto; 
    text-align:center;
     display: flex;
     flex-wrap:wrap;
    justify-content: center;
    gap:5px;
}

.tagLabels{
    width: fit-content;
    background-color: #cfbbcf;
    border-radius:15px;
    padding:5px 15px;
    color:white;
    cursor:pointer;
}

.tagLabels p{
    margin:0;
}

.tabsSection{
    padding:20px;
    min-height:100vh;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2);
    width:90%;
    margin:10px auto;
}

/* Style the tab */
.tab {
  display:flex;
  justify-content:center;
  overflow: hidden;
 
  
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  width:150px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class  background-color: #ccc;*/
.tab button.active {
/* background-color: #ccc;*/
}

/* Style the tab content */
.tabcontent {
  
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  max-width:800px;
  margin:20px auto;
}

.tabColumn{
   display:flex; 
   flex-direction:column; 
} 


.tabBars{
     display:flex;
  justify-content:space-between;
}

.bars{
  display:none;
  width:150px; 
  height:5px;
  background-color:red;
}


/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.fa{
    font-size:22px;
}

/**** comments******/

.newComment{
  width: 250px;
  display: block;
  margin: 0px auto;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  transition: width 0.4s ease-in-out;
}


.newComment:focus {
  width: 80%;
}

.newCommentBtn{
    margin:5px auto;
   
}

.newCommentBtn-Center{
    display:block;
      margin: 0 auto;
}

.commentItem{
    display:flex; 
    flex-direction:column; 
    margin:15px auto;
    gap:5px;
    color:#111;
    padding:0 15px;
}

.top-row, .comment-row, .bottom-row{
    width:100%;
    height:30px;
    /*border:1px solid red;*/
   
}

.comment-row {
     transition: width 0.4s ease-in-out;
     overflow-y:hidden;
     cursor:pointer;
}

.top-row{
    display:flex; 
    gap:15px;
}

.comment-area{
  width:100%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  padding: 0px 20px 0px 12px;
  transition: width 0.4s ease-in-out;
}

.comment-row:focus{
   height:300px;
}

.comment-area:focus{
   height:100%;
}

.fa{
    font-size:22px;
}

.bottom-row{
     display:flex; 
     gap:10px;
     
}

.reactDiv{
     display:flex; 
      gap:10px;
}

.reactDiv p{
    width:30px;
}

.repliesDiv{
    display:none;
}

.reply-text{
    display:none;
}

.replyCounter{
    cursor:pointer;
    color:blue;
}

.replies{
    margin-left:20px;
    font-size: 14px;
    height:20px;
}

.repliesText{
    margin-left:20px;
    font-size: 14px;
}

/*****coments*******/
.preview{
    top: 50%;
    left: 50%;
    width:100%;
    
    padding: 0px 15px 0px 15px;
    height: 100%;
    transform: translate(-50%, -50%);
    display: none;
    position:absolute;
    z-index: 10;
    transition: 0.5s; 
    box-shadow: 3px 3px 8px 6px rgba(0, 0, 0, 0.2);  
    background-color:white;
    overflow-x: auto;
    overflow-y: scroll;
}

.preview div{
    padding:5px;
}

.preview h4{
    text-align:center;
    margin-top:20px;
}

.closebtn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 8px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  text-align:center;
}

.previewNav{
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    padding:5px;
    width:100%;
}

.previewNavBtn{
    border:none;
    outline:none;
    font-size:18px;
    padding:0px 10px;
    border-radius: 5px;
    background: linear-gradient(40deg, #ff6ec4, #7873f5);
    color:#fff;
    width:100px;
}

.buyCoinsDiv{
    top: 50%;
    left: 50%;
    width:100%;
    min-width: 250px;
    padding: 0px 15px 0px 15px;
    transform: translate(-50%, -50%);
    display: none;
    position:absolute;
    z-index: 10;
    transition: 0.5s; 
    box-shadow: 3px 3px 8px 6px rgba(0, 0, 0, 0.2);  
    background-color:white;
    overflow-x: auto;
    overflow-y: auto;
    max-width:350px; 
    height:auto;
}

.buyCoinsInner{
    padding:20px 0;
}

.bestcoins{
    margin-top:10px;
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    min-width:200px; 
    align-items:center; 
    justify-content:center; 
    max-width:450px; 
    min-height:80px; 
    gap:10px;
    border-radius:30px; 
    padding:10px;
    background: linear-gradient(40deg, #ff6ec4, #7873f5);
    color:#fff;
}

.bestcoins_row{
    display:flex; 
    flex-wrap:wrap;
    justify-content:center; 
    gap:10px;
}

.bestcoins span{
    text-align:center;
}

.bestcoinsBtn {
     width:80px; 
     margin:0px;
     color:black;
     background-color:#fff;
      border-radius:30px; 
      border:none;
      cursor:pointer;
 }
 
.bestcoinsBtn:hover{
     background: green;
     color:#fff;
 }
 

#scrollup {
  display: block;
  position: relative;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#scrollup:hover {
  background-color: #555;
}

.authorHeader{
    width: 100%;
    background: linear-gradient(40deg, #ff6ec4, #7873f5);
    height: 200px;
    position: relative;
}

.authorAvatar{
    height: 180px;
    width:150px;
    padding:0;
    cursor:pointer;
    margin: 40px 20px 20px 60px;
    position: absolute;
   
}

.authorAvatar img{
    width: 150px;
    height: 200px;
    object-fit: fill;
    border:1px solid black;
}

.bookImage{
    width:150px;
    padding:0;
    cursor:pointer;
}

.bookImage img{
    
    width:150px; 
   aspect-ratio:3/4;
   object-fit: fill;
  
    
}

.responsiveTitle{
    display:none;
}

.authorName{
    margin:30px 20px 0px 220px;
    position: absolute;
    color:black;
}

.authorName a{
    color:black;
}

.authorMatrix{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    align-content:flex-end;
    margin: 120px 20px 0px 220px;
    position: absolute;
}

.authorMatrixItem{
  display:flex; flex-direction:column; color:#fff;
} 

.actionBtns{
    display:flex; 
    flex-wrap:wrap;
    justify-content: flex-end;
    gap:5px;
}

.ratings{
    display:flex; 
    flex-direction:column;
    gap:5px;
}

#fb-share-button {
    background: #3b5998;
    border-radius: 3px;
    font-weight: 600;
    padding: 5px 8px;
    display: inline-block;
    position: static;
    width:93px;
}

#fb-share-button:hover {
    cursor: pointer;
    background: #213A6F
}

#fb-share-button svg {
    width: 18px;
    fill: white;
    vertical-align: middle;
    border-radius: 2px
}

#fb-share-button span {
    vertical-align: middle;
    color: white;
    font-size: 14px;
    padding: 0 3px;
}

.chapterItem{
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    justify-content: left;
    gap:10px;
    cursor:pointer;
    max-width:800px;
    margin:0 auto;
}

.lockDiv{
    margin-left: auto;
}

@media screen and (max-width: 955px){
    .section-items{
    justify-content:center;
    width:100%;
    padding: 10px;
    }
    
}

@media screen and (max-width: 620px){
    .wrapper{
        flex-direction:column;
    }
    
}    

@media screen and (max-width: 820px) {

    .authorAvatar{
        margin: 0;
    }
    
    .authorName{
        margin: 10px 20px 0px 160px;
    }

    .authorName h1{
        font-size: 22px;
   
    }

    .authorMatrix{
        margin: 135px 20px 0px 160px;
        gap:5px;
    }

    .authorMatrixItem{
        flex-direction:row;
        align-items:center;
    }

    .authorMatrixItem p{
            margin:0;
            font-size:14px;
        }
    
    .actionBtns{
            position:absolute;
            width:95%;
            margin: 210px auto;
            right:15px;
        }
}

@media screen and (max-width: 560px) {
    
    .addToCart{
      display:block;
  }

}

@media screen and (max-width: 432px){
    
    .wrapper{
        margin:10px auto; 
    }
    
    
    .responsiveTitle{
        margin:100px 10px 20px 10px;
        text-align:center;
        display:block;
    }
    
    #titleMetaTag{
        display:none;
    }
    
    .authorMatrix{
         flex-direction:column;
         margin: 40px 20px 0px 160px;
    }
    
    .authorMatrixItem{
        gap:10px;    
    }
    
    #rating-star-1,
    #rating-star-2,
    #rating-star-3,
    #rating-star-4,
    #rating-star-5{
      padding: 5px;
    }
    
    .previewNavBtn, .preview h4{
        font-size:14px;
    }
    
    }

@media screen and (max-width: 415px){
   
   .authorName a{
       font-size:16px;
   }
   
   .chapterItem{
        flex-direction:column;
       /* justify-content: center;*/
        gap:0;
        text-align:center;
    }

    .chapterNo{
       height: 20px;
      
    }
    .previewNav{
        padding:10px;
        justify-content:center;
    }
    .previewNavBtn{
        
    }
}

@media screen and (max-width: 372px){

    .bookSection{
        flex-direction:column; 
        justify-content:center;
    }
    
    .bookImage{
        margin:0 auto;
    }
    
    .bookInfo, .bookSummary{
        width:100%;
    }
    
    .bookTitleDiv, .bookFeatures{
        text-align:center;
    }
    
    .bookFeatures{
        justify-content:center;
    }
}
  