
/*#region UsedEnergOverview*/
.UsedEnergOverview .card .card-body{
    padding:1rem;
    color: var(--text-color);
}
.UsedEnergOverview .card .card-body .customUl li{
    padding-left:0rem;
    padding-right: 0rem;
}
.UsedEnergOverview .card .card-body .customUl li > div{
    text-align: right;
}
.UsedEnergOverview .card .card-body .customUl li > div span:first-child{
    text-align: left;
    float: left;
    font-weight: bolder;
}
.UsedEnergOverview .small-box .icon {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: -5px;
    right: 10px;
    z-index: 0;
    font-size: 60px;
    color: var(--text-color);
    opacity: 0.5;
}

.UsedEnergRealChart .card{
    margin-top: 1rem;
}
.UsedEnergRealChart .card:first-child{
    margin-top: 0px;
}
.UsedEnergOverview .col-lg-3:first-child{
    padding-left: 0px;
}
.UsedEnergOverview .col-lg-3:last-child{
    padding-right: 0px;
}
/*#endregion*/