@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100&display=swap');



body
{
	font: normal 10pt Arial,Helvetica,sans-serif;
	background-color: white;
	color: #444;
	text-align: left;
	margin: 0;
	padding: 0;
}

a, a:visited
{
	color: #306495;
	background: inherit;
	text-decoration: none;
}

a:hover
{
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

img
{
	border: 0;
	padding: 0;
}

h2
{
	font-size: 1.4em;
}

hr
{
	display: block; 
	height: 1px;
    border: 0; 
    border-top: 1px solid #e5e5e5;
}
    

/* ---------------------------------------------- */

.page .headermenu
{
	position: fixed;
	right: 10px;
	top: 0px;
	color: #ccc;
	z-index: 10;
	font-size: 1.0em;
}

.page .headermenu img
{
	border-radius: 5px;
	padding: 2px 0 0 0; 
	height: 26px;
}

.page .headermenu a
{
	color: #ccc;
	text-decoration: none;
}

/* ---------------------------------------------- */

.page .tabmenu-out
{
	position: fixed;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 8;
	height: 40px;
	color: #aaa;

	background-image: url(/images/base/top_header.png);
	background-repeat: repeat-x;
	
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .25);
}

.page .tabmenu-inner
{
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px;
}

.page .tabmenu-inner a
{
	text-decoration: none;
	padding: 10px;
	color: #aaa;
}

.page .tabmenu-inner .selected
{
	color: #eee;
	border: 1px solid #181818;
	background-image: url(/images/base/top_header_selected.png);
	background-repeat: repeat-x;
}

/* ---------------------------------------------- */

.page .main
{
	padding: 10px 10px;
	border: 0;
	margin: 0;
	font-size: 1.2em;
}

.page .content-out
{
	padding: 10px 0px 0px 0px;
}

.page .content-inner
{
	padding: 1px;
}

/* ---------------------------------------------- */

.page .footer
{
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-color: #ccc;
	color: #333;
}

.page .footer p
{
	padding: 0px;
	margin: 0px;
}

/* ---------------------------------------------- */

.main-left-box
{
	border: 1px solid #e8e8e8;
	border-radius: 5px;
}

.main-left-title
{
	padding: 8px;
	background-color: #223C61;
	color: white;
	font-weight: bold;
}

.main-left-inner
{
	padding: 5px;
}

.main-left-inner ul
{
	padding: 0px;
	margin: 5px 0 0 0;
}

.main-left-inner li
{
	padding: 5px;
	list-style: none;
	font-size: 1.0em;
}

.main-text-input
{
	width: 98%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
}

.main-submit-button
{
	width: 80px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
}

/* ---------------------------------------------- */

.red
{
	color: red;
}

.green
{
	color: green;
}

.blue
{
	color: blue;
}


.social-icons {
  text-align: center;
  }  
.social-icons li {
  display:inline-block;
  list-style-type:none;
  }
.social-icons li a {
  border-bottom: none;
  }
.social-icons li img {
  width:70px;
  height:70px;
  margin-right: 20px;
}

::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(128, 0, 255, 0.893); 
    -webkit-box-shadow: inset 0 0 3px rgba(89, 59, 255, 0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: linear-gradient(30deg, #464de4, #814eff)
}

.navbar.horizontal-layout .navbar-brand-wrapper .navbar-brand img {
	height: 60px;
	margin: auto;
	vertical-align: middle;
  }

  .navbar.horizontal-layout .navbar-brand-wrapper .brand-logo-mini img {
	width: auto;
	height: 45px;
	width: 227px;
	margin-left: 0;
  }

  
#pool_mining_current_results .coinsData {
	display: none;
  }
  .coinsData {
	align-content: flex-start;
  }
  
  /*#pool_current_results {
	min-height: 800px;
  }*/
  
  
  .scroll {
	width: 200px;
	height: 400px;
	background: red;
	overflow: scroll;
  }
  .scroll::-webkit-scrollbar {
	 width: 12px;
  }
  
  .scroll::-webkit-scrollbar-track {
	 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	 border-radius: 10px;
  }
  
  .scroll::-webkit-scrollbar-thumb {
	 border-radius: 10px;
	 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
  }
  
  
  .apexcharts-legend-text{
	color: var(--color)!important;
  }
  
  tspan {
	color: var(--color)!important;
  }
  
  .apexcharts-tooltip {
	background: var(--btncolor)!important;
	color: #fff!important;
  }
  
  .apexcharts-tooltip-title {
	background: var(--btncolor)!important;
	color: var(--color)!important;
  }
  
  .algoButtons {
	display: flex;
	flex-wrap: wrap; /* Permite que los elementos pasen al siguiente renglón */
	justify-content: space-around; /* Distribución equitativa */
	align-items: center; /* Alineación vertical */
  }
  
  .algoButtons button {
	flex: 1; /* Permite que los botones crezcan para llenar el espacio */
	min-width: 160px; /* Ancho mínimo para cada botón */
	max-width: 200px;
	margin: 1px; /* Espacio entre botones */
	text-align: center; /* Alineación del texto dentro del botón */
	height: 40px;
	text-transform: uppercase;
  }
  
  .walletinput {
	width: 200px!important; /* Ancho inicial */
	transition: width 0.4s ease-in-out!important; /* Transición suave */
	/* Añade más estilos según necesites */
  }
  
  @media (min-width: 1000px) {
	.walletinput:focus {
	  width: 400px!important; /* Ancho después de hacer clic */
	  /* Añade más estilos según necesites */
	}
  }
  
  
  .btnaddresses {
	height: 38.5px;
	margin-left: -2px;
	z-index: 999;
	border-radius: 0 5px 5px 0;
	margin-top: -0.5px;
  }
  
  
  .dropdown-item {
	display: flex;
	align-items: center;
  }
  
  .item-image, .item-favicon {
	width: 20px; /* Ajusta el tamaño según sea necesario */
	height: 20px; /* Ajusta el tamaño según sea necesario */
	margin-right: 8px; /* Espacio entre la imagen y el texto */
  }
  
  .item-text, .item-text2 {
	margin-right: 8px; /* Espacio entre los textos y entre el texto y el favicon */
  }
  h1 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 100; /* Extra Light */	
	font-optical-sizing: auto;
	font-style: normal;
	color: var(--textmenu)

  }
  h2 {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight:400;
	font-style: normal;
  }

  h1,h2,h3,h4,h5,h6 {
	margin-top: 8px;
  }

  h1, .h1 {
	font-size: 2.4rem;
  }
  
  h2, .h2 {
	font-size: 1.5rem;
  }
  
  h3, .h3 {
	font-size: 1.25rem;
  }
  
  h4, .h4 {
	font-size: 1rem;
  }
  
  h5, .h5 {
	font-size: 0.75rem;
  }
  
  h6, .h6 {
	font-size: 0.7rem;
  }


