

@media(max-width:767px){
    .drawerCls{
      min-height: 594px !important;
    }
    .tableCls{
      height: 400px ;
      overflow-y: auto;
    }
  }
  @media(min-width:768px){
    .drawerCls{
      min-height: 594px ;
    }
    .tableCls{
      height: 400px ;
      overflow-y: auto;
    }
  }
  @media(min-width:992px){
    .drawerCls{
      min-height: 721px ;
  }
  .tableCls{
    height: 519px ;
    overflow-y: auto;
  }
  
  }
  @media(min-width:1200px){
    .drawerCls{
      min-height: 721px !important;
  }
  .tableCls{
    height: 594px ;
    overflow-y: auto;
  }
  }
  
  