.all_header_wp {
	position: relative;
	z-index: 10;
}

.tiktok-header {
	background: #fff;
	padding: 19px 22px 16px;
	border-bottom: 1px solid #cdcdcd;
	text-align: center;
}

.tiktok-header .tiktok-user-icon {
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.tiktok-header .tiktok-user-icon img {
	width: 22px;
	height: 19px;
}

.tiktok-header .tiktok-header-title {
	display: inline-block;
	vertical-align: middle;
}

.tiktok-header .tiktok-header-title h2 {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	font-family: open sans, sans-serif !important;
	text-transform: capitalize;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.tiktok-header-qr-dots {
	float: right;
}

.tiktok-header-qr-dots img {
	width: 47px;
	height: 18px;
}

.tiktok-modal .modal-body {
	text-align: center;
}

.tiktok-modal .tiktok-profile-image {
	text-align: center;
}

.tiktok-modal .tiktok-profile-image img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.tiktok-user-name p {
	color: #000;
	margin: 9px 0 7px;
	font-size: 16px;
	font-weight: 700;
	font-family: open sans, sans-serif !important;
}

.tiktok-user-name .text-username {
	display: inline-block;
	vertical-align: bottom;
}

.tiktok-modal .modal-body .video-box p {
	color: #78777d;
	background: #f8f8f8;
	font-size: 14px;
	font-weight: 700;
	padding: 6px 16px;
	margin: 0;
	display: inline-block;
	border-radius: 50px;
}

.tiktok-modal .modal-count {
	text-align: center;
	padding-top: 15px;
}

.tiktok-modal .modal-count ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

.tiktok-modal .modal-count ul li {
	list-style: none;
	display: inline-block;
	position: relative;
	width: 20%;
	margin: 0 7px;
}

.tiktok-modal .modal-count ul li:first-child:before {
	content: none;
}

.tiktok-modal .modal-count ul li:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 16px;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	background: #f3f3f3;
}

.tiktok-modal .modal-count ul li h5 {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	font-family: open sans, sans-serif !important;
	padding: 0;
	margin: 0;
}

.tiktok-modal .modal-count ul li p {
	color: #78777d;
	font-size: 14px;
	font-weight: 400;
	font-family: open sans, sans-serif !important;
	padding: 0;
	margin: 0;
}

.tiktok-modal .modal-middle {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px 0;
}

.tiktok-modal .modal-middle .edit-btn {
	color: #fff;
	background: #fe2b54;
	padding: 11px 15px;
	width: 120px;
	height: 45px;
	border-radius: 3px;
}

.tiktok-modal .modal-middle .edit-btn p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	font-family: open sans, sans-serif !important;
	padding: 0;
	margin: 0;
	text-transform: capitalize;
}

.tiktok-modal .modal-middle .edit-btn,
.tiktok-modal .modal-middle .insta-btn {
	margin-right: 8px;
}

.tiktok-modal .modal-middle .insta-btn,
.tiktok-modal .modal-middle .save-btn {
	border: 1px solid #e8e8e8;
	padding: 11px;
	width: 45px;
	height: 45px;
	border-radius: 3px;
	text-align: center;
}

.tiktok-modal .modal-middle .insta-btn i,
.tiktok-modal .modal-middle .save-btn i {
	color: #000;
	font-size: 22px;
}

.tiktok-modal .tiktok-bio {
	text-align: center;
}

.tiktok-modal .tiktok-bio p {
	color: #78777d;
	font-size: 14px;
	font-weight: 400;
	font-family: open sans, sans-serif !important;
	padding: 0;
	margin: 0;
}

.tiktok-gallery {
	display: flex;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 10px;
}

.tiktok-gallery-list,
.tiktok-gallery-like {
	display: flex;
	width: 50%;
	text-align: center;
	justify-content: center;
	align-items: center;
	position: relative;
}

.tiktok-gallery-list:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 15px;
	transform: translate(-50%, -50%);
	background: #f3f3f3;
}

.tiktok-gallery-list img {
	width: 14px;
	height: 17px;
}

.tiktok-gallery-like img {
	width: 20px;
	height: 17px;
}

.tiktok-modal .main-gallery-image {
	display: flex;
	flex-wrap: wrap;
}

.tiktok-modal .main-gallery-image .gallery-image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 33%;
	height: 160px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
}

.tiktok-modal .main-gallery-image .gallery-image1 {
	background-image: url(/static/img/gallery-image1.jpg);
}

