/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

html body {
	background-color: #343E46;
	color: #F3F5F6;
}

footer.footer-dark {
	background: #2C343B;
	color: #F3F5F6;
}

.card, .card-header, .card-title {
	background-color: #2C343B;
	color: #F3F5F6;
}

table.dataTable tbody tr {
	background-color: transparent;
	color: #F3F5F6;
}

table.dataTable thead th {
	background-color: transparent;
	color: #F3F5F6;
}

div.dataTables_wrapper div.dataTables_length select {
	background: #F3F5F6;
}

table.dataTable thead th, table.dataTable.no-footer th, .dataTables_wrapper thead th, .dataTables_wrapper.no-footer th {
	border-bottom: 1px solid #F3F5F6;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	color: #F3F5F6;
}

.line-on-side span {
	background-color: #2C343B;
	color: #E8ECED;
}

.form-control-position {
	color: #6b6f82;
}

.header-navbar.navbar-with-menu .navbar-header {
	z-index: 100;
}

@media (max-width: 991.98px) {
	[data-menu="vertical-menu-modern"] .header-navbar.navbar-with-menu .navbar-container {
		background-color: #2C343B;
		color: #F3F5F6;
	}
}

.swal2-title {
	color: #F3F5F6 !important;
}

.apexcharts-tooltip {
	border: 1px solid #F3F5F6 !important;
}

.apexcharts-tooltip-title {
	border-bottom: 1px solid #F3F5F6 !important;
}

.apexcharts-tooltip, .apexcharts-tooltip-title, .apexcharts-tooltip-text {
	background: #2C343B !important;
	color: #F3F5F6 !important;
}