
.drill-down-fields-popover :global(.popover) {
    max-width: 410px;
}

.drill-down-fields-container {
    max-height: 380px;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.drill-down-fields-table {
    width: 100%;
    line-height: 30px;
    color: #212529;
    font-size: 14px;
    table-layout: fixed;
}

.drill-down-fields-table-header {
    background-color: #f7f9fe;
    border-top: 1px solid #eee;
    line-height: 30px;
    font-size: 14px;
}

.column-checkbox {
    text-align: center;
}

.drill-down-fields-row {
    border-bottom: 1px solid #eee;
}

.drill-down-fields-select-all {
    margin-left: 1.5rem
}

.drill-down-fields-icon {
    font-size: 14px;
    color: #666;
}

.drill-down-fields-popover table td {
    padding: 0.5rem 0.1875rem;
    border-bottom: 1px solid #eee;
    font-size: 0.875rem;
    word-break: break-all;
}
