.custom-table-section tr.heading{background-color: #FFF2AE;}
.custom-table-section tr.custom-header .tab_1, .custom-table-section tr.custom-footer .tab_1{background-color: var(--color-tab_color_1);}
.custom-table-section tr.custom-header .tab_2, .custom-table-section tr.custom-footer .tab_2{background-color: var(--color-tab_color_2);}
.custom-table-section tr.custom-header .tab_3, .custom-table-section tr.custom-footer .tab_3{background-color: var(--color-tab_color_3);}
.custom-table-section tr.tab_values .checkmark div{padding: 20px; display: flex; justify-content: center;}
.custom-table-section tr.tab_values .checkmark.tab_1 span{width: 24px; height: 24px; border-radius: 50%; background-color: var(--color-tab_color_1);}
.custom-table-section tr.tab_values .checkmark.tab_2 span{width: 24px; height: 24px; border-radius: 50%; background-color: var(--color-tab_color_2);}
.custom-table-section tr.tab_values .checkmark.tab_3 span{width: 24px; height: 24px; border-radius: 50%; background-color: var(--color-tab_color_3);}