/*
Theme Name: BDM Dashboard
Author: WP Creative
Description: A custom block-based WordPress theme.
Version: 1.0.2
*/
:root {
    --white-color: #fff;
    --grey-color: #cbcbcb;
    --dark-grey-color: #858691;
    --accent-color: #a9dfd8;
    --light-dark-color: #21222d;
    --dark-color: #171821;
    --border-color: #2c2d33;
    --tag-color: #8a8a07;
    --black-color: #000;
    --light-pink-color: #f2c8ed;
    --range-bg-color: #2e272a;
    --blue-color: #00afdd;
    --green-color: #248529;
    --red-color: #D5605D;
    --bright-green-color: #26C891;
	--orange-color: #F16B67;
	--dark-red-color: #ff0000;
}

body,
html {
    margin: 0 !important;
    padding: 0;
    background: #30313A;
    min-height: 100%;
    letter-spacing: 0.5px;
}

* {
    transition: 0.2s linear all;
    box-sizing: border-box;
}

body {
    padding: 0;
    font-family: "Red Hat Display", sans-serif;
    font-style: normal;
    color: #fff;
    font-size: 12px;
}

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

.wrapper {
    background: var(--dark-color);
    max-width: 100%;
    display: flex;
    padding-bottom: 60px;
    height: 100%;
}

.wrapper .main {
    border-left: 1px solid var(--border-color);
    padding: 25px;
    flex: 1;
    max-width: 100%;
    overflow: hidden;
}

.wrapper h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    margin-bottom: 3px;
    letter-spacing: 0;
}

