/* BEGIN STYLESHEET */
/* Direct stylesheet authoring is an advanced feature. Knowledge of CSS required.*/

:root {
	--rune-primary: #EEFC54;
}

.psc-Card, .psc-PlantInfo, .psc-EnergyStats {
	/* Base Items */
	background-color: #083344;
	box-shadow: 5px 5px 0px 0px black;

	/* Specific to screen sizes */
	font-size: 1.8vmin;
}

.psc-CardTitle{
	font-size: 2.1vmin;
}

.psc-EnergyValue{
	font-size: 3.0vmin;
	color: var(--rune-primary);
	font-weight: bold;
}

.psc-FilterInput{
	font-size: 2.0vmin;
}

.psc-FilterDropdown{
	font-size: 2.1vmin;
}

.psc-SiteDetails{
	/* Specific to screen sizes */
	font-size: 1.6vmin;
}

.psc-SiteDetailsTitle{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 850px) {
	.psc-PlantInfo, .psc-EnergyStats{
		font-size: 3.0vmin;
	}
	
	.psc-CardTitle{
		font-size: 4.0vmin;
	}
	
	.psc-EnergyValue{
		font-size: 6.5vmin;
	}

	.psc-FilterInput{
		font-size: 5.0vmin;
	}

	.psc-FilterDropdown{
		font-size: 4.0vmin;
	}

	.psc-SiteDetails{
		/* Specific to screen sizes */
		font-size: 2.1vmin;
	}
}

@media screen and (min-width: 851px) and (max-width: 1250px) {
	.psc-SiteDetails{
		/* Specific to screen sizes */
		font-size: 1.4vmin;
	}
}

/* BEGIN STYLE CLASSES */
.psc-Header\/DropDown {
  background-color: var(--neutral-20);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: var(--neutral-100);
  margin-bottom: 10px;
  margin-top: 10px;
}

.psc-Header\/Header {
  background-color: #003E69;
  color: #E7F5FF;
  font-size: 14px;
  line-height: 17px;
  fill: #FFFFFF;
}

.psc-Header\/Icon {
  color: #FFFFFF;
  cursor: pointer;
  fill: #FFFFFF;
}

.psc-Menu\/All_Header {
  background-color: var(--neutral-80);
  color: var(--neutral-10);
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  text-transform: none;
}

.psc-Menu\/Item {
  background-color: var(--neutral-20);
  border-bottom-style: none;
  border-top-color: var(--neutral-60);
  border-top-style: solid;
  border-top-width: 1px;
  color: var(--neutral-80);
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}
.psc-Menu\/Item:last-child {
  border-bottom-color: var(--neutral-60);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.psc-Menu\/Item:hover {
  background-color: var(--callToActionHighlight);
}

.psc-Menu\/Menu {
  background-color: var(--neutral-30);
}

.psc-Page\/Alarm\/Alarm {
  border-bottom-style: none;
  border-left-color: var(--neutral-40);
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: var(--neutral-40);
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: none;
}

.psc-Page\/Alarm\/Page {
  background-color: var(--neutral-20);
}

.psc-Page\/Animations\/marquee {
  background-image: } @keyframes marquee {from { transform: translateX(100%); } to {transform: translateX(-100%); } } {;
  margin-left: 15px;
}

.psc-Page\/Animations\/rotation {
  background-image: } @keyframes rotation { from { transform: rotate(-45deg); } to { transform: rotate(0deg); } };
}

.psc-Page\/Bold {
  font-weight: bold;
}

.psc-Page\/Button {
  background-color: #EEFC54;
  color: #000000;
  font-size: 18px;
  font-weight: bolder;
}
.psc-Page\/Button:hover {
  background-color: #FFFFFF;
}

.psc-Page\/GPUCard\/Main {
  background-color: #171726;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #FFFFFF;
}

.psc-Page\/Inverters\/InverterFault {
  background-color: #FFFFFF;
}

.psc-Page\/Inverters\/Offline {
  background-color: #960019;
}

.psc-Page\/Inverters\/Online {
  background-color: #9ACD32;
}

.psc-Page\/Margins {
  margin-left: 12px;
  margin-right: 12px;
}

.psc-Page\/MinerCard\/Inner {
  background-color: #27272A;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 8px;
  padding: 5px;
  text-align: center;
}

.psc-Page\/MinerCard\/Main {
  background-color: #18181B;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #FFFFFF;
}

.psc-Page\/Modes\/Auto {
  color: #54B48D;
}

.psc-Page\/Modes\/Manual {
  color: #CEDF85;
}

.psc-Page\/Modes\/Stop {
  color: #D42E5C;
}

.psc-Page\/Page {
  border-left-color: var(--neutral-60);
  border-left-style: solid;
  border-left-width: 1px;
  font-size: 14px;
  line-height: 20px;
}

.psc-Page\/SiteOverview\/Card {
  background-color: #083344;
}

.psc-Page\/SiteOverview\/Title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.psc-Page\/Text {
  font-size: 14px;
  line-height: 20px;
}

.psc-Page\/Unit {
  color: #6B7280;
}

.psc-Page\/Zier\/Headers {
  color: #EEFC54;
  font-weight: bold;
}

.psc-Page\/Zier\/Table_Row_Hover {
  background-color: #041E2E;
}
@media (hover: 1800px) {
  .psc-Page\/Zier\/Table_Row_Hover {
    background-color: white;
  }
}

.psc-Title\/Icon {
  fill: var(--neutral-90);
}

.psc-Title\/Text {
  color: var(--neutral-90);
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin-left: 6px;
  fill: var(--neutral-90);
}

.psc-Title\/Title {
  background-color: var(--neutral-30);
  border-bottom-color: var(--neutral-60);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-color: var(--neutral-60);
  border-top-style: solid;
  border-top-width: 1px;
}

@keyframes psc-Header\/Alarm_Active-anim {
  0% {
    color: #E7F5FF;
    fill: #E7F5FF;
  }
  100% {
    color: #FF2E2E;
    fill: #FF2E2E;
  }
}
.psc-Header\/Alarm_Active {
  animation-name: psc-Header\/Alarm_Active-anim;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
