.energy-equity_1_3 #page-content, .energy-equity_1_3 .container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.collapse-filter {
    width: 100%;
    position: absolute;
    top: 5px;
}

.collapse-filter .row {
    padding: 1%;
    border-radius: 3px;
    border: 1px solid rgba(223, 215, 202, 0.75);
}

.filter-button {
    position: relative;
}
.filter-button.active::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #fdf8f9 transparent transparent transparent;
}

#sidebar {
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    width: 16.6666666667%;
    min-width: 160px;
    padding: 2rem 1rem;
    background-color: #0c314e;
    color: #cccccc;
}

#page-content {
    margin-left: 1rem;
    margin-right: 2rem;
    padding: 2rem 1rem;
}

.understand_3 #page-content {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.understand_3 .col {
    padding: 0;
}

.card-result {
    text-align: right;
    font-weight: 800;
    font-size: 3rem;
    color: #444
}
.card-result.inverse {
    color: #dddddd
}
.card-subtitle {
    text-align: left;
    font-weight: 600;
    font-size: 1rem;
    color: #979797
}
.icon-card {
    height: 100%;
}
.icon-card .card-subtitle {
    text-align: center;
    font-size: 0.75rem;
    margin: 0;
}
.icon-card .card-body {
    padding: 0.75rem;
    padding-left: 0;
}
.icon-card .card-result {
    font-size: 1.5rem;
    text-align:center;
}
.card-description {
    text-align: left;
    font-weight: 600;
    font-size: 0.75rem;
    color: #979797
}
.close-filter-button {
    color: #979797;
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 1100;
    cursor: pointer;
}
.hidden {
    display: none;
}
.dash-table-container .previous-next-container {
    text-align: left !important;
}