/* Import Montserrat from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

/* Apply Montserrat to the whole site */
body {
    font-family: 'Montserrat', sans-serif !important;
}


.igx-page-title > h1,
.igx-page-title > h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 3.5em; /* Keep or adjust as needed */
    font-weight: 700; /* Bold using Montserrat */
}

.panel-title > h2 {
	font-family: 'Montserrat', sans-serif !important;
}

.panel > .panel-heading > .panel-title {
	font-family: 'Montserrat', sans-serif !important;
}


label[for="Organization"],
#Organization,
span[data-valmsg-for="Organization"] {
  display: none;
}


.auxNavRow-selected {
	background-color: #61C8AF !important;
}