html {
  height: 120%;
}

body {
  margin: 0 auto;
  height: 100%;
}
.widget-title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 1.6em;
}
button.eager-back-to-top-button[show="true"] {
  pointer-events: all;
  opacity: 1;
}
.panel.panel-default {
  background: aliceblue;
}
button.eager-back-to-top-button {
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antaliased;
  display: block;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  position: fixed;
  height: 75px;
  width: 75px;
  bottom: 25px;
  right: 25px;
  font-size: 40px;
  line-height: 75px;
  border-radius: 5px;
  background: #ccc;
  background-color: rgba(0, 0, 0, .1);
  border: 0;
  outline: none;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  pointer-events: none;
  z-index: 7000;
}

#site-bottom{margin-top:40px;padding:25px 0 30px;border-top:1px solid #555;font-size:0.9em}
#site-bottom .bottom-left{
  text-align:center;
  margin-bottom:20px}
  #site-bottom .backtotop{margin-left:5px}
  #site-bottom ul li{float:left;margin-right:15px;list-style:none}
  #site-bottom a{color:#ccc}
  img.img-bia {
    margin: 0 auto;
    display: block;
  }
  @media (min-width: 320px){
   #lg{
    padding-bottom: 18px;
  }
  #site-bottom ul li{
   display:inline-block;float:none}
 }
 @media (min-width: 992px){
   #site-bottom .bottom-left{
    text-align:left;margin-bottom:0}
  }
  @media (max-width: 418px){
    .top {
      padding-top: 50px;
    }
  }
  @media (min-width: 320px){
    #site-bottom .bottom-right{text-align:center}}
    @media (min-width: 992px){

      #site-bottom .bottom-right{text-align:right;float:right}}

      footer {
        margin: 5em 0;
      }

      .sot {
       color: #fff;
       margin-bottom: 9px;
     }
     .tron {
      color: #333333;
      border-radius: 4px;
      background: #fff;
    }    
  }
  .clearfix {
    clear: both;
  }

  footer li {
    margin-right: 1.5em;
    margin-bottom: 1.5em;
  }
  ul.list-unstyled li{ 
    display: inline; 
  }
  .h0rating {
    display: table;
    margin: auto;
  }
  #myCarousel{
    margin-top: 50px;
    margin-bottom: 60px;
    
  }
  .container1 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
  }
  .container_header {
    padding-right: 15px!important;
    padding-left: 15px!important;
  }
  .chapter-content{
    text-align: center;
    margin-top: 20px;
    width:100%;
    top: 80px;
  }
  .chapter-content-top {
    margin-top: 80px;
    width:100%;
    top: 80px;
  }
  .chapter-img{
    max-width:100%; 
    border-left: 2px solid;
	border-right: 2px solid;
    border-color: #000;
  }
  #cover-search{
    width: 400px;
    position: absolute;
    bottom: 50px;
    right: 50px;
  }
  .navbar .nav .divider-vertical{
   background-color:blue;
   height:10px;    
 }
 .manga-2{
   background: url('../images/manga_open.png') left center no-repeat;
   padding: 4px 5px 4px 23px;
 }
 .manga-1{
   background: url('../images/manga_close.png') left center no-repeat;
   padding: 4px 5px 4px 23px;
 }
 .blur{
   padding: 4px 5px 4px 23px;
 }
 .img {
  max-width: 100%;
  height: auto;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 800px !important;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.owl-carousel .item h3 {
  max-width: 150px;
  margin-bottom: 0px;
  font-weight: 700;
  line-height: 20px;
  margin: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}
.owl-carousel .item {
  margin: 3px;
  text-align: center;
  padding: 6px 0;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .item {
  display: inline-block;
  max-width: 100%;
  height: auto;
  line-height: 1.42857;
  background-color: white;
  transition: all 0.2s ease-in-out 0s;
}
.carousel-inner {
  max-width: 100%;
  margin: 0 auto;
}

.manga-name {
  max-width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (max-width: 370px) {
  .input-group {
    width:100%!important;
  }
  .search {
    margin-right: 0px!important;
  }
}
#btn_report {
  position: fixed;
  bottom: 0px;
  top: 15%;
  left: 0px;
  z-index: 100;
  margin-left: -30px;
  height: 38px;
  width: 90px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.navbar-index {
  z-index: 1000!important;
}
.ui-widget {
  z-index: 1500!important;
}
.swiper-container {
  padding-top: 70px;
}

/* Notification */
.msg_list {
  width: 300px;
}
.navbar-nav .open .dropdown-menu {
  margin-top: 0;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  right: 0;
  left: auto;
}
.dropdown-menu {
  box-shadow: none;
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 9998;
  border: 1px solid #D9DEE4;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.top_nav .dropdown-menu li {
  width: 100%;
}
@media (min-width: 480px) {
  .top_nav .navbar-right li {
    position: relative;
  }
}
.top_nav .navbar-right li {
  display: inline-block;
  float: right;
  position: static;
}
ul.msg_list li {
  border: 1px solid #fff;
  padding: 5px;
  display: -ms-flexbox;
  display: flex;
  margin: 6px 6px 0;
  width: 96%!important;
}

dropdown-menu.msg_list span {
  white-space: normal;
}
.dropdown-menu>li>a {
  color: #5A738E;
}
ul.msg_list li a .image img {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  float: left;
  margin-right: 10px;
  width: 11%;
}
ul.msg_list li a .time {
  font-size: 11px;
  font-style: italic;
  font-weight: 700;
  float: right;
  right: 35px;
}
ul.msg_list li a .message {
  display: block!important;
  font-size: 13px;
}
.top_nav .dropdown-menu li a {
  width: 100%;
  padding: 12px 20px;
}
li .text-center a {
  display: block;
}
ul.msg_list li a {
  padding: 3px 5px!important;
}
.dropdown-menu>li>a {
  color: #5A738E;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu a, .voiceBtn {
  cursor: pointer;
}
.text-center {
  text-align: center;
}
.dropdown-menu.msg_list span {
  white-space: normal;
}
ul.msg_list li:last-child {
  margin-bottom: 6px;
  padding: 10px;
}
ul.msg_list li .view-noti {
  display: block;
  margin: 0 auto;
}

.info-number .badge {
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  padding: 2px 6px;
  position: absolute;
  top: 8px;
}
.bg-green {
  background: #dd481C!important;
  border: 1px solid #dd4814!important;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.view-noti {
  font: 100 12px utmBebas;
  line-height: 2px;
}
#menu1 header {
  font-size: 20px;
  line-height: 33px;
  padding: 0px 20px;
  border-bottom: 1px solid #D0E3BE;
}
#menu1 header a:first-child {
  border: medium none;
  margin-right: 0px;
  padding-right: 0px;
}
#menu1 header a {
  font-size: 13px;
  border-right: 1px solid #ccc;
  float: right;
  padding-right: 5px;
  margin: 10px 5px 10px 0px;
  line-height: 13px;
}

