.table-clean {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
    background-color: white;
}

.table-clean th {
    text-align: center;
}

.table-clean td {
    padding: 0.5rem 1rem;
    border: 1.3px solid #dee2e6;
    text-align: left;
}

.table-header-red-50 th {
    background-color: #ffebee;
}

.table-col-red-50 tbody td:first-child {
    background-color: #ffebee;
}

.table-header-red-100 th {
    background-color: #ffcdd2;
}

.table-col-red-100 tbody td:first-child {
    background-color: #ffcdd2;
}

.table-header-red-200 th {
    background-color: #ef9a9a;
}

.table-col-red-200 tbody td:first-child {
    background-color: #ef9a9a;
}

.table-header-red-300 th {
    background-color: #e57373;
}

.table-col-red-300 tbody td:first-child {
    background-color: #e57373;
}

.table-header-red-400 th {
    background-color: #ef5350;
}

.table-col-red-400 tbody td:first-child {
    background-color: #ef5350;
}

.table-header-red-500 th {
    background-color: #f44336;
}

.table-col-red-500 tbody td:first-child {
    background-color: #f44336;
}

.table-header-red-600 th {
    background-color: #e53935;
}

.table-col-red-600 tbody td:first-child {
    background-color: #e53935;
}

.table-header-red-700 th {
    background-color: #d32f2f;
}

.table-col-red-700 tbody td:first-child {
    background-color: #d32f2f;
}

.table-header-red-800 th {
    background-color: #c62828;
    color: white;
}

.table-col-red-800 tbody td:first-child {
    background-color: #c62828;
    color: white;
}

.table-header-red-900 th {
    background-color: #b71c1c;
    color: white;
}

.table-col-red-900 tbody td:first-child {
    background-color: #b71c1c;
    color: white;
}

.table-header-pink-50 th {
    background-color: #fce4ec;
}

.table-col-pink-50 tbody td:first-child {
    background-color: #fce4ec;
}

.table-header-pink-100 th {
    background-color: #f8bbd0;
}

.table-col-pink-100 tbody td:first-child {
    background-color: #f8bbd0;
}

.table-header-pink-200 th {
    background-color: #f48fb1;
}

.table-col-pink-200 tbody td:first-child {
    background-color: #f48fb1;
}

.table-header-pink-300 th {
    background-color: #f06292;
}

.table-col-pink-300 tbody td:first-child {
    background-color: #f06292;
}

.table-header-pink-400 th {
    background-color: #ec407a;
}

.table-col-pink-400 tbody td:first-child {
    background-color: #ec407a;
}

.table-header-pink-500 th {
    background-color: #e91e63;
}

.table-col-pink-500 tbody td:first-child {
    background-color: #e91e63;
}

.table-header-pink-600 th {
    background-color: #d81b60;
    color: white;
}

.table-col-pink-600 tbody td:first-child {
    background-color: #d81b60;
    color: white;
}

.table-header-pink-700 th {
    background-color: #c2185b;
    color: white;
}

.table-col-pink-700 tbody td:first-child {
    background-color: #c2185b;
    color: white;
}

.table-header-pink-800 th {
    background-color: #ad1457;
    color: white;
}

.table-col-pink-800 tbody td:first-child {
    background-color: #ad1457;
    color: white;
}

.table-header-pink-900 th {
    background-color: #880e4f;
    color: white;
}

.table-col-pink-900 tbody td:first-child {
    background-color: #880e4f;
    color: white;
}

.table-header-purple-50 th {
    background-color: #f3e5f5;
}

.table-col-purple-50 tbody td:first-child {
    background-color: #f3e5f5;
}

.table-header-purple-100 th {
    background-color: #e1bee7;
}

.table-col-purple-100 tbody td:first-child {
    background-color: #e1bee7;
}

.table-header-purple-200 th {
    background-color: #ce93d8;
}

.table-col-purple-200 tbody td:first-child {
    background-color: #ce93d8;
}

.table-header-purple-300 th {
    background-color: #ba68c8;
}

.table-col-purple-300 tbody td:first-child {
    background-color: #ba68c8;
}

