.table_new_customer tbody th:nth-child(1),
.table_new_user tbody th:nth-child(1),
.table_new_settlement tbody th:nth-child(1){
    padding-left: 10px;
    padding-right: 20px;
    text-align: end;
    width: 160px;
}
.table_new_customer tbody th,
.table_new_user tbody th,
.table_new_settlement tbody th{
    vertical-align: middle;
}

.btn-sm{
    --bs-btn-padding-y: 0rem !important;
}
.table_new_user tbody td:nth-child(2),
.table_new_customer tbody td:nth-child(2),
.table_new_settlement tbody td:nth-child(2){
width: 450px;
}

