body{
    font-family: 'Poppins', sans-serif;
}
:root {
    --navbar-width: 256px;
    --navbar-width-min: 80px;
    --navbar-dark-primary: #ffffff;
    --navbar-dark-secondary: #ffffff;
    --navbar-light-primary: #f5f6fa;
    --navbar-light-secondary: #8392a5;
  }

.main{
    width: 1115px;
    height: auto;
    position: relative;
    right: 100px;
    margin-top: 20px;
    border-radius: 10px;
    background: white;
    padding: 20px;
    overflow-x: scroll;
}
.button_sec{
    position: relative;
    left: 180px;
    /* border: 1px solid white; */
    width: 200px;
    display: flex !important;
    align-items: end !important;
    justify-content: end !important;
}

button{
    border: none !important;
}


.subFormContainer{
    border-radius: 5px;
}

table{
    font-size: 12px;
}
.order_detail{
    font-size: 13px;
}

.modal-content {
    width: 650px !important;
}

.hide_order_no{
    display: none;
}
.btn-sm{
    text-decoration: none !important;
}

#fetchdata{
    margin-top: 32px;
}

.new_table {
    width: 100%;
    border-collapse: collapse;
}

.new_table th,
.new_table td {
    padding: 8px;
    text-align: left;
    border: 1px solid #dddddd;
}

.new_table th {
    background-color: #f2f2f2;
}

.new_table tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.reportsec{
    border-right: 1px solid rgb(134, 134, 134);
}

.tablenew {
    border-collapse: collapse;
    width: 100%;
}

.tablenew td, .tablenew th {
    border: none;
    padding: 8px;
    text-align: left;
    font-size: 14px;
}

.allocated-tablenew {
    width: 100%;
}

.allocated-tablenew td, .allocated-tablenew th {
    border: none;
    padding: 8px;
    text-align: left;
    font-size: 14px;
}

.allocated-tablenew h5 {
    margin-bottom: 5px;
}
.tablenew td{
    border: 1px solid rgb(158, 158, 158);
}

.modalcon{
    width: auto !important;
}
.large-header th {
    font-size: 13px; 
}
.w-5{
    width: 50px !important;
    height: 50px !important;
}

.leading-5{
    margin-top: 20px !important;
}