.login-page, .register-page, .preloader {
	background-color: var(--white) !important;
}
[class*=sidebar-dark-] {
	background-color: black !important;
}
.content-wrapper {
    background-color: var(--white) !important;
}
.brand-link {
	padding: 0.75rem 0.5rem !important;
}
.brand-link .brand-image {
	float: none !important;
}
.brand-text small {
	color: var(--gray) !important;
}
.main-sidebar .brand-text {
	color: var(--white) !important;
	margin-left: 0.8rem !important;
	font-size: 14px !important;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: var(--dark) !important;
}
.main-footer a {
	color: var(--dark) !important;
}
.callout {
	border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-right: 1px solid rgba(0, 0, 0, .125);
	box-shadow: none !important;
}
label {
    display: block;
}
.bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-label {
    padding: 0.525rem 0.5rem !important;
}
.select2-container {
    width: 100% !important;
}
.toasts-top-right {
    right: 20px !important;
    top: 20px !important;
}
.toast-header {
	/*background: var(--green) !important;
	color: var(--white) !important;*/
	font-size: 1.2rem !important;
	padding: 0.8rem 2rem !important;
}
.toast-header i {
	font-size: 1.4rem !important;
}
.toast-header button {
	display: none;
}