


.highlight-row {
    font-weight: 600;
    background-color: lightgray;
    color: black;
}


.UI {
    font-family: 'Nirmala UI';
}


.table-header {
    background-color: lightgray;
    color: black;
    font-weight: bold;
}
.table.table-bordered td,
.table tbody tr td {
    font-weight: 400 !important;
}


/*start custom table header  (Added on 17-01-2025)*/

.table thead tr th, table.dataTable th {
    background: lightgray !important;
    color: black !important;
    font-weight: bold !important;
    border-color: #191d21 !important;
    vertical-align: bottom !important;
    font-size: 13px;
    word-wrap: break-all;
}
.table {
    color: #212529 !important;
    table-layout:fixed;
}
    .table tbody tr td, table.dataTable td,
    .table.table-bordered td {
        border-color: #191d21 !important;
        color: #212529 !important;
        font-weight: 500 !important;
        font-family: 'Nunito' !important;
        font-size: 12px;
        padding: 3px;
        word-wrap: break-all;
    } 

/*end custom table header  (Added on 17-01-2025)*/

/*Added content 02-06-2025 for radio groups ui*/
.custom-radio-group {
    border-radius: .25rem;
    border: 1px solid #c3c4d1;
    padding: 7px 7px 0 7px;
    background-color: #fdfdff;
    margin-bottom: 25px;
}
