
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjdXN0b20uY3NzIn0= */

/*# sourceMappingURL=custom.css.map */

:root {
    --bs-primary: #112c55 !important;
    --bs-tertiary: #3E3E3E !important;
}

/*botões*/
.theme-white .btn-primary{
    background-color: var(--bs-primary)!important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2) !important;
}
.theme-white .btn-primary:active {
    background-color: var(--bs-primary)!important;
}
.theme-white .btn-primary:focus {
    background-color: var(--bs-primary)!important;
}
.theme-white .btn-primary:hover{
    background-color: #b8b4b4   !important;
}
.theme-white .btn-primary:focus:active {
    background-color: var(--bs-tertiary)!important;
}
a.btn.btn-sm.btn-success {
    color: white!important;
}
/*fim botões*/

/*inputs*/
.theme-white .form-control:focus {
    border-color: var(--bs-primary)!important;
}
/*fim inputs*/

/*links*/
.theme-white a:hover {
    color: var(--bs-primary)!important;
}
/*fim links*/

/*paginação*/
.theme-white .page-item.active .page-link {
    color: #fff !important;
    background-color: var(--bs-primary)!important;
    border-color: var(--bs-primary)!important;
}
.theme-white .page-item .page-link {
    color: var(--bs-primary)!important;
}
/*fim paginação*/

.badge.badge-primary{
    background-color: #112c55;
}
