.custom-table .table{
    margin-bottom: 0;
    border: 1px solid #415578;
}
.custom-table .table thead {
    background: #09357F;
    color: #ffffff;
}
.custom-table .table thead th{
    border: none;
    padding: 10px 8px;
    font-size: 18px;
}
.custom-table tbody tr{
    font-size: 16px;
}
.custom-table .table-pagination{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 20px;
    font-size: 14px;
}
.custom-table .table-pagination .page-length-label{
    white-space: nowrap;
    font-weight: normal;
    margin-right: 10px;
}
.custom-table .page-length-label select{
    width: 75px;
}
.custom-table .table-pagination .pagination{
    margin: 0;
}
.custom-table .pagination>.active>a{
    background: #09357F;
    color: #ffffff;
}
.custom-table .pagination>li>a{
    color: #09357F;
}

.custom-table .model-id{
    width: 100px;
}

.custom-table .progress-status{
    width: 130px;
}