@media screen and (min-width: 1500px) {
  .dashboard .energy_area {
    width: 60%;
  }

  .dashboard .facility_status_area {
    width: 40%;
  }
}
.dashboard .facility_chart {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 160px;
    max-height: 160px;
}

.dashboard .facility_chart canvas {
    width: 100%;
    height: 100%;
}

.dashboard #energyChart canvas {
    width: 100%;
    height: 100%;
}

.dashboard #energyChart {
    max-width: 314.33px;
    min-width: 160px;
    min-height: 180px;
    max-height: 188.95px;  
}
.dashboard .energy_facility_group {
    margin-top: 0px !important;
}

.dataTables_wrapper .dataTables_paginate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    margin-top: 30px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border: none;
    background-color: #fff;
    color: #85878B;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.2s;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.33;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #f1f1f1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.selected {
    background-color: #1462df;
    color: #fff;
    border-radius: 50%;
    min-width: 38px;
    height: 36px;
    padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.dataTables_empty{
    text-align: center;
}
.power_data {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
.data_table {
    table-layout: auto !important;
    width: max-content !important;
}