@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background: #080B0E;
	color: #fff;
	font-family: din-2014, Arial, Helvetica, sans-serif;
}

.difficulty-header {
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	padding-left: 16px;
	vertical-align: middle;
}

.difficulty-footer-nd {
	text-align: center;
	padding-top: 0%;
	padding-bottom: 2%;
}

.difficulty-footer-nd-others {
	text-align: center;
	padding-top: 0%;
	padding-bottom: 2%;
}

.canvas-style {
	padding-top: 28px;
	height:360px !important;
}

.left-chart {
	width:80%;
}

.chartHeader {
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	padding-bottom: 8px;
	padding-left: 8px;
}

.valuecontext {
	display: none;
}

.ib {
	display: inline-block;
}

.term-progress {
	padding-top: 1%;
}

.startdate {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #ffffff;
	padding-top: 2%;
	padding-left: 1%;
	width:49%;
	text-align: left;
}

.enddate {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	color: #ffffff;
	padding-top: 2%;
	padding-right: 1%;
	width:50%;
	text-align: right;
}

.center-img {
	display: inline-block;
	vertical-align: middle;
	padding-right: 52px;;
}

.last24hours {
	opacity: 0.5;
	font-size: 16px !important;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}

.amount24 {
	font-size: 28px !important;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}
.center-txt {
  display: inline-block;
  vertical-align: middle;
}
#header {
	height:5%;
	background: #080B0E;
	padding-left: 16px;
	padding-top: 28px;
}
.headingtext {
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}

.bmntitle {
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	padding-left: 24px;
}

.bmnvalue {
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	padding-right: 220px;
}

.bmnvaluebtn {
	font-size: 24px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	padding-right: 32px;
}

.compsection {
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-decoration: underline;
	padding-bottom: 12px;;
}

footer {height:5vh; background:#eee; display:none;}
#main {
	display:flex;
	/*height: 90vh;*/
	flex: 1;
	/*align-items: center;*/
    justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
	position: relative;
}

.goback {
	position: absolute;
    left: 0;
    top: 18px;
}

.goback a {
	color: #A3A3B2;
	display: flex;
    align-items: center;
    gap: 11px;
}

.goback svg {
	width: 12px;
}

.goback span {
	font-weight: 300;
	font-size: 16px;
	line-height: 29px;
}

.navlinks {
	margin-bottom: 18px;
	max-width: 1440px;
	width: 100%;
	margin-top: 18px;
}
@media only screen and (min-width: 1920px) { 
	.goback {
		left: 18px;
	}
}

@media only screen and (max-width: 1815px) { 
	.navlinks {margin-top: 70px;}
	.goback {
		left: 18px;
	}
 }

.navlinks a {
	padding: 0 0 16px 0;
	color: #fff;
	margin-left: 18px;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.72px;
}

@media only screen and (max-width: 375px) { 
	.navlinks a { 
		font-size: 16px;
	}

}

.navlinks a:hover {
	color: #00ccff;
}

.navlinks a.active-link {
	border-bottom: 2px solid #00ccff;
}

#card{
	width:100%;
	max-width: 1440px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 2%;    
	margin-top: 18px;
}
section {
	/*border: 1px dotted white;*/
	color:#fff;
	flex: 1;
}
#cardhead{
	min-height: 15vh;
	background-color: #23303e;
}
#cardbody{
	background:#12171E;
	min-height:20vh;
	padding: 3%;
	padding-left: 8%;
	padding-right: 8%;
}
#chartbody{
	background:#12171E;
	padding-top: 0;
	padding-bottom: 5%;
	padding-left: 8%;
	padding-right: 8%;
}
#cardfooter{
	background:#19222C;
	min-height: 5vh;
	padding-right: 2%;
    padding-left: 17%;
    text-align: left;
}
#difficultyfooter{
	background:#19222C;
	min-height: 4vh;
	padding-left: 14%;
	padding-right: 15%;
	padding-top: 2%;
}
.flexrow {
	display: flex;
	flex-wrap: wrap;
}
.flexrowchart {
	display: flex;
	justify-content: center;
}
.valuetext {
	font-size: 36px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}

.value-context-text {
	font-size: 16px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
}

.valuesubtext {
	font-size: 16px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	opacity: 0.75;
}

.action_btn {
	font-size: 24px;
    font-weight: 800;
    font-stretch: normal;

	margin-right:12px;

	background-color: #006C7F;
	border: 1px solid #006C7F;
	color: #fff;
    font-style: normal;
    letter-spacing: normal;
    cursor: pointer;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-right: 30px;
    display: inline-block;
    outline: none;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    text-decoration: none;
    text-align: center;
    border: none;
}

.title {
	flex:2;
	align-self: center;
	padding-top:3.4%;
	padding-bottom:3.4%;
	padding-left:2%;
	padding-right:2%;
	background-color: #070000;
}

