body {
    background-color: #f5f5f5;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.main-logo-container {
    width: 200px;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-self: center;
}

.main-logo {
    margin-top: -30px;
    width: 100%;
    height: 100px;
    object-fit: contain;
    display: block;
}

.label {
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-fluid {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.panel {
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.title {
    font-weight: bold;
    font-size: 16pt;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.highlight {
    background-color: #ffcc00;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}
.indicator {
    height: 25px;
    background-color: #28a745;
    border-radius: 5px;
}
.value-box {
    background-color: #eee;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    min-height: 34px;
}

.value-box-green {
    background-color: #7ed957;
}

.value-box-yellow {
    background-color: #ffbd59;
}

.value-box-red {
    color: white !important;
    background-color: #f32423;
}

.column {
    background-color: #585C5F;
    color: white;
    text-align: center;
}

.value-box {
    color: black;
    font-weight: bold;
}

.kpi {
    background-color: #e0e0e0;
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 5px;
    position: relative;
}

.btn-pink {
    background-color: #ff66c4;
    color: white;
}

#gauge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    margin: auto;
}

.panel .btn {
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}

.line-label {
    font-weight: bold;
    color: gray
}

.rounded-rect {
    border: 1px dashed #ccc;
    border-radius: 0.5em;
    padding: 1rem;
}

.image-row-clipboard::before {
    content: "";
    background-image: url("/static/img/icn-schedule.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3rem;
    color: #0d6efd;
    transform: translateY(25%);
}

.image-row-clock::before {
    content: "";
    background-image: url("/static/img/icn-time.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.5rem;
    color: #0d6efd;
    transform: translateY(25%);
}

.image-row-energy::before {
    content: "";
    background-image: url("/static/img/icn-energy.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.5rem;
    color: #0d6efd;
    transform: translateY(25%);
}
