/* Custom telescope icon for Userbird */
#adminmenu .toplevel_page_userbird-noop .wp-menu-image.dashicons-analytics:before {
    content: '' !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='%23a0a5aa'%3E%3Cpath d='M21.4 5.2L20.2 3.4C19.8 2.6 19.5 2.2 19.1 2.1C18.7 2 18.3 2.2 17.4 2.6L13.7 4.7C12.9 5.2 12.5 5.4 12.4 5.8C12.3 6.3 12.5 6.7 13 7.5L14.1 9.4C14.6 10.2 14.8 10.6 15.2 10.7C15.6 10.8 16 10.6 16.8 10.1L20.6 8C21.4 7.5 21.9 7.3 22 6.9C22.1 6.4 21.8 6 21.4 5.2Z'/%3E%3Cpath d='M13.8 6.18L8.56 8.27C7.73 8.75 7.31 8.98 7.2 9.39C7.1 9.79 7.34 10.2 7.82 11.03L8.42 12.04C8.89 12.84 9.12 13.24 9.52 13.35C9.92 13.46 10.32 13.23 11.13 12.77L14.86 10.65'/%3E%3Cpath d='M11 12L16 22M13 12L8 22' stroke='%23a0a5aa' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 20px 20px !important;
    width: 20px !important;
    height: 20px !important;
    display: inline-block !important;
    opacity: 0.6;
}

#adminmenu .toplevel_page_userbird-noop:hover .wp-menu-image:before,
#adminmenu .toplevel_page_userbird-noop.current .wp-menu-image:before,
#adminmenu .toplevel_page_userbird-noop.wp-has-current-submenu .wp-menu-image:before {
    opacity: 1;
}

/* Make the main menu not clickable using CSS as a backup */
#adminmenu a.toplevel_page_userbird-noop {
    pointer-events: none !important;
    cursor: default !important;
}

/* But allow the submenu to work */
#adminmenu .wp-submenu a {
    pointer-events: auto !important;
    cursor: pointer !important;
}