body {
	background-color: black;
	color: white;
	margin: 0;
}

img {
	width: 72pt;
	height: 72pt;
	padding: 10pt;
}

h1 {
	font-size: 32px;
	font-weight: bolder;
	margin: 0 0 18px 0;
}

h2 {
	font-size: 24px;
}

h3 {
	margin: 10px;
}

a {
	color: #11a74d;
}

span {
	color: #ea4335;
	text-transform: capitalize;
}

table {
	border: 1px solid rgba(255, 255, 255, 0.6);
	margin: 0 auto;
	border-collapse: collapse;
	/* min-width: 25%; */
}

tbody {
	display: block;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 320px;
}

tr,
td {
	padding: 10px 35px;
	font-size: 15px;
	border: 1px solid rgba(255, 255, 255, 0.6);
}

th {
	padding: 8pt;
	background-color: darkgreen;
}

td:nth-child(1) {
	text-align: left !important;
}

.ok {
	color: #11a74d !important;
}

.up {
	color: #11a74d !important;
}

.container {
	margin: 10pt;
	text-align: center;
}

.stats {
	align-self: center;
}

.errors {
	padding: 10pt;
	color: #ea4335;
}

.true {
	display: block;
}

.false {
	display: none;
}

.btn-container {
	padding: 10pt;
	min-width: 25%;
	display: flex;
	justify-content: center;
}

.flex {
	display: flex;
}

.btn {
	border-radius: 6px;
	padding: 14px;
	margin: auto 6px;
	min-width: 140px;
	cursor: pointer;
	color: #ffffff;
}

.green {
	background-color: darkgreen;
}

.red {
	background-color: #a63a31;
}

.overlay {
	display: none;
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
}

.password-box {
	border-radius: 6px;
	padding: 20px 10px;
	background-color: #ffffff;
	color: #000000;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001;
	text-align: center;
}

.password {
	padding: 10px;
	margin: auto 10px;
}

.log-content {
	display: none;
	text-align: start;
	width: fit-content;
	margin: 0 auto;
}

.logs {
	display: flex;
	min-width: 25%;
	justify-content: center;
	flex-direction: column;
	max-height: 260px;
	overflow-y: auto;
	padding: 12px;
	border-radius: 6px;
	background-color: #313131;
}

.er-logs {
	font-size: 13px;
	padding: 8px;
}

.back {
	height: 20px;
	width: 24px;
	padding: 6px;
	cursor: pointer;
}

.align-center {
	align-items: center;
}

@media (width<1000px) {
	table {
		min-width: 60%;
	}
}

@media (width<750px) {
	table {
		min-width: 80%;
	}
}