@media (min-width: 768px) {
	.img-coinname {
		width: 60px;
		height: 60px;
	}
}


@media (max-width: 767.98px) {
	h1,h2,h3,h4,h5,h6 {
		margin-top: 0px;
	  }
	h1, .h1 {
		font-size: 0.7rem;
	  }
	  
	  h2, .h2 {
		font-size: 0.9rem;
		font-weight: 600;
	  }
	  
	  h3, .h3 {
		font-size: 0.8rem;
	  }
	  
	  h4, .h4 {
		font-size: 1rem;
	  }
	  
	  h5, .h5 {
		font-size: 0.75rem;
	  }
	  
	  h6, .h6 {
		font-size: 0.7rem;
	  }

	  .table td, .jsgrid .jsgrid-table td {
		font-size: 0.75rem!important;
	  }

	  .btn {
		padding:0.4rem!important;
	  }
	  .table td img, .jsgrid .jsgrid-table td img {
		width: 30px;
		height: 30px;
		border-radius: 100%;
	  }
	  .img-coinname {
		width: 30px;
		height: 30px;
	}

  }

  .highlight {
	color: #D1B000;
	font-weight: bold;
}
 #toggleDarkMode { 
	margin-left: 3px;
 }

 .coinName {
	display: flex;
	flex-direction: column; /* Alinea los elementos en una columna */
	justify-content: center; /* Centra los elementos verticalmente */
	align-items: flex-start; 
 }

.algoButtons button h4 {
	margin-top: 0px;
	font-weight: bold;
}

.blocksData {
	display: flex;        /* Activa Flexbox */
	flex-wrap: wrap;      /* Permite que los ítems se envuelvan en la siguiente línea si no caben */
	flex-direction: column;
	align-items: flex-start; /* Alinea los ítems en la parte superior del contenedor */
	justify-content: flex-start; /* Alinea los ítems al inicio del contenedor horizontalmente */
	
}

#pool_current_blocks {
	display: flex;        /* Activa Flexbox */
	flex-wrap: wrap;      /* Permite que los ítems se envuelvan en la siguiente línea si no caben */
	align-items: stretch;  /* Esto hará que todos los elementos flex tengan la misma altura */
	align-items: flex-start; /* Alinea los ítems en la parte superior del contenedor */
	justify-content: flex-start; /* Alinea los ítems al inicio del contenedor horizontalmente */
}

.blockFound {
	width: 50px;       /* Ancho del cuadrado */
	height: 50px;      /* Alto del cuadrado */
	border: 4px solid #333;    /* Borde del cuadrado */
	margin: 1px;   
	flex: 1 1 auto;  /* Crecer, encogerse y tener una base automática */
    color: white;  /* Color del texto */
    display: flex;  /* Habilita Flexbox para centrar contenido dentro del cuadrado */
    justify-content: center;  /* Centrar horizontalmente */
    align-items: center;  /* Centrar verticalmente */
	border-radius: 8px;
	position: relative;

}
.blockFound img {
	width: 40px;  /* Ajusta al tamaño deseado, manteniendo la imagen dentro del cuadrado */
	height: 40px; /* Asegura que la imagen no sobrepase las dimensiones del cuadrado */
}

.bg-inmature {
	background-color: rgb(233, 202, 0);
}

/* Ocultar el div flotante por defecto */
.floating-div {
    position: absolute;
	z-index: 9999;
    width: 430px; 
    display: none; 
    top: 20px; 
    left: 0px;
}

/* Mostrar el div flotante al hacer hover sobre el div contenedor */
.hover-div:hover .floating-div {
    display: block;
}

.hoverDiv {

}
.floatingDiv {
    position: absolute;
	z-index: 9999;
    width: 430px; 
    display: none; 
    top: 20px; 
    left: 20px;
}
.floatingDivBlock {
    position: absolute;
	z-index: 9999;
    width: 430px; 
    display: none; 
    top: 20px; 
    left: 20px;
}

.coin-holding {
    padding: 1px 1px;
    align-items: center;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
	background-color: var(--cardbackground);
	border: 1px solid var(--cardborder);
	height: 60px;
}

.indexChart {
    background-color: rgba(0, 0, 0, 0.1); /* Fondo opcional */
    border-radius: 5px; /* Bordes redondeados */
    padding: 5px; /* Espaciado interno */
    height: 50px; /* Altura del gráfico */
    display: flex;
    align-items: center;
    justify-content: center;
}

.coin-font {
    font-family: 'Oswald', sans-serif;
    font-weight: 600; /* O puedes ajustar el peso a 400, 500, 700 según lo que prefieras */
}