@media only screen and (max-width: 600px){
  .main-header{
  position: fixed;
  width: 100vw;
  }

.content-header{
  margin-top: 60px;
}


.main-footer{
  display: none;
}


table.dataTable{
  display:block!important;
overflow-x: scroll!Important;


}

/* table.dataTable th:nth-child(1){

  background-color: white!important;
  z-index: 9;
}
table.dataTable td:nth-child(1){

  background-color: white!important;
} */

{
  display: none;
}



::-webkit-scrollbar {
    display: none!important;
}

}
