.kmk-container{

max-width:1100px;
margin:auto;
background:#fff;
padding:40px;
border-radius:10px;

}

.kmk-toolbar{

display:flex;
gap:15px;
align-items:center;
margin-top:20px;

}

.kmk-search input{

padding:12px 14px;
border-radius:10px;
border:1px solid #ddd;
font-size:15px;
min-width:220px;

}

.kmk-filter select{

padding:12px 14px;
border-radius:10px;
border:1px solid #ddd;
font-size:15px;

}

.kmk-btn-black{

background:#000;
color:#fff;
border:none;
padding:10px 16px;
border-radius:6px;
cursor:pointer;
font-size:14px;

}

.kmk-btn-black:hover{

opacity:0.9;

}

.kmk-row{

display:flex;
justify-content:space-between;
padding:15px;
border-bottom:1px solid #eee;

}

.kmk-status{

background:#f4f4f4;
padding:4px 12px;
border-radius:10px;

}

.kmk-arrow a{

text-decoration:none;
font-size:20px;

}

.kmk-tabs button{

background:none;
border:none;
padding:10px 20px;
cursor:pointer;

}

.kmk-tabs .active{

border-bottom:2px solid #2a7de1;

}