﻿svg.graph {
	background: rgb(248, 249, 250);
	border: 1px solid rgb(222, 226, 230);
	border-radius: 8px;
	width: 100%;
	height: auto;
	display: block;
	touch-action: none;
}
#address {
	white-space: nowrap;
	overflow-x: auto;
}
#address:focus {
	border-color: rgb(134, 183, 254);
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	outline: 0;
}
.details-address {
	font-family: var(--bs-font-monospace);
	font-size: 0.8rem;
	word-break: break-all;
}
.blockie-large {
	image-rendering: pixelated;
	width: 64px;
	height: 64px;
	border: 1px solid rgb(222, 226, 230);
	border-radius: 6px;
}
