.mon-content {
    background: #1967b4;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#month-select, #year-select, #specialities-select {
    font-size: 20px;
    line-height: 28px;
    padding: 10px 50px;
    margin: auto -3px;
    text-align: start;
   width: auto !important
}
.book-section input, select {
    width: auto !important;
}
.mon-content select{
    width: auto !important
}
.mon-content select:focus {
    outline: none; 
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 0.9rem;
}
th, td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}
th {
    background-color: #f36f21;
    color:white;
}
table {
   
   text-align: center;
    width: 100%;
    border-collapse: collapse;
}
table, th, td {
  
   width:800px;
    border: 1px solid #9E9E9E;
}
th, td {
    padding: 8px;
    text-align: center;
}
.pagination {
    margin-top: 36px;
    width: 30px;
    margin-top: -240px;
    text-align: center;
    height: 30px;
}
.pagination button {
   background-color: #05a85f;
   color:white;
   border:1px solid #05a85f;
    margin: 0 5px;
    cursor: pointer;
}
.pagination button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
table tr:nth-child(odd) {
    background-color: #f2f2f2;  
}
.bio-medical .header{
    display:flex;
    margin:auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:50px 0px;
 
}
#biomedicalTable td {
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s ease-in-out;
}

#month-select{
    width:auto;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}
 #specialities-select{
     width:auto;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}
.biomedical-waste{
    padding:5px 50px;
}