.header-info img{
	width: 80px;
	margin-right: 10px;
}
.header-info{
	display: flex;
}
.personal-info a:not(:first-of-type){
	margin-left: 15px;
}
.personal-info a{
	font-size: 26px;
}
.main-post{
	border: 3px solid #20b2ff;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 0 20px #ccc;
	margin-bottom: 30px;
}
.post{
	padding-top: 10px;
	border-top: 2px solid #20b2ff;
	margin-top: 10px;
}
.footer-post{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-top: 1px solid #20b2ff;
	margin-top: 10px;
	padding-top: 10px;
}
.footer-post .date-btn p{
	margin: 0;
	text-align: right;
}
.footer-post div a{
	font-size: 28px;
	margin: 0 10px;
}

.small-warning{
	font-size: 14px;
	border: 1px solid #df5b4b;
	border-radius: 10px;
	padding: 5px 10px;
	cursor: pointer;
	transition: all .4s;
	margin-bottom: 5px;
	display: block;
}
.small-warning:hover{
	background: #20b2ff;
	color: #fff;
	border: 1px solid;
}
.btn-load:hover{
	background: #5969f3;
	color: #fff;
}
.btn-load{
	background: #20b2ff;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	border-radius: 10px;
	width: 100%;
	margin-top: 20px;
}
.b-top:hover{
	background: rgb(242 242 242);
	box-shadow: 0 0 5px #20b2ff;
}
.b-top{
	display: flex;
	height: 102px;
	border: 2px solid #20b2ff;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px #cacaca;
	cursor: pointer;
	transition: all .4s;
	margin-bottom: 20px;
}
.b-top div:nth-child(1){
	height: 100px;
	width: 100px;
	margin-right: 10px;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.b-top div:nth-child(2){
	text-align: left;
	padding-top: 5px;
	width: calc(100% - 100px);
}
.b-top .title-b{
	font-weight: 600;
	margin-bottom: 2px;
	color: #20b2ff;
	font-size: 16px;
}
.b-top .text-b{
	font-size: 14px;
	color: #013289;
}


.b-left:hover .btn-load{
	background: #5969f3;
	color: #fff;
}
.b-left:hover{
	background: rgb(242 242 242);
	box-shadow: 0 0 5px #20b2ff;
}
.b-left{
	position: relative;
	display: flex;
	max-height: 360px;
	border: 2px solid #20b2ff;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px #cacaca;
	cursor: pointer;
	transition: all .4s;
	flex-direction: column;
	margin-bottom: 20px;
	z-index: 100;
}
.b-left .btn-to{
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	border-radius: 0;
	z-index: -1;
}
.b-left div:nth-child(1){
	height: 160px;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.b-left div:nth-child(2){
	text-align: left;
	padding: 5px 5px 0 5px;
}
.b-left .title-b{
	font-weight: 600;
	margin-bottom: 2px;
	color: #20b2ff;
	font-size: 16px;
}
.b-left .text-b{
	font-size: 14px;
	color: #013289;
	padding-bottom: 40px;
}
.fixed-left{
	position: fixed;
}
h1.title-network{
	font-size: 1.3rem;
}
.user-review label.date-add{
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 12px;
	color: #012970;
}
.user-review {
	position: relative;
	display: flex;
	background: #fff;
	box-shadow: 0px 0px 19px rgb(0 0 0 / 5%);
	min-height: 160px;
	border-radius: 5px;
	margin: 20px 0px;
	padding: 20px 25px;
	align-items: flex-start;
	border: 2px solid #20b2ff;
}
.avatar-section img {
	width: 120px;
	height: 120px;
	border-radius: 100px;
}
.text-section {
	margin-left: 20px;
}
.top-link{
	font-size: 10px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	background: #e8e8e8;
	font-weight: 600;
	border-radius: 5px;
	padding: 0 10px;
}