.calcul_pri {
	vertical-align: top;
	1width:600px;
	text-align:left;
	background-color: #1b1c20;
	border-radius: 3px;
	box-shadow: 0 0 5px #000;
	padding: 2px 8px;
	margin: 2px 0px;
}
.input {
	color: #908c8c;
	font-size: 14px;
	1background-color: #1b1c20;
	background: #161616;
	border: 0px;
	font-family: monospace;
	word-wrap: break-word;
	width:100%;
}

.calcul_6 {
	color: #908c8c;
	font-size: 14px;
	background-color: #1b1c20;
	border: 0px;
	font-family: monospace;
	margin-bottom: 2px;
	min-width: 100%;
	padding-top:4px;
}
.calcul_5 {
	vertical-align: top;
	width: auto;
}
.label {
	font-family: monospace;
	color: #777;
	margin-top: 5px;
	1margin-bottom: 18px;
	margin-left: 10px;
	1display: inline-block;
	font-size: 14px;
}

.label2 {
	font-family: monospace;
	color: #777;
	margin-left: 10px;
	display: inline-block;
	font-size: 14px;
}

.calcul_1 {
	position:absolute;
	margin-left:-30px;
	margin-top:5px;
	width: 25px;
	text-align: left;
	font-size: 14px;
	color: #777;
	padding-left: 5px;
}
.tx_hex {
	font-family: monospace;
	color:#777;
	word-break: break-all;
	font-size: 14px;
	margin-top:20px;
	background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.00));
	padding:14px;
	border-radius:10px;
	border:1px solid rgba(255,255,255,0.02);
}

.copy {
	cursor:pointer;
	color:#908c8c;
	margin-right:0px;
	margin-top:5px;
	border-radius:3px;
	text-align:center;
	display: inline-block;
	float:right;
	font-size: 14px;
}
.copy:hover {
	background-color: #272727;
}
.tx_hex_actively {
	display:none;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
}

.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 500px;
	border-radius: 5px;
	position: relative;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.close:hover {
	color: black;
}

.centered-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	line-height: 1.6;
	opacity: 0.773319;
}
.content {
	width: 80%;
	text-align: center;
	padding: 10px;
}
.bottom_text {
	margin-top:30px;
	color: #777;
	font-size: 14px;
	line-height: 1.4;
}

.eth-calculator-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color:#3d4085;
	color: white;
	border: none;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 1px;
	cursor: pointer;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}

.eth-calculator-popup {
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 300px;
	background-color: #232323;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	padding: 20px;
	z-index: 1000;
}

.eth-calculator-popup h3 {
	margin-top: 0;
	color: #627eea;
}

.eth-input-group {
	margin-bottom: 15px;
}

.eth-input-group label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}

.eth-input-group input {
	width: 100%;
	padding: 8px;
	border: 0px solid #ddd;
	border-radius: 4px;
	color:#ddd;
	box-sizing: border-box;
}

.eth-close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	color: #999;
}

.eth-unit-selector {
	display: flex;
	margin-bottom: 10px;
	margin-top: 10px;
}

.eth-unit-selector button {
	flex: 1;
	padding: 6px;
	border: 0.5px solid #8b8b8b;
	background: #a9a9a9;
	cursor: pointer;
	font-size: 12px;
}

.eth-unit-selector button.active {
	background: #627eea;
	color: white;
	border-color: #627eea;
}

.eth-unit-selector button:first-child {
	border-radius: 4px 0 0 4px;
}

.eth-unit-selector button:last-child {
	border-radius: 0 4px 4px 0;
}

input, textarea {
	background-color: #333333;
}
.generate {
	background:linear-gradient(#414c91,#253074);
}
.generate:hover {
	background-color: #414c91;
}
.input_ss:hover {
	background: linear-gradient(#2f355b, #253074);
}

.wavy-underline {
	display: inline;
	position: relative;
	color:#429558;
}

.wavy-underline::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 10px;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 10"><path d="M0,5 Q5,0 10,5 T20,5" fill="none" stroke="%23689467" stroke-width="1"/></svg>') repeat-x;
	background-size: 20px 10px;
}
.panel{
	background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.00));
	padding:14px;border-radius:10px;border:1px solid rgba(255,255,255,0.02);
}


.calculator-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color:#3d4085;
	color: white;
	border: none;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-size: 1px;
	cursor: pointer;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}

.calculator-popup {
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 300px;
	background-color: #232323;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	padding: 20px;
	z-index: 1000;
}

.calculator-popup h3 {
	margin-top: 0;
	color: #f7931a;
}

.input-group {
	margin-bottom: 15px;
}

.input-group label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.input-group input {
	width: 100%;
	padding: 8px;
	border: 0px solid #ddd;
	border-radius: 4px;
	color:#ddd;
	box-sizing: border-box;
}

.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	color: #999;
}

.copy {
	cursor:pointer;
	color:#908c8c;
	margin-right:0px;
	margin-top:5px;
	border-radius:3px;
	text-align:center;
	display: inline-block;
	float:right;
	font-size: 14px;
}
.copy:hover {
	background-color: #272727;
}
.tx_hex_actively {
	display:none;
}