.footerNoti a {
  font-size: 14px;
  line-height: 35px;
}
.view-all {
  background: #f7f7f7;
}

span.type-noti {
  font-weight: 700;
  font-size: 15px;
}
.now > a:hover, .now > a:focus {
  color: #ffffff;
  background-color: #772953!important;
}
@media (min-width: 768px){
  .footerNoti {
    background: #eee;
  }
  .badge {
    left:8px;
    top:-10px!important;
  }
  #menu1 {
    width: 468px;
  }
  #menu1 header {
    background: #eee;
  }
  .not-read {
    background: #e2f0fd;
  }
  a.icon-noti {
    padding:0px!important;
    margin: 13px;
  }
  .scroll-noti {
    background: #fbfbfb;
  }
}
@media (max-width: 767px) {
  .badge {
    left:30px;
  }
  #menu1 header {
    color: #fff;
  }
  .messege {
    color: #ffffff;
  }
  .not-read {
    background: #55032f;
  }
  .scroll-noti>li>a>span  {
    color: #fff!important;
  }
}
.scroll-noti {
  width: 100%;
  max-height: 350px;
  overflow-y: scroll;
  float: left;
}
.scroll-noti>li>a {
  width: 100%;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* Headroom */

.headroom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.headroom--unpinned {
  top: -80px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  transition: .25s;
  -webkit-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}

.headroom--pinned {
  top: 0;
  transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);

  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  transition: .5s;
}
/* end header */
div#topcontrol {
  z-index: 100000;
}
ul.chapter-before {
  padding: 0px!important;
}
/* LIST PAGING */

.asc {
  float:right;
  padding-left: 5px;
}
.soft-by {
  float: right;
}
.row-list {
  height:150px;
  margin-bottom:20px;
}
span.list-images {
  padding: 10px;
  margin: 3px;
}
a.list-link {
  width: 100px;
  height: 124px;
  float: left;
  overflow: hidden;
  border: 1px #e5e5e5 solid;
  padding:2px;
}

/* owl theme */
.owl-theme .owl-nav [class*=owl-] {
  background: #f82e2e!important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #b50101!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f82e2e!important;
}
.centertext {
  text-align: left;
}
.bold {
  font-weight: bold;
}
.mt10 {
  margin-top: 10px;
}
/* Tabs top All */

.topAll .nav-tabs {
  border: 0;
  padding: .7rem;
  margin-bottom: -20px;
  z-index: 2;
  position: relative;
}
.topAll .red {
  background-color: #DF691A!important;
}
.topAll ul.nav.nav-tabs.tabs-3.red {
  border-radius: 4px;
}
.topAll .nav-tabs .nav-item {
  margin-bottom: -1px;
}
.topAll .tabs-3 li {
  width: 33.3%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background-color: rgba(255,255,255,.2);
  color: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
  border: 0px;
}
.topAll .nav-tabs .nav-link {
  border: 0;
  color: #fff;
  border: 0px;
  text-align: center;
  font: 400 20px utmBebas;
}
.nav-tabs>li>a:hover {
  background-color: #f80c54;
}
.topAll .tab-content {
  padding: 2rem 1rem 1rem;
  z-index: 1;
}
.topAll {
  background-color: aliceblue;
  margin-top: 40px;
}
.topAll .nav > li > a {
  padding: 5px;
}
.list-genres {
  margin-top: 20px;
}

/* Manga info */
ul.manga-info {
  padding: 0px;
  margin: 0px;
  list-style: outside none none;
}
ul.manga-info li {
  border-bottom: 1px dashed #DDD;
  padding: 5px 0px 0px;
  text-transform: uppercase;
  line-height: 2;
}
.well {
  background-color: aliceblue;
  color: #565454;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.thumbnail {
  display: block;
  margin: auto;
}
.row {
  margin: 0px;
}
.breadcrumb {
  background-color: aliceblue;
}
.info-cover {
  padding: 15px 5px;
}

/*  TopALL Manga  */

