/*!***************************************************************
MINICORE CSS settings
****************************************************************/

/*!************************************************************************************************************
  ##Device = All
  ##Screen = All 
**************************************************************************************************************/

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.ttf');
}

body {
  font-family: 'Poppins';m
  font-size: 1rem;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  background: #000000;
//  background-image: url(../img/bg.jpg);
  position: relative;
  color: #3C4858;
  font-weight: 300;
}


.light-bg {
//	background-image: url(../img/bg.jpg);
}

.dark-bg {
//	background-image: url(../img/bg.jpg);
}

 .sidebar-collapse .main-header,
 .sidebar-collapse .main-header .navbar,
 .sidebar-collapse .content-wrapper,
 .sidebar-collapse .main-footer {
	transition: transform .3s ease-in-out,margin .3s ease-in-out;
	margin-left:0;
 }

.web-icon {
	height: 50px;
	width: 80px;
}

.inside-nav {
	display: inline-flex;
	justify-items: center;
	align-items: center;
	padding: 2px;
}

.nav-icon {
	display: inline-flex;
	gap: 3px;
	align-items: center;

	span {
		font-weight: bold;
	}
}

.icon-text {
	font-size: 13px;
	color: white;
}

.alert-pools {
	padding: 16px;
	display: grid;
	margin: 5px;
	background-position-y: 200px;
	background-size: cover;
	background-color: #222222f8;
	border-radius: 15px;
	color: whitesmoke;
	font-family: 'Poppins';
	text-align: center;
}

.light-alert {
	background: url('../img/waves-footer.svg');
	background-size: cover;
	background-position-y: 200px;
}

.dark-alert {
	background: url('../img/polygons-footer.svg');
	background-size: cover;
	background-position-y: 200px;
}


.coins-list {
	display: inline-flex;
	gap: 10px;
	padding: 5px;
	font-weight: 900;
	align-items: center;
}

.wrapper {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
} 

 .main-header {
	position: relative;
	max-height: 100px;
  
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(156, 39, 176, 0.46);
	z-index: 4;
}

.navbar {
//	height: 110px;
}

.light-nav {
//	background-color: #131317;
}

.dark-nav {
	background-color: #1f1f1f;
}

.main-header .navbar-custom-menu, .main-header .navbar-right {
    float: right;
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 10px 10px;
}


.main-header {
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
}

.nav-options {
	display: inline-flex;
	gap: 20px;
}

.mode-icon {
	border: 2px solid transparent;
	border-radius: 25px;
	padding: 3px;
	transition: all 0.5s;
}

.select-coin {
	background-color: #08d95b;
	border-radius: 8px;
	border: none;
	color: #1f1f1f;
	font-weight: bold;
	text-shadow: 0px 0px 3px #12a95c;
}

#currency-select {
	background-color: transparent;
	padding: 2px;
	color: #A5A5A4;
	font-family: 'Poppins';
	border: 2px solid transparent;
	border-radius: 25px;
	transition: all 0.5s;
	font-size: 15px;
}

#currency-select:hover {
	border: 2px solid #00ee60;
}

.mode-icon:hover {
	border: 2px solid #00ee60;
}


.support-button {
	height: 32px;
	transition: all 0.2s;
	padding: 6px;
	color: #A5A5A4;
	display: inline-flex;
	gap: 10px;
	align-items: center;
	background: transparent;
	border-radius: 9px;
	text-decoration: none;
	border: 2px solid transparent;
}


.support-button:hover {
	color: #A5A5A4;
	text-decoration: none;
	border: 2px solid #00ee60;
}

.header-text {
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  display: block;
  float: left;
  /* height: 50px; */
  font-size: 20px;
  /* line-height: 50px; */
  text-align: center;
  /* padding: 0 15px; */
  font-weight: 300;
  overflow: hidden;
  color: #ffffff;
  border-bottom: 0 solid transparent;
}

.main-index {
  min-height: 100vh;
  margin-bottom: 50px;
}

.main-pool {
  min-height: 100vh;
}

.content-wrapper {
  /* padding-top: 70px; */
  padding-bottom: 70px;
}

.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}

.content-header > h1 {
    margin: 0;
    font-size: 24px;
}

.content-header>h1>small {
 font-size:15px;
 display:inline-block;
 padding-left:4px;
 font-weight:300
}

