html {
    zoom: 70%;
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: white;
}

.gcc-img {
    width: 160px;
    height: auto;
}

.u-img {
    width: 43px;
    height: auto;
    margin-top: 3px;
    margin-bottom: 3px;
}

.bg-pv {
    width: 100%;
    height: 90%;
    filter: brightness(80%);
}

.bg-gcc {
    background: linear-gradient(to right, #F47920, #D71921) !important;
}

.kiosk-title {
    font-size: 2rem;
}

.border-bottom-dark {
    border-bottom: 1px solid black;
}

.card {
    box-shadow: 0px 0px 27px 0 rgba(0, 0, 0, 0.05);
}

.card .card-body {
    padding: 0.3rem !important;
}

.eco-sidebar-logo {
    width: 115px;
    height: auto;
}

.footer-powered {
    position: absolute;
    bottom: 0;
    right: 0;
}

.font-powered {
    font-size: 0.6rem;
}

.center-vertical {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-fluid {
    width: 60px;
    height: auto;
}

.degree {
    font-size: 2em;
    color: #F47920 !important;
}

.h5-color {
    color: #cbcbcb;
}

.degree-unit {
    font-size: 0.55em;
    font-weight: 600;
}

.kpi-value--empty {
    color: #cbcbcb !important;
}

.kiosk-last-update {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
}

.icon {
    font-family: 'FontAwesome';
    float: right;
}
