@import url('__variables.css');
@import url('__fonts.css');

.no-scrollbar {
	scrollbar-width: none;
	-webkit-scrollbar-width: none;
}

.hide {
	display: none !important;
}

.bv-cover {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--bv-primary-cover-color);
	z-index: 999;
}
