
	.wallet-icon {
		width: 50px;
	}

	*,
	*:before,
	*:after {
		box-sizing: border-box;
	}
	
	html, body {
		margin: 0;
		padding: 0;
		height: 100%;
		font-family: sans-serif;
	}
	
	.qrreader {
		width: 100%;
		height: 100%;
		position: relative;
	}
	
	.qrreader-video {
		background-color: #000;
		width: 100%;
		height: 100%;
		object-fit: fill;
	}
	.modal-overlay {
		display: none;
		position: fixed;
		justify-content: center;
		align-items: center;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100%;
		background-color: rgba(0, 0, 0, .7);
	}
	
	.modal-overlay.is-show {
		display: flex;
	}
	.wrap-canvas {
		display: none;
	}

	.qrpadding {
		padding: 8px;
		background-color: #fff;
	}

	div.nft {
		text-align: center;
		background-image: linear-gradient(127deg, rgba(233, 233, 233, 1), rgba(172, 172, 172, 1));
	}

	img.nft {
		width: auto;
		height: 150px;
	}