.table-header-purple-400 th {
    background-color: #ab47bc;
}

.table-col-purple-400 tbody td:first-child {
    background-color: #ab47bc;
}

.table-header-purple-500 th {
    background-color: #9c27b0;
}

.table-col-purple-500 tbody td:first-child {
    background-color: #9c27b0;
}

.table-header-purple-600 th {
    background-color: #8e24aa;
    color: white;
}

.table-col-purple-600 tbody td:first-child {
    background-color: #8e24aa;
    color: white;
}

.table-header-purple-700 th {
    background-color: #7b1fa2;
    color: white;
}

.table-col-purple-700 tbody td:first-child {
    background-color: #7b1fa2;
    color: white;
}

.table-header-purple-800 th {
    background-color: #6a1b9a;
    color: white;
}

.table-col-purple-800 tbody td:first-child {
    background-color: #6a1b9a;
    color: white;
}

.table-header-purple-900 th {
    background-color: #4a148c;
    color: white;
}

.table-col-purple-900 tbody td:first-child {
    background-color: #4a148c;
    color: white;
}

.table-header-deeppurple-50 th {
    background-color: #ede7f6;
}

.table-col-deeppurple-50 tbody td:first-child {
    background-color: #ede7f6;
}

.table-header-deeppurple-100 th {
    background-color: #d1c4e9;
}

.table-col-deeppurple-100 tbody td:first-child {
    background-color: #d1c4e9;
}

.table-header-deeppurple-200 th {
    background-color: #b39ddb;
}

.table-col-deeppurple-200 tbody td:first-child {
    background-color: #b39ddb;
}

.table-header-deeppurple-300 th {
    background-color: #9575cd;
}

.table-col-deeppurple-300 tbody td:first-child {
    background-color: #9575cd;
}

.table-header-deeppurple-400 th {
    background-color: #7e57c2;
}

.table-col-deeppurple-400 tbody td:first-child {
    background-color: #7e57c2;
}

.table-header-deeppurple-500 th {
    background-color: #673ab7;
    color: white;
}

.table-col-deeppurple-500 tbody td:first-child {
    background-color: #673ab7;
    color: white;
}

.table-header-deeppurple-600 th {
    background-color: #5e35b1;
    color: white;
}

.table-col-deeppurple-600 tbody td:first-child {
    background-color: #5e35b1;
    color: white;
}

.table-header-deeppurple-700 th {
    background-color: #512da8;
    color: white;
}

.table-col-deeppurple-700 tbody td:first-child {
    background-color: #512da8;
    color: white;
}

.table-header-deeppurple-800 th {
    background-color: #4527a0;
    color: white;
}

.table-col-deeppurple-800 tbody td:first-child {
    background-color: #4527a0;
    color: white;
}

.table-header-deeppurple-900 th {
    background-color: #311b92;
    color: white;
}

.table-col-deeppurple-900 tbody td:first-child {
    background-color: #311b92;
    color: white;
}

.table-header-indigo-50 th {
    background-color: #e8eaf6;
}

.table-col-indigo-50 tbody td:first-child {
    background-color: #e8eaf6;
}

.table-header-indigo-100 th {
    background-color: #c5cae9;
}

.table-col-indigo-100 tbody td:first-child {
    background-color: #c5cae9;
}

.table-header-indigo-200 th {
    background-color: #9fa8da;
}

.table-col-indigo-200 tbody td:first-child {
    background-color: #9fa8da;
}

.table-header-indigo-300 th {
    background-color: #7986cb;
}

.table-col-indigo-300 tbody td:first-child {
    background-color: #7986cb;
}

.table-header-indigo-400 th {
    background-color: #5c6bc0;
}

.table-col-indigo-400 tbody td:first-child {
    background-color: #5c6bc0;
}

.table-header-indigo-500 th {
    background-color: #3f51b5;
}

.table-col-indigo-500 tbody td:first-child {
    background-color: #3f51b5;
}

.table-header-indigo-600 th {
    background-color: #3949ab;
    color: white;
}

.table-col-indigo-600 tbody td:first-child {
    background-color: #3949ab;
    color: white;
}

