.lh-student-portal__view.is-loading {
	min-height: 12rem;
	opacity: 0.55;
	pointer-events: none;
	transition: opacity 0.15s ease;
}

.lh-student-portal__page--settings .lh-student-portal__lede {
	font-size: 0.92rem;
	max-width: none;
	width: 100%;
}

.lh-notification-prefs {
	width: 100%;
}

.lh-notification-prefs__table {
	border-collapse: collapse;
	margin: 1rem 0;
	width: 100%;
}

.lh-notification-prefs__table th,
.lh-notification-prefs__table td {
	border-bottom: 1px solid #e8e2da;
	padding: 0.55rem 0.65rem;
	text-align: left;
	vertical-align: middle;
}

.lh-notification-prefs__table thead th {
	color: #6b625c;
	font-size: 0.82rem;
	font-weight: 600;
}

.lh-notification-prefs__table tbody th {
	font-weight: 600;
}

.lh-notification-prefs__table thead th:nth-child(2),
.lh-notification-prefs__table thead th:nth-child(3),
.lh-notification-prefs__table tbody td:nth-child(2),
.lh-notification-prefs__table td.lh-notification-prefs__push-col {
	text-align: center;
}

.lh-notification-prefs__table td.lh-notification-prefs__push-col {
	padding-left: 0.65rem;
	padding-right: 0.65rem;
}

.lh-notification-prefs__check {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	margin: 0 auto;
}

.lh-notification-prefs__check input {
	height: 1.1rem;
	width: 1.1rem;
}

.lh-notification-prefs__check input:disabled {
	cursor: not-allowed;
	opacity: 0.45;
}

.lh-holiday-settings {
	margin-bottom: 1.75rem;
	padding-bottom: 0.35rem;
}

.lh-holiday-prefs-form .button {
	margin-top: 0.35rem;
}

.lh-help-tip {
	display: inline-flex;
	position: relative;
	vertical-align: middle;
}

.lh-help-tip__toggle {
	align-items: center;
	background: #f3ecee;
	border: 1px solid #d4ccc2;
	border-radius: 999px;
	color: #7a3e48;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 0.78rem;
	font-weight: 700;
	height: 1.45rem;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 1.45rem;
}

.lh-help-tip__toggle:hover,
.lh-help-tip__toggle:focus-visible,
.lh-help-tip.is-open .lh-help-tip__toggle {
	background: #7a3e48;
	border-color: #7a3e48;
	color: #fff;
	outline: none;
}

.lh-help-tip__bubble {
	background: #2b2420;
	border-radius: 8px;
	bottom: calc(100% + 0.45rem);
	color: #fff;
	display: none;
	font-size: 0.8rem;
	font-weight: 400;
	left: 50%;
	line-height: 1.4;
	max-width: 16rem;
	padding: 0.5rem 0.65rem;
	position: absolute;
	transform: translateX(-50%);
	width: max-content;
	z-index: 5;
}

.lh-help-tip__bubble::after {
	border: 6px solid transparent;
	border-top-color: #2b2420;
	content: "";
	left: 50%;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
}

.lh-help-tip:hover .lh-help-tip__bubble,
.lh-help-tip:focus-within .lh-help-tip__bubble,
.lh-help-tip.is-open .lh-help-tip__bubble {
	display: block;
}

.lh-student-portal__notice--error {
	border-left-color: #c45c5c;
}

.lh-student-portal__notice--success,
.lh-student-portal__notice--error {
	opacity: 1;
	transition: opacity 0.45s ease;
}

.lh-student-portal__notice--success.is-fading-out,
.lh-student-portal__notice--error.is-fading-out {
	opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
	.lh-student-portal__notice--success,
	.lh-student-portal__notice--error {
		transition: none;
	}
}
