:root{
  --color-account-enabled : green;
  --color-account-disabled: red;
  --color-enabled : #121290;
  --color-disabled: #ececec;
  --dark-color-account-enabled : green;
  --dark-color-account-disabled: red;
  --dark-color-enabled : #bfbfbf;
  --dark-color-disabled: #1f242a;
}
body{
	font-size: 24px;
	font-family: arial;
	margin: 0 10px;	
	background-color: white;
	color: black;
}
body.dark{
	background-color: #303841;
	color: #d8dee9;
}
nav{
	clear: both;
	margin: 0;
	text-align: right;
}
nav a{
	margin: 0 5px;
	padding: 10px 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: lightgrey;
	text-decoration: none;
	color: black;
	font-size: 16px;
	cursor: pointer;
	box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .5);
}
.dark nav a{
	background-color: #bfbfbf;
}
nav a:hover{
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}
nav a.mode i{
	position: relative;
	top: 2px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent 0 0 no-repeat;
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-lightbulb-fill%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M2%206a6%206%200%201%201%2010.174%204.31c-.203.196-.359.4-.453.619l-.762%201.769A.5.5%200%200%201%2010.5%2013h-5a.5.5%200%200%201-.46-.302l-.761-1.77a1.964%201.964%200%200%200-.453-.618A5.984%205.984%200%200%201%202%206zm3%208.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201l-.224.447a1%201%200%200%201-.894.553H6.618a1%201%200%200%201-.894-.553L5.5%2015a.5.5%200%200%201-.5-.5z%22%2F%3E%3C%2Fsvg%3E);		
}
.dark nav a.mode i{
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-lightbulb-off-fill%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M2%206c0-.572.08-1.125.23-1.65l8.558%208.559A.5.5%200%200%201%2010.5%2013h-5a.5.5%200%200%201-.46-.302l-.761-1.77a1.964%201.964%200%200%200-.453-.618A5.984%205.984%200%200%201%202%206zm10.303%204.181L3.818%201.697a6%206%200%200%201%208.484%208.484zM5%2014.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%200%201l-.224.447a1%201%200%200%201-.894.553H6.618a1%201%200%200%201-.894-.553L5.5%2015a.5.5%200%200%201-.5-.5zM2.354%201.646a.5.5%200%201%200-.708.708l12%2012a.5.5%200%200%200%20.708-.708l-12-12z%22%2F%3E%3C%2Fsvg%3E);	
}
fieldset{
	border: 1px solid black;
}
h1, h2{
	text-align: center;
}
h2{
	font-size: 16px;
	margin-bottom: 2px;
}
p.intro{
	text-align: center;
	font-size: .8em;
	margin: auto 5%;
}
p.intro span.type{
	font-family: Courier;
}
p.intro.step2{
	display: none;
}
div.container{
	width: 1010px;
	clear: both;
	margin: 0 auto;
}
fieldset.form{
	float: left;
	width: 360px;
	margin: 10px auto 0px auto;
	padding: 10px 20px 14px 20px;
	border-radius: 30px;
}
#output_logs{
	display: none;
	width: 970px;
	clear: both;
	margin-top: 10px;
}
#logs table{
	width: 100%;
	font-size: 14px;
}
#logs table th{
	text-align: center;
	padding-bottom: 10px;
}
#logs table td{
	font-family: 'Courier New', Courier, monospace;
}
#logs table tr td:last-child{
	text-align: right;
}
fieldset.form.output{
	margin-bottom:0;
}
#progress{
	font-size: 18px;
}
#filter{
	width: 120px;
	min-height: 390px;
	margin-left: 20px;
	margin-right: 20px;
}
.status,
.tools{
	display: none;
}
fieldset.form form{
	text-align: center;
}
fieldset.form input[type='text'],
fieldset.form select,
fieldset.form textarea{
  width: 98%;
  background-color: white;
  border: 0 none;
  padding: 4px 4px;
  font-family: Courier;
  font-size: 16px;
  font-weight: 700;
  background-color: #ececec;
}
fieldset.form select{
	font-size: 14px;
}
#filter input[type='text']{
	width: 91.5%;
}
fieldset.form select{
	width: 98%;
}
.dark fieldset.form input[type='text'],
.dark fieldset.form textarea,
.dark fieldset.form select{
	background-color: #22262a;
	color: #bcbdbe;
}
fieldset.form textarea{
	height: 175px;
}
#input textarea{
	height: 250px;
	margin-top:  5px;
	font-size: 14px;
	white-space: nowrap;	
}
#output_paper textarea{
	height: 100px;
}
fieldset.form input[type='button']{
  width: 98%;
  padding: 4px 6px;
  text-transform: uppercase;
}
.dark fieldset.form input[type='button']{
	background-color: #22262a;
	color: #bcbdbe;
	border: 1px solid black;
}
#handy_load{
  margin-top: 15px;
}
p.copyright{
	font-size: 10px;
	text-align: center;
	margin-top: 50px;
}
p.copyright img{
	margin-bottom: 5px;
	margin-top: 30px;
}
p.credit{
	text-align: center;
	margin-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
}
p.credit a{
	position: relative;
	height: 20px;
	box-sizing: border-box;
	padding: 1px 8px 1px 6px;
	background-color: #1b95e0;
	color: #fff;
	border-radius: 3px;
	padding: 5px 10px;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
	text-decoration: none;
	margin: 0 10px;
}
p.credit a.tipbot{
	background-color: #105434;
}
p.credit a.xumm{
	background-color: #0029ff;
}
p.credit a i{
	position: relative;
	margin-right: 5px;
	top: 2px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent 0 0 no-repeat;
	background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);	
}
p.credit a.xumm i{
	background-image: url(/xumm.png);	
	background-size: contain;
}
div.legend{
	display: none;
	width: 300px;
	text-align: center;
	margin: 10px auto 0 auto;
}
div.legend span{
	position: relative;
	font-size: 16px;
}
div.legend span:first-child{
	margin-right: 30px;
}
div.legend span::before{
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	left: -22px;
	top: 0px;
}
div.legend span.stats{
	font-weight: bold;
}
div.legend span.off::before{
	background-color: var(--color-disabled);
}
div.legend span.on::before{
	background-color: var(--color-enabled);
}
.dark div.legend span.off::before{
	background-color: var(--dark-color-disabled);
}
.dark div.legend span.on::before{
	background-color: var(--dark-color-enabled);
}
span.status{
	display: none;
}
span.info{
	margin-left: 5px;
}
span.info .name{
	font-weight: bold;
}
span.utilities a{
	padding: 0 2px;
}