.table-header-indigo-700 th {
    background-color: #303f9f;
    color: white;
}

.table-col-indigo-700 tbody td:first-child {
    background-color: #303f9f;
    color: white;
}

.table-header-indigo-800 th {
    background-color: #283593;
    color: white;
}

.table-col-indigo-800 tbody td:first-child {
    background-color: #283593;
    color: white;
}

.table-header-indigo-900 th {
    background-color: #1a237e;
    color: white;
}

.table-col-indigo-900 tbody td:first-child {
    background-color: #1a237e;
    color: white;
}

.table-header-blue-50 th {
    background-color: #e3f2fd;
}

.table-col-blue-50 tbody td:first-child {
    background-color: #e3f2fd;
}

.table-header-blue-100 th {
    background-color: #bbdefb;
}

.table-col-blue-100 tbody td:first-child {
    background-color: #bbdefb;
}

.table-header-blue-200 th {
    background-color: #90caf9;
}

.table-col-blue-200 tbody td:first-child {
    background-color: #90caf9;
}

.table-header-blue-300 th {
    background-color: #64b5f6;
}

.table-col-blue-300 tbody td:first-child {
    background-color: #64b5f6;
}

.table-header-blue-400 th {
    background-color: #42a5f5;
}

.table-col-blue-400 tbody td:first-child {
    background-color: #42a5f5;
}

.table-header-blue-500 th {
    background-color: #2196f3;
}

.table-col-blue-500 tbody td:first-child {
    background-color: #2196f3;
}

.table-header-blue-600 th {
    background-color: #1e88e5;
    color: white;
}

.table-col-blue-600 tbody td:first-child {
    background-color: #1e88e5;
    color: white;
}

.table-header-blue-700 th {
    background-color: #1976d2;
    color: white;
}

.table-col-blue-700 tbody td:first-child {
    background-color: #1976d2;
    color: white;
}

.table-header-blue-800 th {
    background-color: #1565c0;
    color: white;
}

.table-col-blue-800 tbody td:first-child {
    background-color: #1565c0;
    color: white;
}

.table-header-blue-900 th {
    background-color: #0d47a1;
    color: white;
}

.table-col-blue-900 tbody td:first-child {
    background-color: #0d47a1;
    color: white;
}

.table-header-lightblue-50 th {
    background-color: #e1f5fe;
}

.table-col-lightblue-50 tbody td:first-child {
    background-color: #e1f5fe;
}

.table-header-lightblue-100 th {
    background-color: #b3e5fc;
}

.table-col-lightblue-100 tbody td:first-child {
    background-color: #b3e5fc;
}

.table-header-lightblue-200 th {
    background-color: #81d4fa;
}

.table-col-lightblue-200 tbody td:first-child {
    background-color: #81d4fa;
}

.table-header-lightblue-300 th {
    background-color: #4fc3f7;
}

.table-col-lightblue-300 tbody td:first-child {
    background-color: #4fc3f7;
}

.table-header-lightblue-400 th {
    background-color: #29b6f6;
}

.table-col-lightblue-400 tbody td:first-child {
    background-color: #29b6f6;
}

.table-header-lightblue-500 th {
    background-color: #03a9f4;
}

.table-col-lightblue-500 tbody td:first-child {
    background-color: #03a9f4;
}

.table-header-lightblue-600 th {
    background-color: #039be5;
    color: white;
}

.table-col-lightblue-600 tbody td:first-child {
    background-color: #039be5;
    color: white;
}

.table-header-lightblue-700 th {
    background-color: #0288d1;
    color: white;
}

.table-col-lightblue-700 tbody td:first-child {
    background-color: #0288d1;
    color: white;
}

.table-header-lightblue-800 th {
    background-color: #0277bd;
    color: white;
}

.table-col-lightblue-800 tbody td:first-child {
    background-color: #0277bd;
    color: white;
}

.table-header-lightblue-900 th {
    background-color: #01579b;
    color: white;
}

.table-col-lightblue-900 tbody td:first-child {
    background-color: #01579b;
    color: white;
}