.wrapper h3 {
    font-size: 18px;
    margin: 0 0 5px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0;
}
.page_start .row{
    max-width: 60%;
    margin: 0 auto;
}
.login_header{
    text-align: center;
    padding: 60px 0;
}
.login_header a{
    display: block;
    width: 200px;
    margin: 0 auto;
}
.login_header a img{
    display: block;
    width: 100%;
    height: auto;
}
.page_start .box{padding: 15px 30px;}
.page_start form p{
    width: 100%;
}
.page_start p a{
    color: #fff;
}
.main .top_part {
    display: flex;
    justify-content: space-between;
    color: var(--white-color);
    align-items: center;
    margin-bottom: 30px;
    gap: 60px;
}
.top_part .user {
    display: flex;
    align-items: center;
    min-width: 210px;
    position: relative;
}
.top_part .user_details{
    position: relative;
    cursor: pointer;
    width: 150px;
}
.top_part .site_list{
    background: #000;
    position: absolute;
    top: calc(100% - 10px);
    right: 0;
    width: 150px;
    padding: 0;
    display: none;
}
.top_part .user.open .site_list{display: block;}
.top_part .site_list li{
    cursor: pointer;
    padding: 10px 15px;
}
.top_part .site_list li:hover{background: #121212;}
.top_part .user img {
    width: 50px;
    height: 50px;
    display: block;
    margin-right: 15px;
}

.top_part h1 {
    margin: 0;
}

.top_part .user_details span {
    font-size: 11px;
    color: var(--grey-color);
    white-space: nowrap;
}

.main .user_details strong {
    display: block;
    margin-bottom: 5px;
}
.table_contain h3{
    color: var(--dark-grey-color);
    font-size: 16px;
    padding-top: 5px;
}
.main .user_details em {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 2px solid var(--white-color);
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    margin-left: 5px;
    z-index: 0;
}

.pagename {
    display: flex;
    align-items: flex-end;
}

.pagename .system_status {
    padding: 5px 10px;
    color: var(--white-color);
    margin-left: 15px;
    text-transform: uppercase;
}
.pagename .system_status[data-status="online"]{
    background: var(--bright-green-color);
}

.pagename .system_status[data-status="offline"]{
    background: var(--dark-red-color);
}

.pagename .system_status[data-status="disconnected"]{
    background: var(--orange-color);
}

.pagename h2{
    margin: 0;
    color: var(--grey-color);
    font-size: 16px;
}
.box.full {
    flex: 1 1 100%;
}

.box.half {
    flex: 1 1 calc(50% - 40px)
}

.box.quarter {
    flex: 1 1 calc(25% - 36px);
}

.box.one_third {
    flex: 1 1 calc(33.33% - 60px);
}

.box.two_third {
    flex: 1 1 calc(66.66% - 24px)
}

.box {
    background: var(--light-dark-color);
    padding: 15px;
    border-radius: 24px;
    overflow: hidden;
}

.rightcontent .box {
    padding: 24px;
}

.box.color_head {
    padding: 0;
}

.box.color_head h2 {
    padding: 15px 30px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.box.color_head .input h2 {
    background: #F16B67;
}

.box.color_head .output h2 {
    background: #B99F79;
}

.box.color_head h2 svg {
    width: 15px;
    height: 15px;
}

.input .green_text {
    margin-bottom: 15px;
}

.box.color_head .wrap {
    padding: 20px 20px 15px;
    position: relative;
}

.box .row {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.row {
    display: flex;
    gap: 24px;
    width: 100%;
}

.box.full_width {
    flex: 0 0 100%;
    padding: 24px;
    max-width: 100%
}

.row .col {
    flex: 1;
}

.main .content.row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.content .leftcontent {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.content .rightcontent {
    flex: 0 0 33%
}

.content .rightcontent .box:not(:last-child) {
    margin-bottom: 10px;
}

.two_equal,
.three_equal {
    display: flex;
    gap: 10px;
}

.two_equal>div,
.three_equal>div {
    flex: 1;
}

.solar_input_panel strong {
    color: var(--white-color);
    display: block;
    margin-bottom: 3px;
}

.solar_input_panel p {
    color: var(--grey-color);
    margin: 0;
}

.subhead {
    color: var(--grey-color);
    margin: 0;
}

.solar_input_panel .number {
    text-align: center;
    color: var(--light-pink-color);
    text-transform: uppercase;
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.solar_input_panel .digit {
    font-size: 150px;
    line-height: 110px;
    font-family: "Red Hat Display", sans-serif;
}

.solar_input_panel .kw {
    font-size: 40px;
    font-weight: bold;
    align-self: flex-end;
}

.range {
    width: 100%;
    height: 4px;
}

.single_color .range {
    background: var(--range-bg-color);
    height: 6px;
}

.temprature .range {
    background: linear-gradient(90deg, #EBFC87 0%, #DC7357 100%);
}

.box .load_percentage .range {
    background: url('assets/img/load_percent_gradient.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.range .bar {
    height: 4px;
    position: relative;
}

.single_color .range .bar {
    background: var(--blue-color);
    height: 6px;
}

.range .bar:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -5px;
}

.single_color .range .bar:after {
    top: -3px;
    width: 12px;
    height: 12px;
}

.diesel_generator_panel li,
.inner_box {
    background: var(--dark-color);
    padding: 10px 12px 12px;
    border-radius: 6px;
}

.diesel_generator_panel li:last-child {
    margin-bottom: 0;
}

.box .label_wrap {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 1em;
}

.box .label_wrap .digit {
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    font-family: "Red Hat Display", sans-serif;
}

.box .single_color .digit {
    color: var(--blue-color);
}

.box .load_percentage .digit {
    color: var(--green-color);
}

.box .temprature .digit {
    background: linear-gradient(90deg, #EAF985 15.63%, #DC7457 92.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.status .status_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    height: 100%;
}
.status .status {
    position: relative;
    height: 100%;
}
.status .status img {
    transform: scale(2.2);
    display: inline-block;
    margin-left: 5px;
}
.status .charge_info {
    display: block;
    padding: 2px 5px;
    background: #97A1B6;
    color: var(--light-dark-color);
}
.status .circle {
    width: 160px;
    height: 160px;
    position: relative;
	margin-right: 50px;
}
.circle .center {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.circle .center span {
    display: block;
    color: #87888C;
}
.circle .center strong {
    font-size: 28px;
    color: var(--bright-green-color);
}
.with_icon {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}
.with_icon+.green_text {
    margin-bottom: 10px;
}
.with_icon.current {
    margin-bottom: 0;
}
.input .col span:last-child,
.output .col span:last-child {
    margin-bottom: 0;
}
.battery .power img {
    transform: scale(2);
    display: inline-block;
}
.battery .current img {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid var(--bright-green-color);
    padding: 2px;
    display: inline-block;
}
.battery .kw,
.battery .ampere {
    display: block;
    font-size: 20px;
    color: var(--bright-green-color);
    font-weight: 600;
    margin-bottom: 5px;
}
.green_text {
    font-size: 20px;
    color: var(--bright-green-color);
    font-weight: 600;
    display: block;
}
.battery .voltage {
    display: block;
    margin-bottom: 5px;
}
.battery .voltage img {
    transform: scale(2);
    padding-left: 5px;
}
.battery .volt {
    color: #F2C8ED;
    font-size: 28px;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
.battery .levels li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1em;
}
.battery .levels li span:last-child {
    color: var(--green-color);
    padding-left: 10px;
    margin-left: 10px;
    border-left: 2px solid #fff;
}

.battery .levels li:last-child {
    margin-bottom: 0;
}
.range {
    position: relative;
    height: 10px;
    background: linear-gradient(90deg, #26C891 0%, #A9DFD8 63.38%, #F4904F 79.26%, #DC7457 100%);
    border-radius: 10px;
}
.range .current_output {
    width: 2px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: -4px;
}
.profile_box {
    text-align: center;
    padding: 10px 0;
}
.profile_box figure {
    margin: 0 auto 15px;
    position: relative;
    width: 140px;
    height: 140px;
}
.profile_box figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}
.profile_box figure .edit {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: #F16B67;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.battery .unit_loc img{
    display: block;
    height: 175px;
    width: 100%;
    object-fit: cover;
}
.profile_box .edit svg {
    width: 50%;
}
.profile_box h2 {
    margin: 0 0 8px;
    font-weight: 500;
}
.profile_box p {
    font-size: 12px;
    font-weight: normal;
    color: var(--grey-color);
    margin: 0;
}
.energy_mix .col {
    flex: 0 0 100px;
}
.energy_mix .col:last-child {
    flex: 0 0 160px;
}
.energy_mix h2 {
    font-weight: 600;
    margin: 0 0 5px;
}
.energy_mix h3 {
    color: #7A7A7A;
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 30px;
}
.energy_mix li {
    position: relative;
    margin-bottom: 20px;
    font-size: 14px;
}/*
.energy_mix li:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid red;
    border-radius: 50%;
    display: block;
    margin-bottom: 5px;
}
.energy_mix li span:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
    background: green;
    border-radius: 50%;
}
.energy_mix li:nth-child(1),
.energy_mix li:nth-child(1):before {
    border-color: #45AAC5;
    color: #45AAC5;
}
.energy_mix li:nth-child(2),
.energy_mix li:nth-child(2):before {
    border-color: #26C891;
    color: #26C891;
}
.energy_mix li:nth-child(3),
.energy_mix li:nth-child(3):before {
    border-color: #8CDFF5;
    color: #8CDFF5;
}
.energy_mix li:nth-child(1) span:before {
    background: #45AAC5;
}
.energy_mix li:nth-child(2) span:before {
    background: #26C891;
}
.energy_mix li:nth-child(3) span:before {
    background: #8CDFF5;
}*/
.energy_mix li:last-child {
    margin-bottom: 0;
}
.energy_mix canvas {
    width: 160px;
}
.password_update {
    padding: 15px 0;
}
.password_update h3 {
    margin: 0 0 5px;
    font-weight: 500;
}
.password_update h4 {
    font-size: 12px;
    margin: 0;
    color: #7A7A7A;
    font-weight: normal;
}
form {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
form label {
    display: block;
    margin-bottom: 10px;
}
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form input[type="text"],
form input[type="number"] {
    display: block;
    width: 100%;
    background: var(--dark-color);
    height: 45px;
    border: 0;
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
}
form fieldset {
    margin: 0 0 15px;
    padding: 0;
    border: 0;
    flex: 0 0 100%;
}
form fieldset.half{flex: 0 0 calc(50% - 12px);}
form input[type="submit"] {
    display: block;
    width: 100%;
    border: 0;
    background: #20AEF3;
    color: #fff;
    padding: 15px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.system_alerts ul {
    padding: 24px 0 0;
}
.system_alerts li {
    margin-bottom: 6px;
    background: var(--dark-color);
    padding: 10px 12px 10px 60px;
    border-radius: 6px;
    position: relative;
}
.diesel_generator .system_alerts li {
	background: #21222D;
}
.system_alerts li:before{
    content: "\e90b";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'icomoon';
    color: #feb95a;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 22px;
    justify-content: center;
}
.system_alerts li:last-child {
    margin-bottom: 0;
}
.system_alerts li h4 {
    color: #feb95a;
    margin: 0;
    font-size: 16px;
    line-height: 1.4em;
}
.system_alerts li p {
    margin: 0;
    font-size: 14px;
    color: var(--grey-color);
}
.battery .alerts.box{
    padding-top: 30px;
    font-weight: 400;
}
.more_list {
    position: relative;
}
.notification .up {
	width: 0;
    height: 0;
    position: absolute;
    top: 40px;
    left: calc(50% - 20px);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid var(--grey-color);
    cursor: pointer;
    transform: rotate(180deg);
}
.system_alerts .up {
	top: -15px;
}
.notification.system_alerts li {
	background-color: #21222D;
}
.more {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -16px;
    left: calc(50% - 20px);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid var(--grey-color);
    cursor: pointer;
}
.battery_info.row,
.battery_info+.full_width {
    margin-bottom: 24px;
}
.battery_info .box {
    box-sizing: border-box;
}
.battery_info .box:nth-child(1) {
    flex: 0 0 23%;
}
.battery_info .box:nth-child(2) {
    flex: 0 0 19%;
}
.battery_info .box:nth-child(3) {
    flex: 0 0 23%;
}
.battery_info .box:nth-child(4) {
    flex: 0 0 30%;
}
.omnigraph .filters {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 20px 25px 40px;
    justify-content: flex-end;
}
.top_part + .filter{margin-bottom: 15px;}
.omnigraph .filters>button,
.datewrap {
    background: var(--dark-color);
    margin: 0;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    border: 0;
}
.omnigraph .filters input::placeholder {
    color: #fff;
}
.filters .download_btn {
    margin-left: 50px;
    background: var(--green-color) !important;
    cursor: pointer;
    padding: 8px 15px;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
	color: inherit;
    text-decoration: none;
    font-size: inherit;
}
.filters .download_btn:after {
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    /* content: ""; */
    margin-left: 5px;
}
.equal_cols .box {
    flex: 1;
}
.saving .row {
    padding-top: 30px;
    gap: 12px;
}
.saving h2 {
    margin-bottom: 5px;
}
.saving h3 {
    margin: 0 0 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.saving h3 span{
    font-size: 28px;
}
.saving .col:first-child h3 span{color: #FEB95A;}
.saving .col:last-child h3 span{color: #20AEF3;}
.saving p{
    font-size: 14px;
    color: var(--grey-color);
    margin: 0;
}
.saving h3 img {
    width: 20px;
    margin-right: 10px;
}
.saving .col:last-child h3 img {
    width: 15px;
}
.saving .col,
.inner_box{
    background: var(--dark-color);
    padding: 24px;
    border-radius: 12px;
    overflow: hidden;
}
.inner_box{height: 100%;}
.inner_box.status{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.saving .ltr {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 10px;
    display: block;
}
.saving .col:first-child .ltr {color: #feb95a;}
.saving .col:last-child .ltr {color: #20aef3;}
.temperature h3 {
    margin-bottom: 24px;
}
.temperature li {
    background: var(--dark-color);
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.temperature li:nth-child(even) {
    background: transparent;
}
.omnigraph .canvas_wrap {
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
}
.canvas_wrap canvas {
    max-width: 100%;
    height: 360px;
    /* padding-right: 50px; */
	width: 100%;;
}
.canvas_wrap .left span{
    transform: rotate(-90deg);
    font-size: 24px;
    color: var(--grey-color);
}
.canvas_wrap .left{
    align-items: center;
    padding-right: 15px;
	flex: 0 0 8%;
}

.canvas_wrap .graph{
	width: 100%;
}
.canvas_wrap .left,
.canvas_wrap .right {
    display: flex;
}
.canvas_wrap .title {
    color: var(--grey-color);
    text-orientation: mixed;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    align-self: center;
}
.canvas_wrap ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0 30px;
}
.canvas_wrap ul li {
    width: 75%;
    white-space: nowrap;
}
.canvas_wrap .right ul {
    padding: 0;
}
.datewrap {
    display: flex;
    align-items: center;
    position: relative;
    width: 165px;
}
.datewrap input {
    background: transparent;
    border: 0;
    outline: none;
    margin: 0 -10px 0 5px;
    max-width: 100%;
    width: 90%;
    color: #fff;
}
.datewrap span{
    color: #FCB859;
    font-size: 16px;
}
.datewrap:after {
    border-top: 8px solid var(--grey-color);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
}
.sidebar .toggle {
    display: block;
    cursor: pointer;
}
.hybrid_status {
    text-align: center;
    padding: 15px 0 80px;
}
.hybrid_status span {
    font-size: 15px;
}
.hybrid_status h2 {
    font-size: 18px;
}
.hybrid_status .col {
    border-left: 1px solid #7a7a7a;
    padding-left: 30px;
}
.hybrid_status .col:first-child {
    border: 0;
    padding-left: 0;
}
.hybrid_status .col:nth-child(1) h2 {
    color: #C6A661;
}
.hybrid_status .col:nth-child(2) h2 {
    color: #7C8A54;
}
.hybrid_status .col:nth-child(3) h2 {
    color: #A97C50;
}
.hybrid_status .col:nth-child(1) span {
    color: #A97C50;
    background: url('assets/img/arrow_up.svg');
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 25px;
    display: inline-block;
}
.hybrid_status .col:nth-child(2) span {
    color: #8DB369;
}
.hybrid_status .col:nth-child(3) span {
    color: #9E8C72;
}
.data_connection .head_box {
    width: 240px;
    background: var(--dark-color);
    border-radius: 18px;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}
.data_connection .color_head {
    margin: 0;
    padding: 8px 15px 8px 30px;
    background: #F16B68;
    border-radius: 18px 18px 0 0;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
    display: flex;
    align-items: center;
}
.data_connection .color_head.dark_orange {
    margin-bottom: 30px;
}
.color_head.dark_orange+.inner strong {
    margin-bottom: 30px;
}
.head_box strong {
    font-size: 28px;
    font-weight: 500;
    display: block;
}
.color_head.light_orange {
    background: #EA9E52;
}

.color_head.grey_orange {
    background: #B99F79;
}
.color_head.dark_orange {
    background: #F4904F;
}
.color_head.light_green {
    background: #77A390;
}
.color_head.color_yellow {
    background: #D1B16B;
}
.head_box .labels {
    padding: 15px 0 5px;
    font-size: 16px;
}
.head_box .inner {
    padding: 24px;
}
.head_box .labels li {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.head_box .labels em,
.head_box .labels li span:first-child {
    font-style: normal;
    color: var(--grey-color);
}
.data_connection .col:last-child .head_box {
    margin-left: auto;
}
.data_connection .inverter {
    text-align: center;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    background: var(--light-dark-color);
}
.data_connection .inverter.small {
    margin: 0 0 24px auto;
}
.data_connection .inverter.small img {
    width: 80px;
}
.center_box {
    margin: 0 auto;
}
.data_connection .inverter img {
    width: 100px;
}
.data_connection .inverter p {
    margin: 30px 0 0;
    background: #97A1B6;
    border-radius: 0 0 12px 12px;
    padding: 15px;
    font-size: 18px;
    color: #21222D;
    font-weight: 600;
}
.color_grey {
    color: var(--grey-color);
}
.data_connection .discharge {
    padding: 15px 0 10px;
    font-size: 14px;
}
.data_connection .discharge li {
    margin-bottom: 25px;
    display: flex;
}
.discharge li span:nth-child(2) {
    margin-left: auto;
    font-size: 16px;
    padding-right: 3px;
}
.new ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
}
.head_box.new strong {
    display: block;
    margin-bottom: 15px;
}
.head_box.new .inner>span {
    font-size: 16px;
}
.data_connection .row:last-child {
    align-items: flex-end;
}
.pt_24 {
    padding-top: 24px;
}
.pt_32 {
    padding-top: 32px;
}
.notification ul {
    max-height: 160px;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}
.notification li {
    background: var(--dark-color);
    margin-bottom: 12px;
    padding: 10px 15px 10px 65px;
    position: relative;
    border-radius: 12px;
}
.notification li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 7px;
    width: 40px;
    height: 40px;
    font-family: 'icomoon';
    text-align: center;
    font-size: 35px;
}
.notification li.battery:before {
    content: "\e905";
    color: #A9DFD8;
}
.notification li.tempreture:before {
    content: "\e904";
    color: #FEB95A;
}
.notification li.disconnect:before {
    content: "\e910";
    color: var(--red-color);
    font-size: 30px;
}
.notification li strong {
    display: block;
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 16px;
}
.battery_storage h2 {
    margin-bottom: 30px;
}
.battery_storage .imgwrap {
    width: 180px;
    position: relative;
}
.battery_storage .imgwrap span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 36px;
    text-align: center;
    font-size: 18px;
    color: #26C891;
}
.battery_storage img {
    display: block;
    width: 100%;
}
.battery_storage ul {
    padding: 0;
    font-size: 16px;
}
.battery_storage li:not(:last-child) {
    margin-bottom: 15px;
}
.battery_storage li strong {
    display: block;
    font-size: 32px;
    font-weight: 500;
    padding-top: 6px;
}
.battery_storage .row {
    justify-content: center;
}
.battery_storage li:first-child strong {
    color: #26C891;
}
.battery_storage li:last-child strong {
    color: #F2C8ED;
}

.diesel_generator {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.countdown {
    display: flex;
    gap: 16px;
    text-align: center;
}
.countdown li {
    position: relative;
}
.countdown li:not(:first-child):before {
    content: ":";
    position: absolute;
    left: -11px;
    top: -2px;
    color: #26C891;
    font-size: 18px;
}
.countdown strong {
    font-weight: normal;
    display: block;
    color: #26C891;
    font-size: 18px;
}

.half_doughnout_wrap {
    margin: -40px 0;
    position: relative;
}

.half_doughnout_wrap:before {
    width: 4px;
    height: 100px;
    border-radius: 30px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
}

/* diesel-generator page styling STARTS HERE */
/* TOP 3 column styling */
.diesel_generator .col:last-child {
    border-left: 1px solid #494A55;
    padding-left: 19px;
    flex: none;
}

.diesel_generator .col h2 {
    border-right: 1px solid #494A55;
    display: inline-block;
    padding: 9px 0;
    padding-right: 15px;
    margin: 0;
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.diesel_generator .row {
    align-items: center;
    justify-content: space-between;
}

/* QUATER BLOCK STYLING */

.circle .center .fuel,
.circle .center .remaining {
    color: #fff;
    font-size: 12px;
}

.circle .center .remaining {
    font-size: 9px;
}

.circle .center .percentage {
    font-size: 18px;
    color: #fff;
}

.load-kw {
    display: flex;
    background: #2B2C37;
    border-radius: 4px;
    padding: 15px 12px;
    align-items: center;
    margin-top: 14px;
}

.bat_effc strong {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bat_effc span {
    color: #bcc7e1;
    font-family: "Red Hat Display", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 90px;
    display: inline-block;
}

.bat_effc {
    display: flex;
    align-items: center;
    gap: 6px;
}

span.kw {
    color: #F2C8ED;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 9px;
}

.load {
    padding-right: 17px;
    color: #26C891;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 50%;
    border-right: 2px solid #21222D;
}

.load span {
    color: #7A7A7A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}

.page-id-14 .filters {
    display: none;
}

.page-id-14 .omnigraph h2 {
    display: none;
}

.title_wrap.two_col {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.title_wrap.two_col h2 {
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-right: 13px;
    border-right: 1px solid #494A55;
    margin-right: 16px;
    margin-bottom: 0;
}

.w-100 {
    width: 100%;
}

.box.quarter svg {
    height: auto;
    width: 100%;
}

.bottom .top {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bottom .temperature {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bottom_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: -8px;
}

.gray_bg {
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: #2B2C37;
    padding: 15px 4px;
}


.gray_bg .label_wrap .digit {
    margin: 0;
    color: #26C891;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 2px;
    background: #21222D;
    display: inline-block;
    padding: 10px 5px;
    margin-right: 4px;
}

.gray_bg .label_wrap {
    margin: 0;
}

.gray_bg .range .bar {
    background: #26C891;
}

.gray_bg .range {
    background: #21222D;
    border-radius: 0;
}

.gray_bg .range .bar:after {
    right: -2px;
}

.load-info {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.percentge span {
    color: #7A7A7A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}

.percentge strong {
    color: #26C891;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.load-info ul {
    margin: 0;
    padding: 0;
}

.load-info li {
    color: #7A7A7A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2px;
    position: relative;
}

.load-info li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    top: 5px;
    left: -12px;
}

.battery_level {
    padding-left: 14%;
}

.battery_level svg {
    width: 100%;
    height: auto;
    padding: 0 20px;
    margin-top: 20px;
}

.battery_level ul {
    display: flex;
    gap: 50px;
    margin-top: 12px;
    padding: 0 20px;
}

.battery_level ul li {
    display: flex;
    gap: 5px;
}
.battery_level li:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: block;
    margin-bottom: 5px;
}
.battery_level li span:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
    border-radius: 50%;
}
/*
.battery_level li:nth-child(1),
.battery_level li:nth-child(1):before {
    border-color: #F16B67;
    color: #F16B67;
}

.battery_level li:nth-child(2),
.battery_level li:nth-child(2):before {
    border-color: #26C891;
    color: #26C891;
}

.battery_level li:nth-child(3),
.battery_level li:nth-child(3):before {
    border-color: #20AEF3;
    color: #20AEF3;
}

.battery_level li:nth-child(1) span:before {
    background: #F16B67;
}

.battery_level li:nth-child(2) span:before {
    background: #26C891;
}

.battery_level li:nth-child(3) span:before {
    background: #20AEF3;
}
	*/
.battery_level li,
.battery_level li:before {
	border-color: var(--profile-color);
    color: var(--profile-color);
}

.battery_level li span:before {
	background: var(--profile-color);
}
.guage .circle {
    height: 170px;
    width: 100%;
}
.guage #battery {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.guage h2{
    text-align: center;
}
.box.quarter svg {
    max-height: 175px;
}
.svg-wrap svg {
    max-width: 300px;
}

.svg-wrap {
    text-align: center;
}
/* diesel-generator page styling ENDS HERE */


/* HOME ENDS HERE */
/* METRICS */
.big {
    font-family: "Red Hat Display", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.red{
    color: var(--red-color);
}
.yellow{
    color: #FEB95A;
}
.blue{
    color: #20AEF3;
}
.lightb{
    color: #8CDFF5;
}
.kmetrics{
    margin-top: 35px;
}
.fleet ul {
    display: inline-flex;
    gap: 36px;
}
.fleet h2 {
    margin-bottom: 17px;
}
.smetrics .col {
    flex: auto;
}
.energy_mix.fleet .row {
    padding-top: 0;
}
.kmetrics h3 {
    margin-bottom: 26px;
}

.emissions h3 {
    margin-bottom: 90px;
    margin-left: 14px;
    margin-top: 16px;
}
.dark {
    border-radius: 6px;
    background: #171821;
    padding: 10px;
}

.upcoming {
    text-align: center;
}
.upcoming h3 {
    color: var(--red-color);
}
.upcoming h2 {
    margin-bottom: 12px;
}
.fleet_status .inner_box{
    padding: 30px;
    width: 100%;
    height: auto;
    margin-top: auto;
}
.fleet_status p{
    margin: 0 0 20px;
    flex-basis: 100%;
}
.fleet_status h3{margin-bottom: 10px;}
.level{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.level .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
img.fuel {
    width: 65px;
    height: auto;   
    aspect-ratio: 1/1;
    object-fit: contain;
}
.blueBattery{
    width: 35px;
    margin-right: 15px;
}
.home-bottom{
    margin-top: 10px;
}
.co2-progress h2 {
    margin-bottom: 15px;
}
.co2-progress h3 {
    margin-top: 30px;
}
.percentages span {
    display: inline-flex;
    border-radius: 5px;
    background: #26C891;
    color: #21222D;
    font-size: 12px;
    padding: 10px 5px;
    width: 38px;
    text-align: center;
    font-weight: 500;
    position: relative;
    align-items: center;
    justify-content: center;
}

.percentages {
    display: flex;
    gap: 60px;
    margin-top: 30px;
}

.percentages span:not(:last-child):after {
    content: "";
    background: #26C891;
    display: block;
    position: absolute;
    width: 60px;
    height: 4px;
    top: 50%;
    left: 38px;
}
.percentages span.active {
    background: linear-gradient(90deg, #26C891 0%, #20AEF3 101.41%);
}

.percentages span.active+span ,
.percentages span.active+span+span  ,
.percentages span.active+span+span+span ,
.percentages span.active+span+span+span+span ,
.percentages span.active+span+span+span+span+span {
    background: transparent;
    color: #26C891;
    border-radius: 5px;
    border: 2px solid #25C792;
}
.energy-level {
    padding: 0;
    margin-top: 20px;
}

.energy-level ul {
    justify-content: center;
    gap: 44px;
}
.energy-level li span {
    line-height: 20px;
}
.energy-level li span {
    line-height: 20px;
}
.search input {
    width: 90%;
    background: transparent;
    color: #D2D2D2;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 0;
    border-right: 2px solid #2F3039;
    margin-right: 10px;
    padding-left: 10px;
}
.search input::placeholder{
    color: #D2D2D2;
    opacity: 1;
}
.search img {
    width: 20px;
}
.search {
    display: flex;
    align-items: center;
    background: var(--light-dark-color);
    padding: 15px;
    border-radius: 24px;
    overflow: hidden;
}
.filter .half {
    flex: 1 1 calc(50% - 40px);
}
.filter .half span {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.filter span[class^="icon-"]{
    font-size: 20px;
    width: 60px;
    text-align: center;
    color: #fff;
}
.filter .half .btn-blue span{
    margin: 0;
    width: 25px;
    font-size: 12px;
}
input:focus-visible {
    outline: 0;
}
.dropdowns .field {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 13px;
    border-radius: 4px;
    background: #21222D;
    padding: 10px;
}

.dropdowns ul {
    display: none;
}

.dropdowns {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.dropdowns .more {
    margin: 0;
    right: 10px;
    left: auto;
    top: 6px;
}


.dropdowns .col {
    flex: auto;
}

.btn-blue {
    color: #FFF;
    font-family: "Red Hat Display", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    background: #20AEF3;
    padding: 9px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.dropdowns ul {
    position: absolute;
    display: none;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    background: var(--light-dark-color);
    padding: 15px;
    border-radius: 0;
    z-index: 1;
}

.fieldwrap {
    position: relative;
    cursor: pointer;
}
.dropdowns ul li {
    margin-bottom: 8px;
    padding: 5px 0;
}
.dropdowns ul li:hover {
    color: #45aac5;
    cursor: pointer;
}
.site_table{padding-top: 15px;}
.site_table table{
    width: 100%;
    background: var(--dark-color);
    border: 0;
    padding: 0;
    border-collapse: collapse;
    color: #8790A6;
    font-size: 16px;
    font-weight: 600;
}
.site_table table th{color: #fff;}
.site_table table td,
.site_table table th{
    border-bottom: 1px solid var(--dark-grey-color);
    padding: 20px 15px;
    text-align: center;
}
.site_table a{
    color: #bcc7e1;
    text-decoration: none;
}
.site_table a:hover{text-decoration: underline;}
.site_table table th:first-child{width: 200px;}
.site_table table td.online{color: var(--bright-green-color);}
.site_table table td.red{color: var(--red-color);}
.site_table p{
    color: var(--grey-color);
    margin: 0 0 15px;
}
.site_table tr.offline td{opacity: 0.6;}
.site_table tr.offline td:nth-child(1),
.site_table tr.offline td:nth-child(2){opacity: 1;}
.efficency_tips{
    text-align: center;
}
.battery .efficency_tips{text-align: left;}
.efficency_tips p{
    color: var(--red-color);
    font-style: italic;
    font-size: 18px;
}
.two_item{
    display: flex;
    gap: 10px;
}
.blurb{
    display: flex;
    align-items: center;
    text-align: center;
    padding: 20px;
    flex: 0 0 calc(40% - 10px);
    gap: 30px;
}
.icon_box .blurb{display: block;}
.icon_box .blurb span{
    display: block;
    margin-bottom: 15px;
    color: #F2C8ED;
    font-size: 82px;
}
.fleet_status{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.upcoming.blurb{height: 100%;}
.fleet_status h2{
    margin-bottom: 8px;
    flex-basis: 100%;
}
.blurb span{
    color: #fff;
    font-size: 52px;
}
.two_item .efficency_tips{
    flex: 0 0 60%;
}
.blurb div{
    flex: 0 0 calc(100% - 150px);
}
.input h2{
    background: #636d84;
    padding: 10px 20px;
    margin: -12px -12px 0;
}
.input .row,
.output .row{
    align-items: center;
    height: 100%;
}
.input .left{
    text-align: center;
    flex-basis: 50%;
}
.input .left p{
    margin: 0;
    font-size: 15px;
}
.gen_control .wrap{
    display: flex;
    align-items: center;
}
.input .big{
    font-size: 42px;
    margin: 0;
    font-weight: bold;
}
.input .big em{
    font-style: normal;
    font-size: 18px;
}
.color_col{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
}
.battery .inner_box.output,
.battery .inner_box.input{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.color_col li{
    flex: 0 0 calc(50% - 15px);
    font-weight: 600;
}
.color_col li em{
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
}
.color_col li span{
    display: block;
    width: 100%;
}
.color_col li span:first-child{
    font-size: 15px;
    font-weight: normal;
    font-family: "Red Hat Display", sans-serif;
    display: block;
    margin-bottom: 5px;
}
.color_col li:nth-child(1) span:last-child{color: #FEB95A;}
.color_col li:nth-child(2) span:last-child{color: #F2C8ED;}
.color_col li:nth-child(3) span:last-child{color: #20AEF3;}
.color_col li:nth-child(4) span:last-child{color: var(--dark-grey-color);}

.color_col li span:last-child{
    font-size: 32px;
}
.power_rating{
    padding: 0 0 0 60px;
    font-size: 16px;
    flex: 1;
    margin: 0 0 -16px;
}
.gen_status ul{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.gen_status .power_rating li{
    flex: 0 0 calc(50% - 4px);
    padding: 15px;
}
.power_rating li{
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid #2C2D33;
    font-weight: 500;
    justify-content: space-between;
}
.power_rating li span:first-child{
    font-style: italic;
    color: #bcc7e1;
    font-weight: 300;
}
.power_rating li:last-child,
.gen_status li:nth-last-child(2){border: 0;}

.half_circle{
    background: url('assets/img/half-circle.png');
    width: 200px;
    height: 102px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 15px;
}
.half_circle .line{
    width: 6px;
    height: 107px;
    display: block;
    position: absolute;
    left: calc(50% - 2px);
    bottom: 0;
    /* transform: rotate(-90deg); */
    transform-origin: bottom;
}
.half_circle .line span{
    display: block;
    width: 4px;
    height: 45px;
    background: #fff;
    border-radius: 10px;
}
.half_circle .inside_circle{
    position: relative;
    top: -3px;
    color: var(--bright-green-color);
    font-style: italic;
    font-size: 16px;
}
.output .left{
    text-align: center;
    padding-left: 50px;
}
.output .bottom strong{font-size: 42px;}
.output .bottom strong span{font-size: 18px;}
.output .bottom p{
    margin: 0;
    font-style: italic;
    color: var(--grey-color);
}
.output .wrap{
    display: flex;
}
h2.heading_icon,
h3.heading_icon{
    margin: -24px -24px 0;
    background: var(--red-color);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.hybrid h3.heading_icon{margin: -12px -12px 0}
h3.heading_icon{margin-bottom: 8px;}
.ac_mains .heading_icon{background: var(--dark-grey-color);}
.batt_stor .heading_icon{background: #1565C0 ;}
.generator .heading_icon{background: #D68B3F ;}
.ac_solar .heading_icon{background: #77A390 ;}
.site_load .heading_icon{background: #D1B16B ;}

.input h2.heading_icon{background: #636D84;}
.unit_loc{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.unit_loc figure{
    height: 100%;
    overflow: hidden;
}
.unit_loc figure img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.unit_loc h2{
    margin: 0;
    border-radius: 12px 12px 0 0;
    background: var(--green-color);
}
.diesel_generator .inner_box{height: 100%;}
.output h2{margin-bottom: 30px;}
.gen_status h2 span{font-size: 16px;}
.gen_control .left{
    flex-basis: 60%;
    border-right: 1px solid #8790A6;
    padding-right: 25px;
}
.gen_control .power_rating{padding-left: 25px;}
.gen_control .right{flex-basis: 40%;}
.gen_control h2,
.status h2{
    background: #1565C0;
    margin-bottom: 15px;
}
.gen_control .power_rating li{
    background: #21222D;
    border: 0;
    margin-bottom: 10px;
    padding: 16px;
    border-radius: 12px;
}
.unit_totals h2{
    background: #636D84;
    margin-bottom: 15px;
}

.unit_totals .power_rating{padding: 0;}
.unit_totals .power_rating li{padding: 20px 30px 20px 15px;}
.gen_control p{
    margin: 0 0 5px;
    color: var(--grey-color);
    font-style: italic;
}
.gen_control .left > div{
    margin-bottom: 5px;
    background: #21222D;
    padding: 10px;
    border-radius: 5px;
}
.gen_control .left ul{
    display: flex;
    gap: 5px;
}
.gen_control .left li{
    flex: 1;
    padding: 8px 5px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}
.opr_mode li{background: var(--dark-grey-color); cursor: context-menu !important;}
.opr_mode li.active{background: #20AEF3;}
.mcb_alaram li{border: 1px solid #fff;}
.start_stop li:first-child{background: var(--green-color);}
.start_stop li:last-child{background: var(--red-color);}
.status_wrap strong {
	margin-top: 25px;
    display: block;
    text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
.unit_loc h3{
    text-align: center;
    font-weight: 300;
    padding-top: 10px;
    color: var(--grey-color);
    font-style: italic;
}
.status .color_col{
    width: 100%;
    justify-content: flex-end;
    text-align: right;
}
.status .color_col.full-width {
	flex-basis: 100%;
	text-align: left;
}
.status .color_col.full-width li {
	flex: 0 0 100% !important;
}
/*.status .color_col li:first-child{flex-basis: 100%;}
.status .color_col li:first-child span em{
    display: block;
    font-style: italic;
    font-size: 10px;
    color: var(--red-color);
}
.status .color_col li span:last-child{color: #26C891;}
.status .color_col li:nth-child(1) span:last-child{color: #F2C8ED;}
.status .color_col li span:last-child{font-size: 28px;}*/

#multiLineChart{
    max-height: 350px;
    max-width: 100%;
}
.color_labels{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    gap: 60px;
    padding-top: 20px;
    font-size: 15px;
}
.color_labels span{
    display: inline-block;
    margin-right: 10px;
}
.color_labels li:nth-child(1){color: #bcc7e1;}
.color_labels li:nth-child(2){color: var(--red-color);}
.color_labels li:nth-child(3){color: #B99F79;}
.five_cols .row{
    display: flex;
    gap: 8px;
    background: url('assets/img/power_mix.png');
    padding-top: 80px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 78%;
    transition: 0.3s linear all;
}
.five_cols.hide_phase .row{
    background: none;
    padding-top: 0;
}
.five_cols .col{
    flex: 1;
    background: #171821;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.five_cols h2{margin-bottom: 10px;}
.five_cols .hide{
    display: inline-block;
    margin-bottom: 30px;
    color: #20AEF3;
    font-weight: 300;
    font-style: italic;
    text-decoration: underline;
    cursor: pointer;
    transition: 0.3s linear all;
}
.five_cols .first{
    text-align: center;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #383838;
    padding: 5px 0;
}
.five_cols .first strong{
    font-size: 42px;
    font-weight: 600;
    color: var(--bright-green-color);
    flex-basis: 50%;
}
.five_cols .first strong em{
    font-style: normal;
    font-size: 24px;
}
.five_cols .first span{
    align-self: flex-end;
    padding-bottom: 10px;
}
.five_cols .color_col{
    width: 100%;
    text-align: center;
    padding-top: 10px;
    gap: 10px;
}
.five_cols .batt_stor .discharge{
    align-self: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 5px;
}
.five_cols .batt_stor .discharge em{
    width: 100%;
    font-style: normal;
}
.five_cols .batt_stor .discharge em:first-child{
    font-style: italic;
    color: #F16B67;
}
.five_cols .batt_stor .first strong{color: #F16B67;}
.hybrid .unit_loc img{
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.hybrid .alerts li{
    background: #21222D;
}
.color_col.one_big{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    place-items: center;
}
.color_col.one_big li:first-child{
    grid-row: span 2;
    font-family: "Red Hat Display", sans-serif;
}
.color_col.one_big li:first-child span:last-child{
    font-size: 42px;
    line-height: 1em;
    font-family: "Red Hat Display", sans-serif;
}
.color_col.one_big li:first-child span:last-child em{font-size: 42px;}
.batt_stor .color_col.one_big li:first-child span:last-child{color: #F16B67;}
.ac_solar .color_col.one_big li:first-child span:last-child{color: var(--bright-green-color);}
.one_third.updt_pass{flex: 0 0 30%;}

.author_details{
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--grey-color);
}
.author_details li{
    background: var(--dark-color);
    margin-bottom: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}
.author_details li:last-child{margin-bottom: 0;}
.author_details li span{
    display: block;
    margin-bottom: 5px;
}
.author_details li .details{
    font-size: 12px;
}
.author_details i{
    font-size: 18px;
    color: #A9DFD8;
}
.sidebar{
    color: var(--white-color);
}
.menu{
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: 600;
    font-size: 15px;
    z-index: 1;
}
.menu li{
    margin-bottom: 15px;
    padding: 0 30px;
    position: relative;
}
.menu li:after{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 10px;
    background: #A9DFD8;
}
.collapsed .menu .current-menu-item:after{content: "";}
.menu i{
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
}
.collapsed .menu i{margin-right: 0;}
.collapsed .menu a{
    justify-content: center;
    
}
.collapsed .menu .current-menu-item a{
    background: transparent;
    color: #A9DFD8;
}
.menu svg{margin-right: 10px;}
.menu a{
    color: var(--grey-color);
    text-decoration: none;
    display: block;
    padding: 12px 15px;
    border-radius: 5px;
    display: flex;
    white-space: nowrap;
    align-items: center;
    height: 43px;
}
.menu .current-menu-item a,
.menu li:hover a{
    background: var(--accent-color);
    color: var(--black-color);
}
.collapsed .menu li:hover a,
.collapsed .menu li.active a{
    background: transparent;
    color: var(--grey-color);
}
.sidebar.collapsed .menu li span{display: none;}
.sidebar.collapsed li.active a,
.sidebar.collapsed .menu li a:hover{
    background: transparent;
    color: var(--accent-color);
}
.logo{
    display: block;
    overflow: hidden;
    padding: 30px;
}

.collapsed .logo{
    padding: 30px;
    width: 100%;
}
.collapsed .menu .active:after{
    width: 3px;
    top: 0;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    background: var(--accent-color);
    border-radius: 30px;
}
.logo .small,
.collapsed .logo img:not(.small){display: none;}
.collapsed .logo .small{display: block;}
@media(max-width: 1600px) {

    .content .rightcontent {
        display: flex;
        width: 100%;
        gap: 10px;
        flex-wrap: wrap;
    }

    .content .rightcontent .box {
        flex: 1;
    }

    .content .leftcontent {
        margin-bottom: 10px;
    }

    .content .rightcontent .box:last-child {
        flex: 0 0 100%;
        box-sizing: border-box;
    }

    .battery_info.row {
        flex-wrap: wrap;
    }

    .battery_info .box {
        flex: 0 0 48% !important;
    }
    .battery .box.one_third{
        flex: 1 1 calc(50% - 10px);
    }
    .input .big{font-size: 72px;}
    .color_col li span:last-child{font-size: 42px;}
    .input .left{
        padding-top: 30px;
    }
    .input .row, .output .row{display: block;}
    .color_col{
        width: 100%;
        text-align: center;
        padding-top: 15px;
    }
    .battery .unit_loc img{height: 200px;}
    .output .left{padding: 0;}
    .power_rating{padding-left: 20px;}
    .two_item{
        flex-wrap: wrap;
    }
    .five_cols .row{
        flex-wrap: wrap;
        background: transparent;
        padding-top: 0;
    }
    .five_cols .col{flex: 0 0 calc(50% - 5px);}
    .five_cols .hide{display: none;}
    .five_cols h2{margin-bottom: 20px;}
    .filter .half:first-child{flex: 1 1 calc(40% - 40px)}
    .filter .half:last-child{flex: 1 1 calc(60% - 40px)}
    .fleet_status{height: auto;}
    .battery .box.half,
    .battery .box.half + .one_third{
        flex: 1 1 calc(33% - 24px);
        box-sizing: border-box;
    }
    .battery .box.one_third{
        flex: 1 1 calc(50% - 24px);
    }
    .status .status_wrap{flex-wrap: wrap;}
    .status .circle{margin: 0 auto;}
    .status .color_col{text-align: center;}
    .gen_status ul{
        padding-top: 30px;
        justify-content: space-between;
    }
    .gen_status .power_rating li{
        padding: 15px 5px;
        flex-basis: 45%;
    }
}

@media(max-width: 1320px) {
    .bottom_3.row {
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .bottom_3.row .box:first-child {
        flex: 0 0 100%;
        box-sizing: border-box;
    }
    .hybrid .rightcontent .box:first-child {
        flex: 0 0 100%;
    }

    .first_col:before,
    .first_col:after {
        right: -21px;
    }
    .battery .box.half, .battery .box.half + .one_third,
    .diesel_generator .box.half,
    .blurb,
    .two_item .efficency_tips,
    .filter .half:first-child,
    .battery .box.one_third,
    .filter .half:last-child{flex-basis: 100%}
    .filter .row{flex-wrap: wrap;}
    .upcoming.blurb{height: auto;}
    .upcoming.blurb div,
    .efficency_tips.blurb div{text-align: left;}
    .main .content.hybrid .box:nth-last-child(1),
    .main .content.hybrid .box:nth-last-child(2),
    .main .content.hybrid .box:nth-child(5){flex-basis: 100%;}
    .unit_totals .power_rating li{padding: 20px 0;}
}

@media(max-width: 1100px) {
    .two_equal {
        display: block;
    }

    .leftcontent .box.one_third,
    .content .rightcontent .box {
        flex: 1 1 calc(50% - 40px);
    }
    .content .rightcontent,
    .omnigraph .filters {
        flex-wrap: wrap;
    }
    .wrapper {
        width: 100%;
        max-width: 100%;
    }
    .canvas_wrap canvas {
        height: 300px;
    }
    .filters .datewrap {
        flex: 0 0 44%;
    }
    .data_wrap .row {
        gap: 12px;
        flex-wrap: wrap;
    }
    .data_wrap .row .col {
        flex: 0 0 100%;
    }
    .first_col:before,
    .first_col:after,
    .discharging:after,
    .center_inverter:after,
    .data_connection .row:after {
        display: none;
    }
    .data_connection .head_box {
        width: 100%;
    }
    .box.quarter {
        flex-basis: calc(50% - 36px);
    }
    .box.two_third,
    .box.one_third{
        flex-basis: 100%;
    }
    .status .status_wrap{display: block;}
    .status .circle{margin: 0 auto;}
    .status .color_col{
        padding-top: 20px;
        text-align: center;
    }
    .diesel_generator .two_item{flex-wrap: wrap;}
    .diesel_generator .upcoming,
    .two_item .efficency_tips{flex-basis: 100%;}
    .blurb span{
        font-size: 52px;
    }
    .diesel_generator .unit_loc img{
        display: block;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .blurb div{
        text-align: left;
        flex: 1 1 100%;
    }
    .table_wrap{width: 1200px;}
    .site_table{overflow: auto;}
    .blurb{text-align: left;}
    .icon_box .blurb span{font-size: 52px;}
}

@media(max-width: 980px) {

    .leftcontent .box.one_third,
    .leftcontent .box.half,
    .content .rightcontent .box,
    .bottom_3.row .box,
    .battery_info.row .box {flex: 1 1 100% !important;}
    .canvas_wrap canvas {
        max-width: 70%;
        height: 300px;
    }
    .canvas_wrap ul {padding: 0 0 0 10px;}
    .canvas_wrap ul li {width: 100%;}
    .profileguage .canvas_wrap .left {width: 10%;}
    .profileguage .canvas_wrap canvas {
        width: 100%;
        max-width: 100%;
    }
    .battery .box.half,
    .battery .box.one_third,
    .five_cols .col{flex-basis: 100%;}
    .diesel_generator .wrap{display: block;}
    .gen_control .left{
        padding: 0;
        border: 0;
    }
    .gen_control .power_rating{padding-left: 0;}
    .filter .dropdowns{flex-wrap: wrap;}
    .dropdowns .col{flex-basis: 45%;}
    .five_cols .first{justify-content: flex-start;}
    .five_cols .first span{width: 50%;}
}

@media(max-width: 768px) {
    .wrapper {display: block;}
    .sidebar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
    }
    .sidebar .toggle {
        width: 25px;
        height: 17px;
        border-top: 2px solid #fff;
        position: relative;
    }
    .sidebar .toggle:before,
    .sidebar .toggle:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
    }
    .sidebar .toggle:before {top: 6px;}
    .sidebar .toggle:after {top: 15px;}
    .menu_open .toggle {border: 0;}
    .menu_open .toggle:before {transform: rotate(45deg);}
    .menu_open .toggle:after {
        transform: rotate(-45deg);
        top: 6px;
    }
    .menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        transform: translateY(-100%);
        background: var(--dark-color);
        transition: 0.2s linear all;
    }
    .menu li.collapse {display: none;}
    .sidebar .logo {padding: 0;}
    .sidebar.menu_open .menu {transform: translateY(75px);}
    .wrapper .main {padding-top: 0;}
    .top_part h1 {font-size: 24px;}
    .percentages {gap: 15px;}
    .percentages span:not(:last-child):after {width: 16px;}
    .filter .row {flex-wrap: wrap;}
    .dropdowns {
        flex-wrap: wrap;
        gap: 25px;
    }
    .filter .half {flex-basis: 100%;}
}

@media(max-width: 640px) {
    .main .top_part {gap: 30px;}
    .top_part h1 {font-size: 20px;}
    .hybrid_status .col {padding-left: 12px;}
    .box .row {gap: 24px;}
    .diesel_generator .unit_loc img{height: 200px;}
    .five_cols .col,
    .gen_control .left,
    .gen_control .right{flex: 0 0 100%;}
    .gen_control .wrap{flex-wrap: wrap;}
}

@media (max-width:575px) {
    .main .top_part {flex-wrap: wrap;}
    .box.full_width .row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .box.full_width .row .col {flex: auto;}
    .energy_mix li:before {min-width: 18px;}
    .battery_level ul {
        flex-wrap: wrap;
        gap: 0;
    }
    .load-info {flex-wrap: wrap;}
    .box.quarter,
    .filters .datewrap,
    .saving .col,
    .dropdowns .col{flex-basis: 100%;}
    .omnigraph .filters{justify-content: center;}
    .filters .download_btn{margin: 0;}
    .color_labels{gap: 20px;}
    .gen_status ul{padding-top: 10px;}
    .gen_status ul,
    .diesel_generator .upcoming{display: block;}
    .gen_status .power_rating li{
        padding: 15px !important;
        border: 0 !important;
        border-bottom: 1px solid #2C2D33 !important;
    }
    .blurb{
        display: block;
        text-align: left;
    }
    .blurb span{
        font-size: 32px;
        display: block;
        margin-bottom: 15px;
    }
    .saving .row{flex-wrap: wrap;}
    .filter .btn-blue{
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .top_part + .filter{margin-bottom: 50px;}
    .five_cols .first strong,
    .color_col.one_big li:first-child span:last-child,
    .color_col li span:last-child{font-size: 36px;}
}

/* RESPONSIVE ENDS HERE */

.table_wrap td.online {
	color: var(--bright-green-color);
}

.table_wrap td.offline {
	color: var(--dark-red-color);
}

.table_wrap td.disconnected {
	color: var(--orange-color);
}

a,
a:visited,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}

.start_stop a {
	display: block;;
}

.box {
	position: relative;
}

.box.loading::before,
form.loading:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234A90E2'%3E%3Ccircle cx='20' cy='20' r='18' stroke-opacity='0.2' stroke-width='4'/%3E%3Cpath d='M38 20a18 18 0 0 1-18 18' stroke-width='4'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 20 20' to='360 20 20' dur='1s' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
    width: 100%;
    height: 100%;
    background-color: #000000ab;
    position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: progress;
}

.device-online a,
.device-online a:hover,
.device-online a:visited,
.device-online a:active,
.device-online a:focus {
	color: #bcc7e1;
}

.device-offline a,
.device-offline a:hover,
.device-offline a:visited,
.device-offline a:active,
.device-offline a:focus,
.device-disconnected a,
.device-disconnected a:hover,
.device-disconnected a:visited,
.device-disconnected a:active,
.device-disconnected a:focus {
	color: #8790a6;
}

div#generator-control a {
    display: block;
}

/* Login */
body.page-id-21  .wrapper {
	height: auto !important;
}