/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 08 2026 | 15:09:21 */
nav img {
  max-width: 30px !important;
}
canvas {
	height: 600px;
	width: 100%;
}

 #graph {
  width: 100%;
  height: 600px;
}
.graph {
  min-height: 250px;
}
@media only screen and (min-width: 768px) {

.graph {
/*   min-height: 550px; */
}
}
.graph-switch {
	width: 100%;
}
.graph-switch .elementor-button  {
	background: #73cddd !important;
	width: 100% !important;
	cursor: pointer;
}
.graph-switch .elementor-button .elementor-button-text {
  color: white !important;
}
.graph-switch.active .elementor-button  {
	background: #002B3F !important;
}

.graph-switch.active .elementor-button .elementor-button-text  {
	color: white !important;
}
.pair-switch {
  	cursor: pointer;
}

.chart-container {
/* 	height: 500px; */
}


.chart-container.compact {
/* 	height: 480px; */
}
.current {
	margin: 0 auto;
	position: relative;
  	max-width: 350px;
  	font-weight: bold;
  	color: #002B3F !important;
  	text-align: center; 
}

.current-price {
    font-size: 18px !important;
  	font-weight: bold !important;  
}

.currency-list .elementor-icon-box-content {
 	color: white;
}

.bis-currency-carousel .price-fall, .price-change .red {
  color: red;
}
.bis-currency-carousel .price-rise, .price-change .green {
  color: green;
}
.bis-currency-carousel .trend {display: none;}
.live-data {
  border-radius: 5px;
  margin: 0 10px;
  padding: 10px;
  background: white;	
}

.current-price + a {
  color: white;
}

.currency-timespan {
 
  padding: 0 !important;
  box-sizing: border-box;
}
.currency-list .elementor-icon-box-description {
  display: none;
}
.currency-list {

}

.elementor-icon-box-title {
  color: #73cddd;
  font-size: 20px;
}
  .mobile-space {
    display: block;
  }
@media only screen and (max-width: 768px) {
   #graph {
    width: 100%;
    height: 200px;
  }
  .chart-container {
	height: 200px;
}
  
  .elementor-icon-box-title img {
    width: 50%;
    height: auto;
  }
  
  .currency-list img {
    max-width: 30% !important;
  }
  .currency-list .elementor-column {
    width: 100%;
  }
  .currency-list .elementor-column a {
    font-size: 16px !important;
  }
  .currency-timespan .elementor-col-25 {
    width:25% !important;
  }

  .currency-timespan .elementor-col-25 .elementor-element-populated {
    padding: 0 !important;
    box-sizing: border-box;
  }
}


.graph * {
  font-size: 20px;
  font-family: Open Sans;
  font-weight: bold !important;
}
.eael-accordion-list img {
    margin: 0 20px 0 0 !important;
}

.td-content:hover, .eael-data-table tbody > tr td:hover {
  cursor: default !important;
  color: black !important;
}

/* high contrast */
.currency-list.high-contrast {
  background-color: #D8ECF2 !important;
}

.currency-list.high-contrast .pair-switch *  {
  background-color: #D8ECF2 !important;
  color: black !important;
  text-decoration: none !important;
}
.currency-list.high-contrast h3 {
  margin: 0 !important;
}

}
.currency-list.high-contrast .currency-price {
  margin: 0  0 20px 0 !important;
}
.currency-list.high-contrast .currency-button {
  border: 1px solid black !important;
  padding: 5px;
  border-radius: 5px;
}

/*.currency-list.high-contrast .pair-switch a:not(span a, .current-price a) { */
.currency-list.high-contrast a.price-btn {
  border: 1px solid grey;
  padding: 5px;
  border-radius: 5px;
  display: block;
  margin: 20px 20% 0 20%;
}

.high-contrast .graph-switch .elementor-button .elementor-button-text {
  color: black !important;
  border-radius: 5px !important;
}
.high-contrast .graph-switch.active .elementor-button .elementor-button-text {
  color: white !important;
  text-decoration: none !important;
}

.high-contrast .graph-switch .elementor-button {
  background: none !important;
}

.high-contrast .graph-switch.active .elementor-button {
  background: black !important;
  text-decoration: none !important;
}

.time-graph div {
  padding: 0 !important;
}
.time-graph {
  width: 80%;
  margin: 0 auto 50px auto;
}

.time-graph .active * {
    text-decoration: none !important;
}
@media only screen and (min-width: 960px) {
  .high-contrast > div > div > div:not(:last-of-type) > div > div > .graph-switch:not(.active):after  {
      position: absolute;
      top: 0;
      color: grey;
      right: -5px;
      content: "|";
  }
}

.coingrid {
}
.coingrid .coin {
	width: 33.33%;
	vertical-align: top;
	display: inline-block;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.coingrid .coin .pad img {
	vertical-align: top;
	margin: 0 10px 0 0 !important;
}

.coingrid .coin .pad button {
	background: transparent;
	color: black;
	border: 1px solid black;
	border-radius: 5px;
}
.coingrid .coin .pad {
	background: white;
	height: 100%;
	min-height: 550px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	text-align: left !important;
}

.coingrid .coin .pad hr {
	background: #ccc;
	margin: 10px 0 30px 0;
}
.coingrid .coin .pad h3 {
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0.7 !important;
	text-transform: uppercase;
}
.coingrid .coin .pad h3 small {
	font-size: 12px;
	color: #ccc;
	text-align: left !important;
	display: block;
	line-height: 1.8 !important;
}

.coingrid .coin .stick-bottom {
	position: absolute;
	bottom: 20px;
}

.coingrid .coin .stick-pad {
	height: 50px;
	width: 100%;
	display: block;
}
.currency-list.high-contrast .pair-switch li {
	padding-bottom: 10px;
}


.crypto-main-title {
	background: #444;
}

.crypto-main-title h3 {
	display: inline-block;
	color: white !important;
	line-height: 1 !important;
	vertical-align: sub;
}
.crypto-main-description {
	padding: 10px;
}
.crypto-main-title img {
	display: inline-block;
	line-height: 1;
	padding: 10px;
	vertical-align: middle;
}


@media only screen and (max-width: 960px) {
	.coingrid .coin {
		width: 100%;
	}
	.coingrid .coin .pad {
		min-height: inherit;
	}
	
}


.stocks-data {
	vertical-align: top;
    display: inline-block;
    width: 20%;
	padding: 10px 0 10px 10px;
}
.stocks-data span {

}
.stocks-data b {
}
	


.price-calculator input {
	display: inline-block;
    padding: 6px;
    height: 35px;
    background: white;
	border: none;
	border-radius: 0 5px 5px 0;
}

.price-calculator label {
	display: inline-block;
    padding: 6px;
    height: 35px;
	min-width: 45px;
    background: #E6007E;
	border: none;
	color: white;
	border-radius: 5px 0 0 5px;
}


.price-calculator i {
	font-size: 20px;
	padding: 0 10px;
}

@media only screen and (max-width: 600px) {
	.price-calculator i {
		display: block;
  }
}

.stable-yes {display: none !important;}