@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

/* font-family: 'Roboto', sans-serif; */
.hidden_nz {
	display: none;
}
.coverAll {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0006;
	overflow-y: auto;
}
.popupCard {
	width: 90%;
	max-width: 35rem;
	margin: auto;
}
.loaderCover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0005;
	background-image: url(/resources/loading.gif);
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 2;
}
.hovPtr:hover {
	cursor: pointer;
}
.puSticky {
	position: sticky;
	top: 0;
	z-index: 1;
}
.noteHolder {
	position: relative;
	z-index: 0;
}
