[data-theme="dark"]{
	background-color:#111 !important;
	color:#eee;
}

[data-theme="dark"] .bg-light{
	background-color:#333 !important;
}

[data-theme="dark"] .bg-white{
	background-color:#000 !important;
}

[data-theme="dark"] .bg-black{
	background-color:#eee !important;
}

[data-theme="dark"] .modal-content{
	background-color:#111 !important;
	color:#eee !important;
}

[data-theme="dark"] .form-control{
	background-color:#111 !important;
	color:#eee !important;
}

[data-theme="dark"] .input-group-text{
	background-color:#111 !important;
	color:#eee !important;
}

[data-theme="dark"] .filter-option-inner-inner{
	color:#eee !important;
}

[data-theme="dark"] .alert-light{
	background-color:#d6d8d9 !important;
	color:#1b1e21 !important;
	border-color:#c6c8ca !important;
}