table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    vertical-align: middle !important;
}

.colors_pallet {
    display: grid;
    gap: 5px;
    grid-template-columns: 24% 24% 24% 24%;
    align-items: center;
}

.colors_pallet label{
    display: flex;
    align-items: center;
    gap: 5px;
    height: 40px;
}
.colors_pallet label input[type=checkbox]{
    height: 20px;
    width: 20px;
}
.white-shadow {
    text-shadow:
        1px 1px 2px #fff,  /* Bottom right shadow */
        -1px -1px 2px #fff, /* Top left shadow */
        -1px 1px 2px #fff,  /* Bottom left shadow */
        1px -1px 2px #fff;  /* Top right shadow */
}

.debit_amount {
    color: #ce0404;
}
.warning_amount {
    color: #d56100;
}
.rest_amount {
    color: #35359f;
}
.credit_amount {
    color: #0b8868;

}

.total_wrap {
    display: flex; gap: 20px; justify-content: space-between;
}
.total_item {
    display: flex;flex-direction: column; text-align: center;
    font-size: 18px;
}
.total_item b{
    font-size: 22px;
}




.print-header {
    padding: 20px;
    margin-bottom: 20px;
    display: none;
    grid-template-columns: 2fr 1fr;
    border-bottom: 2px solid #666f76;
}

.print-header .company-name {
    font-size: 28px;
    margin: 0;
    font-weight: bold;
}

.print-header .report-title {
    font-size: 22px;
    margin: 5px 0;
}

.print-header .report-date {
    font-size: 14px;
    margin: 5px 0 15px;
}

.print-header .customer-info p {
    margin: 2px 0;
    font-size: 22px;
}



@media (max-width: 767.98px) {
    .small-box h3 {
        font-size: 1.4rem !important;
    }
    .page_actions {
        display: flex;
        margin-top: 10px;
        gap: 10px;
    }
}


@media print {
    .print-header {
        display: grid;
    }

    .no-print,
    .dt-buttons,
    .dataTables_filter,
    .dataTables_paginate.paging_simple_numbers{
        display: none !important;
    }
}
