.lter {
    background-color: rgba(255, 255, 255, 0.035) !important;
}

.dker {
    background-color: rgba(0, 0, 0, 0.035) !important;
}

.light {
    background-color: #f8f8f8 !important;
}

.dark-white,
.white {
    background-color: #fff !important;
}

.dark-white {
    color: rgba(0, 0, 0, 0.87) !important;
}

.black,
.danger,
.dark,
.grey,
.info,
.primary,
.success,
.warn,
.warning {
    color: rgba(255, 255, 255, 0.87) !important;
}

.black {
    background-color: #2a2b3c !important;
}

.black .lt {
    background-color: #2f3044 !important;
}

.black .dk {
    background-color: #252635 !important;
}

.black .bg {
    background-color: #2a2b3c !important;
}

.dark {
    background-color: #2e3e4e !important;
}

.dark .lt {
    background-color: #334456 !important;
}

.dark .dk {
    background-color: #293846 !important;
}

.dark .bg {
    background-color: #2e3e4e !important;
}

.grey {
    background-color: #424242 !important;
}

.grey .lt {
    background-color: #484848 !important;
}

.grey .dk {
    background-color: #3c3c3c !important;
}

.grey .bg {
    background-color: #424242 !important;
}

.primary {
    background-color: #0cc2aa !important;
}

.primary .lt {
    background-color: #0dceb5 !important;
}

.primary .dk {
    background-color: #0bb69f !important;
}

.primary .bg {
    background-color: #0cc2aa !important;
}

.accent {
    color: rgba(255, 255, 255, 0.87);
    background-color: #a88add !important;
}

.accent .lt {
    background-color: #af94e0 !important;
}

.accent .dk {
    background-color: #a180da !important;
}

.accent .bg {
    background-color: #a88add !important;
}

.warn {
    background-color: #fcc100 !important;
}

.warn .lt {
    background-color: #ffc60a !important;
}

.warn .dk {
    background-color: #efb700 !important;
}

.warn .bg {
    background-color: #fcc100 !important;
}

.success {
    background-color: #6cc788 !important;
}

.success .lt {
    background-color: #75cb8f !important;
}

.success .dk {
    background-color: #63c381 !important;
}

.success .bg {
    background-color: #6cc788 !important;
}

.info {
    background-color: #6887ff !important;
}

.info .lt {
    background-color: #7591ff !important;
}

.info .dk {
    background-color: #5b7dff !important;
}

.info .bg {
    background-color: #6887ff !important;
}

.warning {
    background-color: #f77a99 !important;
}

.warning .lt {
    background-color: #f886a2 !important;
}

.warning .dk {
    background-color: #f66e90 !important;
}

.warning .bg {
    background-color: #f77a99 !important;
}

.danger {
    background-color: #f44455 !important;
}

.danger .lt {
    background-color: #f55060 !important;
}

.danger .dk {
    background-color: #f3384a !important;
}

.danger .bg {
    background-color: #f44455 !important;
}

.blue {
    background-color: #2196f3 !important;
}

.blue .lt {
    background-color: #2d9cf4 !important;
}

.blue .dk {
    background-color: #1590f2 !important;
}

.blue .bg {
    background-color: #2196f3 !important;
}

