.MyFontTahoma {
  font-family: Tahoma, sans-serif;
  font-size: 16px; /* Adjust as needed */
  color: #333; /* Text color */
}

.FontBold{
  font-weight: bold;
}

.Font-xxlarge{
  font-size: xx-large;
}

.Font-xlarge{
  font-size: x-large;
}

.Font-larger{
  font-size: larger;
}

/* Remove focus outline and box-shadow for the non-clickable מערכות SMS menu */
li.nav-item.dropdown.MyFontTahoma .nav-link[style*="cursor: default;"]:focus,
li.nav-item.dropdown.MyFontTahoma .nav-link[style*="cursor: default;"]:active {
    outline: none !important;
    box-shadow: none !important;
}

/* Hand cursor for מערכות SMS menu */
li.nav-item.dropdown.MyFontTahoma.FontBold > a.nav-link[aria-haspopup="true"] {
    cursor: pointer;
}

/* Remove focus outline and box-shadow for the מערכות SMS menu */
li.nav-item.dropdown.MyFontTahoma.FontBold > a.nav-link[aria-haspopup="true"]:focus,
li.nav-item.dropdown.MyFontTahoma.FontBold > a.nav-link[aria-haspopup="true"]:active {
    outline: none !important;
    box-shadow: none !important;
}

