

.dashboard > a {
  font-size: 0;
  color: transparent;
  overflow: hidden;
  display: inline-block;
  width: 30px;
  height: 30px;
}

.dashboard > a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
}

/* Chrome bullets appearing bug in Elementor */
.elementor-nav-menu, .elementor-nav-menu--dropdown {
    list-style-type: none;
    padding: 0; 
    margin: 0;  
}

/*Why select flex gor Chrome with Elementor*/

.elementor-sub-item {display: flex}

.user-role {color: white; font-size:0.8em; font-style: italic;  text-transform: capitalize;}