.white-overlay {
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.black-overlay {
    background-color: rgba(0, 0, 0, 0.85) !important;
}

a.primary:hover {
    /* background-color: #0bb69f !important; */
    background-color: red !important;
}

a.text-primary:hover {
    color: #0bb69f !important;
}

.text-primary,
.text-primary-hover a:hover {
    color: #0cc2aa !important;
}

a.warn:hover {
    background-color: #efb700 !important;
}

a.text-warn:hover {
    color: #efb700 !important;
}

.text-warn,
.text-warn-hover a:hover {
    color: #fcc100 !important;
}

a.accent:hover {
    background-color: #a180da !important;
}

a.text-accent:hover {
    color: #a180da !important;
}

.text-accent,
.text-accent-hover a:hover {
    color: #a88add !important;
}

a.success:hover {
    background-color: #63c381 !important;
}

a.text-success:hover {
    color: #63c381 !important;
}

.text-success,
.text-success-hover a:hover {
    color: #6cc788 !important;
}

a.info:hover {
    background-color: #5b7dff !important;
}

a.text-info:hover {
    color: #5b7dff !important;
}

.text-info,
.text-info-hover a:hover {
    color: #6887ff !important;
}

a.warning:hover {
    background-color: #f66e90 !important;
}

a.text-warning:hover {
    color: #f66e90 !important;
}

.text-warning,
.text-warning-hover a:hover {
    color: #f77a99 !important;
}

a.danger:hover {
    background-color: #f3384a !important;
}

a.text-danger:hover {
    color: #f3384a !important;
}

.text-danger,
.text-danger-hover a:hover {
    color: #f44455 !important;
}

a.dark:hover {
    background-color: #293846 !important;
}

a.text-dark:hover {
    color: #293846 !important;
}

.text-dark,
.text-dark-hover a:hover {
    color: #2e3e4e !important;
}

a.blue:hover {
    background-color: #1590f2 !important;
}

a.text-blue:hover {
    color: #1590f2 !important;
}

.text-blue,
.text-blue-hover a:hover {
    color: #2196f3 !important;
}

.text-white {
    color: #fff !important;
}

.text-white-lt {
    color: rgba(255, 255, 255, 0.54) !important;
}

.text-white-dk {
    color: rgba(255, 255, 255, 0.87) !important;
}

.text-black {
    color: #000 !important;
}

.text-black-lt {
    color: rgba(0, 0, 0, 0.54) !important;
}

.text-black-dk {
    color: rgba(0, 0, 0, 0.87) !important;
}

.text-muted {
    color: inherit;
    opacity: 0.6 !important;
}

.text-color {
    color: rgba(0, 0, 0, 0.87) !important;
}

.red {
    background-color: #f44336;
    color: rgba(255, 255, 255, 0.87) !important;
}

.red-100,
.red-200,
.red-300,
.red-400,
.red-50 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.red-50 {
    background-color: #ffebee !important;
}

.red-100 {
    background-color: #ffcdd2 !important;
}

.red-200 {
    background-color: #ef9a9a !important;
}

.red-300 {
    background-color: #e57373 !important;
}

.red-400 {
    background-color: #ef5350 !important;
}

.red-500,
.red-600,
.red-700,
.red-800,
.red-900 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.red-500 {
    background-color: #f44336 !important;
}

.red-600 {
    background-color: #e53935 !important;
}

.red-700 {
    background-color: #d32f2f !important;
}

.red-800 {
    background-color: #c62828 !important;
}

.red-900 {
    background-color: #b71c1c !important;
}

.red-A100 {
    background-color: #ff8a80;
    color: rgba(0, 0, 0, 0.87) !important;
}

.pink,
.red-A200,
.red-A400,
.red-A700 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.red-A200 {
    background-color: #ff5252 !important;
}

.red-A400 {
    background-color: #ff1744 !important;
}

.red-A700 {
    background-color: #d50000 !important;
}

.pink {
    background-color: #e91e63 !important;
}

.pink-100,
.pink-200,
.pink-300,
.pink-400,
.pink-50 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.pink-50 {
    background-color: #fce4ec !important;
}

.pink-100 {
    background-color: #f8bbd0 !important;
}

.pink-200 {
    background-color: #f48fb1 !important;
}

.pink-300 {
    background-color: #f06292 !important;
}

.pink-400 {
    background-color: #ec407a !important;
}

.pink-500,
.pink-600,
.pink-700,
.pink-800,
.pink-900 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.pink-500 {
    background-color: #e91e63 !important;
}

.pink-600 {
    background-color: #d81b60 !important;
}

.pink-700 {
    background-color: #c2185b !important;
}

.pink-800 {
    background-color: #ad1457 !important;
}

.pink-900 {
    background-color: #880e4f !important;
}

.pink-A100 {
    background-color: #ff80ab;
    color: rgba(0, 0, 0, 0.87) !important;
}

.pink-A200,
.pink-A400,
.pink-A700,
.purple {
    color: rgba(255, 255, 255, 0.87) !important;
}

.pink-A200 {
    background-color: #ff4081 !important;
}

.pink-A400 {
    background-color: #f50057 !important;
}

.pink-A700 {
    background-color: #c51162 !important;
}

.purple {
    background-color: #9c27b0 !important;
}

.purple-100,
.purple-200,
.purple-50 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.purple-50 {
    background-color: #f3e5f5 !important;
}

.purple-100 {
    background-color: #e1bee7 !important;
}

.purple-200 {
    background-color: #ce93d8 !important;
}

.purple-300,
.purple-400,
.purple-500,
.purple-600,
.purple-700,
.purple-800,
.purple-900 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.purple-300 {
    background-color: #ba68c8 !important;
}

.purple-400 {
    background-color: #ab47bc !important;
}

.purple-500 {
    background-color: #9c27b0 !important;
}

.purple-600 {
    background-color: #8e24aa !important;
}

.purple-700 {
    background-color: #7b1fa2 !important;
}

.purple-800 {
    background-color: #6a1b9a !important;
}

.purple-900 {
    background-color: #4a148c !important;
}

.purple-A100 {
    background-color: #ea80fc;
    color: rgba(0, 0, 0, 0.87) !important;
}

.deep-purple,
.purple-A200,
.purple-A400,
.purple-A700 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.purple-A200 {
    background-color: #e040fb !important;
}

.purple-A400 {
    background-color: #d500f9 !important;
}

.purple-A700 {
    background-color: #a0f !important;
}

.deep-purple {
    background-color: #673ab7 !important;
}

.deep-purple-50 {
    background-color: #ede7f6;
    color: rgba(0, 0, 0, 0.87) !important;
}

.deep-purple-100 {
    background-color: #d1c4e9;
    color: rgba(0, 0, 0, 0.87) !important;
}

.deep-purple-200 {
    background-color: #b39ddb;
    color: rgba(0, 0, 0, 0.87) !important;
}

.deep-purple-300,
.deep-purple-400,
.deep-purple-500,
.deep-purple-600,
.deep-purple-700,
.deep-purple-800,
.deep-purple-900 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.deep-purple-300 {
    background-color: #9575cd !important;
}

.deep-purple-400 {
    background-color: #7e57c2 !important;
}

.deep-purple-500 {
    background-color: #673ab7 !important;
}

.deep-purple-600 {
    background-color: #5e35b1 !important;
}

.deep-purple-700 {
    background-color: #512da8 !important;
}

.deep-purple-800 {
    background-color: #4527a0 !important;
}

.deep-purple-900 {
    background-color: #311b92 !important;
}

.deep-purple-A100 {
    background-color: #b388ff;
    color: rgba(0, 0, 0, 0.87) !important;
}

.deep-purple-A200,
.deep-purple-A400,
.deep-purple-A700,
.indigo {
    color: rgba(255, 255, 255, 0.87) !important;
}

.deep-purple-A200 {
    background-color: #7c4dff !important;
}

.deep-purple-A400 {
    background-color: #651fff !important;
}

.deep-purple-A700 {
    background-color: #6200ea !important;
}

.indigo {
    background-color: #3f51b5 !important;
}

.indigo-100,
.indigo-200,
.indigo-50 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.indigo-50 {
    background-color: #e8eaf6 !important;
}

.indigo-100 {
    background-color: #c5cae9 !important;
}

.indigo-200 {
    background-color: #9fa8da !important;
}

.indigo-300,
.indigo-400,
.indigo-500,
.indigo-600,
.indigo-700,
.indigo-800,
.indigo-900 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.indigo-300 {
    background-color: #7986cb !important;
}

.indigo-400 {
    background-color: #5c6bc0 !important;
}

.indigo-500 {
    background-color: #3f51b5 !important;
}

.indigo-600 {
    background-color: #3949ab !important;
}

.indigo-700 {
    background-color: #303f9f !important;
}

.indigo-800 {
    background-color: #283593 !important;
}

.indigo-900 {
    background-color: #1a237e !important;
}

.indigo-A100 {
    background-color: #8c9eff;
    color: rgba(0, 0, 0, 0.87) !important;
}

.blue,
.indigo-A200,
.indigo-A400,
.indigo-A700 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.indigo-A200 {
    background-color: #536dfe !important;
}

.indigo-A400 {
    background-color: #3d5afe !important;
}

.indigo-A700 {
    background-color: #304ffe !important;
}

.blue-100,
.blue-200,
.blue-300,
.blue-400,
.blue-50 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.blue-50 {
    background-color: #e3f2fd !important;
}

.blue-100 {
    background-color: #bbdefb !important;
}

.blue-200 {
    background-color: #90caf9 !important;
}

.blue-300 {
    background-color: #64b5f6 !important;
}

.blue-400 {
    background-color: #42a5f5 !important;
}

.blue-500,
.blue-600,
.blue-700,
.blue-800,
.blue-900 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.blue-500 {
    background-color: #2196f3 !important;
}

.blue-600 {
    background-color: #1e88e5 !important;
}

.blue-700 {
    background-color: #1976d2 !important;
}

.blue-800 {
    background-color: #1565c0 !important;
}

.blue-900 {
    background-color: #0d47a1 !important;
}

.blue-A100 {
    background-color: #82b1ff;
    color: rgba(0, 0, 0, 0.87) !important;
}

.blue-A200,
.blue-A400,
.blue-A700,
.light-blue {
    color: rgba(255, 255, 255, 0.87) !important;
}

.blue-A200 {
    background-color: #448aff !important;
}

.blue-A400 {
    background-color: #2979ff !important;
}

.blue-A700 {
    background-color: #2962ff !important;
}

.light-blue {
    background-color: #03a9f4 !important;
}

.light-blue-100,
.light-blue-200,
.light-blue-300,
.light-blue-400,
.light-blue-50 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.light-blue-50 {
    background-color: #e1f5fe !important;
}

.light-blue-100 {
    background-color: #b3e5fc !important;
}

.light-blue-200 {
    background-color: #81d4fa !important;
}

.light-blue-300 {
    background-color: #4fc3f7 !important;
}

.light-blue-400 {
    background-color: #29b6f6 !important;
}

.light-blue-500,
.light-blue-600,
.light-blue-700,
.light-blue-800,
.light-blue-900 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.light-blue-500 {
    background-color: #03a9f4 !important;
}

.light-blue-600 {
    background-color: #039be5 !important;
}

.light-blue-700 {
    background-color: #0288d1 !important;
}

.light-blue-800 {
    background-color: #0277bd !important;
}

.light-blue-900 {
    background-color: #01579b !important;
}

.light-blue-A100 {
    background-color: #80d8ff;
    color: rgba(0, 0, 0, 0.87) !important;
}

.light-blue-A200 {
    background-color: #40c4ff;
    color: rgba(0, 0, 0, 0.87) !important;
}

.light-blue-A400 {
    background-color: #00b0ff;
    color: rgba(0, 0, 0, 0.87) !important;
}

.cyan,
.light-blue-A700 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.light-blue-A700 {
    background-color: #0091ea !important;
}

.cyan {
    background-color: #00bcd4 !important;
}

.cyan-100,
.cyan-200,
.cyan-300,
.cyan-400,
.cyan-50 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.cyan-50 {
    background-color: #e0f7fa !important;
}

.cyan-100 {
    background-color: #b2ebf2 !important;
}

.cyan-200 {
    background-color: #80deea !important;
}

.cyan-300 {
    background-color: #4dd0e1 !important;
}

.cyan-400 {
    background-color: #26c6da !important;
}

.cyan-500,
.cyan-600,
.cyan-700,
.cyan-800,
.cyan-900 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.cyan-500 {
    background-color: #00bcd4 !important;
}

.cyan-600 {
    background-color: #00acc1 !important;
}

.cyan-700 {
    background-color: #0097a7 !important;
}

.cyan-800 {
    background-color: #00838f !important;
}

.cyan-900 {
    background-color: #006064 !important;
}

.cyan-A100,
.cyan-A200,
.cyan-A400,
.cyan-A700 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.cyan-A100 {
    background-color: #84ffff !important;
}

.cyan-A200 {
    background-color: #18ffff !important;
}

.cyan-A400 {
    background-color: #00e5ff !important;
}

.cyan-A700 {
    background-color: #00b8d4 !important;
}

.teal {
    background-color: #009688;
    color: rgba(255, 255, 255, 0.87) !important;
}

.teal-100,
.teal-200,
.teal-300,
.teal-400,
.teal-50 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.teal-50 {
    background-color: #e0f2f1 !important;
}

.teal-100 {
    background-color: #b2dfdb !important;
}

.teal-200 {
    background-color: #80cbc4 !important;
}

.teal-300 {
    background-color: #4db6ac !important;
}

.teal-400 {
    background-color: #26a69a !important;
}

.teal-500,
.teal-600,
.teal-700,
.teal-800,
.teal-900 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.teal-500 {
    background-color: #009688 !important;
}

.teal-600 {
    background-color: #00897b !important;
}

.teal-700 {
    background-color: #00796b !important;
}

.teal-800 {
    background-color: #00695c !important;
}

.teal-900 {
    background-color: #004d40 !important;
}

.teal-A100,
.teal-A200,
.teal-A400,
.teal-A700 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.teal-A100 {
    background-color: #a7ffeb !important;
}

.teal-A200 {
    background-color: #64ffda !important;
}

.teal-A400 {
    background-color: #1de9b6 !important;
}

.teal-A700 {
    background-color: #00bfa5 !important;
}

.green {
    background-color: #4caf50;
    color: rgba(255, 255, 255, 0.87) !important;
}

.green-100,
.green-200,
.green-300,
.green-400,
.green-50 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.green-50 {
    background-color: #e8f5e9 !important;
}

.green-100 {
    background-color: #c8e6c9 !important;
}

.green-200 {
    background-color: #a5d6a7 !important;
}

.green-300 {
    background-color: #81c784 !important;
}

.green-400 {
    background-color: #66bb6a !important;
}

.green-500,
.green-600,
.green-700,
.green-800,
.green-900 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.green-500 {
    background-color: #4caf50 !important;
}

.green-600 {
    background-color: #43a047 !important;
}

.green-700 {
    background-color: #388e3c !important;
}

.green-800 {
    background-color: #2e7d32 !important;
}

.green-900 {
    background-color: #1b5e20 !important;
}

.green-A100,
.green-A200,
.green-A400,
.green-A700,
.light-green,
.light-green-200,
.light-green-300,
.light-green-400,
.light-green-50,
.light-green-500,
.light-green-600,
.light-green-700 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.green-A100 {
    background-color: #b9f6ca !important;
}

.green-A200 {
    background-color: #69f0ae !important;
}

.green-A400 {
    background-color: #00e676 !important;
}

.green-A700 {
    background-color: #00c853 !important;
}

.light-green {
    background-color: #8bc34a !important;
}

.light-green-50 {
    background-color: #f1f8e9 !important;
}

.light-green-100 {
    background-color: #dcedc8;
    color: rgba(0, 0, 0, 0.87) !important;
}

.light-green-200 {
    background-color: #c5e1a5 !important;
}

.light-green-300 {
    background-color: #aed581 !important;
}

.light-green-400 {
    background-color: #9ccc65 !important;
}

.light-green-500 {
    background-color: #8bc34a !important;
}

.light-green-600 {
    background-color: #7cb342 !important;
}

.light-green-700 {
    background-color: #689f38 !important;
}

.light-green-800 {
    background-color: #558b2f;
    color: rgba(255, 255, 255, 0.87) !important;
}

.light-green-900 {
    background-color: #33691e;
    color: rgba(255, 255, 255, 0.87) !important;
}

.light-green-A100,
.light-green-A200,
.light-green-A400,
.light-green-A700,
.lime,
.lime-200,
.lime-300,
.lime-400,
.lime-50,
.lime-500,
.lime-600,
.lime-700,
.lime-800 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.light-green-A100 {
    background-color: #ccff90 !important;
}

.light-green-A200 {
    background-color: #b2ff59 !important;
}

.light-green-A400 {
    background-color: #76ff03 !important;
}

.light-green-A700 {
    background-color: #64dd17 !important;
}

.lime {
    background-color: #cddc39 !important;
}

.lime-50 {
    background-color: #f9fbe7 !important;
}

.lime-100 {
    background-color: #f0f4c3;
    color: rgba(0, 0, 0, 0.87) !important;
}

.lime-200 {
    background-color: #e6ee9c !important;
}

.lime-300 {
    background-color: #dce775 !important;
}

.lime-400 {
    background-color: #d4e157 !important;
}

.lime-500 {
    background-color: #cddc39 !important;
}

.lime-600 {
    background-color: #c0ca33 !important;
}

.lime-700 {
    background-color: #afb42b !important;
}

.lime-800 {
    background-color: #9e9d24 !important;
}

.lime-900 {
    background-color: #827717;
    color: rgba(255, 255, 255, 0.87) !important;
}

.amber,
.amber-200,
.amber-300,
.amber-400,
.amber-50,
.amber-500,
.amber-600,
.amber-700,
.amber-800,
.amber-900,
.amber-A100,
.amber-A200,
.amber-A400,
.amber-A700,
.lime-A100,
.lime-A200,
.lime-A400,
.lime-A700,
.orange,
.orange-100,
.orange-200,
.orange-300,
.orange-400,
.orange-50,
.orange-500,
.orange-600,
.orange-700,
.yellow,
.yellow-100,
.yellow-200,
.yellow-300,
.yellow-400,
.yellow-50,
.yellow-500,
.yellow-600,
.yellow-700,
.yellow-800,
.yellow-900,
.yellow-A100,
.yellow-A200,
.yellow-A400,
.yellow-A700 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.lime-A100 {
    background-color: #f4ff81 !important;
}

.lime-A200 {
    background-color: #eeff41 !important;
}

.lime-A400 {
    background-color: #c6ff00 !important;
}

.lime-A700 {
    background-color: #aeea00 !important;
}

.yellow {
    background-color: #ffeb3b !important;
}

.yellow-50 {
    background-color: #fffde7 !important;
}

.yellow-100 {
    background-color: #fff9c4 !important;
}

.yellow-200 {
    background-color: #fff59d !important;
}

.yellow-300 {
    background-color: #fff176 !important;
}

.yellow-400 {
    background-color: #ffee58 !important;
}

.yellow-500 {
    background-color: #ffeb3b !important;
}

.yellow-600 {
    background-color: #fdd835 !important;
}

.yellow-700 {
    background-color: #fbc02d !important;
}

.yellow-800 {
    background-color: #f9a825 !important;
}

.yellow-900 {
    background-color: #f57f17 !important;
}

.yellow-A100 {
    background-color: #ffff8d !important;
}

.yellow-A200 {
    background-color: #ff0 !important;
}

.yellow-A400 {
    background-color: #ffea00 !important;
}

.yellow-A700 {
    background-color: #ffd600 !important;
}

.amber {
    background-color: #ffc107 !important;
}

.amber-50 {
    background-color: #fff8e1 !important;
}

.amber-100 {
    background-color: #ffecb3;
    color: rgba(0, 0, 0, 0.87) !important;
}

.amber-200 {
    background-color: #ffe082 !important;
}

.amber-300 {
    background-color: #ffd54f !important;
}

.amber-400 {
    background-color: #ffca28 !important;
}

.amber-500 {
    background-color: #ffc107 !important;
}

.amber-600 {
    background-color: #ffb300 !important;
}

.amber-700 {
    background-color: #ffa000 !important;
}

.amber-800 {
    background-color: #ff8f00 !important;
}

.amber-900 {
    background-color: #ff6f00 !important;
}

.amber-A100 {
    background-color: #ffe57f !important;
}

.amber-A200 {
    background-color: #ffd740 !important;
}

.amber-A400 {
    background-color: #ffc400 !important;
}

.amber-A700 {
    background-color: #ffab00 !important;
}

.orange {
    background-color: #ff9800 !important;
}

.orange-50 {
    background-color: #fff3e0 !important;
}

.orange-100 {
    background-color: #ffe0b2 !important;
}

.orange-200 {
    background-color: #ffcc80 !important;
}

.orange-300 {
    background-color: #ffb74d !important;
}

.orange-400 {
    background-color: #ffa726 !important;
}

.orange-500 {
    background-color: #ff9800 !important;
}

.orange-600 {
    background-color: #fb8c00 !important;
}

.orange-700 {
    background-color: #f57c00 !important;
}

.orange-800,
.orange-900 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.orange-800 {
    background-color: #ef6c00 !important;
}

.orange-900 {
    background-color: #e65100 !important;
}

.orange-A100,
.orange-A200,
.orange-A400,
.orange-A700 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.orange-A100 {
    background-color: #ffd180 !important;
}

.orange-A200 {
    background-color: #ffab40 !important;
}

.orange-A400 {
    background-color: #ff9100 !important;
}

.orange-A700 {
    background-color: #ff6d00 !important;
}

.deep-orange {
    background-color: #ff5722;
    color: rgba(255, 255, 255, 0.87) !important;
}

.deep-orange-100,
.deep-orange-200,
.deep-orange-300,
.deep-orange-400,
.deep-orange-50 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.deep-orange-50 {
    background-color: #fbe9e7 !important;
}

.deep-orange-100 {
    background-color: #ffccbc !important;
}

.deep-orange-200 {
    background-color: #ffab91 !important;
}

.deep-orange-300 {
    background-color: #ff8a65 !important;
}

.deep-orange-400 {
    background-color: #ff7043 !important;
}

.deep-orange-500,
.deep-orange-600,
.deep-orange-700,
.deep-orange-800,
.deep-orange-900 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.deep-orange-500 {
    background-color: #ff5722 !important;
}

.deep-orange-600 {
    background-color: #f4511e !important;
}

.deep-orange-700 {
    background-color: #e64a19 !important;
}

.deep-orange-800 {
    background-color: #d84315 !important;
}

.deep-orange-900 {
    background-color: #bf360c !important;
}

.deep-orange-A100 {
    background-color: #ff9e80;
    color: rgba(0, 0, 0, 0.87) !important;
}

.deep-orange-A200 {
    background-color: #ff6e40;
    color: rgba(0, 0, 0, 0.87) !important;
}

.brown,
.deep-orange-A400,
.deep-orange-A700 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.deep-orange-A400 {
    background-color: #ff3d00 !important;
}

.deep-orange-A700 {
    background-color: #dd2c00 !important;
}

.brown {
    background-color: #795548 !important;
}

.brown-100,
.brown-200,
.brown-50 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.brown-50 {
    background-color: #efebe9 !important;
}

.brown-100 {
    background-color: #d7ccc8 !important;
}

.brown-200 {
    background-color: #bcaaa4 !important;
}

.blue-grey,
.brown-300,
.brown-400,
.brown-500,
.brown-600,
.brown-700,
.brown-800,
.brown-900 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.brown-300 {
    background-color: #a1887f !important;
}

.brown-400 {
    background-color: #8d6e63 !important;
}

.brown-500 {
    background-color: #795548 !important;
}

.brown-600 {
    background-color: #6d4c41 !important;
}

.brown-700 {
    background-color: #5d4037 !important;
}

.brown-800 {
    background-color: #4e342e !important;
}

.brown-900 {
    background-color: #3e2723 !important;
}

.blue-grey {
    background-color: #607d8b !important;
}

.blue-grey-100,
.blue-grey-200,
.blue-grey-300,
.blue-grey-50 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.blue-grey-50 {
    background-color: #eceff1 !important;
}

.blue-grey-100 {
    background-color: #cfd8dc !important;
}

.blue-grey-200 {
    background-color: #b0bec5 !important;
}

.blue-grey-300 {
    background-color: #90a4ae !important;
}

.blue-grey-400,
.blue-grey-500,
.blue-grey-600,
.blue-grey-700,
.blue-grey-800,
.blue-grey-900 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.blue-grey-400 {
    background-color: #78909c !important;
}

.blue-grey-500 {
    background-color: #607d8b !important;
}

.blue-grey-600 {
    background-color: #546e7a !important;
}

.blue-grey-700 {
    background-color: #455a64 !important;
}

.blue-grey-800 {
    background-color: #37474f !important;
}

.blue-grey-900 {
    background-color: #263238 !important;
}

.grey-100,
.grey-200,
.grey-300,
.grey-400,
.grey-50,
.grey-500 {
    color: rgba(0, 0, 0, 0.87) !important;
}

.grey-50 {
    background-color: #fafafa !important;
}

.grey-100 {
    background-color: #f5f5f5 !important;
}

.grey-200 {
    background-color: #eee !important;
}

.grey-300 {
    background-color: #e0e0e0 !important;
}

.grey-400 {
    background-color: #bdbdbd !important;
}

.grey-500 {
    background-color: #9e9e9e !important;
}

.grey-600,
.grey-700,
.grey-800,
.grey-900 {
    color: rgba(255, 255, 255, 0.87) !important;
}

.grey-600 {
    background-color: #757575 !important;
}

.grey-700 {
    background-color: #616161 !important;
}

.grey-800 {
    background-color: #424242 !important;
}

.grey-900 {
    background-color: #212121 !important;
}