.table-header-cyan-50 th {
    background-color: #e0f7fa;
}

.table-col-cyan-50 tbody td:first-child {
    background-color: #e0f7fa;
}

.table-header-cyan-100 th {
    background-color: #b2ebf2;
}

.table-col-cyan-100 tbody td:first-child {
    background-color: #b2ebf2;
}

.table-header-cyan-200 th {
    background-color: #80deea;
}

.table-col-cyan-200 tbody td:first-child {
    background-color: #80deea;
}

.table-header-cyan-300 th {
    background-color: #4dd0e1;
}

.table-col-cyan-300 tbody td:first-child {
    background-color: #4dd0e1;
}

.table-header-cyan-400 th {
    background-color: #26c6da;
}

.table-col-cyan-400 tbody td:first-child {
    background-color: #26c6da;
}

.table-header-cyan-500 th {
    background-color: #00bcd4;
}

.table-col-cyan-500 tbody td:first-child {
    background-color: #00bcd4;
}

.table-header-cyan-600 th {
    background-color: #00acc1;
    color: white;
}

.table-col-cyan-600 tbody td:first-child {
    background-color: #00acc1;
    color: white;
}

.table-header-cyan-700 th {
    background-color: #0097a7;
    color: white;
}

.table-col-cyan-700 tbody td:first-child {
    background-color: #0097a7;
    color: white;
}

.table-header-cyan-800 th {
    background-color: #00838f;
    color: white;
}

.table-col-cyan-800 tbody td:first-child {
    background-color: #00838f;
    color: white;
}

.table-header-cyan-900 th {
    background-color: #006064;
    color: white;
}

.table-col-cyan-900 tbody td:first-child {
    background-color: #006064;
    color: white;
}

.table-header-teal-50 th {
    background-color: #e0f2f1;
}

.table-col-teal-50 tbody td:first-child {
    background-color: #e0f2f1;
}

.table-header-teal-100 th {
    background-color: #b2dfdb;
}

.table-col-teal-100 tbody td:first-child {
    background-color: #b2dfdb;
}

.table-header-teal-200 th {
    background-color: #80cbc4;
}

.table-col-teal-200 tbody td:first-child {
    background-color: #80cbc4;
}

.table-header-teal-300 th {
    background-color: #4db6ac;
}

.table-col-teal-300 tbody td:first-child {
    background-color: #4db6ac;
}

.table-header-teal-400 th {
    background-color: #26a69a;
}

.table-col-teal-400 tbody td:first-child {
    background-color: #26a69a;
}

.table-header-teal-500 th {
    background-color: #009688;
}

.table-col-teal-500 tbody td:first-child {
    background-color: #009688;
}

.table-header-teal-600 th {
    background-color: #00897b;
    color: white;
}

.table-col-teal-600 tbody td:first-child {
    background-color: #00897b;
    color: white;
}

.table-header-teal-700 th {
    background-color: #00796b;
    color: white;
}

.table-col-teal-700 tbody td:first-child {
    background-color: #00796b;
    color: white;
}

.table-header-teal-800 th {
    background-color: #00695c;
    color: white;
}

.table-col-teal-800 tbody td:first-child {
    background-color: #00695c;
    color: white;
}

.table-header-teal-900 th {
    background-color: #004d40;
    color: white;
}

.table-col-teal-900 tbody td:first-child {
    background-color: #004d40;
    color: white;
}

.table-header-green-50 th {
    background-color: #e8f5e9;
}

.table-col-green-50 tbody td:first-child {
    background-color: #e8f5e9;
}

.table-header-green-100 th {
    background-color: #c8e6c9;
}

.table-col-green-100 tbody td:first-child {
    background-color: #c8e6c9;
}

.table-header-green-200 th {
    background-color: #a5d6a7;
}

.table-col-green-200 tbody td:first-child {
    background-color: #a5d6a7;
}

.table-header-green-300 th {
    background-color: #81c784;
}

.table-col-green-300 tbody td:first-child {
    background-color: #81c784;
}

.table-header-green-400 th {
    background-color: #66bb6a;
}

