/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
.version, .logo_setup_version, .login_version {
    display: none !important;
}
/* Scale up the main top menu dashboard icons */
div.mainmenu, .tmenudata, .mainmenu a, .tmenucenter img, .tmenucenter .fa {
    font-size: 1.4rem !important; /* Increases FontAwesome icon size */
    transform: scale(1.15);      /* Scales image or vector-based icons */
    margin-top: 2px !important;   /* Centers the alignment after scaling */
}

/* Optional: Adds comfortable padding between large menu entries */
.tmenudata {
    padding-left: 14px !important;
    padding-right: 14px !important;
}
/* Increase the height of the top navigation container */
#id-top-menu, .vsplitlabel, #topmenu {
    height: 95px !important; /* Adjust this value up or down to change height */
}

/* Re-center the navigation items vertically within the taller bar */
.tmenudata, .mainmenu, .tmenucenter, #id-left-menu-toggle {
    line-height: 95px !important;
    display: flex !important;
    align-items: center !important;
}

/* Adjust the main page layout area downward so it doesn't clip underneath the taller bar */
#id-container {
    padding-top: 95px !important;
}