.content {
  min-height: 250px;
  width: 80%;
  padding: 15px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 125px;
  margin-right: auto;
  /* display: grid; */
  gap: 25px;
  argk: auto;
  padding-left: 15px;
  padding-right: 15px;
}




/*!***************************************************************
                  SIDEBAR
****************************************************************/
.main-sidebar {
  top:0;
  left:0;
  padding-top: 0px;
  font-size: 16px;
  width: 230px;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  display: inline-flex;
  /* position: fixed; */
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(255, 255, 255);
  background-origin: padding-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index:810;
  -webkit-transition:-webkit-transform .3s ease-in-out,width .3s ease-in-out;
  -moz-transition:-moz-transform .3s ease-in-out,width .3s ease-in-out;
  -o-transition:-o-transform .3s ease-in-out,width .3s ease-in-out;
  transition:transform .3s ease-in-out,width .3s ease-in-out
}


.main-sidebar::after {
  content: "";
  background: url('../img/sidebar-1.jpg');
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  
  width: 100%; 
  height: 100%;
  height: auto !important;

  
}

.sidebar {
 padding-bottom:10px;
 margin: 0px auto;
}

.sidebar li a {
  /* margin: 10px 15px 0; */
  border-radius: 3px;
  color: #d7d7d7;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-transform: capitalize;
  border: 2px solid transparent;
  transition: all 0.5s;
  padding: 10px;
}


.sidebar li a:hover {
  color: #028637;
  border: 2px solid #037430;
  border-radius: 16px;
}

.sidebar li.active>a {
	color: #07e762;
	border: 2px solid #00ee60;
	border-radius: 16px;
}

.sidebar li.active>a i {
	color: #07e762;
	border-radius: 16px;
}

.sidebar  i {
  font-size: 20px;
  float: left;
  margin-right: 15px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  /* color: #a9afbb; */
}

.sidebar i span {
  margin: 0;
  line-height: 30px;
  font-size: 14px;
  position: relative;
  display: block;
  height: auto;
  white-space: nowrap;
}

.sidebar .logo {
  padding: 0px 0px;
  margin: 0;
  display: block;
  position: relative;
  z-index: 4;
}

.sidebar .logo:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 15px;
  height: 1px;
  width: calc(100% - 30px);
  background-color: rgba(180, 180, 180, 0.3);
}

.sidebar .logo p {
  float: center;
  font-size: 20px;
  margin: 10px 10px;
  color: #d7d7d7;
  line-height: 20px;
}


.sidebar .logo .simple-text {
  text-transform: uppercase;
  padding: 5px 0px;
  display: inline-block;
  font-size: 18px;
  color: #3C4858;
  white-space: nowrap;
  font-weight: 400;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  display: block;
}

