div.dataTables_filter {
    text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label  .dataTables_length label {
    text-align: left;
    font-weight: 400;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}
div.dataTables_filter input, .dataTables_length select{
    width: auto;
    margin-left: 0.5rem;
    display: inline-block;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: flex-end;
}
.modelcus{
    /*position: absolute;*/
    width: 90%;
    padding: 1.25rem;
    bottom: 1%;
    background-color: #e2e2e2;
}
.model_innercus{
    width: 90%;
    margin: auto;
}
.clbtn{
    position: absolute;
    right: 4%;
    top: 5%;
    cursor: pointer;
}