@media (min-width: 768px) {
    .logo.mobile {
        width: 9%;
    }
    .logo.desktop {
        width: auto; /* Set the desktop style here */
    }
}

/* Set the mobile style for all widths initially */
.logo.mobile {
    width: 9%;
}

/* Set the desktop style for all widths initially */
.logo.desktop {
    width: auto;
}
.dashboardmenu{
    cursor: pointer;
  }