/**
 * FNCCR Access Control — Header Account Widget
 */

/* ==========================================================================
   Desktop — Dropdown
   ========================================================================== */

.fnccr-ac-account-dropdown .dropdown-toggle::after {
	display: none;
}

.fnccr-ac-account-dropdown {
	position: relative;
	z-index: 1040;
}

.fnccr-ac-account-dropdown .dropdown-menu {
	min-width: 220px;
	border-radius: 6px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
	border: 1px solid rgba(0, 0, 0, 0.08);
	margin-top: 0.35rem;
	z-index: 1041;
}

.fnccr-ac-account-name {
	font-weight: 600;
	font-size: 0.875rem;
	color: #2A2C2D;
	padding: 0.5rem 1rem;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fnccr-ac-account-dropdown .dropdown-item .ni,
.fnccr-ac-mobile-dropdown .dropdown-item .ni {
	width: 1.1em;
	flex-shrink: 0;
}

.fnccr-ac-logout {
	color: #6c757d;
}

.fnccr-ac-logout:hover {
	color: #dc3545;
}

/* ==========================================================================
   Mobile navigation bar
   ========================================================================== */

.fnccr-ac-mobile-btn {
	border: none;
	background: none;
	padding: 0;
	font-size: 30px;
	line-height: 1;
	color: inherit;
	cursor: pointer;
}

.fnccr-ac-mobile-btn:hover,
.fnccr-ac-mobile-btn:focus {
	box-shadow: none;
	outline: none;
}

.fnccr-ac-mobile-account {
	z-index: 1040;
}

.fnccr-ac-mobile-account .dropdown-menu {
	min-width: 200px;
	border-radius: 6px;
	box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, 0.08);
}
