ul.ays-wp-notice-answers{
    list-style-type: none;
}

#adminmenu li.toplevel_page_gallery-photo-gallery .wp-menu-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

#adminmenu li.toplevel_page_gallery-photo-gallery .wp-menu-image img{
    width: 32px;
    padding: 2px;
    transition: .3s ease-in-out;
}

#adminmenu li.toplevel_page_gallery-photo-gallery ul.wp-submenu.wp-submenu-wrap li a {
    transition: .3s ease-in-out;
}

#adminmenu li.toplevel_page_gallery-photo-gallery ul.wp-submenu.wp-submenu-wrap li:last-child a {
    color: #68A615;
}

.ays_fa_power_off_gpg-wrap .ays_fa_power_off_gpg::before,
.ays_fa_power_off_gpg::before {
    content: "";
    background-image: url("../images/icons/gall_icon.png");
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}