.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;
    }
.other-user-profile{
    background-color: #1D1D53;
    color: white;
    border-radius: 50%;
    padding: 10px 15px;
}


  .checkbox-wrapper-34 {
    --blue: #0D7EFF;
    --g08: #E1E5EB;
    --g04: #848ea1;
  }

  .checkbox-wrapper-34 .tgl {
    display: none;
  }
  .checkbox-wrapper-34 .tgl,
  .checkbox-wrapper-34 .tgl:after,
  .checkbox-wrapper-34 .tgl:before,
  .checkbox-wrapper-34 .tgl *,
  .checkbox-wrapper-34 .tgl *:after,
  .checkbox-wrapper-34 .tgl *:before,
  .checkbox-wrapper-34 .tgl + .tgl-btn {
    box-sizing: border-box;
  }
  .checkbox-wrapper-34 .tgl::selection,
  .checkbox-wrapper-34 .tgl:after::selection,
  .checkbox-wrapper-34 .tgl:before::selection,
  .checkbox-wrapper-34 .tgl *::selection,
  .checkbox-wrapper-34 .tgl *:after::selection,
  .checkbox-wrapper-34 .tgl *:before::selection,
  .checkbox-wrapper-34 .tgl + .tgl-btn::selection {
    background: none;
  }
  .checkbox-wrapper-34 .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 57px;
    height: 27px;
    position: relative;
    cursor: pointer;
    user-select: none;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
  }
  .checkbox-wrapper-34 .tgl + .tgl-btn:after,
  .checkbox-wrapper-34 .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 44%;
    height: 100%;
  }
  .checkbox-wrapper-34 .tgl + .tgl-btn:after {
    left: 0;
  }
  .checkbox-wrapper-34 .tgl + .tgl-btn:before {
    display: inline;
    position: absolute;
    top: 7px;
  }
  .checkbox-wrapper-34 .tgl:checked + .tgl-btn:after {
    left: 56.5%;
  }

  .checkbox-wrapper-34 .tgl-ios + .tgl-btn {
    background: var(--g08);
    border-radius: 20rem;
    padding: 2px;
    transition: all 0.4s ease;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  }
  .checkbox-wrapper-34 .tgl-ios + .tgl-btn:after {
    border-radius: 2em;
    background: #fff;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  }
  .checkbox-wrapper-34 .tgl-ios + .tgl-btn:before {
    content: "No";
    left: 28px;
    color: var(--g04);
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .checkbox-wrapper-34 .tgl-ios + .tgl-btn:active {
    box-shadow: inset 0 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .checkbox-wrapper-34 .tgl-ios + .tgl-btn:active:after {
    padding-right: 0.4em;
  }
  .checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn {
    background: var(--blue);
  }
  .checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn:active {
    box-shadow: inset 0 0 0 30px rgba(0, 0, 0, 0.1);
  }
  .checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn:active:after {
    margin-left: -0.4em;
  }
  .checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn:before {
    content: "Yes";
    left: 4px;
    color: #fff;
  }
  .center-items{
    display: flex;
    justify-content: center;
    gap: 10px;
  }