.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: unset;
    font-weight: 500;
    color: #b21628;
    border-left: 4px solid #b21628;
}

#v-pills-tab a:hover {
    background-color: #f5f5f5;
    color: #b21628;
    border-left: 4px solid #b21628;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.text-unverif{font-size:12px;color:#b21628;font-style:italic;font-weight:300;margin-left:10px}

.select2-container{
    width: 100% !important;
}

.btn.btn-default.active {
    border-radius: 10px;
    border: #dc3545 2px solid;
    background-color: #dc3545;
    color: white;
}