td {
    vertical-align: middle !important;
}

.image > .fa-user {
    color: #d6d8d9;
    font-size: x-large;
    vertical-align: middle;
}

aside > a.brand-link > span {
    color: #06ff00;
    font-weight: 700 !important;
}

/* .title-centif {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
} */

.wrapper .content-wrapper {
    min-height: calc(100vh - calc(60px) - calc(60px)) !important;
    height: inherit !important;
}

.icone {
    width: 42px !important;
    height: 42px !important;
}

div.modal-body > .dataTables_wrapper > .row > .col-md-6 {
    max-width: 45%;
}

div.modal-body > .dataTables_wrapper > .row > .col-md-6 > .dataTables_length {
    text-align: initial !important;
}

.badge {
    padding: 0.3em 0.8em !important;
    border-radius: 40px !important;
}

[class*="sidebar-dark-"] {
    background-color: #000000 !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #03ab00 !important;
    color: #fff;
}

/* .sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #03ab00 !important;
    color: #000 !important;
} */

.btn-primary {
    background-color: #03ab00 !important;
    border-color: #03ab00 !important;
    box-shadow: none;
}

.btn-primary:hover {
    background-color: #028800 !important;
    border-color: #028800 !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #028800 !important;
    border-color: #028800 !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(3, 171, 0, 0.5);
}

a {
    color: #03ab00;
}

a:hover {
    color: #028800;
}

.g-recaptcha {
    text-align: -webkit-center!important;
}