#list-detail-modal .nav-link {
    background-color: transparent !important;
    color: #5A8DEE;
}
#list-detail-modal .nav-link.active {
    background-color: transparent !important;
    color: rgb(58, 58, 58);
    box-shadow: none !important;
    border: 0.5px solid #DFE3E7 !important;
    border-bottom: 1px solid white !important;
    border-radius: 5px 5px 0 0;
}
#list-detail-modal .nav-link.active::before {
    border: none !important;
}
#list-detail-modal .nav-link.active::after {
    border: none !important;
}
#contacts .dataTables_length{
    margin-bottom: 0 !important;
}
/* #contracts tbody::-webkit-scrollbar-track{
    
}
#contracts tbody::-webkit-scrollbar-thumb{

} */
#contracts tbody::-webkit-scrollbar{
    z-index: 20000;
}
#contacts .th-width{
    padding-left: 1.5rem !important;
    padding-right: 0.5rem !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* #contacts .th-width::before{
    width: 0 !important;
}
#contacts .th-width::after{
    width: 0 !important;
} */
#contacts .th-width1{
    width: 4% !important;
}
#contacts .th-width2{
    width: 40% !important;
}
#contacts .th-width3{
    width: 20% !important;
    max-width: 7rem;
}
#contacts .th-width4{
    width: 10% !important;
}
#contacts .th-width5{
    width: 15% !important;
}
#contacts .th-width6{
    width: 15% !important;
}
.dataTables_scrollHeadInner{
    width: 100% !important;
}
.contacts-table{
    width: 100% !important;
}
/* .contacts-table th,.contacts-table td{
    white-space: nowrap;
    text-overflow: ellipsis
} */