.lqd-scrl-indc {
	position: fixed;
	top: 40%;
	right: 20px;
	opacity: 0;
	transition: opacity .3s ease;
}

.disply-is-none {
	display: none !important;
}

.display-is-inline-flex {
	display: inline-flex !important;
}

.lqd-scrl-indc.show {
	-webkit-animation: fade-in-right .6s cubic-bezier(.39, .575, .565, 1) both;
	animation: fade-in-right .6s cubic-bezier(.39, .575, .565, 1) both;
	opacity: 1;
}

.lqd-scrl-indc.hidebtt {
	-webkit-animation: fade-out-right .7s cubic-bezier(.25, .46, .45, .94) both;
	animation: fade-out-right .7s cubic-bezier(.25, .46, .45, .94) both;
}