﻿
/*Radzen Fix for Bootstrap*/

/*Backgound color*/
:root {
    --rz-primary: #5489b6;
    --rz-secondary: #6c757d;
    --rz-info: #5bc0de;
    --rz-success: #43ac6a;
    --rz-warning: #e99002;
    --rz-danger: #f04124;
}
/*Text Color*/
/*:root 
{
    --rz-on-primary: #fff;
    --rz-on-secondary: #fff;
    --rz-on-info: #fff;
    --rz-on-success: #fff;
    --rz-on-warning: #fff;
    --rz-on-danger: #fff;
}*/
.rz-tooltip-content {
    background: inherit!important;
}


body {
    background: none;
}

 /*Reset table backgound*/
.table-danger, .table-danger > th, .table-danger > td {
    background-color: #fbcac2!important;
}