.value{align-self: center; background:#23303E; padding:2%; padding-left: 4%;}

.mined {
	margin:2%;
	padding:3%;
	margin-right: 3%;
	background:#475361;
	border-radius: 12px;
	align-self: center;
	max-width: 40%;
}
.term {
	margin:2%;
	padding:2%;
	margin-left: 3%;
}
.termlength {
	opacity: 0.5;
	font-size: 20px;
	font-weight: 800;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	padding-left: 1%;
}
.daysintoterm {
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	padding-top: 1%;
	padding-left: 1%;
}

a {
	color: #1CADB2;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
    color: #1CADB2;
}

.bmn2icon {
	width: 120px;
	padding-top: 0px;
	padding-bottom: 0px;
}

@media only screen and (max-width: 990px) {
	.bmn2icon {
		width: 120px;
		padding-top: 12px;
		margin-bottom: -16px;
	}

	.action_btn {
		font-size: 24px;
		font-weight: 500;
		font-stretch: normal;

		margin-right:12px;

		margin-top:12px;
		margin-bottom:12px;

		background-color: #006C7F;
		border: 1px solid #006C7F;
		color: #fff;
		font-style: normal;
		letter-spacing: normal;
		cursor: pointer;
		width: 100%;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
		padding-top: 10px;
		padding-left: 30px;
		padding-bottom: 10px;
		padding-right: 30px;
		display: inline-block;
		outline: none;
		-webkit-transition: 0.3s ease-out;
		transition: 0.3s ease-out;
		text-decoration: none;
		text-align: center;
		border: none;
	}

	.bmnvaluebtn {
		font-size: 24px;
		font-weight: 800;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		padding-top: 8px;
		padding-right: 0px;
	}
	.bmntitle { 
		padding-left: 5px; 
	}
	.bmnicon {
		width: auto !important;
	}
	.bmnvalue { 
		padding-right: 0;
	}
	.compsection {
		width: 100%;
	 }
	 .value {
		padding: 20px 0;
	 }
	 #titleheader {
		 flex-direction: column;
		 align-items: center;
		 width: 100%;
	 }
	 #cardhead {
		 margin-bottom: 10px;
	 }
}

@media screen and (max-width: 800px) {
	#card{
		width:100%;
	}
 	#cardbody{
	flex-direction: column;
	min-height:20vh;
	padding: 2%;
	padding-left: 2%;
	padding-right: 5%;
 	}
	#cardhead{
	flex-direction: column;
	height:auto;
	background-color: #23303e;
	min-height: 11vh;
 	}
	.title{
		flex:1;
	}
	.value{
		flex:1;
		align-self:auto;
		text-align: center;
	}
	.mined{
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	#houricon {
		display: none;
	}
	#leftfooter{
		display: none;
	}
	.valuecontext {
		display: inline;
		font-size: 42px;
		font-weight: 600;
	}
	.valuetext {
		font-size: 28px;
	}
	.canvas-style {
		height:340px !important;
	}
	.chartHeader {
		font-size: 28px;
	}
	.flexrowchart {
		justify-content: center;
		display: block;
	}
	.left-chart {
		width:100%;
		margin-right:0;
	}
	.startdate {
		width:48%;
	}
	#difficultyfooter{
		display: block;
		padding-top: 4%;
		padding-left: 16px;
	}
	#cardfooter{
		background:#19222C;
		min-height: 5vh;
		padding-top: 8px;
		padding-left: 28px;
		padding-right: 16px;
		text-align: left;
	}
	.difficulty-header {
		font-size: 24px;
		font-weight: 500;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		padding-left: 16px;
	}
	.difficulty-footer-nd {
		text-align: left;
		padding-top: 2%;
		padding-bottom: 2%;
		padding-left: 12px;
	}
	.difficulty-footer-nd-others {
		text-align: left;
		padding-top: 0%;
		padding-bottom: 2%;
		padding-left: 12px;
	}
}

.break {
	flex-basis: 100%;
	height: 0;
}

.calclabel {
	width: 200px;
	height: 42px;
}

.calcinput {
	width: 100px;
	padding-left: 16px;
}

/*
.ctable {
	border: #1CADB2;
	border-collapse: unset;
	border-style: solid;
	padding: 8px;
}
*/
.ctable {
    border: none;
}

.ctable td {
	width: 132px;
}

.ctable td input {
	width: 100px;
}

.ctable td:nth-child(9) {
	width: 68px;
}

.ctable td:nth-child(9) input {
	width: 62px;
}

.editable {
	border:#1CADB2;
	border-style: solid;
	border-width: 3px;
	
}

.locked {
	border: none;
	user-select: none;
	pointer-events: none;
	background-color: #414C59 !important
}

.locked:hover {
	cursor: not-allowed;
}

.compsubheading {
	font-weight: 500;
	font-size: 20px;
	padding-bottom: 12px;
	padding-top: 36px;
	text-decoration: underline;
}

.compsubheadingfirst {
	font-weight: 500;
	font-size: 20px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: underline;
}


/* Components Style */

.t-block {
	width: 100%;
	color: #fff;
}
.t-block .t-title {
	padding: 15px 35px;
	background: #2b313b;
}
.t-block .t-title h4 {
	font-size: 16px;
	letter-spacing: 0.05px;
}
.t-block .t-row {
	display: grid;
	grid-template-columns: repeat(9, 12%);
	grid-template-rows: 1fr;
	align-items: center;
	padding: 30px;
	border-top: 1px solid #2b313b;
	background: #1d2127;
	line-height: 1.8;
	letter-spacing: 0.35px;
	font-size: 14px;
	gap: 5px;
}
.t-block .t-row_hidden { display: none; }
.t-block .t-row p { margin: auto 0;}
@media only screen and (max-width: 990px) {
	.t-block .t-row {
		grid-template-columns: 1fr;
   }
}
.t-block .t-row .t-cell {
	grid-column: auto / span 1;
}
.t-block .t-row input {
	outline: none;
	color: #fff;
	border: 1px solid #616669;
	background-image: none;
	background-color: transparent;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 14px;
	width: 80%;
	padding: 10px;
}
@media only screen and (max-width: 990px) {
	.t-block .t-row input {
		max-width: 300px;
		width: 100%;
   }
}
.t-block .t-row div {
	position: relative;
}
.t-block .t-row div label {
	position: absolute;
	top: -25px;
	color: #c9c9c9;
}
.t-block .t-row div label.mob {
	display: none;
}
@media only screen and (max-width: 990px) {
	.t-block .t-row div label, .t-block .t-row div label.mob { 
		display: block;
		position: relative;
		top: auto;
	}
 }

.t-row_full {
	grid-column: 1 / span 6;
}