.sidebar-menu {
 list-style:none;
 margin:0;
 padding:0
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu>li.header {
 /* white-space:nowrap; */
 overflow:hidden;
 display: inline-flex;
 margin-top: 10px;
 gap: 5px;
 color: white;
}

.bar {
	display: inline-flex;
    width: 100%;
//    background: #1f1f1f;
}

.sidebar-wrapper {
	display: grid;
	margin: 0px auto;
	/* width: 95%; */
}

.mining-address {
	display: flex;
	place-content: center;
	margin-top: 10px;
	width: 80%;
	gap: 5px;
	button {
		background: #08d95b;
		border: none;
		border-radius: 8px;
		color: #1f1f1f;
		font-weight: bold;
		text-shadow: 0px 0px 3px #12a95c;
	}
;
	height: 50p;
	padding: 0px;
	border-radius: 16px;
	background: #1f1f1f;
	margin: 0px auto;
}


.mining-wallet {
	display: flex;
	place-content: center;
	margin-top: 10px;
	width: 100%;
	gap: 5px;
	button {
		background: #00ee60;
		border: none;
		border-radius: 8px;
		color: #1f1f1f;
		font-weight: bold;
		text-shadow: 0px 0px 3px #177f41;
	}
	height: 50p;
	padding: 15px;
	border-radius: 16px;
	background: #1f1f1f;
	margin: 0px auto;
}


.mining-wallet input{
	background: transparent;
	border-radius: 8px;
	border: 2px solid #00ee60;
	transition: all 0.5s;
	color: white;
	padding: 5px;
	width: 100%;
}

.update-payment {
	display: grid;
	margin-top: 10px;
	width: 100%;
	gap: 5px;
	button {
		background: #00ee60;
		border: none;
		border-radius: 8px;
		color: #1f1f1f;
		font-weight: bold;
		text-shadow: 0px 0px 3px #177f41;
	}
	height: 50p;
	padding: 15px;
	border-radius: 16px;
	background: #1f1f1f;
	margin: 0px auto;
}

.update-payment input {
    background: transparent;
    border-radius: 8px;
    border: 2px solid #00ee60;
    transition: all 0.5s;
    color: white;
    padding: 5px;
    width: 100%;
}


.mining-address input{
	background: transparent;
	border-radius: 8px;
	border: 2px solid #00ee60;
	transition: all 0.5s;
	color: white;
	padding: 12px;
	width: 100%;
}

.mining-address input::placeholder {
	color: white;
	opacity: 0.9;
}



.mining-address input:hover {
	border: 2px solid #06b84e;
}


/*!***************************************************************
                  TABLES
****************************************************************/
.table {
	font-family: "Poppins", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	max-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.table-responsive {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.table-light {
	background-color: #3b3b3b;
	color: #fff1fe;
	a {
		color:#fff1fe;
	}
}


.table-dark {
	background-color: #1f1f1f;
	color: rgb(219, 219, 219);
	a {
		color:#cfcfcf;
	}
}



.table th {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.table tr {
	/* border-top: 1px solid #dee2e6; */
	font-size: 1.05rem;
}


.table td {
    padding: 0.5rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
	font-size: 1.05rem;
}

.table td:hover {
	cursor: pointer;
}
	
.table a:hover {
	text-decoration: nounderline;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;	
  margin-right: 0px;	
}

.btn {
  margin-top:    5px;
  margin-bottom: 5px;
  margin-left:   1px;
  margin-right:  1px;
   
  border:        0px;
  border-radius: 6px;

  padding-top:    8px;
  padding-bottom: 8px;
  padding-left:   30px;
  padding-right:  30px;

  position: relative;

}

	#pool-coins td.coin {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: middle;
		font-size: 1rem;
	}
	
	#pool-coins img.coinimg {
		width: 32px;
		height: 32px;
		vertical-align: middle;
		margin-left: .7rem;
		margin-right: .7rem;
		display: inline-block;
	}
	

	
	#miner-workers tr.miner-workers {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#miner-workers td {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#miners tr.miners {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#miners td {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#blocks tr.blocks {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#blocks td {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#payments tr.payments {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#payments td {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#pool-config tr.pool-config {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#pool-config td {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#miner-config tr.miner-config {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#miner-config td {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	

/*!***************************************************************
  FOOTER - Index & Pool footer
****************************************************************/
.main-footer {
	position:absolute;
	width:100%;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
  
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 80px;
	align-items: center;
	display: grid;
	bottom: 0;
}

.light-footer {
	/* background: url('../img/waves-footer2.svg'); */
	background-repeat: no-repeat;
	background: #131317;
	background-size: cover;
	background-position: center;
}


.dark-footer {
	/* background: url('../img/waves-footer.svg'); */
	background-repeat: no-repeat;
	background: #1f1f1f;
	background-size: cover;
	background-position: center;
}

.inside-footer {
	width: 40%;
	margin: 0px auto;
	display: inline-flex;
	place-content: center;
	text-align: center;
	gap: 10px;
	align-items: center;
	img {
		height: 50px;
	width: 50px;
	}
	span {
		color: #ebebeb;
	}

	.kaspa-message {
	color: #efefef;
	/* text-shadow: 0px 0px 2px #00ee60; */
	text-align: center;
	font-weight: 700;
	}
}

.welcome-text {
	color: #f4f6fa;
	background-color: #131113;
	opacity: 0.9;
	height: 100px;
	width: 50%;
	margin: 0px auto;
	border-radius: 25px;
}

.welcome-light {
	background-color: #131113;
	margin: 0px auto;
	margin-bottom: 20px;
}

.welcome-dark {
	background-color: #0e301b;
	margin: 0px auto;
	margin-bottom: 20px;
}

.float-text {
	/* position: absolute; */
	top: 0;
	color: whitesmoke;
	width: 100%;
	margin: 0px auto;
	font-size: 13px;
	padding: 10px;
}

.main-footer a {
  color: #fff;
}

.main-index-footer {
  position:absolute;
  width:100%;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;

  
  bottom:0; /* stick to bottom */
  border-top: 1px solid #e7e7e7;
  background-color: rgb(130, 130, 130);
  color: #fff;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  
  z-index: 10;
}

.main-index-footer a {
  color: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


/*!***************************************************************
                 CARD - card & info box 
****************************************************************/
.info-box {
 display: grid;
 align-items: center;
 justify-content: center;
 padding: 15px;
 /* place-content: center; */
 height: 240px;
 background: #1f1f1f;
 color: white;
 width: 90%;
 margin: 0px auto;
 /* border-radius: 50%; */
 box-shadow:0 1px 1px rgba(0,0,0,0.1);
 border-radius: 25px;
 margin-bottom:15px;
}
.info-box-icon {
 border-top-left-radius:2px;
 border-top-right-radius:0;
 border-bottom-right-radius:0;
 border-bottom-left-radius:2px;
 display: grid;
 align-items: center;
 float:left;
 height:90px;
 /* width:90px; */
 text-align:center;
 font-size:45px;
 line-height:90px;
 /* background:rgba(0,0,0,0.2); */
}
.info-box-icon>img {
 max-width:100%
}
.info-box-content {
 /* padding:5px 10px; */
 /* margin-left:90px; */
 width: 100%;
 text-align: left;
}
.info-box-number {
 display:block;
 font-weight:bold;
 font-size:18px
}
.info-box-text {
 display:block;
 font-size:14px;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis
}
.info-box-text {
 text-transform:uppercase
}

.card {
  border: 0;
  margin-top: 20px;
  margin-bottom: 50px;
  border-radius: 6px;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  word-wrap: normal;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  scrollbar-color: #333 #000;
}

.card-dark {
	color: #dbdbdb;
	background: #1f1f1f;
}

.card-light {
	color: #fff1fe;
	background: #3b3b3b;
}

div.card-table {
  height: calc(100% - 40px);
}

div.card-chart {
  height: calc(100% - 40px);
}

.card  .card-chart {
	height: 220px;
}

.card [class*="card-header"] .ct-chart .ct-grid {
  stroke: rgba(255, 255, 255, 0.2);
}

.card [class*="card-header"] .ct-chart .ct-label {
  color: rgba(255, 255, 255, 0.7);
}

.card [class*="card-header"] .ct-chart .ct-series-a .ct-point,
.card [class*="card-header"] .ct-chart .ct-series-a .ct-line,
.card [class*="card-header"] .ct-chart .ct-series-a .ct-bar,
.card [class*="card-header"] .ct-chart .ct-series-a .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.8);
}

.card-header {
  /* margin-top:  -20px; */
  /* margin-bottom: 0px; */
  /* margin-left:  15px; */
  /* margin-right: 15px; */
  border-radius: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.card-title {
  margin-top:  0px;
  margin-bottom: 3px;
  
}

.card-category {
  margin-top:  0px;
  margin-bottom: 0px;
  margin-left:  0px;
  margin-right: 0px;
   
  border-radius: 0px;

  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  
}


.epic-row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.card-body {
  margin-top:  0px;
  margin-bottom: 0px;
  margin-left:  0px;
  margin-right: 0px;
  border-bottom: 1px;
  border-radius: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  background: #000;
}

.card-body .table {
  margin-bottom: 0px;
}

.card-footer {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  
  font-size: 12px;
  
}

.card-input {
  margin-top:  20px;
  margin-bottom:  20px;
  font-size: 16px;
}

.card-shadow {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(84, 82, 85, 0.4);
}

.card .card-header {
  z-index: 3 !important;
}


.card[class*="card-header bg-"] {
  color: #fff;

}

.card .card-header {
  border-bottom: none;
  background: #000;
}

.card-btn {
  margin-top:  10px;
  margin-bottom: 5px;
  margin-left:  5px;
  margin-right: 5px;
  border-radius: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}

.coin-light a {
	color: #131317;
}

.coin-dark a {
	color: #d7d7d7;
}


/*!************************************************************************************************************
  ##Device = Tablets, Ipads (portrait) and desktops
  ##Screen = B/w 768px 
**************************************************************************************************************/
@media screen and (min-width: 768px) {
/*!***************************************************************
  INDEX - Pool Coins Table 
****************************************************************/

	#pool-coins tr {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}

	#pool-coins td:hover {
		cursor: pointer;
	}
	
	#pool-coins td {
		font-size: 1.05rem;
	}
	
	#pool-coins td.coin {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: middle;
		font-size: 1.1rem;
	}
	
	#pool-coins img.coinimg {
		width: 32px;
		height: 32px;
		vertical-align: middle;
		margin-left: .7rem;
		margin-right: .7rem;
		display: inline-block;
	}
	
	#pool-coins a:hover {
		text-decoration: nounderline;
	}
	
	#miner-workers tr.miner-workers {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#miner-workers td {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#miners tr.miners {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#miners td {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#blocks tr.blocks {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#blocks td {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#payments tr.payments {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#payments td {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#pool-config tr.pool-config {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#pool-config td {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#miner-config tr.miner-config {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	#miner-config td {
		border-top: 1px solid #dee2e6;
		font-size: 1.05rem;
	}
	
	.sidebar-collapse .main-header .logo {
		transition: transform .3s ease-in-out,margin .3s ease-in-out;
		width: 0px;
		padding: 0px;
	}
	
	.main-header,
	.content-wrapper,
	.main-footer {
		-webkit-transition:-webkit-transform .3s ease-in-out,margin .3s ease-in-out;
		-moz-transition:-moz-transform .3s ease-in-out,margin .3s ease-in-out;
		-o-transition:-o-transform .3s ease-in-out,margin .3s ease-in-out;
		transition:transform .3s ease-in-out,margin .3s ease-in-out;
		z-index:820
	}

	.content-wrapper {
		min-height:100%;
		z-index:800
	}

	.sidebar-collapse .main-sidebar {
		-webkit-transform:translate(-230px, 0);
		-ms-transform:translate(-230px, 0);
		-o-transform:translate(-230px, 0);
		transform:translate(-230px, 0)
	}
 
	.content-header {
		display: none;
	}
}

