.username_admin {
    color: #ff0000;
    font-weight: bold;
    text-shadow: 0px 0px 7px #f00;
    /*background: url(https://s4.gifyu.com/images/1f81f2e12585ffcc178c5d64e75b7b33f458c4705c2274b9a3788a22973eb896.gif);*/
}
.username_mem {
    color: #4080ff;
    font-weight: bold;
    text-shadow: 0px 0px 7px #4080ff;
    background: url(https://hao10xvn.tk/laplanh/ten.gif);
}
  .username_tich:after {
    font-family: 'Fontawesome';
    content: "\f058";
    color: #4080FF;
    padding-left: 4px;
    display: inline-block;
}
    .username_tich_admin:after {
    font-family: 'Fontawesome';
    content: "\f058";
    color: #ed3e3e;
    padding-left: 4px;
    display: inline-block;
    
}
.tich_avatar:after {
   font-family: 'Fontawesome';
    content: "\f058";
    color: hsl(102deg 69% 40%);
    padding-left: 4px;
    display: inline-block; 
    z-index:99999999999;
}
.tich_avatar {
    
position: absolute;
    margin-left: 15px;
    margin-top: 12px;
    z-index: 9999999;
}
.ganbonam2018 {
    display: inline-block;
    background: repeating-linear-gradient(-45deg, transparent, transparent 25%, #ff6347 0, #ff6347 50%),repeating-linear-gradient(45deg, transparent, transparent 25%, #1e90ff 0, #1e90ff 50%),#f5deb3;
    background-size: 10em 10em;
    background-blend-mode: multiply;
    color: #fff;
    font-weight: 700;
}
.userBanner {
    font-size: 75%;
    font-weight: 400;
    font-style: normal;
    padding: 1px 6px;
    border: 1px solid transparent;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
}  
  

.avatars {
  box-sizing: border-box;
  position: relative;
  border-radius: 50%;
  padding: 4px;
  box-shadow: inset 0 0 0 2px #4D4F6E;
}

.avatar-large {
  width: 100px;
  height: 100px;
}
.avatar-mini {
  display: inline-flex;
  vertical-align: middle;
  width: 32px;
  height: 32px;
}

.avatar-x-large {
  width: 144px;
  width: 144px;
}

.avatar-image {
  width: 24px;
    vertical-align: middle;
    border-radius: 50%;
    height: 24px;
}

.avatar-frame {
  position: absolute;
  pointer-events: none;
}

.avatar-large .avatar-frame {
  top: -10%;
  left: -10%;
  max-width: 120%;
}
.avatar-mini .avatar-frame {
  top: -10%;
  left: -10%;
  max-width: 120%;
}
.avatar-x-large .avatar-frame {
  top: -12.5%;
  left: -12.5%;
  max-width: 125%;
}

.anim-spin {
  animation: spin 20s linear infinite;
}

.anim-hue {
  animation: hue 20s linear infinite;
}
a {
     
    text-decoration: none;
  }

@keyframes hue {
  100% {
    filter: hue-rotate(360deg);
  }
}

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

.avatarxs {
  box-sizing: border-box;
  position: relative;
  border-radius: 50%;
  padding: 4px;
  box-shadow: inset 0 0 0 2px #4D4F6E;
}

.avatars-large {
  width: 80px;
  height: 80px;
}

.avatars-x-large {
  width: 144px;
  width: 144px;
}

.avatars-image {
  max-width: 100%;
  vertical-align: middle;
  border-radius: 50%;
}

.avatars-frame {
  position: absolute;
  pointer-events: none;
}

.avatars-large .avatars-frame {
  top: -10%;
  left: -10%;
  max-width: 120%;
}

.avatars-x-large .avatars-frame {
  top: -12.5%;
  left: -12.5%;
  max-width: 125%;
}
.anime__details__review {
	margin-bottom: 55px;
}

.anime__review__item {
	overflow: hidden;
	margin-bottom: 15px;
}
.anime__details__form form textarea {
	width: 100%;
	font-size: 15px;
	color: #b7b7b7;
	padding-left: 20px;
	padding-top: 12px;
	height: 110px;
	border: 1px solid;
	border-radius: 5px;
	resize: none;
	margin-bottom: 24px;
}

.anime__details__form form button {
	font-size: 11px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: #e53637;
	border: none;
	padding: 10px 15px;
	border-radius: 2px;
}

                                /**
 * Oscuro: #283035
 * Azul: #03658c
 * Detalle: #c7cacb
 * Fondo: #dee1e3
 ----------------------------------*/
 * {
 	margin: 0;
 	padding: 0;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 }

 a {
 	color: #03658c;
 	text-decoration: none;
 }

ul {
	list-style-type: none;
}


/** ====================
 * Lista de Comentarios
 =======================*/
.comments-container {
	margin: 60px auto 15px;
	
}

.comments-container h1 {
	font-size: 36px;
	color: #283035;
	font-weight: 400;
}

.comments-container h1 a {
	font-size: 18px;
	font-weight: 700;
}

.comments-list {
	margin-top: 30px;
	position: relative;
}

/**
 * Lineas / Detalles
 -----------------------*/
.comments-list:before {
	content: '';
	width: 2px;
	height: 100%;
	background: #c7cacb;
	position: absolute;
	left: 32px;
	top: 0;
}

.comments-list:after {
	content: '';
	position: absolute;
	background: #c7cacb;
	bottom: 0;
	left: 27px;
	width: 7px;
	height: 7px;
	border: 3px solid #dee1e3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.reply-list:before, .reply-list:after {display: none;}
.reply-list li:before {
	content: '';
	width: 60px;
	height: 2px;
	background: #c7cacb;
	position: absolute;
	top: 25px;
	left: -55px;
}


.comments-list li {
	margin-bottom: 15px;
	display: block;
	position: relative;
}

.comments-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.reply-list {
	padding-left: 88px;
	clear: both;
	margin-top: 15px;
}
/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 99;
	float: left;
	border: 3px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	overflow: hidden;
	border-radius:50%;
}

.comments-list .comment-avatar img {
	width: 100%;
	height: 100%;

}

.reply-list .comment-avatar {
	width: 50px;
	height: 50px;
}

.comment-main-level:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both;
}
/**
 * Caja del Comentario
 ---------------------------*/
.comments-list .comment-box {
	width: 680px;
	float: right;
	position: relative;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

.comments-list .comment-box:before, .comments-list .comment-box:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #FCFCFC;
	top: 8px;
	left: -11px;
}

.comments-list .comment-box:before {
	border-width: 11px 13px 11px 0;
	border-color: transparent rgba(0,0,0,0.05);
	left: -12px;
}

.reply-list .comment-box {
	width: 610px;
}
.comment-box .comment-head {
	background: #FCFCFC;
	padding: 10px 12px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
	float: right;
	margin-left: 14px;
	position: relative;
	top: 2px;
	color: #A6A6A6;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
	color: #03658c;
}

.comment-box .comment-name {
	color: #283035;
	font-size: 14px;
	font-weight: 700;
	float: left;
	margin-right: 10px;
	
}

.comment-box .comment-name a {
	color: #283035;
}

.comment-box .comment-head span {
	float: left;
	color: #999;
	font-size: 13px;
	position: relative;
	top: 1px;
}

.comment-box .comment-content {
	background: #FFF;
	padding: 12px;
	font-size: 15px;
	color: #595959;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	word-break: break-word;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {color: #03658c;}
.comment-box .comment-name.by-author:after {
	content: 'autor';
	background: #03658c;
	color: #FFF;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 700;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/** =====================
 * Responsive
 ========================*/
@media only screen and (max-width: 768px) {
	.comments-container {
		
	}

	.comments-list .comment-box {
		width: 390px;
	}

	.reply-list .comment-box {
		width: 320px;
	}
}
  .pb-cmnt-container {
        font-family: Lato;
        margin-top: 100px;
    }

    .pb-cmnt-textarea {
        resize: none;
        padding: 20px;
        height: 130px;
        width: 100%;
        border: 1px solid #F2F2F2;
    }