.tiktok-modal .main-gallery-image .gallery-image2 {
	background-image: url(/static/img/gallery-image2.jpg);
}

.tiktok-modal .main-gallery-image .gallery-image3 {
	background-image: url(/static/img/gallery-image3.jpg);
}

.tiktok-menu {
	background: #fff;
	width: 100%;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tiktok-menu ul {
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex;
}

.tiktok-menu ul li {
	list-style: none;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 20%;
}

.tiktok-menu ul li .tiktok-home,
.tiktok-menu ul li .tiktok-search,
.tiktok-menu ul li .tiktok-notification {
	opacity: 0.8;
}

.tiktok-menu ul li p {
	color: #78777d;
	font-size: 10px;
	font-weight: 700;
	font-family: open sans, sans-serif !important;
	text-transform: capitalize;
	padding: 0;
	margin: 0;
}

.tiktok-body .tiktok-verified {
	height: 13px;
	width: 13px;
	margin-top: -3px;
}

.tiktok-body .tiktok-post-bg {
	background-image: url(/static/img/tiktok-post-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 618px;
}

.tiktok-body .tiktok-post-header {
	padding: 0;
	border: none;
	min-height: 50px;
	margin-top: 26px;
}

.tiktok-body .tiktok-post-header ul {
	padding: 0;
	margin: 0;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
}

.tiktok-body .tiktok-post-header ul li {
	list-style: none;
	display: inline-block;
	color: #dae3e8;
	font-size: 15px;
	font-weight: 700;
	font-family: open sans, sans-serif !important;
	position: relative;
}

.tiktok-body .tiktok-post-header ul li.tiktok_active {
	color: #fff !important;
}

.tiktok-body .tiktok-post-header ul li:first-child {
	padding-right: 15px;
}

.tiktok-body .tiktok-post-header ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -7px;
	transform: translate(0, -50%);
	width: 1px;
	height: 5px;
	background: #fff;
	opacity: 0.5;
}

.tiktok-body .tiktok-post-header ul li:first-child:before {
	content: none;
}

.tiktok-body .tiktok-menu {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.tiktok-body .tiktok-menu .tiktok-post-search i {
	font-size: 19px;
	color: #fff;
}

.tiktok-body .status-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: 0 0;
}

.tiktok-right-content {
	position: absolute;
	bottom: 60px;
	right: 10px;
}

.tiktok-right-content ul {
	padding: 0;
	margin: 0;
}

.tiktok-right-content ul li {
	list-style: none;
	position: relative;
	margin: 30px 0;
	text-align: center;
}

.tiktok-right-content .tiktok-music {
	margin-top: 43px;
}

.tiktok-right-content .tiktok-following img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #fff;
	\ object-fit: cover;
	object-position: center;
}

.tiktok-right-content .follow-plus {
	width: 20px;
	height: 20px;
	background: #f92e57;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translate(-50%, 0);
}

.tiktok-right-content .follow-plus:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 2px;
	background: #fff;
}

.tiktok-right-content .follow-plus:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	width: 12px;
	height: 2px;
	background: #fff;
}

.tiktok-right-content .tiktok-like i {
	font-size: 40px;
	color: #fff;
}

.tiktok-right-content .tiktok-music img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 12px solid #000;
}

.tiktok-like p,
.tiktok-comment p,
.tiktok-share p {
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	font-family: open sans, sans-serif !important;
	margin: 0;
	text-transform: capitalize;
}

.tiktok-bottom-content {
	position: absolute;
	bottom: 86px;
	left: 15px;
}

.tiktok-bottom-content h5 {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	font-family: open sans, sans-serif !important;
	padding: 0;
	margin: 0;
}

.tiktok-bottom-content h5 span.text-music_author {
	display: inline-block;
	max-width: 180px;
	white-space: nowrap;
	overflow: hidden !important;
}

.tiktok-bottom-content p {
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	font-weight: 400;
	font-family: open sans, sans-serif !important;
	padding: 0;
	margin: 0;
	margin-left: 7px;
	display: inline-block;
	max-width: 160px;
}

.tiktok-bottom-content p.tiktok-hashtag {
	margin-top: 5px;
}

.tiktok-bottom-content i {
	color: #fff;
	display: inline-block;
	font-size: 12px;
}

.tiktok-post .tiktok-menu ul li p {
	color: #fff;
}

.main-twitter-header {
	height: 592px;
	overflow: auto;
	overflow-x: hidden;
}

.see_more {
	color: #fff;
	font-weight: 600;
	display: none;
}