.table-col-green-400 tbody td:first-child {
    background-color: #66bb6a;
}

.table-header-green-500 th {
    background-color: #4caf50;
}

.table-col-green-500 tbody td:first-child {
    background-color: #4caf50;
}

.table-header-green-600 th {
    background-color: #43a047;
    color: white;
}

.table-col-green-600 tbody td:first-child {
    background-color: #43a047;
    color: white;
}

.table-header-green-700 th {
    background-color: #388e3c;
    color: white;
}

.table-col-green-700 tbody td:first-child {
    background-color: #388e3c;
    color: white;
}

.table-header-green-800 th {
    background-color: #2e7d32;
    color: white;
}

.table-col-green-800 tbody td:first-child {
    background-color: #2e7d32;
    color: white;
}

.table-header-green-900 th {
    background-color: #1b5e20;
    color: white;
}

.table-col-green-900 tbody td:first-child {
    background-color: #1b5e20;
    color: white;
}

.table-header-lightgreen-50 th {
    background-color: #f1f8e9;
}

.table-col-lightgreen-50 tbody td:first-child {
    background-color: #f1f8e9;
}

.table-header-lightgreen-100 th {
    background-color: #dcedc8;
}

.table-col-lightgreen-100 tbody td:first-child {
    background-color: #dcedc8;
}

.table-header-lightgreen-200 th {
    background-color: #c5e1a5;
}

.table-col-lightgreen-200 tbody td:first-child {
    background-color: #c5e1a5;
}

.table-header-lightgreen-300 th {
    background-color: #aed581;
}

.table-col-lightgreen-300 tbody td:first-child {
    background-color: #aed581;
}

.table-header-lightgreen-400 th {
    background-color: #9ccc65;
}

.table-col-lightgreen-400 tbody td:first-child {
    background-color: #9ccc65;
}

.table-header-lightgreen-500 th {
    background-color: #8bc34a;
}

.table-col-lightgreen-500 tbody td:first-child {
    background-color: #8bc34a;
}

.table-header-lightgreen-600 th {
    background-color: #7cb342;
}

.table-col-lightgreen-600 tbody td:first-child {
    background-color: #7cb342;
}

.table-header-lightgreen-700 th {
    background-color: #689f38;
    color: white;
}

.table-col-lightgreen-700 tbody td:first-child {
    background-color: #689f38;
    color: white;
}

.table-header-lightgreen-800 th {
    background-color: #558b2f;
    color: white;
}

.table-col-lightgreen-800 tbody td:first-child {
    background-color: #558b2f;
    color: white;
}

.table-header-lightgreen-900 th {
    background-color: #33691e;
    color: white;
}

.table-col-lightgreen-900 tbody td:first-child {
    background-color: #33691e;
    color: white;
}

.table-header-lime-50 th {
    background-color: #f9fbe7;
}

.table-col-lime-50 tbody td:first-child {
    background-color: #f9fbe7;
}

.table-header-lime-100 th {
    background-color: #f0f4c3;
}

.table-col-lime-100 tbody td:first-child {
    background-color: #f0f4c3;
}

.table-header-lime-200 th {
    background-color: #e6ee9c;
}

.table-col-lime-200 tbody td:first-child {
    background-color: #e6ee9c;
}

.table-header-lime-300 th {
    background-color: #dce775;
}

.table-col-lime-300 tbody td:first-child {
    background-color: #dce775;
}

.table-header-lime-400 th {
    background-color: #d4e157;
}

.table-col-lime-400 tbody td:first-child {
    background-color: #d4e157;
}

.table-header-lime-500 th {
    background-color: #cddc39;
}

.table-col-lime-500 tbody td:first-child {
    background-color: #cddc39;
}

.table-header-lime-600 th {
    background-color: #c0ca33;
}

.table-col-lime-600 tbody td:first-child {
    background-color: #c0ca33;
}

.table-header-lime-700 th {
    background-color: #afb42b;
}

.table-col-lime-700 tbody td:first-child {
    background-color: #afb42b;
}

.table-header-lime-800 th {
    background-color: #9e9d24;
}

