table {
    /* box-shadow: 0 2px 8px -2px #476AB20A;
	box-shadow: 0 4px 16px -2px #476AB21A; */
    box-shadow: 2px 8px 16px 2px #476AB211;
    border-radius: 8px;
    margin-bottom: 0px !important;
    margin-block-end: 0px !important;
}

/* global table styles */
.dt-container,
.dt-layout-cell {
    padding: 16px !important;
}

table tbody tr td {
    padding: 8px 16px;
    font-family: "Roboto", Roboto;
    font-size: 14px;
    border-top: none !important;
}

table thead tr:first-of-type th.column-1,
table thead tr:first-of-type td.column-1 {
    border-top-left-radius: 8px;
}

table thead tr:first-of-type th:last-of-type {
    border-top-right-radius: 8px;
}

table tbody tr:last-of-type td.column-1 {
    border-bottom-left-radius: 8px;
}

table tbody tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 8px;
}

/* head */
table thead tr th,
table thead tr td {
    background-color: #0060AE !important;
    color: #fff !important;
    font-family: "Roboto", Roboto;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 8px 16px !important;
    border-top: none !important;
    text-align: left !important;
    border-right: 1px solid #E6E9F0 !important;
    border-bottom: 1px solid #E6E9F0 !important;
}

table thead tr:last-of-type td {
    border-bottom: none !important;
}

table thead tr th:last-of-type {
    border-right: none !important;
}

/* body */
table td,
table th {
    border: none !important;
}

table tbody tr td {
    border-right: 1px solid #E6E9F0 !important;
    padding: 16px;
}

table tbody tr td:last-of-type {
    border-right: none !important;
}

table tbody tr:nth-child(odd) {
    background-color: #F5F6FA !important;
}