.top10-wrapper table tbody th {
    color: #69747c !important;
    background-color: transparent !important;
}

.top10-wrapper table thead th {
    border-radius: 12px !important;
}

.top10-wrapper tbody {
    --bs-table-bg-type: unset !important;
    background-color: #edf1f6 !important;
    --bs-table-bg: #edf1f6;
}

.top10-wrapper td {
    vertical-align: middle !important;
}

.value-by-index thead th {
    font-size: 18px;
}

.value-by-index tbody th {
    background-color: transparent !important;
}

.value-by-index thead th:first-child {
    border-radius: 12px 0px 0px 12px;
    padding: 12px;
}

.value-by-index thead th:last-child {
    border-radius: 0px 12px 12px 0px;
}

.tab-pane.active.show {
    display: block !important;
    overflow: unset !important;
    height: unset !important;
}
