.dk-table{

width:100%;
border-collapse:collapse;
font-size:14px;

}

.dk-table th{

text-align:left;
border-bottom:2px solid #ddd;
padding:10px;

}

.dk-table td{

padding:10px;
border-bottom:1px solid #eee;

}

.dk-pagination{

display:flex;
gap:10px;
align-items:center;
margin-top:10px;

}

.dk-status{

padding:4px;

}

#dk-search{

margin-bottom:10px;
padding:6px;
width:250px;

}