/* Global styles - Bootstrap and custom CSS are loaded in layout.tsx */

/* Reset any Next.js defaults if needed */
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

/* Let Bootstrap and custom styles.css handle everything else */
.dropdown-toggle::after{
  /* we need to hide the content of the dropdown toggle*/
  content: none; 
}
