@media ( max-width : 300px) {
	.col-md-2, .col-sm-2, .col-xs-2, .col-lg-2 {
		padding-right: 8px;
		padding-left: 8px;
	}
}

@media ( max-width : 767px) {
	.card-list {
		max-height: calc(100vh - 330px);
	}
}

@media ( min-width : 768px) {
	.card-list {
		max-height: calc(100vh - 330px);
	}
}

html, bodt {
	background-color: #ffffff !important;
}

.message {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	z-index: 999;
}

.tab-list {
	overflow-x: scroll;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE 10+ */
}

.tab-list::-webkit-scrollbar {
	display: none; /* Chrome Safari */
}

.category {
	width: 150%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.nav-tab-scoll {
	/* width: 150%;
	display: flex;
	justify-content: space-between;
	display: flex; */
	width: max-content;
}

.search-icon {
	background-color: #ebebeb;
	border: none;
	border-radius: 10px 0 0 10px;
}

.input-group {
	width: 90%;
	margin: 0 auto;
}

.search-input {
	background-color: #ebebeb;
	padding: 0;
	border: none;
	border-radius: 0 10px 10px 0px;
}

.tab-img {
	margin-bottom: 10px;
}

.card {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin: 10px 0;
}

.card-title, .card-text {
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.card-list {
	margin-top: 5px !important;
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.card-list::-webkit-scrollbar {
	display: none;
}

.card-info {
	margin: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-tabs>li {
	margin: 0 3px;
}

.nav-tabs>li>a {
	padding: 10px;
	border-bottom: 1px solid #ffffff;
	border: none !important;
	margin-right: 0px !important
}

.active {
	border-bottom: 1px solid #39d0ae;
}

.nav-tabs {
	border: none
}

.nav>li:hover {
	border-bottom: 1px solid #39d0ae
}

.nav>li>a:hover {
	background-color: #ffffff
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
	padding: 8px 4px;
	background: #0000;
	border: 0;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold
}

.fade {
	padding: 10px 0
}

i {
	margin-right: 3px;
}

.detail-back {
	width: 100%;
	position: absolute;
	bottom: 50px;
	z-index: 999999;
	max-width: 500px;
	right: 0;
	left: 0;
	margin: auto;
	display: flex;
	flex-direction: row-reverse;
}

.detail-back img {
	position: relative;
	background: #38e28e;
	right: 10px;
	border-radius: 20px
}

.carousel-inner .item {
	border: 0
}

.my-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.img-circle {
	width: 30%
}

.my-header-right {
	width: 60%
}

.text-blod {
	font-weight: bold;
}

.row div button {
	height: 34px
}

.btn-default {
	background-image: url(../img/message-self.png);
	background-position: center center;
	background-size: 40% !important;
	background-repeat: no-repeat;
}

.breadcrumb {
	background-color: #fff0;
	border: 0;
	padding: 0;
	margin: 0;
	text-align: center;
}

.breadcrumb>li+li:before {
	color: #CCCCCC;
	content: "| ";
	padding: 0 5px;
}

.mylife-main {
	max-width: 400px;
	margin: 0 auto;
	background: #fff;
	height: 100%;
}

.my-follow {
	overflow-y: scroll;
	height: calc(100% - 260px);
	padding: 10px 0;
}

.mylife-card-list {
	display: flex;
	flex-wrap: wrap;
}

.mylife-card {
	width: 50%;
}

.card-author-info {
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
}

.card-author-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mylife-card-title {
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	hyphens: auto;
}

.fade {
	padding: 5px 0 0 0;
}

.info-list-item {
	margin: 5px 0;
	border-bottom: 1px solid #33333310;
}

.info-list-item-lgp {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.info-list-item-lgp .lgp-content {
	width: 65%;
	display: flex;
	justify-content: space-between;
}

.info-list-item-lgp .lgp-content .content-left p {
	font-size: 25px;
	color: #38dd97;
}

.info-list-item-lgp .lgp-content .content-right p {
	font-size: 25px;
	color: #333;
}

.info-list-item-lgp .lgp-content .content-left p:last-of-type {
	font-size: 16px;
	color: #b1b1b1;
}

.info-list-item-lgp .lgp-content .content-right p>span {
	margin-left: 5px;
	font-size: 12px;
	color: #b1b1b1;
}

.info-list-item-lgp .lgp-content .content-right p:last-of-type>a {
	font-size: 14px;
	float: right;
	color: #b1b1b1;
}

.school-more {
	display: flex;
	background: #cccccc40;
	justify-content: space-between;
	color: #00b386;
	padding: 7px;
	font-size: 14px;
}

.school-more>a {
	color: #a7a7a7;
	font-size: 13px;
}