@media (max-width: 768px){
	.sidebar-menu {
		overflow-x: scroll;
		width: 90%;
		margin: 0px auto;
	}

	.epic-row {
		display: flex;
		flex-direction: column;
	}

	.navbar {
//		height: 230px;
		align-items: center;
		place-content: center;
		gap: 25px;
	}

	.float-text {
		font-size: 10px;
		padding: 10px;
		margin: 0px;
	}
}
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px 
*/
@media (min-width: 768px) and (orientation: landscape) {
  
}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
	.col-hide {display:none; }
	.card-btn.col-hide {display:none; }
	.algo {display:none; }
	.net-hash {display:none; }
	.net-diff {display:none; }
	.content-header {
		display: block;
	}
	
	.content-wrapper {
		min-height:100%;
		z-index:800
	}
	
	.main-header .navbar,
	.main-header,
	.navbar,
	.content-wrapper,
	.main-footer {
		margin-left:0
	}
	
	.sidebar-open .main-header,
	.sidebar-open .content-wrapper,
	.sidebar-open .main-footer {
		-webkit-transform:translate(230px, 0);
		-ms-transform:translate(230px, 0);
		-o-transform:translate(230px, 0);
		transform:translate(230px, 0)
	}
	
	.sidebar-open .main-sidebar {
		-webkit-transform:translate(0, 0);
		-ms-transform:translate(0, 0);
		-o-transform:translate(0, 0);
		transform:translate(0, 0)
	}
	
	.main-sidebar {
		-webkit-transform:translate(-230px, 0);
		-ms-transform:translate(-230px, 0);
		-o-transform:translate(-230px, 0);
		transform:translate(-230px, 0)
	}
	
	.table th {
		padding: 0.75rem;
		vertical-align: middle;
		border-top: 1px solid #dee2e6;
	}

	.table tr {
		border-top: 1px solid #dee2e6;
		font-size: 0.75rem;
	}

	.table td {
		padding: 0.3rem;
		vertical-align: middle;
		border-top: 1px solid #dee2e6;
		font-size: 0.75rem;
	}

	
}


