﻿.tbl {
    border: 1px solid var(--Gray-Gray-400, #CED4DA);
    background-color: #f8f9fa;
    padding: 8px 10px 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.tblDocuments thead th {
    background-color: #e7eaec !important;
    color: #212529 !important;
    text-align: left !important;
}

table > thead > tr > th {
    background-color: #e7eaec !important;
    color: #212529 !important;
    text-align: left !important;
}

tbody, td, tfoot, th, thead, tr {
    border-bottom: 1px solid var(--Gray-Gray-400, #CED4DA);
}

.table_text {
    padding: 8px 10px 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}


td, th {
    height: 3rem;
    align-items: center;
    gap: 12px;
    font-family: var(--public-redesign-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-left: 25px;
}
