﻿:root {
    --rz-body-font-size: unset !important;
}

.rz-datatable {
    border: none;
}

.rz-data-grid-data {
    box-shadow: unset;
}

.rz-grid-table thead th .rz-column-title-content {
    font-weight: 700;
}

.rz-grid-table thead {
    box-shadow: 0px 0px 0px 1px #dee2e6;
}

.rz-grid-table thead th {
    border: none;
    background: white;
    border-inline-end: unset !important;
}

.rz-grid-table tbody td {
    border: none !important;
    border-inline-end: unset !important;
}

.action-column {
    background: var(--rz-grid-frozen-cell-background-color) !important;
}


.rz-group-header {
    border-bottom: none;
}

.rz-text-body1 {
    margin-block-end: 0;
}

body {
    background: none !important;
}

.rz-notification {
    bottom:  1.5rem;
    display: flex;
    flex-direction: column-reverse;
}

.rz-group-header {
    background-color: unset !important;
}

.rz-chkbox.rz-checkbox-md {
    width: 1.45rem !important;
    height: 1.45rem !important;
}

.rz-chkbox.rz-checkbox-md>.rz-chkbox-box>.rz-chkbox-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rz-chkbox.rz-checkbox-md>.rz-chkbox-box>.rz-chkbox-icon::before {
    font-size: 1.55rem;
}
