tr:nth-child(odd) {
    background-color: #eff2f4;
}

tr:nth-child(even) {
    background-color: #fff;
}

td {
    padding: 10px;
}

tr:hover {
    background-color: #d2e4ff !important;
}

.td_title {
    font-weight: 700;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

h1 {
    font-size: 30px !important;
    color: #385a99 !important;
}

.custom_divider {
    width: 100%;
    border-width: 2px;
    color: #385a99;
    display: flex;
    margin: 0 auto;
    direction: ltr;
    text-align: center;
    border-top: solid 2px #03559C40;
    margin-bottom: 20px;
    margin-top: -15px;
}

tr:nth-child(odd) {
    background-color: #fff;
}

tr:nth-child(even) {
    background-color: #eff2f4;
}

.analysis-row-odd {
    background-color: #fff !important;
}

.analysis-row-even {
    background-color: #eff2f4 !important;
}

td {
    padding: 10px;
}

tr:hover {
    background-color: #d2e4ff !important;
}

.td_title {
    font-weight: 700;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

th {
    text-align: left !important;
}

thead tr {
    background-color: #e3e1e1 !important;
}

h1 {
    font-size: 30px !important;
    color: #385a99 !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    line-height: 0.9 !important;
}

.table>tbody>tr>td,
.table>tfoot>tr>td,
.table>thead>tr>td {
    padding: 5px 15px !important;
}

td .indented {
    padding-left: 20px !important;
}

.alert {
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

.alert-primary {
    --bs-alert-color: #052c65;
    --bs-alert-bg: #cfe2ff;
    --bs-alert-border-color: #9ec5fe;
    --bs-alert-link-color: #052c65;
}