﻿
: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;
    padding:8px;
    margin-bottom:5px;
    border-radius:10px;
}

/* Formfield text */
.rz-form-field label {
    color: #cfd8dc; /* Replace with your desired color, e.g., red */
}

.rz-form-field {
    --rz-text-color: #cfd8dc;
}

/* A helper class specifically for Radzen Grid actions */
.grid-action-container {
    display: flex !important;
    justify-content: flex-end !important;
    gap: 0.75rem !important;
}


