form .required:after{color:#f35958;content:"*";font-size:15px;left:3px;position:relative}.form-switch-md .form-check-input{width:4rem!important}.form-switch-lg .form-check-input{width:6rem!important}.form-switch-xl .form-check-input{width:8rem!important}.feather-16{height:16px;width:16px}.feather-20{height:20px;width:20px}.feather-24{height:24px;width:24px}.feather-32{height:32px;width:32px}
    /*.btn-primary, {
    background-color: #0096ed !important;
    border-color: #0096ed !important;
    color: #fff!important;
}*/
.main-menu.menu-light .navigation>li.active>a {
    background: #0096ed;
    border-radius: 4px;
    box-shadow: 0 0 10px 1px rgb(0 150 237);
    color: #fff;
    font-weight: 400;
}
a{
	color: #0096ed;
}
.avatar.bg-light-primary {
    color: #0096ed!important;
}

.btn-primary,.form-check-input:checked {
    background-color: #0096ed !important;
    border-color: #0096ed !important;
    color: #fff!important;
}

.nav-pills .nav-link.active {
    border-color: #0096ed;
     box-shadow: 0 0 10px 1px rgb(0 150 237);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #0096ed;
    color: #fff;
}

.main-menu.menu-light .navigation>li ul .active {
    background: #0096ed;
    border-radius: 4px;
     box-shadow: 0 0 10px 1px rgb(0 150 237);
    z-index: 1;
}

.form-check-input:not(:disabled):checked {
    box-shadow: 0 0 10px 1px rgb(0 150 237);
}
