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

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

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

[class^=qlttf-icon-], [class*=" qlttf-icon-"] {
	font-family: "qlttf" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.qlttf-icon-gallery:before {
	content: "";
}

.qlttf-icon-clock-o:before {
	content: "";
}

.qlttf-icon-upload:before {
	content: "";
}

.qlttf-icon-share-o:before {
	content: "";
}

.qlttf-icon-comment:before {
	content: "";
}

.qlttf-icon-heart:before {
	content: "";
}

.qlttf-icon-prev:before {
	content: "";
}

.qlttf-icon-prev-o:before {
	content: "";
}

.qlttf-icon-next:before {
	content: "";
}

.qlttf-icon-next-o:before {
	content: "";
}

.qlttf-icon-heart-o:before {
	content: "";
}

.qlttf-icon-comment-o:before {
	content: "";
}

.qlttf-icon-download:before {
	content: "";
	display: inline-block;
	transform: rotate(180deg);
}

.tiktok-feed-feed {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	background-color: var(--qligg-box-bg);
	color: var(--qligg-box-color);
	border-radius: var(--qligg-box-radius);
	padding: var(--qligg-box-padding);
}

.tiktok-feed-feed .tiktok-feed-item, .tiktok-feed-feed .tiktok-feed-image, .tiktok-feed-feed .tiktok-feed__actions {
	opacity: 0;
	transition: all .4s;
}

.tiktok-feed-feed.loaded .tiktok-feed-item, .tiktok-feed-feed.loaded .tiktok-feed-image, .tiktok-feed-feed.loaded .tiktok-feed__actions {
	opacity: 1;
}

.tiktok-feed-feed a {
	text-decoration: none !important;
}

.tiktok-feed__button {
	display: inline-block;
	font-size: 14px;
	padding: 12px 24px;
	transition: all .3s;
	text-decoration: none;
	text-decoration: none !important;
	border-radius: 3px;
	color: #fff;
	vertical-align: middle;
	line-height: 16px;
	font-weight: 600;
}

.tiktok-feed__button>i {
	margin: 0 8px 0 0;
	font-size: 12px;
}

.tiktok-feed__button>svg {
	margin: 0 8px 0 0;
	max-height: 14px;
	display: inline-block;
	width: auto;
	vertical-align: bottom;
}

.tiktok-feed__button:focus, .tiktok-feed__button:hover {
	box-shadow: inset 0 0 20px 20px hsla(0, 0%, 100%, .2);
}

.tiktok-feed__button--follow {
	background-color: #fe2c55;
}

.tiktok-feed__button--load {
	background-color: #262626;
	text-transform: capitalize;
	cursor: pointer;
}

.tiktok-feed__button--disabled {
	opacity: .6;
	pointer-events: none;
}

.tiktok-feed__actions {
	text-align: center;
	margin: 15px 0px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.tiktok-feed__actions .tiktok-feed__button--follow {
	color: var(--qligg-button-color, #fff);
	background-color: var(--qligg-button-bg, #fe2c55);
	padding: 8px 16px;
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	border: none;
	cursor: pointer;
	transition: background-color .3s ease;
}

.tiktok-feed__actions .tiktok-feed__button--follow:hover {
	background-color: var(--qligg-button-bg-hover, #c32a67);
}

.tiktok-feed__actions .tiktok-feed__button--load {
	color: var(--qligg-load-button-color, #efefef);
	background-color: var(--qligg-load-button-bg, #262626);
	padding: 8px 16px;
	border-radius: 6px;
	font-weight: 500;
	font-size: 14px;
	border: none;
	cursor: pointer;
	transition: background-color .3s ease;
}

.tiktok-feed__actions .tiktok-feed__button--load:hover {
	background-color: var(--qligg-load-button-bg-hover, #dbdbdb);
}

.tiktok-feed__alert {
	background-color: #fe2c55;
	padding: 15px;
	color: #fff;
	border-radius: 3px;
	margin: 0 0 15px 0;
	width: 100%;
	display: block;
}

.tiktok-feed__alert::after, .tiktok-feed__alert::before {
	content: " ";
	display: table;
}

.tiktok-feed__alert::after {
	clear: both;
}

.tiktok-feed__alert .button {
	float: right;
}

.tiktok-feed__alert ul {
	padding: 0;
	margin: 0;
}

.tiktok-feed__alert li {
	list-style: none outside !important;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.tiktok-feed-item {
	box-sizing: border-box;
	overflow: hidden;
	display: block;
	line-height: 0;
}

.tiktok-feed-item--cols-1 {
	width: 100%;
}

.tiktok-feed-item--cols-2 {
	width: 50%;
}

.tiktok-feed-item--cols-3 {
	width: 33.333%;
}

.tiktok-feed-item--cols-4 {
	width: 25%;
}

.tiktok-feed-item--cols-5 {
	width: 20%;
}

.tiktok-feed-item--cols-6 {
	width: 16.666%;
}

.tiktok-feed-item--cols-7 {
	width: 14.285%;
}

.tiktok-feed-item--cols-8 {
	width: 12.5%;
}

.tiktok-feed-item--cols-9 {
	width: 11.111%;
}

.tiktok-feed-item--cols-10 {
	width: 10%;
}

.tiktok-feed-item--cols-11 {
	width: 9.09%;
}

.tiktok-feed-item--cols-12 {
	width: 8.33%;
}

.tiktok-feed-item--cols-13 {
	width: 7.692%;
}

.tiktok-feed-item--cols-14 {
	width: 7.142%;
}

.tiktok-feed-item--cols-15 {
	width: 6.666%;
}

.tiktok-feed-item--cols-16 {
	width: 6.25%;
}

.tiktok-feed-item--cols-17 {
	width: 5.882%;
}

.tiktok-feed-item--cols-18 {
	width: 5.555%;
}

.tiktok-feed-item--cols-19 {
	width: 5.263%;
}

.tiktok-feed-item--cols-20 {
	width: 5%;
}

.tiktok-feed-item__wrap {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	background-color: var(--qligg-card-bg, #fff);
	color: var(--qligg-card-color);
	font-size: var(--qligg-card-font-size);
	padding: var(--qligg-card-padding);
	height: 100%;
	width: 100%;
	border-radius: var(--qligg-card-radius, 4px);
}

.tiktok-feed-item__wrap:hover {
	background-color: var(--qligg-card-bg-hover, var(--qligg-card-bg, #fff));
}

.tiktok-feed-item:hover .tiktok-feed-item__icon--views_count {
	opacity: .8;
	pointer-events: all;
	z-index: 99;
}

.tiktok-feed-item:hover .tiktok-feed-item__icon--views_count:hover {
	opacity: 1;
}

.tiktok-feed-item:hover .tiktok-feed-item__video-mask {
	opacity: 1;
	transition: all .5s ease-out;
}

.tiktok-feed-item:hover .tiktok-feed-item__video-mask--content {
	opacity: 1;
}

.tiktok-feed-square .tiktok-feed-item {
	display: flex;
	justify-content: center;
	align-items: stretch;
	box-sizing: border-box;
}

.tiktok-feed-square .tiktok-feed-item__video-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	width: 100%;
	padding-top: 100%;
}

.tiktok-feed-square .tiktok-feed-item__video {
	overflow: hidden;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.tiktok-feed-item__info, .tiktok-feed-item__video_description {
	display: flex;
	clear: both;
	margin: 0;
	padding: 1em 0;
}

.tiktok-feed-item__video_description {
	display: block;
}

.tiktok-feed-item__icons {
	margin: 0 0 0 auto;
}

.tiktok-feed-item__comments_count i, .tiktok-feed-item__likes_count i {
	font-weight: bold;
	margin: 0 2px;
}

.tiktok-feed-item__info {
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	font-size: .9em;
	margin: 0 2px;
}

.tiktok-feed-item__date {
	display: inline-block;
	text-transform: uppercase;
	opacity: .6;
}

.tiktok-feed-item__comments_count, .tiktok-feed-item__likes_count {
	display: inline-block;
	margin: 0;
}

.tiktok-feed-item__date {
	display: inline-block;
	margin: 0 5px 0px 0;
}

.tiktok-feed-item__video_description {
	display: block;
	text-align: var(--qligg-card-text-align, left);
	font-size: var(--qligg-card-font-size, 14px);
	color: var(--qligg-card-color, #262626);
	line-height: 1.6;
	padding: 12px 16px;
	margin: 0;
	font-weight: 400;
	letter-spacing: .1px;
}

.tiktok-feed-item__video-wrap {
	display: block;
	position: relative;
	text-align: center;
	background-color: #eee;
	cursor: pointer;
	border-radius: calc(var(--qligg-card-radius) - 2px);
	overflow: hidden;
}

.tiktok-feed-item__video {
	width: 100%;
	height: auto;
	overflow: hidden;
	vertical-align: middle;
}

.tiktok-feed-item__icon, .tiktok-feed-item__video {
	transition: all .3s;
}

.tiktok-feed-item__icon {
	position: absolute;
	z-index: 1;
	font-size: 16px;
	color: #fff;
	opacity: .66;
	top: 0;
	margin: 10px;
	right: 0;
	text-shadow: 1px 1px rgba(0, 0, 0, .15);
	display: flex;
	text-decoration: none;
}

.tiktok-feed-item__icon--views {
	top: 50%;
	left: 50%;
	margin: -12px auto auto -8px;
	font-size: 24px;
	width: 24px;
	height: 24px;
}

.tiktok-feed-item__icon--views_count {
	top: auto;
	bottom: 0;
	opacity: 0;
	right: auto;
	left: 0;
	pointer-events: none;
}

.tiktok-feed-item__icon>span {
	margin: 0 5px;
	line-height: 16px;
	font-size: 13px;
	font-weight: 600;
	position: relative;
	top: -1px;
}

.tiktok-feed-item__video-mask {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 8;
	transition: all .5s ease-out;
	opacity: 0;
	background-color: var(--qligg-mask-bg, rgba(0, 122, 255, .55));
	width: 100%;
	height: 100%;
}

.tiktok-feed-item__video-mask--content {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0;
	margin: -10px 0 0 0;
	z-index: 9;
	width: 100%;
	color: #fff;
	transition: all .5s ease;
	height: 20px;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .5em;
	font-weight: 600;
}

.tiktok-feed-item__likes_count--mask, .tiktok-feed-item__comments_count--mask {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .25em;
}

.tiktok-feed-item__icon-heart, .tiktok-feed-item__icon-bubble_chat {
	font-weight: 800;
	color: var(--qligg-mask-icon-color, #fe2c55);
	font-size: var(--qligg-mask-icon-size, 1em);
}

.tiktok-feed-list:after {
	content: "";
	display: block;
	clear: both;
}

.tiktok-feed-modal__button-arrow {
	background: none;
	border: none;
	width: auto;
	display: flex;
	align-items: center;
	border-radius: 100%;
	margin: 0;
	font-size: 1.5rem;
	color: #fff;
	opacity: .6;
	text-align: center;
	transition: all .2s;
	cursor: pointer;
}

.tiktok-feed-modal__button-arrow:hover {
	opacity: 1;
}

@media (min-width: 27.0625rem) {
	.tiktok-feed-modal__button-arrow {
		position: absolute;
		padding: 10px;
		font-size: 2rem;
		top: 50vh;
	}
	
	.tiktok-feed-modal__button-arrow:hover {
		background-color: hsla(0, 0%, 80%, .3);
	}
	
	.qlttf-icon-prev {
		left: 10px;
	}
	
	.qlttf-icon-next {
		right: 10px;
	}
}

.tiktok-feed-modal__button-close {
	background: none;
	border: none;
	color: #fff;
	font-size: 1.5rem;
	transition: all .2s;
	cursor: pointer;
}

.tiktok-feed-modal__button-close::before {
	content: "✕";
}

.tiktok-feed-modal__button-close:hover {
	color: #ed4337;
}

@keyframes OverlayAnimation {
	from {
		opacity: .2;
	}
	
	to {
		opacity: 1;
	}
}

.tiktok-feed-modal__overlay {
	display: flex;
	position: fixed;
	min-width: 100% !important;
	min-height: 100% !important;
	margin-block-start: 0 !important;
	z-index: 2000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(11, 11, 11, .8);
	transition: all .2s linear;
	animation-name: OverlayAnimation;
	animation-duration: .3s;
	animation-timing-function: linear;
}

@media (max-width: 27em) {
	.tiktok-feed-modal__overlay {
		flex-direction: column;
	}
}

.tiktok-feed-modal {
	z-index: 3000;
	max-width: 600px;
	margin: auto !important;
	background: none;
	text-align: right;
	transition: all .3s linear;
	animation-name: Modal-animation;
	animation-duration: .3s;
	animation-timing-function: ease-in-out;
}

.tiktok-feed-modal__options {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.tiktok-feed-modal__options--arrows {
	display: flex;
	flex-direction: row;
	width: 100px;
	justify-content: space-between;
}

.tiktok-feed-modal__body {
	background-color: #fff;
	width: 100%;
	max-height: 800px;
	overflow: auto;
	margin: auto;
	text-align: left;
	display: flex;
	border-radius: 8px;
}

.tiktok-feed-modal__video_description {
	padding: 16px;
	font-size: var(--qligg-modal-font-size, 14px);
	line-height: 1.6;
	color: var(--qligg-modal-text-color, #262626);
	letter-spacing: .1px;
	overflow-wrap: break-word;
	text-align: var(--qligg-modal-text-align);
}

.tiktok-feed-modal__video_description>p {
	margin: 0;
}

.tiktok-feed-modal__video_description>p a {
	color: #fe2c55;
	text-decoration: none;
	font-weight: 500;
}

.tiktok-feed-modal__video_description>p a:hover {
	color: #1a77d2;
}

@media (max-width: 48em) {
	.tiktok-feed-modal {
		max-width: 60vw;
	}
	
	.tiktok-feed-modal__body {
		flex-direction: column;
		overflow-x: hidden;
		max-height: 80vh;
	}
	
	::-webkit-scrollbar {
		width: 3px;
		height: 3px;
	}
	
	::-webkit-scrollbar-track {
		background-color: rgba(11, 11, 11, .4);
		border-radius: 10px;
	}
	
	::-webkit-scrollbar-thumb {
		background: #016aa7;
		border-radius: 10px;
	}
}

@media (max-width: 27em) {
	.tiktok-feed-modal {
		max-width: 90vw;
	}
}

@keyframes Modal-animation {
	from {
		top: -100%;
	}
	
	to {
		top: 50%;
	}
}

.tiktok-feed-modal__video-container {
	width: 70%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tiktok-feed-modal__video-container--iframe {
	margin: 15px 10px;
}

.tiktok-feed-modal__video-container--video {
	margin: 15px;
}

.tiktok-feed-modal__spinner {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.tiktok-feed-modal__spinner--img {
	max-height: 70vh;
	max-width: 100%;
	object-fit: cover;
	filter: blur(8px);
}

.tiktok-feed-modal__spinner .tiktok-feed__spinner {
	position: absolute;
}

.tiktok-feed-modal__video {
	max-height: 600px;
	max-width: 100%;
	object-fit: contain;
	min-height: 100%;
	border-radius: 10px;
}

.tiktok-feed-modal__iframe-container {
	overflow: hidden;
	border-radius: 10px;
}

.tiktok-feed-modal__iframe-container blockquote {
	margin: auto !important;
	padding: 0 !important;
	border: none !important;
	box-shadow: none !important;
	position: relative !important;
}

@media (max-width: 48em) {
	.tiktok-feed-modal__video-container {
		width: 100%;
		overflow: visible;
	}
	
	.tiktok-feed-modal__video-container--iframe, .tiktok-feed-modal__video-container--video {
		margin: 0;
	}
	
	.tiktok-feed-modal__video, .tiktok-feed-modal__iframe-container {
		border-radius: 0;
	}
}

@media (max-width: 27em) {
	.tiktok-feed-modal__iframe-container {
		margin: 0;
	}
}

.tiktok-feed-modal__video-info {
	width: 300px;
	font-size: 13px;
	font-weight: 400;
	color: #262626;
	padding: 0;
	display: flex;
	flex-direction: column;
	border-left: 1px solid #eee;
}

.tiktok-feed-modal__profile {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	width: auto;
	font-weight: bold;
	padding: 20px;
}

.tiktok-feed-modal__profile img {
	border: none;
	width: 48px;
	height: 48px;
	margin-right: 20px;
	border-radius: 40px;
}

.tiktok-feed-modal__profile span {
	display: block;
	text-transform: uppercase;
	color: #262626;
	font-weight: 700;
}

.tiktok-feed-modal__profile a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 13px;
	color: #999;
}

.tiktok-feed-modal__icons {
	padding: 20px;
}

.tiktok-feed-modal__counter, .tiktok-feed-modal__link {
	position: inherit;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: #999;
	margin: 0 20px 0 0;
	line-height: 1;
}

.tiktok-feed-modal__counter svg, .tiktok-feed-modal__link svg {
	vertical-align: text-bottom;
}

.tiktok-feed-modal__video_description {
	padding: 20px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 20px;
	overflow: auto;
	max-height: 50%;
	word-break: break-word;
}

.tiktok-feed-modal__video_description a {
	text-decoration: none;
	color: #fe2c55;
	font-weight: 600;
}

.tiktok-feed-modal__info {
	border-top: 1px solid #eee;
	padding: 20px;
}

.tiktok-feed-modal__likes_count, .tiktok-feed-modal__comments_count, .tiktok-feed-modal__date {
	display: inline-block;
	margin: 0 5px 0px 0;
}

.tiktok-feed-modal__likes_count i, .tiktok-feed-modal__comments_count i, .tiktok-feed-modal__date i {
	margin: 0 4px 0px 0;
	font-weight: bold;
}

.tiktok-feed-modal__date {
	text-transform: uppercase;
	font-size: 12px;
	color: #999;
	float: right;
	position: relative;
	bottom: -1px;
}

@media (max-width: 48em) {
	.tiktok-feed-modal__video-info {
		width: 100%;
	}
	
	.tiktok-feed-modal__video_description {
		width: auto;
	}
}

.tiktok-feed-list[data-feed_layout=carousel] {
	overflow: visible !important;
	display: flex;
	width: 100%;
}

.tiktok-feed-list[data-feed_layout=carousel] .tiktok-feed-item {
	height: auto;
}

.tiktok-feed-list[data-feed_layout=carousel] .tiktok-feed-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.tiktok-feed-feed .swiper-container .swiper-button-next, .tiktok-feed-feed .swiper-container .swiper-button-prev {
	color: var(--qligg-carousel-arrow-color) !important;
}

.tiktok-feed-feed .swiper-container .swiper-pagination .swiper-pagination-bullet {
	background-color: var(--qligg-carousel-pagination-color);
}

.tiktok-feed-list[data-feed_layout=gallery] {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
	margin: 0;
	gap: var(--qligg-spacing);
}

.tiktok-feed-list[data-feed_layout=gallery] .tiktok-feed-item {
	width: calc(var(--qligg-item-width) - var(--qligg-spacing) / ( var(--qligg-columns) / ( var(--qligg-columns) - 1 ) ));
}

.tiktok-feed-list[data-feed_layout=gallery] .tiktok-feed-item:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.tiktok-feed-list[data-feed_layout=gallery] img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
	backface-visibility: hidden;
}

.tiktok-feed-list[data-feed_layout=highlight] .tiktok-feed-item--highlight {
	width: calc(var(--qligg-item-width) * 2) !important;
	max-width: 100% !important;
}

.tiktok-feed-list[data-feed_layout=masonry], .tiktok-feed-list[data-feed_layout=highlight] {
	margin: 0 calc(var(--qligg-spacing) / -2);
}

.tiktok-feed-list[data-feed_layout=masonry] .tiktok-feed-item, .tiktok-feed-list[data-feed_layout=highlight] .tiktok-feed-item {
	width: var(--qligg-item-width);
	padding: calc(var(--qligg-spacing) / 2);
}

.tiktok-feed-list[data-feed_layout=masonry] .tiktok-feed-item video, .tiktok-feed-list[data-feed_layout=masonry] .tiktok-feed-item img, .tiktok-feed-list[data-feed_layout=highlight] .tiktok-feed-item video, .tiktok-feed-list[data-feed_layout=highlight] .tiktok-feed-item img {
	width: 100%;
	display: block;
	backface-visibility: hidden;
}

.tiktok-feed__profile {
	width: auto;
	margin: 15px 0;
}

.tiktok-feed__profile, .tiktok-feed__profile .avatar, .tiktok-feed__profile .info {
	height: 46px;
	display: flex;
	align-items: center;
}

.tiktok-feed__profile img {
	border: none;
	width: 46px;
	height: 46px;
	margin-right: 10px;
	border-radius: 60px;
}

.tiktok-feed__profile .avatar {
	margin: 0 10px 0 0;
}

.tiktok-feed__profile .separator, .tiktok-feed__profile .follow, .tiktok-feed__profile .user {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: 600;
	font-size: 16px;
	color: #262626;
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}

.tiktok-feed__profile .separator {
	color: #262626;
	margin-left: 4px;
	margin-right: 4px;
}

.tiktok-feed__profile .follow {
	color: #fe2c55;
}

.tiktok-feed__profile .follow:hover {
	color: #262626;
}

.tiktok-feed__profile .biography {
	line-height: 18px;
	font-size: 12px;
	font-weight: 600;
}

.tiktok-feed__spinner {
	position: relative;
	height: 60px;
	width: 60px;
	margin: auto;
	box-sizing: content-box;
	background-size: 60px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJsb2FkZXItMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCA1MCA1MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTAgNTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZTJlMmUyIiBkPSJNNDMuOTM1LDI1LjE0NWMwLTEwLjMxOC04LjM2NC0xOC42ODMtMTguNjgzLTE4LjY4M2MtMTAuMzE4LDAtMTguNjgzLDguMzY1LTE4LjY4MywxOC42ODNoNC4wNjhjMC04LjA3MSw2LjU0My0xNC42MTUsMTQuNjE1LTE0LjYxNWM4LjA3MiwwLDE0LjYxNSw2LjU0MywxNC42MTUsMTQuNjE1SDQzLjkzNXoiIHRyYW5zZm9ybT0icm90YXRlKDE3OS4yNzMgMjUgMjUpIj48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVUeXBlPSJ4bWwiIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDI1IDI1IiB0bz0iMzYwIDI1IDI1IiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGVUcmFuc2Zvcm0+PC9wYXRoPjwvc3ZnPg==");
}

.tiktok-feed__spinner.nitro-lazy {
	background-image: none !important;
}
