body {
	font-family: sans-serif;
}

.field {
	margin: 1em 0;
}

input[type="text"],
input[type="password"] {
	width: 100%;
	padding: 0.5em;
	font-size: 1em;
}

button.copy-btn {
	margin-left: 10px;
}

#blockchain {
	font-size: 1.2em;
	display: inliney;
}

.hidden {
	display: none;
}

.wallet-info {
	border: 1px solid #ccc;
	padding: 1em;
	margin-top: 1em;
}

.toggle-visibility {
	cursor: pointer;
	margin-left: 5px;
}

.alert {
	background: #fff3cd;
	color: #856404;
	border: 1px solid #ffeeba;
	padding: 10px;
	margin-top: 10px;
	border-radius: 5px;
}


ul.check-list {
	text-align: left;
	list-style-type: disc;
	/* Display with bullet points (default) */
	padding-left: 1.5em;
	/* Left margin */
	line-height: 1.6;
	/* Line height */
	margin: 1em 0;
}

ul.check-list li {
	margin-bottom: 0.5em;
	/* Spacing between items */
}
