.categories-container {
  left: 15px;
  position: absolute;
  z-index: 200;
  top: 100%;
  right: 15px;
  max-width: 1170px;
  height: 0;
  overflow: hidden;
  display: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 1.954px 4.603px 10px 0px rgba(0, 0, 0, 0.09);
  padding: 37px 4.3% 29px 3.3%;
  transition: all linear 0.5s;
}
.table-fix {
background-color: white;
margin: auto;
width: 100%;
height: 100%;
top: 0;
bottom:0;
position:fixed;
overflow-y:scroll;
overflow-x:hidden;
left: 50%;
transform: translateX(-50%);
z-index:9999;
}

.table-fix table {
display:block; 
  border: 0px solid black;
  border-spacing: 0;
  padding: 0;
  margin:0; 
  
}

.drlogo {
background-color: white;
margin: auto;
width: 100%;
height: 100%;
top: 0;
bottom:0;
position:fixed;
overflow-y:scroll;
overflow-x:hidden;
left: 50%;
transform: translateX(-50%);
z-index:99999;
}