   @media print {
        body {
            margin: 0;
        }
    }

.print-header-wrapper {
    width: 750px;
    margin: 0 auto;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.table.custom-particular-table thead th
 {
    font-size: 12px;
    border-top: 2px solid #dee2e6;
}
    .print-header {
        display: flex;
        align-items: center;
        /*justify-content: space-between;*/
    }

    .print-logo img {
        height: 80px;    margin-right: 20px;
    }

    .print-company-details {
        text-align: left;
    }

    .print-company-details h2 {
        margin: 0;
        font-size: 22px;
        font-weight: 700;
    }

    .print-company-details h5 {
        margin: 2px 0;
        font-size: 14px;
        font-weight: 500;
    }
    .printsub_head h5
 {
    color: #63a93e;    font-size: 17px; text-align:left; border-bottom:1px oslid #ccc;
}
.empty-state {
    text-align: center;
    padding: 30px 0;
    color: #6c757d;
}

.empty-state i {
    font-size: 26px;
    display: block;
    margin-bottom: 10px;
    opacity: 0.6;
}

.empty-text {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.printsub_head.px-2.pt-1
 {
    padding-left: 0px !important;
}
/*.printsub_head {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.printsub_head {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 20px;*/
/*}*/

/*.printsub_head h5 {*/
/*    margin: 0;*/
/*    white-space: nowrap;*/
   
/*}*/

/*.printsub_head::after {*/
/*    content: "";*/
/*    flex: 1;*/
/*    height: 2px;*/
/*    background: #000;*/
/*}*/
.status-btn {
    display: inline-flex;
    align-items: left;
    padding: 5px 12px;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    gap: 5px;
}

.replied {
    background-color: #d4edda;  /* Light green */
    color: #155724;             /* Dark green text */
}

.no-reply {
    background-color: #f8d7da;  /* Light red */
    color: #721c24;             /* Dark red text */
}


.status-btn i {
    font-size: 14px;
}


.custom-particular-table thead th {
    background:#f2f6f2 !important;
    color: #4a6b8a;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    padding: 12px 20px;
}

.custom-particular-table tbody tr {
    background-color: #f8f9fa;
}

.custom-particular-table tbody tr:nth-child(even) {
    background-color: #e9ecef;
}

.custom-particular-table td {
    padding: 12px 20px;
    vertical-align: middle;
    border: none;
}

.custom-particular-table strong {
    font-weight: 600;
    color: #212529;
}
.table.custom-particular-table tr td
 {
    font-size: 12px;
}
.print-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f5f6f8;
    padding: 14px 0;
    border-top: 1px solid #e0e3e8;
    z-index: 1050;
}

/* Add bottom spacing so content doesn't hide behind footer */
.btn-close-custom {
    background: #ffffff;
    border: 1px solid #dcdfe5;
    color: #333;
    padding: 6px 16px;
    font-size: 14px;
    border-radius: 6px;
    transition: 0.2s ease;
}

.btn-close-custom:hover {
    background: #f1f3f6;
}

.btn-print-custom {
    background: #0f172a;
    color: #ffffff;
    padding: 6px 18px;
    font-size: 14px;
    border-radius: 6px;
    border: none;
    transition: 0.2s ease;
}

.btn-print-custom:hover {
    background: #1e293b;
}

@media print {
    .d-print-none {
        display: none !important;
    }
}
.document-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 15px;
    margin-top: 10px;    margin-bottom: 10px;
}

.document-card {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f1f3f5;
    padding: 12px 15px;
    border-radius: 6px;
    text-decoration: none;
    color: #1f2937;
    border: 1px solid #e0e3e8;
    transition: all 0.2s ease;
}

.document-card i {
    font-size: 18px;
}

.document-card span {
    font-size: 14px;
    word-break: break-word;
}

.document-card:hover {
    background: #e9ecef;
    text-decoration: none;
    color: #000;
}