@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;800&display=swap");
a,
input,
select,
textarea,
button {
  border: 1px dashed transparent;
}
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  border: 1px dashed #b0bec5;
}

/*


 ************************
 *                      *
 *       zukalize       *      **********  **********  **********
 *   Created By #zuka   *      *           *           *
 *                      *      *           **********  **********
 *       Version:       *      *                    *           *
 *         26.8         *      **********  **********  **********
 *                      *
 ************************

 *                                                                                  *
 *  Based on normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css  *
 *                                                                                  *


*/
* {
  transition: all 0.5s ease;
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

footer {
  margin-top: auto;
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a:active, a:hover {
  outline-width: 0;
}
a:hover, a:focus, a:active, a:visited {
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

input,
select,
textarea {
  width: 100%;
  font-size: inherit;
  font-family: inherit;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

menu {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

i {
  text-align: center;
}

sub,
sup {
  font-size: 75%;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

small {
  font-size: 80%;
}

kbd,
pre,
code,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

mark {
  background-color: #ff0;
  color: black;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  height: 0;
}

/*

  Created By
                                                                     ***
                                                                     ***
                 ***       ***       ************    ***      ***    ***      ***    **********     ***
                ***       ***        **      ***     ***      ***    ***     ***    ***      ***     ***
           ********************             ***      ***      ***    ***    ***              ***      ***
              ***       ***                ***       ***      ***    ***   ***               ***       ***
             ***       ***                ***        ***      ***    ***  ***        ***********        ***
            ***       ***                ***         ***      ***    ***   ***      ***      ***       ***
        *******************             ***          ***      ***    ***    ***     ***      ***      ***
          ***       ***                ***     **    ***     ****    ***     ***    ***      ***     ***
         ***       ***                ***********    ******** ***    ***      ***    ********  **   ***


*/
html {
  direction: ltr;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #092232;
}

h1 {
  font-weight: 800;
  font-size: 25px;
  padding: 0;
  margin: 0;
  width: fit-content;
}
h1 span {
  display: block;
  font-weight: 400;
  font-size: 80%;
}

h2 {
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  margin: 0;
}
h2 span {
  font-weight: 400;
  font-size: 70%;
  display: block;
  line-height: 1.2;
}
h2 b {
  color: #00b17c;
}

h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin: 0;
}
h3 span {
  font-weight: 400;
  font-size: 60%;
  display: block;
}

h4 {
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  margin: 0;
}
h4 span {
  display: block;
  font-weight: 400;
  font-size: 80%;
  margin-top: 5px;
}

h5 {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  line-height: 1;
}

h6 {
  font-weight: 200;
  font-size: 16px;
  margin: 10px 0;
}

p {
  margin: 0;
}

b {
  font-weight: 600;
}

strong {
  font-weight: 800;
}

blockquote {
  display: inline-table;
  font-weight: 600;
  margin: 20px 0;
}

body {
  background: #F9FAFA;
}
header {
  background: white;
  box-shadow: 0 0 10px #E0E0E0;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
}

section {
  padding: 30px 0;
  outline: none;
}

figure {
  display: flex;
}

address {
  font-style: normal;
}

svg {
  height: 50px;
}

input[type=button],
button {
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  direction: inherit;
  color: inherit;
  white-space: nowrap;
  padding: 5px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.screen-reader-text {
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  word-wrap: normal !important;
}

.wrapper {
  max-width: 100vw;
  padding: 0 50px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100vw;
    padding: 0 30px;
  }
}

.fas {
  font-weight: 500;
}

.menu-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
}
.menu-btn s {
  font-size: 25px;
  text-decoration: none;
}

.a-btn {
  font-size: 16px;
  font-weight: 600;
  color: #00b4d6;
  background: white;
  border: 1px solid;
  padding: 15px 20px;
}
.a-btn:hover {
  color: white;
  background: #00b4d6;
}
.a-btn:disabled {
  pointer-events: none;
  opacity: 0.2;
}

.a-cancel {
  background: transparent;
  border: 1px solid transparent;
  text-transform: uppercase;
}
.a-cancel:hover {
  color: #00b4d6;
  background: transparent;
  text-decoration: underline;
}

.a-radius {
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: uppercase;
}

.a-cta {
  background: #00b4d6;
  color: white;
}
.a-cta:hover {
  border-radius: 0;
}

.a-small {
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 50px;
  background: #00b4d6;
  color: white;
}

.simple-btn {
  color: white;
  background: #00b4d6;
  border-radius: 4px;
  padding: 5px 10px;
}

.hollow-btn {
  background: transparent;
  border: 1px solid #00b4d6;
}

@media screen and (max-width: 767px) {
  .a-btn {
    padding: 8px 15px;
    white-space: normal;
  }

  .a-radius {
    padding: 8px 15px;
  }
}
.middle-line {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.middle-line:before {
  border-top: 2px solid white;
  content: "";
  margin: 0 auto;
  position: absolute;
  width: 42%;
  top: 50%;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.middle-line:after {
  border-top: 2px solid white;
  content: "";
  margin: 0 auto;
  position: absolute;
  width: 42%;
  top: 50%;
  right: 0;
  bottom: 0;
  z-index: 0;
}

::-moz-selection {
  background: rgba(218, 225, 203, 0.6);
}

::selection {
  background: rgba(218, 225, 203, 0.6);
}

::placeholder {
  color: #00b4d6;
}

::-webkit-scrollbar {
  width: 0;
}

.connection-status {
  background: white;
  border: 1px solid #E0E0E0;
  border-radius: 50px;
  padding: 8px 20px 6px 20px;
  width: fit-content;
  line-height: 0.9;
}
.connection-status p:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.connection-status .Connected:after {
  content: "";
  color: #66BB6A;
}
.connection-status .Disconnected:after {
  content: "";
  color: #E53A35;
}

.phinergy-web > div {
  height: 100vh;
}
.phinergy-web header .app-header {
  align-items: center;
  justify-content: space-between;
}
.phinergy-web header .app-header .menu-btn {
  display: none;
}
.phinergy-web header .app-header .logo {
  line-height: 0;
}
.phinergy-web header .app-header .logo img {
  height: 40px;
}
.phinergy-web main {
  height: calc(100vh - 90px);
  overflow: auto;
  padding: 20px 30px 10px;
  position: relative;
}
.phinergy-web main > section {
  padding: 0;
}
.phinergy-web footer {
  height: 30px;
  padding: 6px 30px;
}
.phinergy-web footer .copyright {
  font-size: 13px;
  color: #E0E0E0;
}
@media screen and (max-width: 1023px) {
  .phinergy-web header .app-header .menu-btn {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .phinergy-web header {
    padding: 10px;
  }
  .phinergy-web header .app-header .logo {
    overflow: hidden;
  }
  .phinergy-web header .app-header .logo img {
    max-width: unset;
  }
  .phinergy-web main {
    padding: 30px 30px 10px;
  }
  .phinergy-web main h1 {
    font-size: 20px;
  }
}

.main-menu {
  width: calc(100% - 180px);
  justify-content: space-between;
}
.main-menu > nav {
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-menu .logo-wl {
  height: 40px;
  width: 100px;
  position: relative;
  overflow: hidden;
}
.main-menu .logo-wl img {
  position: absolute;
  top: -30px;
}
@media screen and (max-width: 1023px) {
  .main-menu {
    background: white;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100vw;
    flex-direction: column;
    height: 0;
    padding: 0 20px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1023px) {
  .main-customer {
    padding: 40px 0;
    justify-content: space-between;
  }
}

.main-navigation {
  font-size: 14px;
}
.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-navigation ul li {
  position: relative;
  padding: 0 10px;
}
.main-navigation ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  height: 40px;
  border-left: 1px solid #E0E0E0;
}
.main-navigation ul li a:hover {
  color: #00b4d6;
}
@media screen and (max-width: 1023px) {
  .main-navigation ul {
    flex-direction: column;
    align-items: flex-start;
    font-size: 20px;
    gap: 30px;
  }
}

.menuOpen .main-menu {
  height: calc(100vh - 60px);
  padding: 20px;
  overflow: auto;
}
.form-box .a-cta {
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  gap: 10px;
}

.form-field {
  flex-direction: column;
  padding: 10px 0;
}
.form-field label {
  padding: 5px 20px;
  width: fit-content;
}
.form-field input {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #E0E0E0;
}
.form-field ::placeholder {
  color: #E0E0E0;
  font-weight: 400;
}

.select-field select {
  border: 1px solid;
  padding: 10px;
  margin: 10px 0;
}

.popup-area {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.alert-bubble {
  background: #BBDEFB;
  color: #42A5F5;
  border: 2px solid;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 20px;
  font-size: 13px;
  box-shadow: 0 0 10px;
  position: relative;
}
.alert-bubble button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 30px;
  border: 2px solid;
  border-radius: 50px;
  position: absolute;
  top: -15px;
  right: 15px;
}
.alert-bubble button:hover {
  transform: scale(1.1);
}
.alert-bubble h3 {
  font-size: 16px;
  padding: 5px 0 5px 30px;
  position: relative;
}

.errorAlert {
  background: #FFCDD2;
  color: #E53A35;
}
.errorAlert h3:before {
  content: "Error ";
}
.errorAlert h3:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}

.healthAlert {
  background: #FFECB3;
  color: #FCB316;
}
.healthAlert h3:before {
  content: "Health ";
}
.healthAlert h3:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}

.phinergy-login {
  height: 100vh;
}
.phinergy-login .login-layout {
  height: 100%;
  align-items: center;
  justify-content: center;
}
.phinergy-login .login-layout .login-form {
  position: relative;
  background: white;
  padding: 40px;
  box-shadow: 0 0 10px #E0E0E0;
}
.phinergy-login .login-layout .login-form img {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
  z-index: 0;
  opacity: 0.4;
}
.phinergy-login .login-layout .login-form .form-box {
  position: relative;
}
@media screen and (max-width: 767px) {
  .phinergy-login .login-layout {
    padding: 30px;
  }
  .phinergy-login .login-layout .login-form {
    padding: 40px 20px;
  }
}

.top-page {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 15px;
}

.cabinet-radio-select {
  align-items: center;
  gap: 10px;
}
.cabinet-radio-select ul {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid #E0E0E0;
  border-radius: 50px;
  overflow: hidden;
}
.cabinet-radio-select ul li label {
  width: 35px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #E0E0E0;
  cursor: pointer;
}
.cabinet-radio-select ul li:last-child label {
  border-right: none;
}
.cabinet-radio-select ul li:hover {
  background: #beefde;
}
.cabinet-radio-select ul li input {
  display: none;
}
.cabinet-radio-select ul .checked {
  background: #beefde;
  color: #00b17c;
}

.display-type-select {
  align-items: center;
}
.display-type-select b {
  padding: 0 10px;
}
.display-type-select label {
  background: #E0E0E0;
  color: #9E9E9E;
  border: 1px solid #9E9E9E;
  padding: 6px 10px;
}
.display-type-select label:first-of-type {
  border-radius: 10px 0 0 10px;
}
.display-type-select label:last-of-type {
  border-radius: 0 10px 10px 0;
}
.display-type-select label input {
  display: none;
}
.display-type-select .checked {
  border: 1px solid white;
  background: #00b4d6;
  color: white;
}

.maintenance-section .maintenance-layout .machine-info {
  align-items: flex-start;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 20px;
}
.maintenance-section .maintenance-layout .machine-info p {
  border-left: 1px solid #E0E0E0;
  padding: 0 15px;
}
.maintenance-section .maintenance-layout .machine-info p b {
  display: block;
}
.maintenance-section .maintenance-layout .main-content {
  gap: 50px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.dashboard-page > main {
  padding: 10px;
}
.dashboard-page .dashboard-section {
  position: relative;
}
.dashboard-page .dashboard-section .side {
  position: absolute;
  color: white;
  background: #424040;
  top: 75px;
  left: -10px;
  height: calc(100vh - 280px);
  padding: 0;
  width: 0;
}
.dashboard-page .dashboard-section .side .side-toggle-btn {
  position: absolute;
  top: 0;
  left: 100%;
  color: #424040;
  background: #f9fafa;
  width: 60px;
  text-align: right;
  border-radius: 0 10px 10px 0;
  padding: 10px;
}
.dashboard-page .dashboard-section .side .side-title {
  color: white;
  background: #424040;
  overflow: hidden;
  height: 41px;
  padding: 12px 0;
  position: relative;
  z-index: 1;
}
.dashboard-page .dashboard-section .side .side-content {
  height: calc(100% - 130px);
  width: calc(100% - 30px);
  margin: 10px auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  opacity: 0;
}
.dashboard-page .dashboard-section .side .side-content h3 {
  width: 190px;
}
.dashboard-page .dashboard-section .sideOpen {
  width: 340px;
  background: #545152;
}
.dashboard-page .dashboard-section .sideOpen .side-toggle-btn {
  color: white;
  background: #424040;
  border: 1px solid #424040;
  right: -33px;
  width: 35px;
}
.dashboard-page .dashboard-section .sideOpen .side-title {
  padding: 12px 15px;
}
.dashboard-page .dashboard-section .sideOpen .side-content {
  opacity: 1;
}

.filters-area {
  font-size: 13px;
}
.filters-area .form-field > label {
  display: block;
  white-space: nowrap;
  padding: 0;
  color: #00b4d6;
  font-size: 14px;
}
.filters-area .form-field input {
  background: transparent;
  color: white;
  font-weight: 300;
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 8px;
  margin: 10px 0;
}
.filters-area .radio-field .radio-set {
  margin: 10px 0;
}
.filters-area .radio-field .radio-set label {
  padding: 0;
  border: 1px solid;
  border-right: none;
  overflow: hidden;
  width: 50%;
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
}
.filters-area .radio-field .radio-set label:first-of-type {
  border-radius: 6px 0 0 6px;
}
.filters-area .radio-field .radio-set label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-right: 1px solid;
}
.filters-area .radio-field .radio-set label span {
  line-height: 1;
  padding: 5px 10px;
  display: block;
  height: 100%;
}
.filters-area .radio-field .radio-set label input {
  display: none;
}
.filters-area .radio-field .radio-set label input:checked + span {
  background: #918c8e;
}
.filters-area .select-field select {
  background: transparent;
  color: white;
  border-radius: 10px;
  padding: 9px 10px;
}
.filters-area .fields-inline {
  align-items: center;
  gap: 10px;
}
.filters-area .fields-inline .rect-input {
  width: 38px;
  height: 38px;
  text-indent: 0px;
  text-align: center;
  padding: 0;
}
.filters-area .fields-inline .inputs {
  gap: 3px;
}
.filters-area .fields-inline .inputs input {
  flex-grow: 1;
}
.filters-area .select-recent-filter {
  padding-bottom: 10px;
  border-bottom: 1px solid gray;
}
.filters-area .select-recent-filter .filter-list-drop {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.filters-area .select-recent-filter .filter-list-drop ul {
  padding: 10px 0;
}
.filters-area .select-recent-filter .filter-list-drop ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filters-area .select-recent-filter .filter-list-drop ul li > button {
  text-overflow: ellipsis;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.filters-area .select-recent-filter .filter-list-drop ul li .action-buttons {
  width: 0;
}
.filters-area .select-recent-filter .filter-list-drop ul li:hover .action-buttons {
  width: 150px;
}
.filters-area .filterListOpen {
  padding-bottom: 20px;
}
.filters-area .filterListOpen > button i {
  transform: rotate(180deg);
}
.filters-area .filterListOpen .filter-list-drop {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.filters-area .recent-filters .form-aside-list li {
  padding: 10px 0;
  border-bottom: 1px solid gray;
}
.filters-area .btns-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #424040;
  overflow: hidden;
  padding: 15px;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.top-bar-area {
  background: #E0E0E0;
  height: 60px;
  padding: 10px;
}
.top-bar-area > figure {
  align-items: center;
  width: 100%;
}

.station-bar-area {
  text-align: center;
  align-items: center;
  gap: 20px;
  padding: 0 10px;
}
.station-bar-area p b {
  display: block;
  font-size: 20px;
  margin: 3px 0;
  line-height: 0.8;
  font-weight: 800;
}
.station-bar-area p small {
  display: block;
  transform: translateY(3px);
}
.station-bar-area .total {
  padding-right: 20px;
  border-right: 1px solid;
}
.station-bar-area .total b {
  color: #00b4d6;
}
.station-bar-area .standby b {
  color: #66BB6A;
}
.station-bar-area .active b {
  color: #FCB316;
}
.station-bar-area .service b {
  color: #E53A35;
}
.station-bar-area .off {
  padding-right: 20px;
  border-right: 1px solid;
}
.station-bar-area .off b {
  color: #9E9E9E;
}

.status-bars {
  display: flex;
  gap: 4px;
  padding: 0 10px 16px;
}
.status-bars li {
  position: relative;
  width: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.status-bars li b {
  display: block;
  width: 100%;
}
.status-bars li small {
  position: absolute;
  bottom: -20px;
}
.status-bars .total {
  padding-right: 20px;
  border-right: 1px solid;
}
.status-bars .total b {
  background: #00b4d6;
}
.status-bars .standby b {
  background: #66BB6A;
}
.status-bars .active b {
  background: #FCB316;
}
.status-bars .service b {
  background: #E53A35;
}
.status-bars .off b {
  background: #9E9E9E;
}

.outagesPerDuration-graph {
  padding: 0 10px;
}
.outagesPerDuration-graph h4 {
  font-size: 13px;
}
.outagesPerDuration-graph .backup-bars {
  height: 100%;
  padding: 0 10px 2px;
}
.outagesPerDuration-graph .backup-bars ul {
  height: 100%;
  display: flex;
  gap: 2px;
  padding: 0 2px;
  border-bottom: 1px solid black;
}
.outagesPerDuration-graph .backup-bars ul li {
  width: 6px;
  border-radius: 6px 6px 0 0;
  margin-top: auto;
  background: #00b4d6;
}

.more-info-station button {
  padding: 5px 20px;
  position: relative;
  z-index: 1;
}
.more-info-station .drop-list {
  position: absolute;
  top: 0;
  height: 0;
  overflow: hidden;
}
.more-info-station .content-more-info-station {
  border: 5px solid white;
  margin-top: 18px;
  background: #E0E0E0;
  padding: 20px;
  opacity: 0;
  position: relative;
}
.more-info-station .content-more-info-station:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid white;
  opacity: 0;
}
.more-info-station .content-more-info-station li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 15px 0;
  border-bottom: 1px solid #9E9E9E;
}
.more-info-station .content-more-info-station li h4 {
  width: 180px;
  font-size: 16px;
}
.more-info-station .content-more-info-station li h4 .a-small {
  display: block;
  width: fit-content;
  background: transparent;
  color: #9E9E9E;
  white-space: nowrap;
  margin-top: 8px;
  font-weight: 400;
  border: 1px solid;
  border-radius: 0;
}
.more-info-station .content-more-info-station li b {
  font-size: 25px;
  color: #00b4d6;
}
.more-info-station:hover .drop-list {
  padding-top: 42px;
  height: auto;
}
.more-info-station:hover .content-more-info-station {
  opacity: 1;
}
.more-info-station:hover .content-more-info-station:before {
  opacity: 1;
}

.display-type-area {
  margin-left: auto;
}
.display-type-area .toggle-displayType {
  border: 1px solid;
  border-radius: 50px;
}
.display-type-area .toggle-displayType button {
  width: 31px;
  height: 31px;
  background: #E0E0E0;
}
.display-type-area .toggle-displayType button:first-of-type {
  border-radius: 50px 0 0 50px;
  padding: 5px 0 5px 4px;
}
.display-type-area .toggle-displayType button:last-of-type {
  border-radius: 0 50px 50px 0;
  padding: 5px 4px 5px 0;
}
.display-type-area .map .map-btn {
  background: #9E9E9E;
}
.display-type-area .list .list-btn {
  background: #9E9E9E;
}

.events-bar-area {
  position: fixed;
  bottom: 0;
  margin: auto;
  right: 1vw;
  left: 1vw;
  width: 98vw;
  padding: 10px;
  color: #092232;
  background: white;
  box-shadow: 0 0 10px #E0E0E0;
  border-radius: 10px 10px 0 0;
}
.events-bar-area .events-bar-title {
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px 15px;
}
.events-bar-area .eventCloseBtn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
  box-shadow: 0 0 10px #E0E0E0;
  border-radius: 50px;
}

.the-eventBar {
  height: 60px;
}
.the-eventBar .changeDay:hover {
  color: #00b4d6;
}
.the-eventBar ul {
  display: flex;
  align-items: center;
  margin: auto;
  width: calc(100% - 44px);
  overflow: auto;
  padding: 0 10px;
}
.the-eventBar ul li {
  flex-grow: 1;
  min-width: 50px;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.the-eventBar ul li:before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  height: 21px;
  width: 0;
  border-right: 1px solid #E0E0E0;
}
.the-eventBar ul li:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  height: 11px;
  width: 0;
  border-right: 1px solid #E0E0E0;
}
.the-eventBar ul li .middle-timeline {
  height: 0;
  width: 100%;
  border-top: 1px solid #E0E0E0;
  margin: 14px 0;
}

.middle-timeline {
  position: relative;
}
.middle-timeline .bubbleEvents {
  position: absolute;
  top: -11px;
  right: -11px;
  width: fit-content;
  margin: auto;
  z-index: 1;
}
.middle-timeline .bubbleEvents button {
  padding: 0;
  height: 22px;
  width: 22px;
  background: black;
  color: white;
  border-radius: 50px;
}
.middle-timeline .bubbleEvents .infoContent {
  gap: 10px;
  padding: 35px 20px 20px;
  position: fixed;
  width: fit-content;
  background: white;
  box-shadow: 0 0 10px #E0E0E0;
  z-index: 1;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}
.middle-timeline .bubbleEvents .infoContent time {
  position: absolute;
  top: 10px;
  font-weight: 600;
}
.middle-timeline .bubbleEvents .infoContent > div {
  border: 1px solid #00b4d6;
  text-align: left;
  padding: 10px;
}
.middle-timeline .bubbleEvents .infoContent > div h3 {
  color: #00b4d6;
  font-size: 18px;
}
.middle-timeline .bubbleEvents .infoContent > div h4 {
  margin: 5px 0 10px;
  font-size: 16px;
}
.middle-timeline .bubbleEvents .infoContent > div > figure {
  gap: 10px;
}
.middle-timeline .bubbleEvents:hover button {
  background: #00b4d6;
}
.middle-timeline .bubbleEvents:hover .infoContent {
  display: flex;
}

.eventsAreaClose .events-bar-title {
  padding-bottom: 0;
}
.eventsAreaClose .the-eventBar {
  height: 0;
  opacity: 0;
}
.eventsAreaClose .a-small {
  opacity: 0;
}
.eventsAreaClose .eventCloseBtn {
  transform: rotate(180deg);
}

.list-showNow .dashboard-section .side .side-toggle-btn {
  width: 30px;
  text-align: center;
  padding: 10px 0;
}

.leaflet-container .leaflet-tile-pane {
  filter: grayscale(0.9);
}
.leaflet-container .leaflet-control-container .leaflet-left {
  top: 10px;
  right: 15px;
  left: unset;
}
.leaflet-container .leaflet-control-container .leaflet-control-zoom {
  margin: 0;
  border: none;
}
.leaflet-container .leaflet-control-container .leaflet-control-zoom a {
  margin-top: 5px;
  border: none;
  box-shadow: 0 0 10px #E0E0E0;
  border-radius: 50px;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theMainMap {
  width: calc(100vw - 20px);
  height: calc(100vh - 165px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  margin: auto;
}

.stationInfo li {
  padding: 10px 0;
  border-bottom: 1px solid #E0E0E0;
}
.stationInfo li:last-child {
  border-bottom: none;
}
.stationInfo figure {
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.stationInfo p {
  margin: 0;
}
.stationInfo b {
  line-height: 1;
  display: block;
}
.stationInfo .a-radius {
  color: #00b4d6;
  padding: 5px 20px;
  display: block;
  width: fit-content;
  margin: 10px auto 0;
}
.stationInfo .a-radius:hover {
  color: white;
}
.stationInfo .connection-status p:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
.stationInfo .connection-status .standby:before {
  color: #66BB6A;
}
.stationInfo .connection-status .active:before {
  color: #FCB316;
}
.stationInfo .connection-status .service:before {
  color: #E53A35;
}
.stationInfo .connection-status .off:before {
  color: #9E9E9E;
}

.list-layout .search-area {
  padding: 10px 0;
  justify-content: center;
}
.list-layout .search-area label {
  width: 25%;
}
.list-layout .search-area label input {
  padding: 10px;
  text-align: center;
  border: 1px solid #E0E0E0;
  border-radius: 50px;
}
.list-layout .search-area label input::placeholder {
  color: #E0E0E0;
}
.list-layout ul li {
  display: flex;
  padding: 10px;
}
.list-layout ul li div {
  width: 10%;
  flex-grow: 1;
}
.list-layout .list li {
  background: white;
  margin: 5px 0;
}
.list-layout .list li div {
  padding: 5px;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.list-layout .list li .status:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
}
.list-layout .header-list {
  background: #00b4d6;
  color: white;
}
.list-layout .header-list ul {
  position: relative;
}
.list-layout .header-list .sorts {
  position: absolute;
  width: 100%;
  height: 100%;
}
.list-layout .header-list .sorts div button {
  width: 100%;
  height: 100%;
  text-align: right;
}
.list-layout .header-list .sorts div .desc i {
  transform: scaleY(-1);
}
.list-layout .header-list .displayNames div {
  padding: 8px 22px 8px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.list-layout .header-list .displayNames div h4 {
  font-size: 13px;
  font-weight: 500;
}

.notStarted {
  color: #E0E0E0;
}
.notStarted .fa-icon:before {
  content: "";
}

.inProgress .fa-icon {
  color: #00b4d6;
  animation: spin 2s linear infinite;
}
.inProgress .fa-icon:before {
  content: "";
}

.success .fa-icon {
  color: #66BB6A;
}
.success .fa-icon:before {
  content: "";
}

.fails .fa-icon {
  color: #E53A35;
}
.fails .fa-icon:before {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bp-area {
  position: relative;
  width: 700px;
  margin: auto;
}
.bp-area .radio-select {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
  z-index: 1;
}
.bp-area .radio-select b {
  display: block;
  padding: 10px;
}
.bp-area .radio-select ul {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid #E0E0E0;
  border-radius: 50px;
  overflow: hidden;
}
.bp-area .radio-select ul li label {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #E0E0E0;
  cursor: pointer;
}
.bp-area .radio-select ul li:last-child label {
  border-right: none;
}
.bp-area .radio-select ul li:hover {
  background: #beefde;
}
.bp-area .radio-select ul li input {
  display: none;
}
.bp-area .radio-select ul .checked {
  background: #beefde;
  color: #00b17c;
}
.bp-area .loopType {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
.bp-area .loopType > img {
  width: 100%;
}
.bp-area .loopType .layers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
}
.bp-area .loopType .layers .text {
  position: absolute;
  width: 50px;
  line-height: 1;
  text-align: center;
}
.bp-area .loopType .layers .temperature-wt-top {
  bottom: 35.7%;
  left: 58.8%;
  text-align: right;
}
.bp-area .loopType .layers .temperature-wt-bottom {
  bottom: 30.7%;
  left: 58.8%;
  text-align: right;
}
.bp-area .loopType .layers .temperature-nv2 {
  bottom: 40.1%;
  left: 49.5%;
  text-align: left;
}
.bp-area .loopType .layers .preMb {
  bottom: 26.1%;
  left: 49.5%;
  text-align: left;
}
.bp-area .loopType .layers .plop {
  position: absolute;
  height: 24px;
}
.bp-area .loopType .layers .plop-black {
  fill: #002235;
  bottom: 8.6%;
  left: 66.9%;
  animation-duration: 0.8s;
}
.bp-area .loopType .layers .plop-green {
  fill: #00c350;
  bottom: 15.6%;
  left: 40.5%;
  animation-duration: 1.8s;
}
.bp-area .loopType .layers .plop-yellow {
  fill: #ffb203;
  bottom: 29.6%;
  left: 28.3%;
  animation-duration: 1.8s;
}
.bp-area .loopType .layers .plop-blue {
  fill: #0ea5ff;
  bottom: 20.6%;
  left: 20.5%;
  animation-duration: 1.8s;
}
.bp-area .loopType .layers .plop-red {
  fill: #ff0a00;
  bottom: 18.6%;
  left: 51.2%;
  animation-duration: 0.8s;
}
.bp-area .loopType .layers .vent {
  width: fit-content;
  position: relative;
  align-items: center;
  justify-content: center;
}
.bp-area .loopType .layers .vent .bg-vent {
  height: 26px;
}
.bp-area .loopType .layers .vent .plop-vent {
  position: absolute;
  height: 20px;
}
.bp-area .loopType .layers .train-vent {
  width: 70px;
  justify-content: space-between;
  position: absolute;
}
.bp-area .loopType .layers .train-vent .vent .bg-vent {
  height: 22px;
}
.bp-area .loopType .layers .train-vent .vent .plop-vent {
  height: 16px;
}
.bp-area .loopType .layers .train-1-l {
  bottom: 60.5%;
  left: 67.9%;
}
.bp-area .loopType .layers .train-2-r {
  bottom: 60.5%;
  left: 80%;
}
.bp-area .loopType .layers .vent-blue {
  position: absolute;
  bottom: 34.2%;
  left: 8%;
}
.bp-area .loopType .layers .Ls {
  width: 10px;
  height: 10px;
  display: block;
  background: #f7e4b9;
  border-radius: 50%;
  position: absolute;
}
.bp-area .loopType .layers .Lon {
  background: #ffb203;
}
.bp-area .loopType .layers .l1 {
  bottom: 21%;
  left: 61.5%;
}
.bp-area .loopType .layers .l2 {
  bottom: 42%;
  left: 61.5%;
}
.bp-area .loopType .layers .l3 {
  bottom: 47%;
  left: 61.5%;
}
.bp-area .loopType .layers .l4 {
  bottom: 47%;
  left: 95%;
}
.bp-area .loopType .layers .l5 {
  bottom: 42%;
  left: 95%;
}
.bp-area .loopType .layers .l6 {
  bottom: 71.2%;
  left: 61.5%;
}
.bp-area .loopType .layers .l7 {
  bottom: 73%;
  left: 95%;
}
.bp-area .loopType .layers .l8 {
  bottom: 68%;
  left: 95%;
}
.bp-area .loopType .layers .indicator-circle {
  width: 14px;
  height: 14px;
  display: block;
  background: #E53A35;
  border-radius: 50%;
  position: absolute;
}
.bp-area .loopType .layers .INDIon {
  background: #66BB6A;
}
.bp-area .loopType .layers .blackBuoy {
  bottom: 43.7%;
  left: 56.9%;
}
.bp-area .loopType .layers .toggle-switch {
  background: #e4ebef;
  border: 2px solid;
  border-radius: 50px;
  width: 50px;
  height: 22px;
  padding: 0 2px;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
}
.bp-area .loopType .layers .toggle-switch:before {
  content: "OFF";
}
.bp-area .loopType .layers .toggle-switch:after {
  content: "";
  width: 14px;
  height: 14px;
  background: #E53A35;
  border-radius: 50%;
}
.bp-area .loopType .layers .switchOn:before {
  content: "ON";
}
.bp-area .loopType .layers .switchOn:after {
  background: #66BB6A;
}
.bp-area .loopType .layers .toggleSwitchMain {
  bottom: 62.8%;
  left: 45.2%;
}
.bp-area .loopType .layers .toggleSwitchSecondary {
  bottom: 70%;
  left: 87.9%;
}
.bp-area .loopType .layers .toggleSwitchAl {
  bottom: 5%;
  left: 33%;
}
.bp-area .loopType .layers .line-switch {
  position: absolute;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border-bottom: 2px solid;
  border-radius: 0 30px 0 0;
  transform: rotate(-45deg);
}
.bp-area .loopType .layers .switchLineOn {
  opacity: 0;
}
.bp-area .loopType .layers .heaterBlackSwitch {
  border-bottom-color: #000;
  bottom: 37%;
  left: 46.3%;
}
.bp-area .loopType .layers .heaterRedSwitch {
  border-bottom-color: #ff0a00;
  bottom: 13%;
  left: 46.3%;
}
.bp-area .loopType .layers .power-dir {
  width: 20px;
  height: 20px;
  font-size: 20px;
  position: absolute;
  bottom: 77.8%;
  left: 49.4%;
}
.bp-area .loopType .layers .powerOut {
  transform: scale(-1);
}
.bp-area .loopType .layers .amDC {
  bottom: 46%;
  left: 74.2%;
}
.bp-area .loopType .layers .amAL {
  bottom: 46%;
  left: 33.7%;
}
.bp-area .loopType .layers .amBB {
  bottom: 36%;
  left: 57%;
}
.bp-area .loopType .layers .voltALDown {
  bottom: 11%;
  left: 4.2%;
}
.bp-area .loopType .layers .voltALUp {
  bottom: 26%;
  left: 9.2%;
}
.bp-area .loopType .layers .voltHeater {
  bottom: 26%;
  left: 33.5%;
}
.bp-area .loopType .layers .voltMain {
  bottom: 72%;
  left: 59.2%;
}
.bp-area .loopType .layers .voltBB {
  bottom: 24%;
  left: 62.8%;
}
.bp-area .loopType .layers .soc {
  width: 74px;
  bottom: 4.4%;
  left: 61%;
}
.electrolyteLoop .washLoop,
.electrolyteLoop .workLoop {
  opacity: 0;
}

.washLoop .electrolyteLoop,
.washLoop .workLoop {
  opacity: 0;
}

.workLoop .electrolyteLoop,
.workLoop .washLoop {
  opacity: 0;
}

.pi {
  height: 18px;
}

.eventsList-page .eventsList-section .page-title {
  align-items: center;
  justify-content: space-between;
  padding: 5px;
}
.eventsList-page .eventsList-section .aside-layout {
  justify-content: space-between;
  gap: 20px;
}
.eventsList-page .eventsList-section .aside-layout aside {
  width: 300px;
  background: white;
}
.eventsList-page .eventsList-section .aside-layout .station-dashboard {
  width: calc(100% - 320px);
  height: calc(100vh - 160px);
  overflow: auto;
  flex-grow: 1;
}
.eventsList-page .eventsList-section .aside-layout .station-dashboard > section {
  background: white;
  box-shadow: 0 0 10px #E0E0E0;
  padding: 10px 30px;
  padding: 20px;
  margin: 0 0 20px;
  border-radius: 6px;
  min-height: 500px;
}

.monitoring-area {
  width: 1300px;
  margin: auto;
}
@media screen and (max-width: 1350px) {
  .monitoring-area {
    transform: scale(0.92);
    transform-origin: top left;
  }
}
@media screen and (max-width: 1250px) {
  .monitoring-area {
    transform: scale(0.85);
  }
}
@media screen and (max-width: 1150px) {
  .monitoring-area {
    transform: scale(0.75);
  }
}
.monitoring-area .theMonitoring {
  position: relative;
}
.monitoring-area .theMonitoring .elements-img {
  position: absolute;
  left: 0;
  top: 0;
}
.monitoring-area .theMonitoring .lines,
.monitoring-area .theMonitoring .opacity,
.monitoring-area .theMonitoring .indicators,
.monitoring-area .theMonitoring .electric-power {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.monitoring-area .theMonitoring .lines svg,
.monitoring-area .theMonitoring .opacity svg,
.monitoring-area .theMonitoring .indicators svg,
.monitoring-area .theMonitoring .electric-power svg {
  height: 650px;
}
.monitoring-area .theMonitoring .lines svg rect,
.monitoring-area .theMonitoring .lines svg polygon,
.monitoring-area .theMonitoring .lines svg path {
  fill: #f7f7f7;
}
.monitoring-area .theMonitoring .lines svg .threePhase {
  opacity: 0;
}
.monitoring-area .theMonitoring .lines svg .threePhase polyline,
.monitoring-area .theMonitoring .lines svg .threePhase path {
  fill: #f7f7f7;
}
.monitoring-area .theMonitoring .opacity svg .element-opacity path,
.monitoring-area .theMonitoring .opacity svg .element-opacity polygon {
  fill: rgba(255, 255, 255, 0.9);
  stroke: rgba(255, 255, 255, 0.9);
}
.monitoring-area .theMonitoring .indicators svg path,
.monitoring-area .theMonitoring .indicators svg polygon {
  fill: #E53A35;
}
.monitoring-area .theMonitoring .electric-power .data-power {
  width: fit-content;
  min-width: 95px;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  border-radius: 50px;
  background: #00b4d6;
  color: white;
  opacity: 0;
  position: absolute;
}
.monitoring-area .theMonitoring .electric-power .data-power:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 100%;
  width: 40px;
  border-bottom: 2px dashed #00b4d6;
}
.monitoring-area .theMonitoring .electric-power .leftSide:before {
  right: unset;
  left: 100%;
}
.monitoring-area .theMonitoring .electric-power .topSide:before {
  top: 100%;
  right: calc(50% - 1px);
  width: 0;
  height: 40px;
  border-bottom: none;
  border-right: 2px dashed #00b4d6;
}
.monitoring-area .theMonitoring .electric-power .batteryAMP {
  left: calc(51% + 40px);
  top: 53%;
}
.monitoring-area .theMonitoring .electric-power .batteryV {
  right: calc(57% - 40px);
  top: 66%;
}
.monitoring-area .theMonitoring .electric-power .generatorAMP {
  right: calc(78% - 40px);
  top: 57%;
}
.monitoring-area .theMonitoring .electric-power .gridOnePhase {
  left: calc(31% - 40px);
  top: 32.5%;
}
.monitoring-area .theMonitoring .electric-power .gridRedPhase {
  left: calc(33% - 40px);
  top: 32%;
  background: #E53A35;
}
.monitoring-area .theMonitoring .electric-power .gridRedPhase:before {
  border-bottom-color: #E53A35;
}
.monitoring-area .theMonitoring .electric-power .gridBluePhase {
  left: 22%;
  top: 25%;
  background: #42A5F5;
}
.monitoring-area .theMonitoring .electric-power .gridBluePhase:before {
  border-bottom-color: #42A5F5;
}
.monitoring-area .theMonitoring .electric-power .gridBlackPhase {
  right: calc(82% - 40px);
  top: 35%;
  background: #092232;
}
.monitoring-area .theMonitoring .electric-power .gridBlackPhase:before {
  border-bottom-color: #092232;
}
.monitoring-area .theMonitoring .electric-power .gridRedPhase,
.monitoring-area .theMonitoring .electric-power .gridBluePhase,
.monitoring-area .theMonitoring .electric-power .gridBlackPhase {
  display: none;
}
.monitoring-area .threePhaseON .lines svg .threePhase {
  opacity: 1;
}
.monitoring-area .threePhaseON .electric-power .gridRedPhase,
.monitoring-area .threePhaseON .electric-power .gridBluePhase,
.monitoring-area .threePhaseON .electric-power .gridBlackPhase {
  display: flex;
  opacity: 0;
}
.monitoring-area .threePhaseON .electric-power .gridOnePhase {
  display: none;
}
.monitoring-area .doorClosed .opacity .door {
  opacity: 0;
}
.monitoring-area .doorClosed .indicators .i-door {
  fill: #66BB6A;
}
.monitoring-area .airON .opacity .o-air {
  opacity: 0;
}
.monitoring-area .rectifierON .opacity .o-rectifier {
  opacity: 0;
}
.monitoring-area .rectifierON .lines .rectifier-line {
  fill: #00b4d6;
}
.monitoring-area .rectifierON .indicators .i-rectifier {
  fill: #66BB6A;
}
.monitoring-area .rfON .opacity .o-rf {
  opacity: 0;
}
.monitoring-area .rfON .lines .rf-line {
  fill: #00b4d6;
}
.monitoring-area .rfON .indicators .i-rf, .monitoring-area .rfON .indicators .i-element-rf {
  fill: #66BB6A;
}
.monitoring-area .batteryPower .opacity .o-battery {
  opacity: 0;
}
.monitoring-area .batteryPower .lines .battery-line {
  fill: #00b4d6;
}
.monitoring-area .batteryPower .indicators .i-battery {
  fill: #66BB6A;
}
.monitoring-area .batteryPower .electric-power .batteryAMP,
.monitoring-area .batteryPower .electric-power .batteryV {
  opacity: 1;
}
.monitoring-area .generatorPower .opacity .o-generator {
  opacity: 0;
}
.monitoring-area .generatorPower .lines .generator-line {
  fill: #00b4d6;
}
.monitoring-area .generatorPower .indicators .i-generator {
  fill: #66BB6A;
}
.monitoring-area .generatorPower .electric-power .generatorAMP {
  opacity: 1;
}
.monitoring-area .gridPower .opacity .o-grid, .monitoring-area .gridPower .opacity .o-grid-main {
  opacity: 0;
}
.monitoring-area .gridPower .lines .grid-line {
  fill: #00b4d6;
}
.monitoring-area .gridPowerIndicator .indicators .i-grid {
  fill: #66BB6A;
}
.monitoring-area .gridPower .lines svg .threePhase .red-line {
  fill: #E53A35;
}
.monitoring-area .gridPower .lines svg .threePhase .blue-line {
  fill: #42A5F5;
}
.monitoring-area .gridPower .lines svg .threePhase .black-line {
  fill: #092232;
}
.monitoring-area .gridPower .electric-power .gridRedPhase,
.monitoring-area .gridPower .electric-power .gridBluePhase,
.monitoring-area .gridPower .electric-power .gridBlackPhase {
  opacity: 1;
}
.monitoring-area .gridPower .electric-power .gridOnePhase {
  opacity: 1;
}

.userViewHelper {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 20px;
  align-items: center;
  gap: 10px;
  z-index: 1;
}
.userViewHelper label {
  font-size: 24px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
  border: 1px solid;
  padding: 5px 10px 5px 6px;
  border-radius: 50px;
}

.temperature-area {
  position: fixed;
  bottom: 90px;
  right: 50px;
  background: white;
  padding: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  text-align: center;
}
.temperature-area .temperature-icon .inSun {
  fill: #ffedb0;
}
.temperature-area .temperature-icon .inCloud {
  fill: #c6eff8;
}
.temperature-area .temperature-icon .sun {
  fill: #ffb500;
}
.temperature-area .temperature-icon .cloud {
  fill: #53dbe2;
}
.temperature-area hr {
  border: none;
  border-top: 1px solid #E0E0E0;
  margin: 15px 0;
}
.temperature-area p {
  font-size: 25px;
}


/*# sourceMappingURL=style.css.map */