.table-col-lime-800 tbody td:first-child {
    background-color: #9e9d24;
}

.table-header-lime-900 th {
    background-color: #827717;
    color: white;
}

.table-col-lime-900 tbody td:first-child {
    background-color: #827717;
    color: white;
}

.table-header-yellow-50 th {
    background-color: #fffde7;
}

.table-col-yellow-50 tbody td:first-child {
    background-color: #fffde7;
}

.table-header-yellow-100 th {
    background-color: #fff9c4;
}

.table-col-yellow-100 tbody td:first-child {
    background-color: #fff9c4;
}

.table-header-yellow-200 th {
    background-color: #fff59d;
}

.table-col-yellow-200 tbody td:first-child {
    background-color: #fff59d;
}

.table-header-yellow-300 th {
    background-color: #fff176;
}

.table-col-yellow-300 tbody td:first-child {
    background-color: #fff176;
}

.table-header-yellow-400 th {
    background-color: #ffee58;
}

.table-col-yellow-400 tbody td:first-child {
    background-color: #ffee58;
}

.table-header-yellow-500 th {
    background-color: #ffeb3b;
}

.table-col-yellow-500 tbody td:first-child {
    background-color: #ffeb3b;
}

.table-header-yellow-600 th {
    background-color: #fdd835;
}

.table-col-yellow-600 tbody td:first-child {
    background-color: #fdd835;
}

.table-header-yellow-700 th {
    background-color: #fbc02d;
}

.table-col-yellow-700 tbody td:first-child {
    background-color: #fbc02d;
}

.table-header-yellow-800 th {
    background-color: #f9a825;
}

.table-col-yellow-800 tbody td:first-child {
    background-color: #f9a825;
}

.table-header-yellow-900 th {
    background-color: #f57f17;
    color: white;
}

.table-col-yellow-900 tbody td:first-child {
    background-color: #f57f17;
    color: white;
}

.table-header-amber-50 th {
    background-color: #fff8e1;
}

.table-col-amber-50 tbody td:first-child {
    background-color: #fff8e1;
}

.table-header-amber-100 th {
    background-color: #ffecb3;
}

.table-col-amber-100 tbody td:first-child {
    background-color: #ffecb3;
}

.table-header-amber-200 th {
    background-color: #ffe082;
}

.table-col-amber-200 tbody td:first-child {
    background-color: #ffe082;
}

.table-header-amber-300 th {
    background-color: #ffd54f;
}

.table-col-amber-300 tbody td:first-child {
    background-color: #ffd54f;
}

.table-header-amber-400 th {
    background-color: #ffca28;
}

.table-col-amber-400 tbody td:first-child {
    background-color: #ffca28;
}

.table-header-amber-500 th {
    background-color: #ffc107;
}

.table-col-amber-500 tbody td:first-child {
    background-color: #ffc107;
}

.table-header-amber-600 th {
    background-color: #ffb300;
    color: white;
}

.table-col-amber-600 tbody td:first-child {
    background-color: #ffb300;
    color: white;
}

.table-header-amber-700 th {
    background-color: #ffa000;
    color: white;
}

.table-col-amber-700 tbody td:first-child {
    background-color: #ffa000;
    color: white;
}

.table-header-amber-800 th {
    background-color: #ff8f00;
    color: white;
}

.table-col-amber-800 tbody td:first-child {
    background-color: #ff8f00;
    color: white;
}

.table-header-amber-900 th {
    background-color: #ff6f00;
    color: white;
}

.table-col-amber-900 tbody td:first-child {
    background-color: #ff6f00;
    color: white;
}

.table-header-orange-50 th {
    background-color: #fff3e0;
}

.table-col-orange-50 tbody td:first-child {
    background-color: #fff3e0;
}

.table-header-orange-100 th {
    background-color: #ffe0b2;
}

.table-col-orange-100 tbody td:first-child {
    background-color: #ffe0b2;
}

.table-header-orange-200 th {
    background-color: #ffcc80;
}

.table-col-orange-200 tbody td:first-child {
    background-color: #ffcc80;
}

