body {
    background-color: #f8f9fa;
    padding-left: 250px;
    padding-right: 250px;
}

.container {
    margin-top: 20px;
}

.navbar {
    border-radius: 8px;
}

.img-fluid {
    border: 2px solid #007bff;
    border-radius: 8px;
}

.table th, .table td {
    vertical-align: middle;
}

.btn-success {
    font-weight: bold;
}

/* Add more custom styles as needed */

@media (max-width: 1024px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 376px) {
    /* Return menu and download button responsive styles */
    .btn-primary, 
    a.btn-primary, 
    #downloadPdfBtn, 
    .btn-download, 
    .download-btn {
        padding: 0.25rem 0.5rem !important;
        font-size: 0.7rem !important;
        height: 30px !important;
        width: auto !important;
        min-width: 80px !important;
        line-height: 1 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: auto 1rem !important;
    }
    
    .col-6 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .row.mb-3 {
        margin-bottom: 0.5rem !important;
    }
    
    .btn-sm, .btn-group-sm > .btn {
        padding: 0.2rem 0.4rem;
        font-size: 0.65rem;
        line-height: 1;
    }
    
    .ccmi-no{
        width: 150px !important;
    }
    .date-1{
        width: 150px !important;
    }
}
