    /* Mob Style */
.date-action{
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    	
}
/* Search Input Styles */
#sr-search-input {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
    padding: 12px 18px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f8f9fa;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

#sr-search-input:focus {
    border-color: #0073aa;
    outline: none;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.2);
}

/* Placeholder color */
#sr-search-input::placeholder {
    color: #888;
}

/* Center search bar */
#sr-search-input {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#filesCont{
    font-family: sans-serif;
    font-size: 17px;
    text-align: center;
    color: #bf161d;
    font-weight: 500;
    text-shadow: 1px 1px 1px #666;
    letter-spacing: 2px;
}
@media (max-width: 992px) {
    #sr-post-directory-table {
        display: block;
    }
    #sr-post-directory-table th {
        display: none;
    }
    #sr-post-directory-table tbody {
        display: block;
    }
    #sr-post-directory-table tr {
        display: block;
        margin-bottom: 30px;
    }
    #sr-post-directory-table td {
        display: flex;
        width: 100%;
    }
   .product-column{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #333333;
    border-bottom: 1px solid #ccc!important; 
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);

    }
    .file-directory{
     font-size:14px!important; 
     font-weight:600;
     letter-spacing:1px;
    }
    .file-directory img{
     display:none!important; 
    }
   .date-action{
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top: 1px solid #ccc!important;
    }
   .filename{
    border-bottom: none!important;
    }
    .filename {
      max-width: 100%;
      overflow-x: auto;
    }
       .file-name {
        color: #666 !important;
        font-size: 12px !important;
        font-family: inherit;
        word-break: break-word;
        word-wrap: break-word;
        width: 100%;
    }
}
.dir-modified-date{
    color: #777!important;
    font-family: inherit;
    font-weight: 500!important;
}
.file-size{
    display:none!important;
}
#sr-post-directory-table tr{
    border: 1px solid #ccc;
    border-radius: 4px;
}
/* Mob Style END */
.file-name{
    color: #666;
}

#sr-post-directory-table {
    width: 100%;
    border-collapse: collapse;
}
#sr-post-directory-table th,
#sr-post-directory-table td {
    padding: 10px 6px;
    text-align: left;
    
} 
#sr-post-directory-table td {
    border: none;
}
#sr-post-directory-table th{
padding: 10px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
}
.product-column a, .filename a{
	text-decoration: none !important;
}
.product-column a :hover, .filename a :hover{
	color: #012547;
	
}
.dir-modified-date{
    color: #777;
    font-size: 13px;
    font-family: math;
    letter-spacing: 1px;
    }
.new-sticker{
background-color: #DD4814;
    border-radius: 2px 2px 2px 2px;
    padding: 0px 4px;
    color: #FFF;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 11px;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    vertical-align: baseline;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    display: inline-block;
    line-height: 15px;
    }

.file-directory{
    color: #2271b1;
    font-size: 15px;
    font-family: inherit;
    font-weight: 600;
}
.download-button{
display: inline-block;
    padding: 4px 12px;
    margin: 0;
    color: #666!important;
    text-align: center;
    text-shadow: 0 1px 1px rgb(255 255 255 / 75%);
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
}
.download-button:hover{
	color: #428BCA!important;
}
.file-size{
    float: right;
    background: #f0f0f1;
    color: #888;
    display: inline-block;
    padding: 0px 4px;
    border: solid 1px #ddd;
    line-height: 20px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}


/*paginations*/

.sr-pagination{
    padding: 10px;
    border-radius: 3px;
    text-align: center;
		width: 100%;
}

.sr-pagination .page-numbers{
	background: #EEF5F6;
	border: solid 1px #ccc;
	padding: 5px 15px;
	text-decoration: none!important;
	border-radius: 3px;
	font-weight: 600;
	line-height: 40px;
	margin-left: 5px;
}
.sr-pagination .page-numbers:hover{
	background: #2B6CB0;
	color: #fff;
	border-radius: 3px;
}
.sr-pagination .page-numbers.current{
	background: #72aee6;
}