.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border: 0px !important;
}
.table td:nth-child(3){
    font-weight: 500;
}
.popover {
      max-width: 560px!important;
}

.table th:nth-last-child(-n+1) {
    width: 30%;
}

.w-10 {
    width: 10% !important;
}

.w-5 {
    width: 5% !important;
}

.w-3 {
    width: 2% !important;
}

.modal .modal-full-height.modal-lg {
    /*width: 100% !important;*/
    max-width: 100% !important;
}