﻿/* TABLES */
.rov-radzen-table table.rz-grid-table {
    background-color: #999999;
    color: #fff;
    border-collapse: collapse;
}

    .rov-radzen-table table.rz-grid-table th,
    .rov-radzen-table table.rz-grid-table td.rz-data-cell,
    .rov-radzen-table table.rz-grid-table td .rz-cell-data
    .rov-radzen-table .rz-grid-table-striped tbody > tr:not(.rz-expanded-row-content):nth-child(odd) > td,
    .rov-radzen-table .rz-grid-table-striped tbody > tr:not(.rz-expanded-row-content):nth-child(even) > td,
    .rov-radzen-table .rz-grid-table-striped tbody > tr:not(.rz-expanded-row-content):nth-child(odd) > td .rz-cell-data,
    .rov-radzen-table .rz-grid-table-striped tbody > tr:not(.rz-expanded-row-content):nth-child(even) > td .rz-cell-data,
    .rov-radzen-table .rz-grid-table-striped tbody > tr:not(.rz-expanded-row-content):nth-child(odd) > td,
    .rov-radzen-table .rz-grid-table-striped tbody > tr:not(.rz-expanded-row-content):nth-child(even) > td {
        background-color: #999999;
        color: #fff;
        border-right: none; /* Removes vertical lines */
        border-left: none; /* Removes vertical lines */
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
        text-overflow: unset;
        font-size: 0.85rem; /* Adjust this value as needed (e.g., 0.8rem, 12px, 11px) */
    }

/* TEXT */
.rov-report-heading {
    color: var(--pm-brand-primary)
}

.rov-report-textarea,
.rz-textarea.rz-state-disabled.rov-report-textarea {
    background-color: #999999;
    color: #fff;
    width: 100%;
    resize: none;
}

.rov-report-video-caption {
    font-size:11.2px
}

.inspector-card {
    width: 100%
}

.rz-card.rz-variant-text.inspector-card,
.rz-card.rz-variant-text.inspector-card h5.rz-text-h5,
.rz-card.rz-variant-text.inspector-card h6.rz-text-h6 {
    background-color: var(--pm-brand-primary);
    color: #fff;
}

