
body.js.is-fullscreen-mode.wp-qam-enable #adminmenumain{
    display: block;

    margin-top: 32px;

    width: 160px;
    height: 100vh;

}


body.js.is-fullscreen-mode.wp-qam-enable #adminmenuback,
body.js.is-fullscreen-mode.wp-qam-enable #adminmenuwrap{
    transform : translateX(-160px);

    transition: all 0.3s;
}


body.js.is-fullscreen-mode.wp-qam-enable:not(.wp-qam-open) #adminmenuwrap .wp-submenu{
    opacity: 0 ;
}


body.js.is-fullscreen-mode.wp-qam-enable.wp-qam-open #adminmenuback,
body.js.is-fullscreen-mode.wp-qam-enable.wp-qam-open #adminmenuwrap{
    transform : translateX(0px);
}
