.hidden-input,
.hidden-label {
    visibility: hidden;
}

.reqired-input,
.required-input {
    color: red;
    font-weight: bolder;
    padding: 0 5px;
}

.custom-datatable thead th {
    background-color: #1D1D53;
    color: white;
    text-align: center !important;
    padding: 3px 0;
}

.custom-datatable tbody td {
    border-top: 1px solid lightgray;
    padding-left: 20px;
}

.edit-icon {
    cursor: pointer;
    color: royalblue;
}

.delete-icon {
    cursor: pointer;
    color: red;
}

.action-row {
    text-align: center !important;
}

.space-line {
    padding: 0 5px;
}

.swal2-modal {
    background-color: white !important;
}

.paginate_button .current {
    background-color: #1D1D53 !important;
    color: white !important;
}

#updateBillsBtn,
#cancelEdit,
.updateSupplyBtns,
#reportContent {
    display: none;
}

.sidebar-logo {
    color: white;
    font-weight: 600;
    font-size: x-large;
}

.auth-page-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.scrollable-table {
    height: 350px;
    overflow-y: auto;
}

.scrollable-table::-webkit-scrollbar {
    width: 0px;
}

.scrollable-table::-webkit-scrollbar-thumb {
    background: #888;
}

.dataTables_wrapper {
    width: 100% !important;
}

table.dataTable thead th {
    white-space: nowrap !important;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

.tg td {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
    text-align: center;
    font-weight: bolder;    

}

.tg th {
    border-color: black;
    border-style: solid;
    border-width: 1px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 5px;
    word-break: normal;
    text-align: center;
    font-weight: bolder;

}
.th-bg{
    background-color: lightgrey;
}
.tg .tg-c3ow {
    border-color: inherit;
    text-align: center;
    vertical-align: top;
    text-align: center;
    font-size: 10px !important;
}

.custom-form-table {
    width: 100%;
    overflow: auto;
    height: 1000px;
    text-align: center;
}
.automation-input{
    border: 1px solid #A7AAE1 !important;
}
.custom-form-table table {
    margin-bottom: 50px;
    text-align: 'center';
}
.form-control-custom{
    width: 90%;
    margin-left: 4px 0;
}
#step2 table input:not(.thirdTableData table input){
    width: 51px !important;
    font-size: 11px;
}
.thirdTableData table input{
    width: 50px !important;
    font-size: 10px;
}
.upload-icon{
    color: royalblue;
    cursor: pointer;
}
.info-img{
    width: 50px;
    cursor: pointer;
}
.audit-content table input:not(.stage_one_border,.stage_two_border){
    width: 75px;
    border: 1px solid lightgray;
    border-radius: 3px;
    outline: none !important;
    padding: 5px;
    font-size: 14px;
}
.report_content_tables table{
    width: 100%;
    /* margin-bottom: 50px; */
}
.report_content_tables h4{
    padding: 20px 0;
    text-align: center;
    text-wrap: wrap;
    font-weight: bold;
    font-size: 20px;
    color: indigo;
}
    @page {
        size: A4;
        margin: 0cm;
        padding-bottom: 2cm; 
    }

    footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        font-family: Arial;
        font-size: 10pt;
    }
