﻿

.btn.btn-dark, .btn.btn-dark:hover:not(.btn-active), .bg-dark, .bg-dark {
    background-color: #1A54EA !important;
}


.table-primary-luca {
    background-color: #1A54EA !important;
    color:white !important;
}

.btn.btn-success, .btn.btn-success:hover:not(.btn-active) {
    background-color: #7B9BEB !important;
}

/*.btn.btn-secondary, .btn.btn-secondary:hover:not(.btn-active) {
    background-color: #ECEFF6 !important;
}*/


.menu-state-dark .menu-item.here > .menu-link .menu-title {
    color: #1A54EA !important;
}

.menu-state-dark .menu-item.here > .menu-link .menu-icon, .menu-state-dark .menu-item.here > .menu-link .menu-icon .svg-icon, .menu-state-dark .menu-item.here > .menu-link .menu-icon i {
    color: #1A54EA !important;
}

.badge-danger {
    background-color: #7B9BEB !important;
    color: white !important;
}

.badge-dark {
    background-color: #10348F !important;
    color: white !important;
}

.badge-success {
    background-color: #1A54EA !important;
    color: white !important;
}


.btn.btn-primary, .btn.btn-primary:hover:not(.btn-active) {
    background-color: #1A54EA !important;
}


    .btn.btn-danger, .btn.btn-danger:hover:not(.btn-active) {
        background-color: #7B9BEB !important;
    }