.table-header-orange-300 th {
    background-color: #ffb74d;
}

.table-col-orange-300 tbody td:first-child {
    background-color: #ffb74d;
}

.table-header-orange-400 th {
    background-color: #ffa726;
}

.table-col-orange-400 tbody td:first-child {
    background-color: #ffa726;
}

.table-header-orange-500 th {
    background-color: #ff9800;
}

.table-col-orange-500 tbody td:first-child {
    background-color: #ff9800;
}

.table-header-orange-600 th {
    background-color: #fb8c00;
    color: white;
}

.table-col-orange-600 tbody td:first-child {
    background-color: #fb8c00;
    color: white;
}

.table-header-orange-700 th {
    background-color: #f57c00;
    color: white;
}

.table-col-orange-700 tbody td:first-child {
    background-color: #f57c00;
    color: white;
}

.table-header-orange-800 th {
    background-color: #ef6c00;
    color: white;
}

.table-col-orange-800 tbody td:first-child {
    background-color: #ef6c00;
    color: white;
}

.table-header-orange-900 th {
    background-color: #e65100;
    color: white;
}

.table-col-orange-900 tbody td:first-child {
    background-color: #e65100;
    color: white;
}

.table-header-deeporange-50 th {
    background-color: #fbe9e7;
}

.table-col-deeporange-50 tbody td:first-child {
    background-color: #fbe9e7;
}

.table-header-deeporange-100 th {
    background-color: #ffccbc;
}

.table-col-deeporange-100 tbody td:first-child {
    background-color: #ffccbc;
}

.table-header-deeporange-200 th {
    background-color: #ffab91;
}

.table-col-deeporange-200 tbody td:first-child {
    background-color: #ffab91;
}

.table-header-deeporange-300 th {
    background-color: #ff8a65;
}

.table-col-deeporange-300 tbody td:first-child {
    background-color: #ff8a65;
}

.table-header-deeporange-400 th {
    background-color: #ff7043;
}

.table-col-deeporange-400 tbody td:first-child {
    background-color: #ff7043;
}

.table-header-deeporange-500 th {
    background-color: #ff5722;
    color: white;
}

.table-col-deeporange-500 tbody td:first-child {
    background-color: #ff5722;
    color: white;
}

.table-header-deeporange-600 th {
    background-color: #f4511e;
    color: white;
}

.table-col-deeporange-600 tbody td:first-child {
    background-color: #f4511e;
    color: white;
}

.table-header-deeporange-700 th {
    background-color: #e64a19;
    color: white;
}

.table-col-deeporange-700 tbody td:first-child {
    background-color: #e64a19;
    color: white;
}

.table-header-deeporange-800 th {
    background-color: #d84315;
    color: white;
}

.table-col-deeporange-800 tbody td:first-child {
    background-color: #d84315;
    color: white;
}

.table-header-deeporange-900 th {
    background-color: #bf360c;
    color: white;
}

.table-col-deeporange-900 tbody td:first-child {
    background-color: #bf360c;
    color: white;
}

.table-header-brown-50 th {
    background-color: #efebe9;
}

.table-col-brown-50 tbody td:first-child {
    background-color: #efebe9;
}

.table-header-brown-100 th {
    background-color: #d7ccc8;
}

.table-col-brown-100 tbody td:first-child {
    background-color: #d7ccc8;
}

.table-header-brown-200 th {
    background-color: #bcaaa4;
}

.table-col-brown-200 tbody td:first-child {
    background-color: #bcaaa4;
}

.table-header-brown-300 th {
    background-color: #a1887f;
}

.table-col-brown-300 tbody td:first-child {
    background-color: #a1887f;
}

.table-header-brown-400 th {
    background-color: #8d6e63;
}

.table-col-brown-400 tbody td:first-child {
    background-color: #8d6e63;
}

.table-header-brown-500 th {
    background-color: #795548;
    color: white;
}

.table-col-brown-500 tbody td:first-child {
    background-color: #795548;
    color: white;
}

.table-header-brown-600 th {
    background-color: #6d4c41;
    color: white;
}

