@CHARSET "UTF-8";

#page-content {
	background: #f7f7f7;
}

.container {
	width: 70%;
}

#page-bottom {
	min-height: 236px;
	height: auto;
}

#getting-started {
	margin-top: 60px;
}

.auto {
	margin-right: auto;
	margin-left: auto;
	width: 1400px;
}

.getting-started-heading {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: #4984f5;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	color: #fff;
	font-weight: bold;
}

.getting-started-body {
	margin-top: 10px;
}

#getting-started .box .panel-heading h3 {
	opacity: 0.7;
	font-family: "Inter Regular";
	font-size: 18px;
	color: #4985F5;
}


.d-inline.pr-1 {
	padding: 10px;
}

html,
body {
	min-width: unset;
}

.wrap {
	min-height: unset;
	margin: 0px;
	padding: 0px;
}

.footer {
	height: 0px;
}

#started {
	margin-top: 30px;
}

.getting-started-heading {
	font-size: 18px;
}

#block-info {
	margin-bottom: 0px;
	background-image: unset;
	margin-top: 35px;
	padding-top: 0px;
}

.ant-tag {
	font-size: 14px;
	font-variant: tabular-nums;
	line-height: 1.5;
	color: rgba(0, 0, 0, .65);
	box-sizing: border-box;
	list-style: none;
	display: inline-block;
	line-height: 20px;
	height: 22px;
	padding: 0 7px;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	background: #fafafa;
	font-size: 12px;
	transition: all .3s cubic-bezier(.215, .61, .355, 1);
	opacity: 1;
	margin: 0 8px 0 0;
	cursor: pointer;
	white-space: nowrap;
	font-size: 16px;
	margin-bottom: 10px;
}

.ant-tag-blue {
	color: #1890ff;
	background: #e6f7ff;
	border-color: #91d5ff;
	display: inline-block;
}

.ant-tag:hover {
	opacity: .85;
}

.getting-started-body {
	margin: 0px;
}

#statistics {
	margin-top: 130px;
}

#search-miner {
	margin-top: 30px;
}

#statistics .row,
#search-miner .row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-left: 0px;
	margin-right: 0px;
	background: transparent !important;
}

#statistics .row_left,
#statistics .row_right {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

#search-miner .stats button {
	width: 115px;
	height: 46px;
}

#statistics .row .col-md-3 {
	width: 100%;
	padding: 0px 0px;
	text-align: left;
}

#statistics .col-md-3.col-xs-6 .box {
	display: flex;
	justify-content: center;
	box-shadow: 0 3px 0px 0 rgb(0 0 0 / 2%);
	border-top: 0px;
	margin-bottom: 0px;
}

#statistics .col-md-3.col-xs-6 em {
	background-color: #3F414B;
	position: absolute;
	height: 64px;
	width: 1px;
	top: 46px;
	right: 0;
}

#search-miner .stats input {
	height: 48px;
	border-radius: 8px;
	opacity: 1;
	background: #2E2F36;
	box-sizing: border-box;
	border: 1px solid #3F414B;
}

#block-list {
	margin-bottom: 120px;
	padding-top: 32px;
}

#block-info table th {
	min-width: 150px;
}

.alert {
	display: none;
	position: fixed;
	top: 15%;
	left: 50%;
	text-align: center;
	min-width: 50px;
	margin-left: -43px;
	z-index: 99999;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert-success {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.pagination .previous a,
.pagination .next a {
	padding: 0px !important;
}

#block-table_paginate .pagination li:first-child a,
#block-table_paginate .pagination li:last-child a {
	padding: 0px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

#block-table_wrapper>.row>.col-sm-7 {
	width: 100%;
}

#block-table_wrapper>.row>.col-sm-7>#block-table_paginate {
	text-align: center;
}

#block-table_wrapper>.row>.col-sm-5 {
	width: 0%;
}

#hash-history {
	margin-top: -15px;
}

@media only screen and (max-width: 1640px) {

	.auto {
		width: auto;
		margin-left: 120px;
		margin-right: 120px;
	}
}

@media only screen and (max-width: 1200px) {
	#statistics .row {
		flex-direction: column;
	}

	#statistics .row .col-md-3 {
		width: fit-content;
		display: inline-block;
	}

	#statistics .col-md-3.col-xs-6 em {
		display: none;
	}

	#statistics .row_left,
	#statistics .row_right {
		padding: 0 15%;
		gap: 10px;
	}

	#statistics .row_left>div:first-child .panel-body,
	#statistics .row_right>div:first-child .panel-body {
		text-align: left;
	}

	#statistics .row_left>div:last-child .panel-body,
	#statistics .row_right>div:last-child .panel-body {
		text-align: right;
	}
}

@media screen and (max-width: 1152px) {
	#statistics .col-md-3.col-xs-6 em {
		display: none;
	}

	.container {
		width: 85%;
	}

	#statistics {
		margin-top: 167px;
	}

	#statistics .row,
	#search-miner .row {
		flex-wrap: wrap;
	}

	#statistics .col-md-3.col-xs-6 .box {
		margin-bottom: 0px;
	}

	.ant-tag {
		height: 56px;
		white-space: unset;
	}

	#started {
		margin-top: 5px;
	}

	#statistics .box .panel-heading {
		padding: 30px 10px 5px;
	}

	#search-miner .stats {
		margin-top: 20px;
		display: flex;
	}

	#search-miner .stats button {
		width: 80px;
	}

	#search-miner .stats button span {
		font-size: 14px !important;
	}

	.panel-body {
		padding: 5px;
	}

	#block-info table th {
		min-width: unset;
	}

	#block-table_wrapper>.row>.col-sm-12 {
		overflow: auto;
		overflow-x: scroll;
		transition: opacity .3s;
	}
}

@media screen and (max-width: 767px) {

	.container,
	.auto {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#statistics .row_left,
	#statistics .row_right {
		padding: 0 10%;
	}

	#statistics .row_left .box .panel-body{
		padding: 20px 0 10px 0;
	}

	#statistics .row_right .box .panel-body{
		padding: 10px 0 20px 0;
	}
}

@media screen and (max-width: 430px) {
	#statistics .row_left,
	#statistics .row_right {
		padding: 0 15px;
	}
}
