.btn-check:active+.btn.btn-active-success, .btn-check:checked+.btn.btn-active-success, .btn.btn-active-success.active, .btn.btn-active-success.show, .btn.btn-active-success:active:not(.btn-active), .btn.btn-active-success:focus:not(.btn-active), .btn.btn-active-success:hover:not(.btn-active), .show>.btn.btn-active-success {
	color: #fff;
    border-color: #9B81B9;
    background-color: #9B81B9!important;
}

.form-control {
	border-radius: 0 !important;
}

.fw-row {
	margin-bottom: 2.25rem !important;
}

.theme-background {
	background: #9B81B9!important;
}


.menu-sub-dropdown {
	background-color: black !important;
}


.menu-state-bg-light-primary .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here), .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
	background-color: black;
	color: #9B81B9;
}


.form-control{
	background: transparent!important;
	color:white!important;
}

.link-primary, .links > a {
	color: #fff;

}

.link-primary:focus, .link-primary:hover, .links  a:focus, .links  a:hover {
	color: #9B81B9;
}



  label {
	color: white!important;

}