.table-col-brown-600 tbody td:first-child {
    background-color: #6d4c41;
    color: white;
}

.table-header-brown-700 th {
    background-color: #5d4037;
    color: white;
}

.table-col-brown-700 tbody td:first-child {
    background-color: #5d4037;
    color: white;
}

.table-header-brown-800 th {
    background-color: #4e342e;
    color: white;
}

.table-col-brown-800 tbody td:first-child {
    background-color: #4e342e;
    color: white;
}

.table-header-brown-900 th {
    background-color: #3e2723;
    color: white;
}

.table-col-brown-900 tbody td:first-child {
    background-color: #3e2723;
    color: white;
}

.table-header-gray-50 th {
    background-color: #fafafa;
}

.table-col-gray-50 tbody td:first-child {
    background-color: #fafafa;
}

.table-header-gray-100 th {
    background-color: #f5f5f5;
}

.table-col-gray-100 tbody td:first-child {
    background-color: #f5f5f5;
}

.table-header-gray-200 th {
    background-color: #eeeeee;
}

.table-col-gray-200 tbody td:first-child {
    background-color: #eeeeee;
}

.table-header-gray-300 th {
    background-color: #e0e0e0;
}

.table-col-gray-300 tbody td:first-child {
    background-color: #e0e0e0;
}

.table-header-gray-400 th {
    background-color: #bdbdbd;
}

.table-col-gray-400 tbody td:first-child {
    background-color: #bdbdbd;
}

.table-header-gray-500 th {
    background-color: #9e9e9e;
}

.table-col-gray-500 tbody td:first-child {
    background-color: #9e9e9e;
}

.table-header-gray-600 th {
    background-color: #757575;
    color: white;
}

.table-col-gray-600 tbody td:first-child {
    background-color: #757575;
    color: white;
}

.table-header-gray-700 th {
    background-color: #616161;
    color: white;
}

.table-col-gray-700 tbody td:first-child {
    background-color: #616161;
    color: white;
}

.table-header-gray-800 th {
    background-color: #424242;
    color: white;
}

.table-col-gray-800 tbody td:first-child {
    background-color: #424242;
    color: white;
}

.table-header-gray-900 th {
    background-color: #212121;
    color: white;
}

.table-col-gray-900 tbody td:first-child {
    background-color: #212121;
    color: white;
}

.table-header-bluegray-50 th {
    background-color: #eceff1;
}

.table-col-bluegray-50 tbody td:first-child {
    background-color: #eceff1;
}

.table-header-bluegray-100 th {
    background-color: #cfd8dc;
}

.table-col-bluegray-100 tbody td:first-child {
    background-color: #cfd8dc;
}

.table-header-bluegray-200 th {
    background-color: #b0bec5;
}

.table-col-bluegray-200 tbody td:first-child {
    background-color: #b0bec5;
}

.table-header-bluegray-300 th {
    background-color: #90a4ae;
}

.table-col-bluegray-300 tbody td:first-child {
    background-color: #90a4ae;
}

.table-header-bluegray-400 th {
    background-color: #78909c;
}

.table-col-bluegray-400 tbody td:first-child {
    background-color: #78909c;
}

.table-header-bluegray-500 th {
    background-color: #607d8b;
    color: white;
}

.table-col-bluegray-500 tbody td:first-child {
    background-color: #607d8b;
    color: white;
}

.table-header-bluegray-600 th {
    background-color: #546e7a;
    color: white;
}

.table-col-bluegray-600 tbody td:first-child {
    background-color: #546e7a;
    color: white;
}

.table-header-bluegray-700 th {
    background-color: #455a64;
    color: white;
}

.table-col-bluegray-700 tbody td:first-child {
    background-color: #455a64;
    color: white;
}

.table-header-bluegray-800 th {
    background-color: #37474f;
    color: white;
}

.table-col-bluegray-800 tbody td:first-child {
    background-color: #37474f;
    color: white;
}

.table-header-bluegray-900 th {
    background-color: #263238;
    color: white;
}

.table-col-bluegray-900 tbody td:first-child {
    background-color: #263238;
    color: white;
}
