
[class*="vb-post-"]{
	transition:transform 300ms,background 300ms,box-shadow 300ms,border-color 300ms !important;
}
.vb-new-post{
	transform: scale(0);
}
.vb-ajax-tabs [class*="vb-post"]:not(.vb-new-post){
	transform: scale(1) !important;
}
.vb-ajax-loading:before {
	z-index: 2;
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	inset-inline-start: 0;
	width: 100%
}
.vb-ajax-loading .vb-item-list{
	opacity: .3 !important;
}
.vb-ajax-loading .vb-item-wrap::before{
	content: "\F015";
	-webkit-animation: vb_rotate 1.4s infinite linear;
	animation: vb_rotate 1.4s infinite linear;
	font-family: 'vbicon';
	font-size: 60px;
	z-index: 9999999;
	float: inline-start;
	color: var(--vb-global-cr);
	position: absolute;
	top: calc(50% - 30px) !important;
	inset-inline-start: calc(50% - 30px) !important;
}
.vb-data-ajax {
	display: none;
}
