

.table tr th:nth-child(2)
{
    width: 230px ;
    border-right: 1px solid  #dee2e6;
    padding-left: .75rem !important;
}

.table tr th:nth-child(3)
{
    width: 175px;
    padding-left: .75rem !important;
}

.table tr td:nth-child(2)
{
    padding-right:6px;
    border-right: 1px solid  #dee2e6 !important;
    padding-left: .75rem !important;
}

.table tr td:nth-child(3)
{
    border-left: 1px solid  #dee2e6 !important;
    border-right: 1px solid  #dee2e6 !important;
    padding-left: .75rem !important;
}

.dropdown-match .select
{
    padding: 0px 0px !important; 
}

.table tr th:nth-child(7)
{
    text-align: end;
}

.table tr th:nth-child(8)
{
    text-align: end;
}

.table tr th:nth-child(12)
{
    width: 130px;
    text-align: start;
}