/*Set table colors and there childs colors*/
.category1-color { background-color: #3a92f2; }
.category1-color > thead > tr > th { line-height: 14px; }
.category1-color tr:nth-child(2) > th:nth-child(2) { background-color: #6aacf5; }
.category1-color tbody > tr:last-child { color: black;  }

.categories-total-color { background-color: #3a7adb; }
.categories-total-color > thead > tr > th { line-height: 14px; }
.categories-total-color tr:nth-child(2) > th:nth-child(2) { background-color: #6a9ae3; }
.categories-total-color tbody > tr:last-child { color: black;  }

.accessories-total-color { background-color: #034e8b; }
.accessories-total-color > thead > tr > th { line-height: 14px; }
.accessories-total-color tr:nth-child(2) > th:nth-child(2) { background-color: #4179a7; }
.accessories-total-color tbody > tr:last-child { color: black;  }

.second-total-sales-accessories { width: 97.5%;color: #FFFFFF;font-size: 10px;font-weight: 500;height: 18px;display: flex;flex-direction: row;border-bottom: 1px solid #B40007;}
.second-total-sales-accessories > div { display: flex;flex: 1;justify-content: flex-end;align-items: center;padding-right: 10px;margin-right: 2.5%;}
.second-total-sales-accessories > div:first-child {min-width: 89px !important;flex: none !important;background-color: #B40007; padding: 2px;text-align: center;font-size: 11px;font-weight: 600;margin-right: 0 !important;}
.second-total-sales-accessories > div:nth-child(4) {border: none;}
.second-total-sales-accessories > div:last-child {margin: 0 !important;padding: 0 !important;width: 12.9% !important;flex: none !important; border-right: 1px solid #B40007;}