﻿
:root {
    --rz-primary: #212122;
    --rz-secondary: #808080;
    --rz-danger: #f44336;
    --rz-success: #4caf50;
    --rz-warning: #ff9800;
    --rz-info: #2196f3;
    --inl-header-bg: #dde0e4;
}

.inl-headerbg {
    background-color: var(--inl-header-bg) !important;
    color: var(--rz-primary);
    font-weight: bold;
    font-size: medium;
}

/* Formfield text */
.rz-form-field label {
    color: #cfd8dc; /* Replace with your desired color, e.g., red */
}

.rz-form-field {
    --rz-text-color: #cfd8dc;
}

