.today {
    color: red!important;
}
#KdnPost-Table td{
	padding:7px !important;
}
/* Desktop Styles */
@media (min-width: 1080px) {
    #KdnPost-Table tr {
        border-bottom: solid 2px #f5f5f5;
         border-left: solid 1px #ddd;
        border-right: solid 1px #ddd;
    }
    .product-column a {
        color: #444 !important;
        font-size: 12px;
        font-weight: 600;
    }
    .Timelabel, .Sizelabel {
        display: none;
    }
    .ModDate {
        font-weight: 600;
        color: #777;
    }
   
   
   
    .fileName a {
        max-width: 100%;
        word-break: break-word;
    word-wrap: break-word;
        text-align: center !important;
    }
}
.fileContainer a:hover{
    color: #fe3336 !important;
}
.fileContainer a{
text-decoration: none !important;
}

.fileContainer a:active {
    color: #0056b3 !important;
}

.my-pagination ul {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
}

.my-pagination li {
    margin: 0 5px;
    list-style: none;
}

.my-pagination li a {
    display: block;
    padding: 4px 12px;
    color: #007bff;
    text-decoration: none !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.my-pagination li a:hover,
.my-pagination li a:focus {
    background-color: #007bff;
    color: #fff;
}

.my-pagination .active,
.my-pagination li.active a {
    background-color: #008CBA;
    color: #fff;
    border-color: #007bff;
    pointer-events: none;
    cursor: not-allowed !important;
}

.loadingTXT {
    text-align: center;
    color: #008CBA;
    font-size: 18px;
}

.mainheading {
    text-align: center;
    font-weight: normal;
    text-shadow: 0 1px 1px #000000;
    color: #f43676;
    font-family: monospace;
    letter-spacing: 1px;
    font-size: 28px;
}

.product-image-container,
.product-image {
    display: inline-block;
    max-width: 80px !important;
    width: 100%;
    max-height: 50px;
    border-radius: 5px;
    margin-right: 10px;
}

.product-image:hover {
    border-color: #007BFF !important;
}

.sr-toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #008CBA;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.fileName a {
    color: #337ab7 !important;
    font-size: 14px;
    font-family: 'Roboto';
}

.date-action .fa:active {
    color: #0056b3 !important;
}

.details-column {
    font-size: 12px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #888;
}

.btnContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#KdnPost-Table {
    width: 100%;
    border-collapse: collapse;
}

#KdnPost-Table tbody {
    background: #fff;
}

#KdnPost-Table tbody > tr > td {
    border: none !important;
}

#KdnPost-Table th {
    background: #008cba;
    color: #fff;
    border: none;
    padding: 10px;
}

.product-column a{
    text-decoration: none !important;
}

.product-column a:hover {
    color: #007BFF !important;
}

.DateandSize {
    font-size: 13px;
    color: #888;
    text-align: center;
}

.Dwbutton {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #5cb85c !important;
    padding: 5px;
    color: #fff !important;
    border-radius: 50%;
    text-decoration: none !important;
    font-size: 15px;
    width: 30px;
    height: 30px;
}

.Sharebutton {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #ebebeb;
    padding: 5px;
    color: #ababab !important;
    border-radius: 50%;
    text-decoration: none !important;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-right: 10px;
}

.Dwbutton:hover {
    background-color: #428BCA !important;
    color: #fff !important;
}

.Sharebutton:hover {
    background-color: #008CBA !important;
    color: #fff !important;
}


/* Mobile Style */
@media (max-width: 1080px) {
    #KdnPost-Table {
        display: block;
        width: 100%;
        border-collapse: collapse;
    }
    #KdnPost-Table tr:first-child {
        border: none !important;
    }
    #KdnPost-Table th {
        display: none;
    }
    #KdnPost-Table tbody {
        display: block;
        width: 100%;
    }
    #KdnPost-Table tr {
        display: block;
        margin-bottom: 15px;
        background: #fff;
        border-bottom: solid 2px #999;
        border-left: solid 4px #008CBA;
        border-top: solid 1px #999;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }
    #KdnPost-Table td {
        display: flex;
        width: 100%;
    }
    .product-column {
        flex-direction: column;
        text-align: center;
    }
    .product-image-container {
        
        margin: 0 auto;
    }
    .product-name {
        display: block;
        width: 100%;
    }
    .product-image {
        border: none;
    }
    .fileContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 10px;
    }
    .fileContainer span {
        text-align: center;
    }
    
    .fileName a {
        max-width: 100%;
        word-break: break-word;
    word-wrap: break-word;
        
    }
    .details-column {
        display: flex;
        justify-content: space-evenly !important;
        align-items: center;
    }
    .product-column a {
        font-size: 12px !important;
        color: #777 !important;
        font-weight: 600;
        margin-top: 10px;
    }
    #KdnPost-Table tbody {
        background: rgb(255 255 255 / 10%) !important;
    }
    .DateandSize {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .Timelabel, .Sizelabel {
        font-weight: bold;
        color: #444;
        margin-right: 5px;
    }
    .date-action {
        display: flex !important;
        align-items: center;
        justify-content: space-evenly;
    }
    .DateandSize {
        font-size: 14px;
    }
}
/* Mobile Style END */