.sidebar-topAll {
  background-color: aliceblue;
  color: #e83030;
  margin-top: 0;
  border: 1px solid #f80c54;
  border-radius: 4px;
}
@media (max-width: 1000px) {
  .sidebar-topAll {
    display: none;
  }
  .manga-list-genres {
    display: none;
  }
  .info-manga {
    width: 100%;
  }
}
.sidebar-content {
  width: 100%;
}
.sidebar-content>a {
  float: left;
  margin: 10px;
  width: 50px;
}
.sidebar-content>a>img {
  border-radius: 3px;
}
.sidebar-content>h2 {
  font-size: 1em;
  overflow: hidden;
  margin: 10px;
}
.sidebar-content>h2>a {
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.sidebar-content>div>a {
  color: #59a315;
  display: inline-block;
  padding-bottom: 5px;
  margin-right: 10px;
}
.sidebar-content>i {
  color: #999;
}

/*  Genres Manga  */
.manga-list-genres {
  margin-top: 15px;
}
.panel-genres {
  border-color: #f80c54;
  background: aliceblue;
}
.title-genres {
  background: #DF691A;
  white-space: nowrap;
  padding: 5px 15px 5px 15px;
  border-radius: 2px;
  width: auto;
  height: 46px;
  overflow: hidden;
  color: #fff;
  font: 400 25px utmBebas;
}

/* Tinymce css */

.mce-content-body
{
  font-size: 14px;
}
.mce-ico {
  height: 30px !important;
  width:30px !important;
  text-align:center;
  line-height: 30px !important;
  background-repeat: no-repeat !important;
}
.mce-listbox > button {padding: 10px 27px 10px 10px !important;}
.mce-ico.mce-i-resize {height:auto !important; line-height:normal !important; width:auto !important}

.mce-ico.mce-i-emoanime {
  background: url(https://i.imgur.com/eNQzmEP.gif) no-repeat;
  background-size: cover;
}

.mce-ico.mce-i-emopoco {
  background: url(https://i.postimg.cc/fyMLbnWz/0.webp) no-repeat;
  background-size: cover;
}

.mce-ico.mce-i-emogifs {
  background: url(https://i.postimg.cc/jSByS5pR/mind-blowing.gif) no-repeat;
  background-size: cover;
}

.mce-ico.mce-i-emopepe {
  background: url(https://i.postimg.cc/QxwqH05L/79.gif) no-repeat;
  background-size: cover;
}

.mce-ico.mce-i-emosenya {
  background: url(https://i.postimg.cc/RZ1Gyw3j/1.gif) no-repeat;
  background-size: cover;
}

.mce-ico.mce-i-emocoin {
  background: url(https://i.postimg.cc/qvdH2XVY/2.gif) no-repeat;
  background-size: cover;
}

.mce-ico.mce-i-emobabysoldier {
  background: url(https://3.bp.blogspot.com/_1Jw2fzSntT0/TDYXmoMuCeI/AAAAAAAAArU/HRsK1o9b87A/s30/39.gif) no-repeat;
  height: 30px;
  width: 30px;
}
.mce-ico.mce-i-emoonion {
  background: url(https://4.bp.blogspot.com/_1Jw2fzSntT0/TZDLBB9cMqI/AAAAAAAABPo/aEOUmUAfhNY/s30/001.gif) no-repeat;
  height: 30px;
  width: 30px;
}
.mce-ico.mce-i-emobafu {
  background: url(https://4.bp.blogspot.com/_1Jw2fzSntT0/TZDP5AajWkI/AAAAAAAABWs/A_cw_EaFzcE/s30/01) no-repeat;
  height: 30px;
  width: 30px;
}
.mce-ico.mce-i-emothobua {
  background: url(https://4.bp.blogspot.com/_1Jw2fzSntT0/TZC7trfKk6I/AAAAAAAABKg/yK_I6NhU6EA/w30/020.gif) no-repeat;
  height: 30px;
  width: 30px;
}
.mce-ico.mce-i-emothotuzki {
  background: url(https://4.bp.blogspot.com/-678pJfhjGus/TxaJmHNhXUI/AAAAAAAAFWI/uVL_1LLkdKc/s30/Upanhso.tk-1.gif) no-repeat;
  height: 30px;
  width: 30px;
}
.mce-ico.mce-i-emoyoyo {
  background: url(https://4.bp.blogspot.com/_1Jw2fzSntT0/TdAAq2gaMbI/AAAAAAAABqo/bGnYO5L6mWI/s30/10.gif) no-repeat;
  height: 30px;
  width: 30px;
}
.mce-ico.mce-i-emopanda {
  background: url(https://1.bp.blogspot.com/-1rtVBecx6MI/TxUwByvlxtI/AAAAAAAAFPU/zO0ZISyyXgM/s30/Upanhso.tk-1.gif) no-repeat;
  height: 30px;
  width: 30px;
}
.mce-ico.mce-i-emotrollface {
  background: url(https://i.imgur.com/oh3ZUDF.gif) no-repeat;
  background-size: cover; 
 /* height: 30px;
 width: 30px;*/
}
.mce-ico.mce-i-emoyahoo {
  background: url(https://3.bp.blogspot.com/-fEToyUeACwk/TxUn88ZzutI/AAAAAAAAE78/M2obVYh_QHY/Upanhso.tk-1.gif) center center no-repeat;
  height: 30px;
  width: 17px;
}
.mce-floatpanel.mce-popover.mce-bottom.mce-start > .mce-arrow {
  /*left: 215px !important;*/
}

/*  Comment box  */ 

#commentbox {
  display: block;
  width: 100%;
}
.avatar {
  text-align: center;
  width: 100%;
  display: block;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
.comment-body, .comment-post {
  background: whitesmoke;
}
.avatar>img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .avatar {
    display: none;
  }
  .commment {
    width: 100%;
  }
}
.avatar1 {
  width: 100%;
}
.commentbox {
  float: right;
  width: 100%;

}
div#buttom {
  padding: 10px 5px 5px 5px;
}
.user {
  font-weight: bold;
  text-align: center;
  border: 1px solid #ddd;
}
a.comment-user {
  color: #176093;
}
a.admin {
  color : red!important;
}
.avatar i.admin {
 background-image: url();
 width: 42px;
 height: 42px;
 margin-left: -6px;
 margin-top: -6px;
 position: absolute;
 z-index: 1;
 background-repeat: no-repeat;
 background-size: 42px;
}
.avatar i.men {
 background-image: url();
 width: 42px;
 height: 42px;
 margin-left: -6px;
 margin-top: -6px;
 position: absolute;
 z-index: 1;
 background-repeat: no-repeat;
 background-size: 42px;
}
.list-comment {
					   
  max-height: 800px;
  overflow-y: scroll;

}
.chil_comment {
  margin-left: 10%;
}
.edited {
  font-size: 12px;
  float: right;
  text-align: center;
  font-style: italic;
}
.btn-xss {
  border-radius: 2px!important;
  padding: 1px 3px;
  font-size: 11px;
  line-height: 1;
}
.cm {
  padding: 10px;
}

/* CSS Tab Comment  */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe { 
  min-width: 100% !important;
  width: 100% !important;
}
div#facebook {
  background: #fff;
}
.tab_Comment {
  margin: 0px auto;
  width: 100%;
}
/*.tab_Comment .nav-tabs {
border-bottom: 2px solid #DDD;
}
.tab_Comment .nav-tabs > li.active > a, .tab_Comment .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
border-width: 0;
}
.tab_Comment .nav-tabs > li > a {
border: none;
color: #666;
}
.tab_Comment .nav-tabs > li.active > a, .tab_Comment .nav-tabs > li > a:hover {
border: none;
color: #dd4814!important;
background: transparent;
}
.tab_Comment .nav-tabs > li > a::after {
content: "";
background: #dd4814;
height: 2px;
position: absolute;
width: 100%;
left: 0px;
bottom: -1px;
transition: all 250ms ease 0s;
transform: scale(0);
}
.tab_Comment .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
transform: scale(1);
}
.tab_Comment .tab-nav > li > a::after {
background: #dd4814 none repeat scroll 0% 0%;
color: #fff;
}
.tab_Comment .tab-pane {
padding: 15px 0;
}
.tab_Comment .tab-content{
padding:20px;
}

.tab_Comment .card {
background: #FFF none repeat scroll 0% 0%;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
margin-bottom: 30px;
}*/

/*  CSS Width Mobile  */
@media (max-width: 768px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
}

:hover,
:focus {
  outline: none;
  text-decoration: none;
}

.tab_Comment .nav-tabs {
  background: #fff;
}

.tab_Comment .nav-tabs li {
  text-align: center;
}

.tab_Comment .nav-tabs li a {
  font-size: 15px;
  font-weight: 600;
  color: #22272c;
  padding: 15px 25px;
  background: #eee;
  margin-right: 0;
  border-radius: 0;
  border-top: none;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s ease 0s;
}

.tab_Comment .nav-tabs li.active a,
.tab_Comment .nav-tabs li a:hover {
  background: #e16b47;
  color: #fff;
  border: none;
}

.tab_Comment .tab-content {
  border-top: 2px solid #e16b47;
}

.tab_Comment .tab-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
}

@media only screen and (max-width: 320px) {
  .tab_Comment .nav-tabs li a {
    padding: 15px;
  }
}

/*  Search Advenced */

#chontheloai ul {
    list-style: none;
    padding: 0px;
}
.icon-tick,.icon-checkbox,.icon-cross{display:inline-block;background:#fff url('../images/bt-sprite.png') no-repeat scroll 0% 0%;cursor:pointer;width:18px;height:18px;margin:0px 5px;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s;box-shadow:0pt 1px 3px rgba(0,0,0,0.15) inset;}
.icon-checkbox{background-position:0px -18px;}
.icon-tick{background-position:0px -36px;}
.icon-cross{background-position:0px 0px;}
.alphabet .btn{margin-top:2px;margin-bottom:2px;}
.bg-container {
			   
  background: #eceff1;
}
div#hopNangCao {
    border: 1px solid #f80c54;
}
.h2title {
  text-transform: uppercase;
}
a.hc {
  color: #fff;
}
a.hc:horve {
  color: #fff;
}

/** Widget show comment  */

#show_new_comment article > img {
    float: left;
    padding: 2px;
    border: 1px solid #b5b5b5;
    margin: 0 5px 5px 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
#show_new_comment article > span.name_user {
    margin-bottom: 5px;
    display: inline-block;
    color: #0c42af;
    font-weight: bold;
    
}
#show_new_comment article > div.chan {
  font-size: 12px;
    margin: 5px 0 5px 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #e6e6e6;
}
.show_comment {
  padding: 5px;
}
#show_new_comment article > div > a.manga {
  text-align: right;
}
.mrb10 {     padding: 10px; text-align: center; } .mrt10 { padding: 5px 0 5px 0;  }
.item-reponsive {
        height: 240px!important;
}

/* cus */
.navbar-brand {
	font-family: Verdana,Arial,Helvetica,sans-serif!important;
	font-size: 20px;
	text-shadow: 3px 3px 1px black;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}
.dropdown-menu,.nav{list-style:none;}
a{background-color:transparent;text-decoration:none;}
a:active,a:hover{outline:0;}
strong{font-weight:700;}
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
a:focus,a:hover{color:#23527c;text-decoration:underline;}
a:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px;}
[role=button]{cursor:pointer;}
.col-sm-12,.col-sm-3{position:relative;min-height:1px;padding-left:15px;padding-right:15px;}
@media (min-width:768px){
.col-sm-12,.col-sm-3{float:left;}
.col-sm-12{width:100%;}
.col-sm-3{width:25%;}
}
.dropdown{position:relative;}
.dropdown-toggle:focus{outline:0;}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);-webkit-background-clip:padding-box;background-clip:padding-box;}
.nav>li,.nav>li>a{display:block;position:relative;}
.nav{margin-bottom:0;padding-left:0;}
.nav>li>a{padding:10px 15px;}
.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee;}
.navbar-nav{margin:7.5px -15px;}
.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px;}
@media (min-width:768px){
.navbar-nav{float:left;margin:0;}
.navbar-nav>li{float:left;}
.navbar-nav>li>a{padding-top:15px;padding-bottom:15px;}
}
.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0;}
.clearfix:after,.clearfix:before,.nav:after,.nav:before{content:" ";display:table;}
.clearfix:after,.nav:after{clear:both;}
.visible-xs{display:none!important;}
@media (max-width:767px){
.visible-xs{display:block!important;}
}
@media (max-width:767px){
.hidden-xs{display:none!important;}
}
.fa{display:inline-block;}
.fa{font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.fa-signal:before{content:"\f012";}
.fa-home:before{content:"\f015";}
.fa-refresh:before{content:"\f021";}
.fa-eye:before{content:"\f06e";}
.fa-thumbs-o-up:before{content:"\f087";}
.fa-caret-down:before{content:"\f0d7";}
.fa-sort:before{content:"\f0dc";}
.fa-cloud-upload:before{content:"\f0ee";}
p{margin:0 0 10px;}
.main-nav .main-menu{width:100%;}
.main-menu a:focus{text-decoration:none;background-color:transparent;}
.main-menu a:hover{color:#ae4ad9!important;}
.main-menu > li > a{color:#333;white-space:nowrap;padding:0 20px;font-size:14px;text-transform:uppercase;}
.main-menu > li > a:focus,.main-menu > li > a:active,.main-menu > li > a:visited{background-color:transparent;}
.main-menu > li:first-child a{padding:0 15px;}
.main-menu > li > a .fa-home{font-size:20px;}
.main-menu > li.active > a,.main-menu > li.dropdown:hover > a,.main-menu > li > a:hover{color:#ae4ad9;background-color:#fff;}
.main-menu > li.dropdown{position:relative;}
.main-menu > li .dropdown-menu{border:1px solid #d9d9d9;-moz-box-shadow:0 3px 8px rgba(3,3,3,0.26);-webkit-box-shadow:0 3px 8px rgba(3,3,3,0.26);box-shadow:0 3px 8px rgba(3,3,3,0.26);}
.main-menu > li .megamenu{width:600px;}
.main-menu > li .megamenu ul li a{color:#333;text-overflow:ellipsis;overflow:hidden;line-height:32px;padding:0 10px;display:block;white-space:nowrap;background-color:transparent;}
.main-menu > li .megamenu p.tip{text-transform:none;font-size:13px;padding-top:5px;padding-bottom:5px;}
.main-menu > li a strong{color:#e74c3c;}
.navbar-dropdown{width:300px;background-color:#fff;margin:0;padding:0;box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;}
.navbar-dropdown a{width:49.99999%;float:left;color:#333;border-bottom:1px solid #eee;border-right:1px solid #eee;display:block;padding:8px 16px;}
.navbar-dropdown a:hover{text-decoration:none;background-color:#eee;}
@media (min-width: 768px) and (max-width: 991px){
.navbar-nav>li:nth-child(9){display:none;}
}
@media (min-width: 768px){
.main-menu > li.dropdown:hover .dropdown-menu{display:block;}
.navbar-nav>li>a{padding:0 10px;line-height:40px;}
}
@media (max-width: 767px){
.main-menu a:hover{color:#d0b32e!important;}
.main-menu > li{border-bottom:1px solid #222;}
.main-menu > li > a{color:#fff;line-height:35px;}
.main-menu > li.active > a,.main-menu > li.dropdown:hover > a,.main-menu > li > a:hover{color:#d0b32e!important;background-color:transparent!important;}
.main-menu > li .megamenu{padding-left:10px;}
.main-menu > li .megamenu ul li{float:left;width:50%;}
.main-menu > li .megamenu ul li a{color:#fff;}
}
.icon{display:inline-block;}
.icon-new{background:url(../images/icon-new.png) no-repeat;height:11px;width:28px;}

img{border:0;}
.btn{-webkit-user-select:none;-moz-user-select:none;}
.suggestsearch ul li{list-style:none;}
a{background-color:transparent;text-decoration:none;}
a:active,a:hover{outline:0;}
.btn,.btn-default:active,.btn:active,.form-control{background-image:none;}
.btn,img{vertical-align:middle;}
input{color:inherit;font:inherit;margin:0;}
input[type=submit]{-webkit-appearance:button;cursor:pointer;}
input::-moz-focus-inner{border:0;padding:0;}
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
input{font-family:inherit;font-size:inherit;line-height:inherit;}
a:focus,a:hover{color:#23527c;text-decoration:underline;}
a:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px;}
.form-control{font-size:14px;line-height:1.42857143;color:#555;display:block;}
.form-control{width:100%;height:34px;padding:6px 12px;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;}
.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}
.form-control::-moz-placeholder{color:#999;opacity:1;}
.form-control:-ms-input-placeholder{color:#999;}
.form-control::-webkit-input-placeholder{color:#999;}
.form-control::-ms-expand{border:0;background-color:transparent;}
.btn:active:focus,.btn:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px;}

.btn:active{outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}
.btn-default{color:#333;background-color:#fff;border-color:#ccc;}
.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c;}

.input-group{position:relative;display:table;border-collapse:separate;}
.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0;}
.input-group .form-control:focus{z-index:3;}
.input-group .form-control,.input-group-btn{display:table-cell;}
.input-group-btn:not(:first-child):not(:last-child){border-radius:0;}
.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle;}
.input-group .form-control:first-child{border-bottom-right-radius:0;border-top-right-radius:0;}
.input-group-btn{position:relative;font-size:0;white-space:nowrap;}
.input-group-btn>.btn{position:relative;}
.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2;}
.navbar-form{padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin:8px -15px;}
@media (min-width:768px){
.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle;}
.navbar-form .input-group{display:inline-table;vertical-align:middle;}
.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-btn{width:auto;}
.navbar-form .input-group>.form-control{width:100%;}
.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none;}
}
@media (min-width:768px){
.navbar-left{float:left!important;}
}
@media (max-width:767px){
.hidden-xs{display:none!important;}
}
img{max-width:100%;}
.search-box .searchinput{border-right:none;border-radius:0;height:32px;border:none;-webkit-box-shadow:none;box-shadow:none;}
.search-box .searchbutton{border-radius:0;width:32px;height:32px;border-left:none;border:none;}
.searchbutton{background:#fff url(../images/btn_search.png) no-repeat center center;}
.suggestsearch{position:absolute;top:32px;left:0;z-index:1;max-height:375px;overflow-y:auto;overflow-x:hidden;border:1px solid #ebebeb;background-color:#fff;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;}
.suggestsearch ul{margin:0;padding:0;}
.suggestsearch ul li:hover{background:#e0e0e0;}
.suggestsearch ul li{padding:5px 0;list-style:none;display:block;border-bottom:1px solid #ebebeb;}
.suggestsearch ul li a:after{display:table;content:" ";clear:both;}
.suggestsearch ul li a{padding:0;display:block;}
.suggestsearch ul li a:hover,.suggestsearch ul li a:focus,.suggestsearch ul li a:active{text-decoration:none;}
.suggestsearch ul li a img{float:left;margin:0 5px 0 0;width:50px;height:50px;}
.suggestsearch ul li a h3,.suggestsearch ul li a h4{color:#333;font-size:14px;font-weight:700;margin:0;margin-right:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.suggestsearch ul li a h4{font-size:12px;font-weight:400;}
.suggestsearch ul li a i{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
@media (min-width: 992px){
.search-box .input-group{width:279px;}
.suggestsearch{width:272px;}
}
@media (min-width: 768px) and (max-width: 991px){
.search-box .input-group{width:364px;}
.suggestsearch{width:342px;}
}
@media (max-width: 767px){
.search-box{padding-top:8px;}
.suggestsearch{width:100%;overflow-y:none;}
}

#okdd {
	color: #333;
	}
.cmchapter {
	color: #4e7af3;
}
.fb-page {
	width: 100%;
	background-color: #fff;
}
.list-chapters {
    margin: 10px 0 50px 0;
    border: 2px solid #045391;
}

.list-chapters>p:first-child {
color:#fff;
background:#045391;
border:2px solid #045391;
padding:5px 10px;
}

.list-chapters>p {
    font-weight: bold;
}

.list-chapters span {
    display: inline-block;
}

.fl-r {
    float: right;
}

.al-c {
    text-align: center;
}

.list-chapters .list-wrap {
overflow:auto;
border-radius:0 0 20px 0;
-moz-border-radius:0 0 20px;
-webkit-border-radius:0 0 20px 0;
}

.list-chapters .list-wrap p:nth-child(2n+1) {
background:#ededed;
}

.list-chapters .list-wrap p:hover {
background:#2361c0;
color:#fff;
}

.list-chapters .list-wrap p a {
color:#02770c;
display:block;
padding:8px;
}

.list-chapters .list-wrap p a:visited,.list-chapters .list-wrap p a.visited {
color:#f90;
}

.list-chapters .list-wrap p:hover a {
color:#fffc00;
}

.list-chapters .title {
width:375px;
}

.list-chapters .publishedDate {
width:135px;
}

.comic-btn-download-all,.comic-btn-download-chap{cursor:pointer;font-weight:bold;color: #0041f0}.comic-btn-download-all{display:inline-block;min-width:7em;text-align:center}.comic-btn-download-chap{display:inline-block;min-width:4em}.comic-btn-download-icon{margin-left:0.3em;display:inline-block!important;}.manga-detail .description .like-buttons > .item.wrap-download-all{background:#fffcc4;border-color:orange}.dl-disable{color:#868686}.dl-complete{color:#00b500}.dl-missing{color:#ff6060}


.detail {
    border: 1px solid #000;
}
.detail .title {
    background: #000;
    color: #fff;
   
    font-weight: bold;
    padding: 10px;
}
.detail .content {
    padding: 10px;
    word-wrap: break-word;
}

/* Rating */
.h0_ratings_on{display:block;width:32px;height:32px;float:left;background:url(../images/star_active.png)}.h0_ratings_off{display:block;width:32px;height:32px;float:left;background:url(../images/star_inactive.png)}.h0_ratings_thanks{color:green;line-height:32px;vertical-align:middle}

iframe[src*="ads-iframe"] { display: none; }
iframe[src*="runative"] { display: none; }
iframe[src*="runative-syndicate.com"] { display: none; }
#disqus_thread iframe[sandbox*="allow-forms allow-popups allow-same-origin allow-scripts"]{ display:none; }
#disqus_recommendations { display:none; }

.btn-back-to-top {
  position: fixed;
  opacity: .6;
  right: 10px;
  bottom: 10px;
  padding: 4px 10px;
  background-color: #333;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 999;
  display: none
}
.black-click {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  opacity: .6;
  top: 0;
  left: 0;
}
.white-click {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    opacity: .6;
    top: 0;
    left: 0;
}
.blue-click {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    opacity: .6;
    top: 0;
    left: 0;
}
.red-click {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    opacity: .6;
    top: 0;
    left: 0;
}

.top-spoiler{
    background: #C5C5C5;
    padding: 5px;
    margin-top: 5px;
}

.top-spoiler a {
	display: block;
	color:#333;
	text-decoration:none;
}

.top-spoiler a:hover{
    font-weight:bold;
    text-decoration:none;
}

.top-spoiler-home{
    background: #C5C5C5;
	padding: 5px;
    padding-left: 4px;
    margin-left: 20%;
}

.top-spoiler-home a {
	display: block;
	color:#333;
	text-decoration:none;
}

.top-spoiler-home a:hover{
    font-weight:bold;
    text-decoration:none;
}

.spoiler{
    display:none;
    padding: 5px;
    border: 1px solid #B1AFAF;
    margin-bottom: 5px;
}

.spoiler_hide{
    display:none;
    padding: 5px;
    border: 1px solid #B1AFAF;
    margin-bottom: 5px;
}

.mce-floatpanel.mce-popover.mce-bottom.mce-start {
    width: 70% !important;
    height: 300px !important;
    overflow-x: hidden;
    left: 20% !important;
    overflow-y: scroll;
    max-width: 600px !important;
}
.mce-btn-group .mce-btn {
    float: left;
}

.btn-primary2 {
    color: #fff;
    background-color: #dd4814;
    border-color: #dd4814
}

.btn-primary2:hover,.btn-primary2:focus,.btn-primary2:active,.btn-primary2.active,.open .dropdown-toggle.btn-primary2 {
    color: #fff;
    background-color: #b83c11;
    border-color: #a5360f
}

.btn-primary2:active,.btn-primary2.active,.open .dropdown-toggle.btn-primary2 {
    background-image: none
}

.btn-primary2.disabled,.btn-primary2[disabled],fieldset[disabled] .btn-primary2,.btn-primary2.disabled:hover,.btn-primary2[disabled]:hover,fieldset[disabled] .btn-primary2:hover,.btn-primary2.disabled:focus,.btn-primary2[disabled]:focus,fieldset[disabled] .btn-primary2:focus,.btn-primary2.disabled:active,.btn-primary2[disabled]:active,fieldset[disabled] .btn-primary2:active,.btn-primary2.disabled.active,.btn-primary2[disabled].active,fieldset[disabled] .btn-primary2.active {
    background-color: #dd4814;
    border-color: #dd4814
}

.btn-primary3 {
    color: #fff;
    background-color: #dd4814;
    border-color: #dd4814
}

.btn-primary3:hover,.btn-primary3:focus,.btn-primary3:active,.btn-primary3.active,.open .dropdown-toggle.btn-primary3 {
    color: #fff;
    background-color: #b83c11;
    border-color: #a5360f
}

.btn-primary3:active,.btn-primary3.active,.open .dropdown-toggle.btn-primary3 {
    background-image: none
}

.btn-primary3.disabled,.btn-primary3[disabled],fieldset[disabled] .btn-primary3,.btn-primary3.disabled:hover,.btn-primary3[disabled]:hover,fieldset[disabled] .btn-primary3:hover,.btn-primary3.disabled:focus,.btn-primary3[disabled]:focus,fieldset[disabled] .btn-primary3:focus,.btn-primary3.disabled:active,.btn-primary3[disabled]:active,fieldset[disabled] .btn-primary3:active,.btn-primary3.disabled.active,.btn-primary3[disabled].active,fieldset[disabled] .btn-primary3.active {
    background-color: #dd4814;
    border-color: #dd4814
}

#theme-toggle{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center
}
#theme-toggle label{
    position:relative;
    display:block;
    width:3.6em;
    height:2em;
    border-radius:1em;
    border:1px solid;
    background-color:#000839;
    overflow:hidden;
    cursor:pointer
}
#theme-toggle label:before,#theme-toggle label:after{
    display:block;
    position:absolute;
    content:"";
    width:1.44em;
    height:1.44em;
    border-radius:50%;
    top:50%;
    left:.3em;
    transform:translateY(-50%);
    transition:.9s ease
}
#theme-toggle label:before{
    background-color:#ffa41b
}
#theme-toggle label:after{
    background-color:#000839;
    left:-6em;
    transform:translateY(-50%)scale(0.00001)
}
#theme-toggle input[type=checkbox]{
    position:absolute;
    width:3.6em;
   
    border-radius:1em
}
#theme-toggle input[type=checkbox]:checked+label:before{
    background-color:#fff;
    transform:translateY(-50%)translateX(1.4em)
}
#theme-toggle input[type=checkbox]:checked+label:after{
    transform:translateY(-50%)translateX(7.2em)scale(1);
    transform:translateY(-50%)translateX(8.4em)scale(1)
}

  /*  Comment box  */ 

  .avatar3 {
  	float: left;
  	text-align: center;
  	width: 45px;
  	height: 45px;
  	display: inline-block;
  	line-height: 1.42857143;
  	-webkit-transition: border .2s ease-in-out;
  	-o-transition: border .2s ease-in-out;
  	transition: border .2s ease-in-out;
  }
  .avatar3 img {
  	width: 100%;
  	border-radius: 50%;
  	margin-right: auto;
  	margin-left: auto;
  }
  .commentbox {
  	float: right;
  	width: 100%;

  }
  div#buttom {
  	padding: 10px 5px 5px 5px;
  }
  .user {
  	font-weight: bold;
  	text-align: center;
  }
  a.comment-user {
  	color: #176093;
  }
  a.admin {
  	color : red!important;
  }
  .avatar3 i.admin {
  	background-image: url();
  	width: 42px;
  	height: 42px;
  	margin-left: -6px;
  	margin-top: -6px;
  	position: absolute;
  	z-index: 1;
  	background-repeat: no-repeat;
  	background-size: 42px;
  }
  .avatar3 i.men {
  	background-image: url();
  	width: 42px;
  	height: 42px;
  	margin-left: -6px;
  	margin-top: -6px;
  	position: absolute;
  	z-index: 1;
  	background-repeat: no-repeat;
  	background-size: 42px;
  }

  .rows-cmtc {
  	max-height: 1045px;
  	overflow-y: scroll;
  }
  .chil_comment {
  	margin-left: 10%;
  }
  .edited {
  	font-size: 12px;
  	float: right;
  	text-align: center;
  	font-style: italic;
  }

  .cm {
  	padding: 10px;
  }

  .comment-body2{
	background: white;

    border: 1px solid #d8d8d8;
    position: relative;
    color: #333;
  }
  
  .mr-3, .mx-3 {
    margin-right: 1rem!important;
}

.d-none {
    /* display: none!important; */
}

.comment-chapter {
    color: #4e7af3;
    font-style: italic;
    font-size: 12px;
    margin-left: 7px;
}

.author-name {
    font-weight: 600;
    color: #03f;
    font-size: 12px;
}

.text-mutedc{
    border-style: none;
    font-size: 11px;
    border: none;
    color: #999;
    margin: 4px 0 3px 0;
    padding: 4px 0 0 5px;
    white-space: nowrap;

}

.text-mutedcz{
	border-bottom: 1px dotted #999;
   	
}
.comment-post2 {
	padding-top: 7px;
	color: black;
}

.float-right {
    float: right!important;
}

.pr-2, .px-2 {
    padding-right: 0.5rem!important;
}

.pt-5, .py-5 {
    padding-top: 3rem!important;
}


.comment-summary div{word-wrap:break-word;}
.comment-summary .reply-btn{margin:5px 0;background:0 0;padding:2px 10px;border:1px solid #209cee;color:#209cee;font-size:11px;display:inline-block;cursor:pointer;}
.comment-summary .reaction-btn{background:0 0;padding:2px 2px;font-size:10px;color:#209cee;display:inline-block;cursor:pointer;}
.comment-summary .reaction-btn img{width:30px;border-radius:50%;}
.comment-summary .reply-btn:hover{background:#3A6073;border:1px solid #3A6073;color:#fff;}
.comment-summary .reaction-btn:hover img{background:purple;}
.comment-summary .reaction-btn.dislike:hover img{background:darkred;}
.comment-summary .reaction-btn.dislike .reaction-count{color:red;}
.comment-tools{display:flex;align-items:center;justify-content:space-between;padding:0!important;}
.comment-tools .comment-reactions{float:right;display:flex;justify-content:end;align-items:center;}

.member {
    background: 0 0;
    border: 1px solid #3A6073;
    color: #3A6073;
	padding: 1px 4px;
	border-radius: 3px;
}

.author-type {
    font-size: 9px;
    margin-top: 5px;
}


.card-body{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:1.25rem;}
.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:0 solid rgba(0,0,0,.125);}
.card-header:first-child{border-radius:calc(.25rem - 0) calc(.25rem - 0) 0 0;}

.dark-mode .form-control:not(.form-control-navbar):not(.form-control-sidebar){background-color:#343a40;color:#fff;}

.card-body::after,.card-header::after{display:block;clear:both;content:"";}
.card-header{background-color:transparent;border-bottom:1px solid rgba(0,0,0,.125);padding:.75rem 1.25rem;position:relative;border-top-left-radius:.25rem;border-top-right-radius:.25rem;}
.dark-mode .card2{background-color:#343a40;color:#fff;}
.dark-mode .card2:not(.card-outline)>.card-header a.active{color:#fff;}

.bg-secondary{background-color:#6c757d!important;}
.bg-secondary{color:#fff!important;}
.dark-mode .bg-secondary{background-color:#6c757d!important;}
.dark-mode .bg-secondary{color:#fff!important;}

.font-title{float:left;font:400 25px utmBebas;font-weight:400;margin:0;}