.icon-kaspa {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: center;
    div {
        text-align: center;
    span {
  font-family: "Mario";
    font-size: 18px;
}

.blue {
    color: #3b82f6;
}

.red {
    color: #ef4444;
}

.yellow {
    color: #f59e0b;
}

.green {
    color: #10b981;
}
    }
}
/* 
  ##Device = Smartphones Mobiles (Portrait)
  ##Screen = B/w  479px
*/
@media (max-width: 480px) {
	.content-header {
		display: block;
	}

	.inside-nav {
		flex-direction: column;
		 gap: 5px;
	}

	.icon-kaspa {
		width: 100%;
	}

	.content {
		width: 100%;
	}

	.inside-footer {
		width: 100%;
	}

	.mining-wallet {
		display: grid;
	}
	
	.card-btn {
		display: block;
	}

	.welcome-text {
		height: 130px;
	}

	.mining-address {
		display: grid;
	}
	
	.content-wrapper {
		min-height:100%;
		z-index:800
	}

	.welcome-text {
		width: 90%;
	}
	
	.table td {
		padding: 0.2rem;
		vertical-align: middle;
		border-top: 1px solid #dee2e6;
		font-size: 0.9rem;
	}
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		/* display: block; */
	}

	.pool-coin-table tr td {
		display: block;
	}

	.kaspa-message {
	font-size: 12px;
	}
	
	span {
		font-size: 12px;
	}
	
	button {
		font-size: 12px;
	}
	
	input::placeholder {
		font-size: 12px;
	}
	
	a {
		font-size: 12px;
	}
	
		
	
	/* Hide table headers (but not display: none;, for accessibility) */
	#pool-coins thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	#pool-coins tr {/* border: 1px solid #ccc; */}
	
	#pool-coins td { 
		/* Behave  like a "row" */
		border: none;
		position: relative;
		padding-left: 50%;
		vertical-align: middle;
	}
	
	#pool-coins td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		left: 10px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		vertical-align: middle;
	}
	
	#pool-coins img.coinimg {
		width: 25px;
		height: 25px;
		vertical-align: middle;
		margin-left: .2rem;
		margin-right: .2rem;
		display: inline-block;
	}
	
	/*
	Label the data
	*/
	#pool-coins td:nth-of-type(1):before { content: "Coin"; }
	#pool-coins td:nth-of-type(2):before { content: "Type"; }
	#pool-coins td:nth-of-type(3):before { content: "Algorithm"; }
	#pool-coins td:nth-of-type(4):before { content: "Miners"; }
	#pool-coins td:nth-of-type(5):before { content: "Pool Hashrate"; }
	#pool-coins td:nth-of-type(6):before { content: "Fee"; }
	#pool-coins td:nth-of-type(7):before { content: "Network Hashrate"; }
	#pool-coins td:nth-of-type(8):before { content: "Network Difficulty"; }
	#pool-coins td:nth-of-type(9):before { content: "Connect"; }
 
	.sidebar-open .main-sidebar {
		-webkit-transform:translate(0, 0);
		-ms-transform:translate(0, 0);
		-o-transform:translate(0, 0);
		transform:translate(0, 0)
	}
	
	.main-sidebar {
		-webkit-transform:translate(-230px, 0);
		-ms-transform:translate(-230px, 0);
		-o-transform:translate(-230px, 0);
		transform:translate(-230px, 0)
	}
}


