 /* Reset the padding-bottom of wpbody-content to align with the sidebar */
          #wpbody-content {
    padding-bottom: 0 !important;
}
/* Custom Admin Page Full Height Layout */
.custom-admin-page { 
    height: calc(100vh + 0px); /* Full height minus admin toolbar */ 
}

#wpfooter
{
    display: none;
}
#collapse-menu
{
    display:none;
}
.custom-sidebar
{
    background-color: #fff; 
    height: calc(100vh + 200px); /* Full height minus admin toolbar */ 
}

