.plm-all-files {
padding:20px;
background:#f4f4f4;
border-radius:20px;
border: 1px solid #dfdfdf;
}
.plm-header {
display:flex; align-items:center;
border-bottom:1px solid #dfdfdf;
padding:20px 0;
}
.plm-title {
font-size:20px;
margin:0;
flex:1;
}
.plm-header input[type="text"] {
width:220px;
padding:10px; 
border-radius:8px;
font-size:14px;
} .plm-controls {
display: flex;
gap: 10px;
align-items: center;
flex-wrap: wrap;
}
.plm-controls input[type="text"],
.plm-controls select {
padding: 10px;
border-radius: 8px;
font-size: 14px;
border: 1px solid #dfdfdf;
background: #fff;
}
.plm-controls input[type="text"] {
width: 220px;
}
.plm-controls select {
min-width: 160px;
cursor: pointer;
} .plm-list{
min-height:500px;
}
.plm-list table{
border:none;
}
.plm-list table tbody{
background-color:#fff;
}
.plm-list table tr{
border:none;
}
.plm-list table tbody tr:nth-child(even){
background-color:#fdfafa;
}
.plm-list table tbody tr:hover{
background:#ebebeb;
}
.plm-list td.item-row {
display: flex;
gap:5px;
align-items: center;
}
.plm-list .item-row a {
color:#696969;
}
.plm-list table td,th{
width: 100%;
border:none;
}
.dcountertxt{
font-size:12px;
color:#696969;
}
a.plm-btn {
padding:7px 30px;
background:#f68a41;
border-radius:0px;
color:#fff;
display:inline-block;
font-size:14px;
text-align:center;
}
a.plm-btn:hover{
background:#ff6700;
}
td.plm-list-content {
display:flex;
align-items:center;
gap:10px;
}
.plm-pagination {
display:flex;
gap:5px;
width:100%;
justify-content:flex-end;
}
.plm-pagination  > a{
background:#f68a41;
padding:5px 10px;
color:#fff;
cursor:pointer;
}
.plm-pagination  > span{
border:1px solid #f68a41;
padding:5px 10px;
color:#f68a41;
}
.plm-no-found{
text-align:center;
padding:10px;
}
.plm-loading{
text-align:center;
padding:10px;
} @media(max-width:786px){
.plm-header {
flex-direction:column;
align-items: flex-start;
}
.plm-title{
margin-bottom:20px;
}
.plm-header input[type="text"]{
width:100%;
}
.plm-list table tr {
display: flex;
flex-direction: column;
}
.plm-list tr td {
padding:10px !important;
}
.plm-list table thead{
display:none;
}
a.plm-btn {
width:100%;
}
}
@media(max-width:500px){
.plm-controls select{
min-width:100%;
} 
} @keyframes plm-shimmer {
0%   { background-position: -600px 0; }
100% { background-position:  600px 0; }
}
.plm-skeleton {
display: inline-block;
border-radius: 4px;
background: linear-gradient(
90deg,
#e8e8e8 25%,
#f5f5f5 50%,
#e8e8e8 75%
);
background-size: 600px 100%;
animation: plm-shimmer 1.4s infinite linear;
} .plm-skeleton-row:hover {
background: transparent !important;
} .plm-sk-icon {
width: 35px;
height: 35px;
border-radius: 6px;
flex-shrink: 0;
} .plm-sk-title {
display: block;
height: 13px;
margin-bottom: 8px;
border-radius: 3px;
} .plm-sk-badge {
display: block;
height: 11px;
width: 70px;
border-radius: 20px;
} .plm-sk-btn {
display: block;
width: 90px;
height: 32px;
border-radius: 3px;
}