@import 'https://umdearborn.evaluationkit.com/canvas/css';

/* Make logo area taller for UM-Dearborn unit branding */
.ic-app-header__logomark {
	height: 114px !important;
}

/* Hide '+ New Access Token' button on user profile page */
div:has(> a.add_access_token_link) {
	display:none;
}

/* Hide Mediasite user profile links by default */
a.context_external_tool_39000 {
	&[aria-label="Account Navigation Menu"] {
    display: none !important;}
}
.profile-tab-context_external_tool_39000 {
    display: none !important;
}

/* Hide term/sis_id rows form courses global nav menu */
div.navigation-tray-container.courses-tray li > div {
	display: none;
}

/* Hide dates from course settings -> sections tab */
div#tab-sections div.course_section_dates {
	display: none;
}

/* Hide term from top of course navigation menu */
span#section-tabs-header-subtitle {
	display: none;
}

div.custom_notification p:first-child {
	margin-top: 0;
}

div.custom_notification div:first-child {
	margin-top: 0;
}