.dark-layout .form-control[type=file]::file-selector-button{background-color:#283046}
.main-menu.menu-light .navigation>li.active>a {
    background: linear-gradient(118deg,#0C6DFD,#0C6DFD);
    border-radius: 4px;
    box-shadow: 0 0 10px 1px #0C6DFD;
    color: #fff;
    font-weight: 400;
}
.main-menu.menu-light .navigation>li ul .active {
    background: linear-gradient(118deg,#0C6DFD,#0C6DFD);
    border-radius: 4px;
    box-shadow: 0 0 10px 1px #0C6DFD;
    
}
.btn-primary {
    background-color: #0C6DFD!important;
    border-color: #0C6DFD!important;
    color: #fff!important;
}
.btn-primary:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px #0C6DFD;
}
.btn-primary:active, .btn-primary:focus {
    background-color: #0C6DFD!important;
    color: #fff;
}
.ms-25 {
    margin-left: 0.25rem!important;
    color: #0C6DFD;
}
a {
    color: #0C6DFD;
}
.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-box {
    background-color: #0C6DFD;
    box-shadow: 0 3px 6px 0 #0C6DFD78;
    color: #fff;
}
.bs-stepper .bs-stepper-header .step.active .step-trigger .bs-stepper-label .bs-stepper-title {
    color: #0C6DFD;
}
.text-primary {
    
    color: #0C6DFD!important;
}
.form-check-primary .form-check-input:checked {
    background-color: #0C6DFD; }
    .page-item.active .page-link {
    background-color: #0C6DFD;
    border-radius: 5rem;
    color: #fff!important;
    font-weight: 600;
    z-index: 3;
}

.form-check-input:checked {
    background-color: #0C6DFD;
    border-color: #0C6DFD;
   
}
.form-check-input:not(:disabled):checked {
    box-shadow: 0 2px 4px 0 #0C6DFD5c;
}
.btn-check:checked+.btn-outline-primary {
    background-color: #0C6DFD26!important;
    color: #0C6DFD;
}
.btn-outline-primary {
    background-color: transparent;
    border: 1px solid #0C6DFD!important;
    color: #0C6DFD;
    
}
.btn-outline-primary:hover:not(.disabled):not(:disabled) {
    background-color: #0C6DFD26;
    color: #0C6DFD;
}
.form-control:focus {
    background-color: #fff;
    border-color: #0C6DFD;
    
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #0C6DFD!important;
    color: #fff!important;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #0C6DFD!important;
    outline: 0;
}
.select2-container--default .select2-selection--single:focus {
    border-color: #0C6DFD!important;
    box-shadow: 0 3px 10px 0 rgba(34,41,47,.1)!important;
    outline: 0;
}

.select2-container--default .select2-results__option--highlighted {
    background-color: #0C6DFD14!important;
    color: #0C6DFD!important;
}
.form-check-input:focus {
    border-color: #0C6DFD;
    box-shadow: 0 2px 4px 0 #0C6DFD33;
    outline: 0;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #0C6DFD!important;
    outline: 0;
}
.show-balance-unit {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: white;
}
.show-balance-text {
    font-size: 12px;
    line-height: 1.3;
    color: white;
}
.bg-info {
    --bs-bg-opacity: 1;
    background-color: #0C6DFD!important;
}