@font-face {
  font-family: 'Mario';
  src: url('../fonts/SuperMario256.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}


.languageselect {
	position: relative;
	z-index: 1000;
	max-height: 30px;
 }


 .languageselect img {
	height: 30px;
	width: 30px;
 }

 .languageselect div.flag:not(.selected) {
	 display: none;
 }

 .languageselect div.flag.selected {
	 display: block;
 }

 .languageselect:hover div.flag {
	display:block;
	overflow-y: scroll;
 }


 ::-webkit-scrollbar {
	width: 2px;
	height: 2px;
  }
  ::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
  }
  ::-webkit-scrollbar-thumb {
	background: #e1e1e1;
	border: 0px none #ffffff;
	border-radius: 50px;
  }
  ::-webkit-scrollbar-thumb:hover {
	background: #ffffff;
  }
  ::-webkit-scrollbar-thumb:active {
	background: #000000;
  }
  ::-webkit-scrollbar-track {
	background: #666666;
	border: 0px none #ffffff;
	border-radius: 50px;
  }
  ::-webkit-scrollbar-track:hover {
	background: #666666;
  }
  ::-webkit-scrollbar-track:active {
	background: #333333;
  }
  ::-webkit-scrollbar-corner {
	background: transparent;
  }

.lastWalletPayment{
	display: grid;
	gap: 5px;
	color: white;
	text-decoration: none;
	font-size: 15px;
	margin-top: 20px;
	& a {
		color: white;
	}
}

.card {
    max-height: 600px; /* Establece la altura máxima de la tabla */
    overflow-y: auto; /* Agrega una barra de desplazamiento vertical cuando la tabla exceda la altura máxima */
}