.dlp-policy-preview>.custom-rule-add,
.dlp-add-policy>.tab-pane>.custom-rule-add {
    background-color: #15191f;
    margin: 0;
    padding: 15px;
}

.dlp-add-policy-table>tbody>tr>td {
    padding: 5px;
    color: rgb(190, 192, 194);
}

.dlp-add-policy-table>thead>tr>th:not(:first-child),
.dlp-add-policy-table>tbody>tr>td:not(:first-child) {
    text-align: left !important;
}

.dlp-policy-preview {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 700px;
    background-color: #15191f;
}

.dlp-policy-preview span.label {
    margin-top: 7px;
    display: inline-block;
}