﻿.mdc-checkbox {
	padding: calc((40px - 18px) / 2);
	padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
	margin: calc((40px - 40px) / 2);
	margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
	background-color: #000;
	background-color: var(--mdc-ripple-color, #000);
}
.mdc-checkbox:hover .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-surface--hover .mdc-checkbox__ripple::before {
	opacity: 0.04;
	opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple::before,
.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
	transition: opacity 150ms linear;
}
.mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-checkbox.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
	background-color: #676778;
	background-color: var(--mdc-ripple-color, var(--mdc-theme-secondary, #676778));
}
.mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-surface--hover .mdc-checkbox__ripple::before {
	opacity: 0.04;
	opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused
	.mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
	transition: opacity 150ms linear;
}
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
	.mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
	.mdc-checkbox__ripple::after {
	background-color: #676778;
	background-color: var(--mdc-ripple-color, var(--mdc-theme-secondary, #676778));
}
.mdc-checkbox .mdc-checkbox__background {
	top: calc((40px - 18px) / 2);
	top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
	left: calc((40px - 18px) / 2);
	left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
.mdc-checkbox .mdc-checkbox__native-control {
	top: calc((40px - 40px) / 2);
	top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
	right: calc((40px - 40px) / 2);
	right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
	left: calc((40px - 40px) / 2);
	left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
	width: 40px;
	width: var(--mdc-checkbox-touch-target-size, 40px);
	height: 40px;
	height: var(--mdc-checkbox-touch-target-size, 40px);
}
.mdc-checkbox
	.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not(
		[data-indeterminate='true']
	)
	~ .mdc-checkbox__background {
	border-color: rgba(0, 0, 0, 0.54);
	border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
	background-color: transparent;
}
.mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mdc-checkbox
	.mdc-checkbox__native-control[data-indeterminate='true']:enabled
	~ .mdc-checkbox__background {
	border-color: #676778;
	border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #676778));
	background-color: #676778;
	background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #676778));
}
@keyframes mdc-checkbox-fade-in-background-8A000000FF67677800000000FF676778 {
	0% {
		border-color: rgba(0, 0, 0, 0.54);
		border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
		background-color: transparent;
	}
	50% {
		border-color: #676778;
		border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #676778));
		background-color: #676778;
		background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #676778));
	}
}
@keyframes mdc-checkbox-fade-out-background-8A000000FF67677800000000FF676778 {
	0%,
	80% {
		border-color: #676778;
		border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #676778));
		background-color: #676778;
		background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #676778));
	}
	100% {
		border-color: rgba(0, 0, 0, 0.54);
		border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
		background-color: transparent;
	}
}
.mdc-checkbox.mdc-checkbox--anim-unchecked-checked
	.mdc-checkbox__native-control:enabled
	~ .mdc-checkbox__background,
.mdc-checkbox.mdc-checkbox--anim-unchecked-indeterminate
	.mdc-checkbox__native-control:enabled
	~ .mdc-checkbox__background {
	animation-name: mdc-checkbox-fade-in-background-8A000000FF67677800000000FF676778;
}
.mdc-checkbox.mdc-checkbox--anim-checked-unchecked
	.mdc-checkbox__native-control:enabled
	~ .mdc-checkbox__background,
.mdc-checkbox.mdc-checkbox--anim-indeterminate-unchecked
	.mdc-checkbox__native-control:enabled
	~ .mdc-checkbox__background {
	animation-name: mdc-checkbox-fade-out-background-8A000000FF67677800000000FF676778;
}
.mdc-checkbox
	.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not(
		[data-indeterminate='true']
	)
	~ .mdc-checkbox__background {
	border-color: rgba(0, 0, 0, 0.38);
	border-color: var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));
	background-color: transparent;
}
.mdc-checkbox .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
.mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background,
.mdc-checkbox
	.mdc-checkbox__native-control[data-indeterminate='true'][disabled]
	~ .mdc-checkbox__background {
	border-color: transparent;
	background-color: rgba(0, 0, 0, 0.38);
	background-color: var(--mdc-checkbox-disabled-color, rgba(0, 0, 0, 0.38));
}
.mdc-checkbox
	.mdc-checkbox__native-control:enabled
	~ .mdc-checkbox__background
	.mdc-checkbox__checkmark {
	color: #fff;
	color: var(--mdc-checkbox-ink-color, #fff);
}
.mdc-checkbox
	.mdc-checkbox__native-control:enabled
	~ .mdc-checkbox__background
	.mdc-checkbox__mixedmark {
	border-color: #fff;
	border-color: var(--mdc-checkbox-ink-color, #fff);
}
.mdc-checkbox
	.mdc-checkbox__native-control:disabled
	~ .mdc-checkbox__background
	.mdc-checkbox__checkmark {
	color: #fff;
	color: var(--mdc-checkbox-ink-color, #fff);
}
.mdc-checkbox
	.mdc-checkbox__native-control:disabled
	~ .mdc-checkbox__background
	.mdc-checkbox__mixedmark {
	border-color: #fff;
	border-color: var(--mdc-checkbox-ink-color, #fff);
}
.mdc-touch-target-wrapper {
	display: inline;
}
@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
	0%,
	50% {
		stroke-dashoffset: 29.7833385;
	}
	50% {
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
	0%,
	68.2% {
		transform: scaleX(0);
	}
	68.2% {
		animation-timing-function: cubic-bezier(0, 0, 0, 1);
	}
	100% {
		transform: scaleX(1);
	}
}
@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
	from {
		animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
		opacity: 1;
		stroke-dashoffset: 0;
	}
	to {
		opacity: 0;
		stroke-dashoffset: -29.7833385;
	}
}
@keyframes mdc-checkbox-checked-indeterminate-checkmark {
	from {
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		transform: rotate(0deg);
		opacity: 1;
	}
	to {
		transform: rotate(45deg);
		opacity: 0;
	}
}
@keyframes mdc-checkbox-indeterminate-checked-checkmark {
	from {
		animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
		transform: rotate(45deg);
		opacity: 0;
	}
	to {
		transform: rotate(360deg);
		opacity: 1;
	}
}
@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
	from {
		animation-timing-function: mdc-animation-deceleration-curve-timing-function;
		transform: rotate(-45deg);
		opacity: 0;
	}
	to {
		transform: rotate(0deg);
		opacity: 1;
	}
}
@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
	from {
		animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
		transform: rotate(0deg);
		opacity: 1;
	}
	to {
		transform: rotate(315deg);
		opacity: 0;
	}
}
@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
	0% {
		animation-timing-function: linear;
		transform: scaleX(1);
		opacity: 1;
	}
	32.8%,
	100% {
		transform: scaleX(0);
		opacity: 0;
	}
}
.mdc-checkbox {
	display: inline-block;
	position: relative;
	flex: 0 0 18px;
	box-sizing: content-box;
	width: 18px;
	height: 18px;
	line-height: 0;
	white-space: nowrap;
	cursor: pointer;
	vertical-align: bottom;
}
.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring,
.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring {
	pointer-events: none;
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 6px;
	box-sizing: content-box;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 100%;
}
@media screen and (forced-colors: active) {
	.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring,
	.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring {
		border-color: CanvasText;
	}
}
.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring::after,
.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring::after {
	content: '';
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: 8px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: calc(100% + 4px);
	width: calc(100% + 4px);
}
@media screen and (forced-colors: active) {
	.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__focus-ring::after,
	.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__focus-ring::after {
		border-color: CanvasText;
	}
}
@media all and (-ms-high-contrast: none) {
	.mdc-checkbox .mdc-checkbox__focus-ring {
		display: none;
	}
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
	.mdc-checkbox__mixedmark {
		margin: 0 1px;
	}
}
.mdc-checkbox--disabled {
	cursor: default;
	pointer-events: none;
}
.mdc-checkbox__background {
	display: inline-flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	border: 2px solid currentColor;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0);
	pointer-events: none;
	will-change: background-color, border-color;
	transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
		border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox__checkmark {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox--upgraded .mdc-checkbox__checkmark {
	opacity: 1;
}
.mdc-checkbox__checkmark-path {
	transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
	stroke: currentColor;
	stroke-width: 3.12px;
	stroke-dashoffset: 29.7833385;
	stroke-dasharray: 29.7833385;
}
.mdc-checkbox__mixedmark {
	width: 100%;
	height: 0;
	transform: scaleX(0) rotate(0deg);
	border-width: 1px;
	border-style: solid;
	opacity: 0;
	transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
		transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,
.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
	animation-duration: 180ms;
	animation-timing-function: linear;
}
.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
	animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
	transition: none;
}
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
	animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
	transition: none;
}
.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
	animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
	transition: none;
}
.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
	animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
	transition: none;
}
.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
	animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
	transition: none;
}
.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
	animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
	transition: none;
}
.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
	animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
	transition: none;
}
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
	animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
	transition: none;
}
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background,
.mdc-checkbox__native-control[data-indeterminate='true'] ~ .mdc-checkbox__background {
	transition: border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1),
		background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1);
}
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path,
.mdc-checkbox__native-control:indeterminate
	~ .mdc-checkbox__background
	.mdc-checkbox__checkmark-path,
.mdc-checkbox__native-control[data-indeterminate='true']
	~ .mdc-checkbox__background
	.mdc-checkbox__checkmark-path {
	stroke-dashoffset: 0;
}
.mdc-checkbox__native-control {
	position: absolute;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: inherit;
}
.mdc-checkbox__native-control:disabled {
	cursor: default;
	pointer-events: none;
}
.mdc-checkbox--touch {
	margin: calc((48px - 40px) / 2);
	margin: calc(
		(var(--mdc-checkbox-state-layer-size, 48px) - var(--mdc-checkbox-state-layer-size, 40px)) / 2
	);
}
.mdc-checkbox--touch .mdc-checkbox__native-control {
	top: calc((40px - 48px) / 2);
	top: calc(
		(var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2
	);
	right: calc((40px - 48px) / 2);
	right: calc(
		(var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2
	);
	left: calc((40px - 48px) / 2);
	left: calc(
		(var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px)) / 2
	);
	width: 48px;
	width: var(--mdc-checkbox-state-layer-size, 48px);
	height: 48px;
	height: var(--mdc-checkbox-state-layer-size, 48px);
}
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
	transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1),
		transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
	opacity: 1;
}
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
	transform: scaleX(1) rotate(-45deg);
}
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark,
.mdc-checkbox__native-control[data-indeterminate='true']
	~ .mdc-checkbox__background
	.mdc-checkbox__checkmark {
	transform: rotate(45deg);
	opacity: 0;
	transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1),
		transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark,
.mdc-checkbox__native-control[data-indeterminate='true']
	~ .mdc-checkbox__background
	.mdc-checkbox__mixedmark {
	transform: scaleX(1) rotate(0deg);
	opacity: 1;
}
.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__background,
.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark,
.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
.mdc-checkbox.mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
	transition: none;
}
@keyframes mdc-ripple-fg-radius-in {
	from {
		animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
	}
	to {
		transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
	}
}
@keyframes mdc-ripple-fg-opacity-in {
	from {
		animation-timing-function: linear;
		opacity: 0;
	}
	to {
		opacity: var(--mdc-ripple-fg-opacity, 0);
	}
}
@keyframes mdc-ripple-fg-opacity-out {
	from {
		animation-timing-function: linear;
		opacity: var(--mdc-ripple-fg-opacity, 0);
	}
	to {
		opacity: 0;
	}
}
.mdc-checkbox {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	will-change: transform, opacity;
}
.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	content: '';
}
.mdc-checkbox .mdc-checkbox__ripple::before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1;
	z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-checkbox .mdc-checkbox__ripple::after {
	z-index: 0;
	z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before {
	transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
	top: 0;
	left: 0;
	transform: scale(0);
	transform-origin: center center;
}
.mdc-checkbox.mdc-ripple-upgraded--unbounded .mdc-checkbox__ripple::after {
	top: var(--mdc-ripple-top, 0);
	left: var(--mdc-ripple-left, 0);
}
.mdc-checkbox.mdc-ripple-upgraded--foreground-activation .mdc-checkbox__ripple::after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation .mdc-checkbox__ripple::after {
	animation: mdc-ripple-fg-opacity-out 150ms;
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
	top: calc(50% - 50%);
	left: calc(50% - 50%);
	width: 100%;
	height: 100%;
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
	top: var(--mdc-ripple-top, calc(50% - 50%));
	left: var(--mdc-ripple-left, calc(50% - 50%));
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-checkbox {
	z-index: 0;
}
.mdc-checkbox .mdc-checkbox__ripple::before,
.mdc-checkbox .mdc-checkbox__ripple::after {
	z-index: -1;
	z-index: var(--mdc-ripple-z-index, -1);
}
.mdc-checkbox__ripple {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
	.mdc-checkbox
		.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate):not(
			[data-indeterminate='true']
		)
		~ .mdc-checkbox__background {
		border-color: GrayText;
		border-color: var(--mdc-checkbox-disabled-unselected-icon-color, GrayText);
		background-color: transparent;
	}
	.mdc-checkbox .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
	.mdc-checkbox .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background,
	.mdc-checkbox
		.mdc-checkbox__native-control[data-indeterminate='true'][disabled]
		~ .mdc-checkbox__background {
		border-color: GrayText;
		background-color: GrayText;
		background-color: var(--mdc-checkbox-disabled-selected-icon-color, GrayText);
	}
	.mdc-checkbox
		.mdc-checkbox__native-control:enabled
		~ .mdc-checkbox__background
		.mdc-checkbox__checkmark {
		color: ButtonText;
		color: var(--mdc-checkbox-selected-checkmark-color, ButtonText);
	}
	.mdc-checkbox
		.mdc-checkbox__native-control:enabled
		~ .mdc-checkbox__background
		.mdc-checkbox__mixedmark {
		border-color: ButtonText;
		border-color: var(--mdc-checkbox-selected-checkmark-color, ButtonText);
	}
	.mdc-checkbox
		.mdc-checkbox__native-control:disabled
		~ .mdc-checkbox__background
		.mdc-checkbox__checkmark {
		color: ButtonFace;
		color: var(--mdc-checkbox-disabled-selected-checkmark-color, ButtonFace);
	}
	.mdc-checkbox
		.mdc-checkbox__native-control:disabled
		~ .mdc-checkbox__background
		.mdc-checkbox__mixedmark {
		border-color: ButtonFace;
		border-color: var(--mdc-checkbox-disabled-selected-checkmark-color, ButtonFace);
	}
}
.mdc-ripple-surface {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	will-change: transform, opacity;
	position: relative;
	outline: none;
	overflow: hidden;
}
.mdc-ripple-surface::before,
.mdc-ripple-surface::after {
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	content: '';
}
.mdc-ripple-surface::before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1;
	z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-ripple-surface::after {
	z-index: 0;
	z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-ripple-surface.mdc-ripple-upgraded::before {
	transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-ripple-surface.mdc-ripple-upgraded::after {
	top: 0;
	left: 0;
	transform: scale(0);
	transform-origin: center center;
}
.mdc-ripple-surface.mdc-ripple-upgraded--unbounded::after {
	top: var(--mdc-ripple-top, 0);
	left: var(--mdc-ripple-left, 0);
}
.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation::after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation::after {
	animation: mdc-ripple-fg-opacity-out 150ms;
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-ripple-surface::before,
.mdc-ripple-surface::after {
	top: calc(50% - 100%);
	left: calc(50% - 100%);
	width: 200%;
	height: 200%;
}
.mdc-ripple-surface.mdc-ripple-upgraded::after {
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-ripple-surface[data-mdc-ripple-is-unbounded],
.mdc-ripple-upgraded--unbounded {
	overflow: visible;
}
.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::before,
.mdc-ripple-surface[data-mdc-ripple-is-unbounded]::after,
.mdc-ripple-upgraded--unbounded::before,
.mdc-ripple-upgraded--unbounded::after {
	top: calc(50% - 50%);
	left: calc(50% - 50%);
	width: 100%;
	height: 100%;
}
.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::before,
.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,
.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::before,
.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after {
	top: var(--mdc-ripple-top, calc(50% - 50%));
	left: var(--mdc-ripple-left, calc(50% - 50%));
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after,
.mdc-ripple-upgraded--unbounded.mdc-ripple-upgraded::after {
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-ripple-surface::before,
.mdc-ripple-surface::after {
	background-color: #000;
	background-color: var(--mdc-ripple-color, #000);
}
.mdc-ripple-surface:hover::before,
.mdc-ripple-surface.mdc-ripple-surface--hover::before {
	opacity: 0.04;
	opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before,
.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-ripple-surface:not(.mdc-ripple-upgraded)::after {
	transition: opacity 150ms linear;
}
.mdc-ripple-surface:not(.mdc-ripple-upgraded):active::after {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-ripple-surface.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.smui-ripple-surface--primary::before,
.smui-ripple-surface--primary::after {
	background-color: #ff3e00;
	background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #ff3e00));
}
.smui-ripple-surface--primary:hover::before,
.smui-ripple-surface--primary.mdc-ripple-surface--hover::before {
	opacity: 0.04;
	opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.smui-ripple-surface--primary.mdc-ripple-upgraded--background-focused::before,
.smui-ripple-surface--primary:not(.mdc-ripple-upgraded):focus::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.smui-ripple-surface--primary:not(.mdc-ripple-upgraded)::after {
	transition: opacity 150ms linear;
}
.smui-ripple-surface--primary:not(.mdc-ripple-upgraded):active::after {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.smui-ripple-surface--primary.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.smui-ripple-surface--secondary::before,
.smui-ripple-surface--secondary::after {
	background-color: #676778;
	background-color: var(--mdc-ripple-color, var(--mdc-theme-secondary, #676778));
}
.smui-ripple-surface--secondary:hover::before,
.smui-ripple-surface--secondary.mdc-ripple-surface--hover::before {
	opacity: 0.04;
	opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.smui-ripple-surface--secondary.mdc-ripple-upgraded--background-focused::before,
.smui-ripple-surface--secondary:not(.mdc-ripple-upgraded):focus::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.smui-ripple-surface--secondary:not(.mdc-ripple-upgraded)::after {
	transition: opacity 150ms linear;
}
.smui-ripple-surface--secondary:not(.mdc-ripple-upgraded):active::after {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.smui-ripple-surface--secondary.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-floating-label {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Poppins;
	font-size: 1rem;
	font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
	letter-spacing: 0.009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
	position: absolute;
	left: 0;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	line-height: 1.15rem;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: text;
	overflow: hidden;
	will-change: transform;
	transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
[dir='rtl'] .mdc-floating-label,
.mdc-floating-label[dir='rtl'] {
	right: 0;
	left: auto;
	-webkit-transform-origin: right top;
	transform-origin: right top;
	text-align: right;
}
.mdc-floating-label--float-above {
	cursor: auto;
}
.mdc-floating-label--required::after {
	margin-left: 1px;
	margin-right: 0px;
	content: '*';
}
[dir='rtl'] .mdc-floating-label--required::after,
.mdc-floating-label--required[dir='rtl']::after {
	margin-left: 0;
	margin-right: 1px;
}
.mdc-floating-label--float-above {
	transform: translateY(-106%) scale(0.75);
}
.mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-standard 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-standard {
	0% {
		transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
	}
	33% {
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
	}
	66% {
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
	}
	100% {
		transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75);
	}
}
.mdc-line-ripple::before,
.mdc-line-ripple::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom-style: solid;
	content: '';
}
.mdc-line-ripple::before {
	border-bottom-width: 1px;
}
.mdc-line-ripple::before {
	z-index: 1;
}
.mdc-line-ripple::after {
	transform: scaleX(0);
	border-bottom-width: 2px;
	opacity: 0;
	z-index: 2;
}
.mdc-line-ripple::after {
	transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
		opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-line-ripple--active::after {
	transform: scaleX(1);
	opacity: 1;
}
.mdc-line-ripple--deactivating::after {
	opacity: 0;
}
.mdc-notched-outline {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 100%;
	text-align: left;
	pointer-events: none;
}
[dir='rtl'] .mdc-notched-outline,
.mdc-notched-outline[dir='rtl'] {
	text-align: right;
}
.mdc-notched-outline__leading,
.mdc-notched-outline__notch,
.mdc-notched-outline__trailing {
	box-sizing: border-box;
	height: 100%;
	border-top: 1px solid;
	border-bottom: 1px solid;
	pointer-events: none;
}
.mdc-notched-outline__leading {
	border-left: 1px solid;
	border-right: none;
	width: 12px;
}
[dir='rtl'] .mdc-notched-outline__leading,
.mdc-notched-outline__leading[dir='rtl'] {
	border-left: none;
	border-right: 1px solid;
}
.mdc-notched-outline__trailing {
	border-left: none;
	border-right: 1px solid;
	flex-grow: 1;
}
[dir='rtl'] .mdc-notched-outline__trailing,
.mdc-notched-outline__trailing[dir='rtl'] {
	border-left: 1px solid;
	border-right: none;
}
.mdc-notched-outline__notch {
	flex: 0 0 auto;
	width: auto;
	max-width: calc(100% - 12px * 2);
}
.mdc-notched-outline .mdc-floating-label {
	display: inline-block;
	position: relative;
	max-width: 100%;
}
.mdc-notched-outline .mdc-floating-label--float-above {
	text-overflow: clip;
}
.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	max-width: 133.3333333333%;
}
.mdc-notched-outline--notched .mdc-notched-outline__notch {
	padding-left: 0;
	padding-right: 8px;
	border-top: none;
}
[dir='rtl'] .mdc-notched-outline--notched .mdc-notched-outline__notch,
.mdc-notched-outline--notched .mdc-notched-outline__notch[dir='rtl'] {
	padding-left: 8px;
	padding-right: 0;
}
.mdc-notched-outline--no-label .mdc-notched-outline__notch {
	display: none;
}
.mdc-select {
	display: inline-flex;
	position: relative;
}
.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
	color: rgba(0, 0, 0, 0.87);
}
.mdc-select.mdc-select--disabled .mdc-select__selected-text {
	color: rgba(0, 0, 0, 0.38);
}
.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
	color: rgba(0, 0, 0, 0.6);
}
.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
	color: rgba(255, 62, 0, 0.87);
}
.mdc-select.mdc-select--disabled .mdc-floating-label {
	color: rgba(0, 0, 0, 0.38);
}
.mdc-select:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
	fill: rgba(0, 0, 0, 0.54);
}
.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon {
	fill: #ff3e00;
	fill: var(--mdc-theme-primary, #ff3e00);
}
.mdc-select.mdc-select--disabled .mdc-select__dropdown-icon {
	fill: rgba(0, 0, 0, 0.38);
}
.mdc-select:not(.mdc-select--disabled) + .mdc-select-helper-text {
	color: rgba(0, 0, 0, 0.6);
}
.mdc-select.mdc-select--disabled + .mdc-select-helper-text {
	color: rgba(0, 0, 0, 0.38);
}
.mdc-select:not(.mdc-select--disabled) .mdc-select__icon {
	color: rgba(0, 0, 0, 0.54);
}
.mdc-select.mdc-select--disabled .mdc-select__icon {
	color: rgba(0, 0, 0, 0.38);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
	.mdc-select.mdc-select--disabled .mdc-select__selected-text {
		color: GrayText;
	}
	.mdc-select.mdc-select--disabled .mdc-select__dropdown-icon {
		fill: red;
	}
	.mdc-select.mdc-select--disabled .mdc-floating-label {
		color: GrayText;
	}
	.mdc-select.mdc-select--disabled .mdc-line-ripple::before {
		border-bottom-color: GrayText;
	}
	.mdc-select.mdc-select--disabled .mdc-notched-outline__leading,
	.mdc-select.mdc-select--disabled .mdc-notched-outline__notch,
	.mdc-select.mdc-select--disabled .mdc-notched-outline__trailing {
		border-color: GrayText;
	}
	.mdc-select.mdc-select--disabled .mdc-select__icon {
		color: GrayText;
	}
	.mdc-select.mdc-select--disabled + .mdc-select-helper-text {
		color: GrayText;
	}
}
.mdc-select .mdc-floating-label {
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}
.mdc-select .mdc-select__anchor {
	padding-left: 16px;
	padding-right: 0;
}
[dir='rtl'] .mdc-select .mdc-select__anchor,
.mdc-select .mdc-select__anchor[dir='rtl'] {
	padding-left: 0;
	padding-right: 16px;
}
.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor {
	padding-left: 0;
	padding-right: 0;
}
[dir='rtl'] .mdc-select.mdc-select--with-leading-icon .mdc-select__anchor,
.mdc-select.mdc-select--with-leading-icon .mdc-select__anchor[dir='rtl'] {
	padding-left: 0;
	padding-right: 0;
}
.mdc-select .mdc-select__icon {
	width: 24px;
	height: 24px;
	font-size: 24px;
}
.mdc-select .mdc-select__dropdown-icon {
	width: 24px;
	height: 24px;
}
.mdc-select .mdc-select__menu .mdc-deprecated-list-item {
	padding-left: 16px;
	padding-right: 16px;
}
[dir='rtl'] .mdc-select .mdc-select__menu .mdc-deprecated-list-item,
.mdc-select .mdc-select__menu .mdc-deprecated-list-item[dir='rtl'] {
	padding-left: 16px;
	padding-right: 16px;
}
.mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic {
	margin-left: 0;
	margin-right: 12px;
}
[dir='rtl'] .mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic,
.mdc-select .mdc-select__menu .mdc-deprecated-list-item__graphic[dir='rtl'] {
	margin-left: 12px;
	margin-right: 0;
}
.mdc-select__dropdown-icon {
	margin-left: 12px;
	margin-right: 12px;
	display: inline-flex;
	position: relative;
	align-self: center;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	pointer-events: none;
}
.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active,
.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive {
	position: absolute;
	top: 0;
	left: 0;
}
.mdc-select__dropdown-icon .mdc-select__dropdown-icon-graphic {
	width: 41.6666666667%;
	height: 20.8333333333%;
}
.mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive {
	opacity: 1;
	transition: opacity 75ms linear 75ms;
}
.mdc-select__dropdown-icon .mdc-select__dropdown-icon-active {
	opacity: 0;
	transition: opacity 75ms linear;
}
[dir='rtl'] .mdc-select__dropdown-icon,
.mdc-select__dropdown-icon[dir='rtl'] {
	margin-left: 12px;
	margin-right: 12px;
}
.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive {
	opacity: 0;
	transition: opacity 49.5ms linear;
}
.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-active {
	opacity: 1;
	transition: opacity 100.5ms linear 49.5ms;
}
.mdc-select__anchor {
	width: 200px;
	min-width: 0;
	flex: 1 1 auto;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	outline: none;
	cursor: pointer;
}
.mdc-select__anchor .mdc-floating-label--float-above {
	transform: translateY(-106%) scale(0.75);
}
.mdc-select__selected-text-container {
	display: flex;
	appearance: none;
	pointer-events: none;
	box-sizing: border-box;
	width: auto;
	min-width: 0;
	flex-grow: 1;
	height: 28px;
	border: none;
	outline: none;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	color: inherit;
}
.mdc-select__selected-text {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Poppins;
	font-size: 1rem;
	font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
	line-height: 1.75rem;
	line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
	letter-spacing: 0.009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 100%;
	text-align: left;
}
[dir='rtl'] .mdc-select__selected-text,
.mdc-select__selected-text[dir='rtl'] {
	text-align: right;
}
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label {
	color: #b71c1c;
	color: var(--mdc-theme-error, #b71c1c);
}
.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
	color: #b71c1c;
	color: var(--mdc-theme-error, #b71c1c);
}
.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid
	+ .mdc-select-helper-text--validation-msg {
	color: #b71c1c;
	color: var(--mdc-theme-error, #b71c1c);
}
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-select__dropdown-icon {
	fill: #b71c1c;
	fill: var(--mdc-theme-error, #b71c1c);
}
.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-select__dropdown-icon {
	fill: #b71c1c;
	fill: var(--mdc-theme-error, #b71c1c);
}
.mdc-select--disabled {
	cursor: default;
	pointer-events: none;
}
.mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item {
	padding-left: 12px;
	padding-right: 12px;
}
[dir='rtl'] .mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item,
.mdc-select--with-leading-icon .mdc-select__menu .mdc-deprecated-list-item[dir='rtl'] {
	padding-left: 12px;
	padding-right: 12px;
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
	.mdc-select__menu::before {
		position: absolute;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		border: 1px solid rgba(0, 0, 0, 0);
		border-radius: inherit;
		content: '';
		pointer-events: none;
	}
}
@media screen and (forced-colors: active) and (forced-colors: active),
	screen and (-ms-high-contrast: active) and (forced-colors: active) {
	.mdc-select__menu::before {
		border-color: CanvasText;
	}
}
.mdc-select__menu .mdc-deprecated-list .mdc-select__icon,
.mdc-select__menu .mdc-list .mdc-select__icon {
	margin-left: 0;
	margin-right: 0;
}
[dir='rtl'] .mdc-select__menu .mdc-deprecated-list .mdc-select__icon,
[dir='rtl'] .mdc-select__menu .mdc-list .mdc-select__icon,
.mdc-select__menu .mdc-deprecated-list .mdc-select__icon[dir='rtl'],
.mdc-select__menu .mdc-list .mdc-select__icon[dir='rtl'] {
	margin-left: 0;
	margin-right: 0;
}
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected,
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--activated,
.mdc-select__menu .mdc-list .mdc-deprecated-list-item--selected,
.mdc-select__menu .mdc-list .mdc-deprecated-list-item--activated {
	color: #000;
	color: var(--mdc-theme-on-surface, #000);
}
.mdc-select__menu
	.mdc-deprecated-list
	.mdc-deprecated-list-item--selected
	.mdc-deprecated-list-item__graphic,
.mdc-select__menu
	.mdc-deprecated-list
	.mdc-deprecated-list-item--activated
	.mdc-deprecated-list-item__graphic,
.mdc-select__menu .mdc-list .mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,
.mdc-select__menu
	.mdc-list
	.mdc-deprecated-list-item--activated
	.mdc-deprecated-list-item__graphic {
	color: #000;
	color: var(--mdc-theme-on-surface, #000);
}
.mdc-select__menu .mdc-list-item__start {
	display: inline-flex;
	align-items: center;
}
.mdc-select__option {
	padding-left: 16px;
	padding-right: 16px;
}
[dir='rtl'] .mdc-select__option,
.mdc-select__option[dir='rtl'] {
	padding-left: 16px;
	padding-right: 16px;
}
.mdc-select__one-line-option.mdc-list-item--with-one-line {
	height: 48px;
}
.mdc-select__two-line-option.mdc-list-item--with-two-lines {
	height: 64px;
}
.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__start {
	margin-top: 20px;
}
.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
	display: inline-block;
	width: 0;
	height: 28px;
	content: '';
	vertical-align: 0;
}
.mdc-select__two-line-option.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-select__two-line-option.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta
	.mdc-list-item__end {
	display: block;
	margin-top: 0;
	line-height: normal;
}
.mdc-select__two-line-option.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta
	.mdc-list-item__end::before {
	display: inline-block;
	width: 0;
	height: 36px;
	content: '';
	vertical-align: 0;
}
.mdc-select__option-with-leading-content {
	padding-left: 0;
	padding-right: 12px;
}
.mdc-select__option-with-leading-content.mdc-list-item {
	padding-left: 0;
	padding-right: auto;
}
[dir='rtl'] .mdc-select__option-with-leading-content.mdc-list-item,
.mdc-select__option-with-leading-content.mdc-list-item[dir='rtl'] {
	padding-left: auto;
	padding-right: 0;
}
.mdc-select__option-with-leading-content .mdc-list-item__start {
	margin-left: 12px;
	margin-right: 0;
}
[dir='rtl'] .mdc-select__option-with-leading-content .mdc-list-item__start,
.mdc-select__option-with-leading-content .mdc-list-item__start[dir='rtl'] {
	margin-left: 0;
	margin-right: 12px;
}
.mdc-select__option-with-leading-content .mdc-list-item__start {
	width: 36px;
	height: 24px;
}
[dir='rtl'] .mdc-select__option-with-leading-content,
.mdc-select__option-with-leading-content[dir='rtl'] {
	padding-left: 12px;
	padding-right: 0;
}
.mdc-select__option-with-meta.mdc-list-item {
	padding-left: auto;
	padding-right: 0;
}
[dir='rtl'] .mdc-select__option-with-meta.mdc-list-item,
.mdc-select__option-with-meta.mdc-list-item[dir='rtl'] {
	padding-left: 0;
	padding-right: auto;
}
.mdc-select__option-with-meta .mdc-list-item__end {
	margin-left: 12px;
	margin-right: 12px;
}
[dir='rtl'] .mdc-select__option-with-meta .mdc-list-item__end,
.mdc-select__option-with-meta .mdc-list-item__end[dir='rtl'] {
	margin-left: 12px;
	margin-right: 12px;
}
.mdc-select--filled .mdc-select__anchor {
	height: 56px;
	display: flex;
	align-items: baseline;
}
.mdc-select--filled .mdc-select__anchor::before {
	display: inline-block;
	width: 0;
	height: 40px;
	content: '';
	vertical-align: 0;
}
.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text::before {
	content: '​';
}
.mdc-select--filled.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text-container {
	height: 100%;
	display: inline-flex;
	align-items: center;
}
.mdc-select--filled.mdc-select--no-label .mdc-select__anchor::before {
	display: none;
}
.mdc-select--filled .mdc-select__anchor {
	border-top-left-radius: 4px;
	border-top-left-radius: var(--mdc-shape-small, 4px);
	border-top-right-radius: 4px;
	border-top-right-radius: var(--mdc-shape-small, 4px);
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.mdc-select--filled:not(.mdc-select--disabled) .mdc-select__anchor {
	background-color: whitesmoke;
}
.mdc-select--filled.mdc-select--disabled .mdc-select__anchor {
	background-color: #fafafa;
}
.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::before {
	border-bottom-color: rgba(0, 0, 0, 0.42);
}
.mdc-select--filled:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
	border-bottom-color: rgba(0, 0, 0, 0.87);
}
.mdc-select--filled:not(.mdc-select--disabled) .mdc-line-ripple::after {
	border-bottom-color: #ff3e00;
	border-bottom-color: var(--mdc-theme-primary, #ff3e00);
}
.mdc-select--filled.mdc-select--disabled .mdc-line-ripple::before {
	border-bottom-color: rgba(0, 0, 0, 0.06);
}
.mdc-select--filled .mdc-floating-label {
	max-width: calc(100% - 64px);
}
.mdc-select--filled .mdc-floating-label--float-above {
	max-width: calc(100% / 0.75 - 64px / 0.75);
}
.mdc-select--filled .mdc-menu-surface--is-open-below {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.mdc-select--filled.mdc-select--focused.mdc-line-ripple::after {
	transform: scale(1, 2);
	opacity: 1;
}
.mdc-select--filled .mdc-floating-label {
	left: 16px;
	right: initial;
}
[dir='rtl'] .mdc-select--filled .mdc-floating-label,
.mdc-select--filled .mdc-floating-label[dir='rtl'] {
	left: initial;
	right: 16px;
}
.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label {
	left: 48px;
	right: initial;
}
[dir='rtl'] .mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label,
.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label[dir='rtl'] {
	left: initial;
	right: 48px;
}
.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label {
	max-width: calc(100% - 96px);
}
.mdc-select--filled.mdc-select--with-leading-icon .mdc-floating-label--float-above {
	max-width: calc(100% / 0.75 - 96px / 0.75);
}
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::before {
	border-bottom-color: #b71c1c;
	border-bottom-color: var(--mdc-theme-error, #b71c1c);
}
.mdc-select--invalid:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
	border-bottom-color: #b71c1c;
	border-bottom-color: var(--mdc-theme-error, #b71c1c);
}
.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::after {
	border-bottom-color: #b71c1c;
	border-bottom-color: var(--mdc-theme-error, #b71c1c);
}
.mdc-select--outlined {
	border: none;
}
.mdc-select--outlined .mdc-select__anchor {
	height: 56px;
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
	transform: translateY(-37.25px) scale(1);
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
	font-size: 0.75rem;
}
.mdc-select--outlined
	.mdc-select__anchor.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above,
.mdc-select--outlined
	.mdc-select__anchor
	.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above {
	transform: translateY(-34.75px) scale(0.75);
}
.mdc-select--outlined
	.mdc-select__anchor.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above,
.mdc-select--outlined
	.mdc-select__anchor
	.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above {
	font-size: 1rem;
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-select-outlined-56px 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-select-outlined-56px {
	0% {
		transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
	}
	33% {
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
	}
	66% {
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
	}
	100% {
		transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75);
	}
}
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
	border-top-left-radius: 4px;
	border-top-left-radius: var(--mdc-shape-small, 4px);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-left-radius: var(--mdc-shape-small, 4px);
}
[dir='rtl'] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir='rtl'] {
	border-top-left-radius: 0;
	border-top-right-radius: 4px;
	border-top-right-radius: var(--mdc-shape-small, 4px);
	border-bottom-right-radius: 4px;
	border-bottom-right-radius: var(--mdc-shape-small, 4px);
	border-bottom-left-radius: 0;
}
@supports (top: max(0%)) {
	.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
		width: max(12px, var(--mdc-shape-small, 4px));
	}
}
@supports (top: max(0%)) {
	.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__notch {
		max-width: calc(100% - max(12px, var(--mdc-shape-small, 4px)) * 2);
	}
}
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
	border-top-left-radius: 0;
	border-top-right-radius: 4px;
	border-top-right-radius: var(--mdc-shape-small, 4px);
	border-bottom-right-radius: 4px;
	border-bottom-right-radius: var(--mdc-shape-small, 4px);
	border-bottom-left-radius: 0;
}
[dir='rtl'] .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir='rtl'] {
	border-top-left-radius: 4px;
	border-top-left-radius: var(--mdc-shape-small, 4px);
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 4px;
	border-bottom-left-radius: var(--mdc-shape-small, 4px);
}
@supports (top: max(0%)) {
	.mdc-select--outlined .mdc-select__anchor {
		padding-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
	}
}
[dir='rtl'] .mdc-select--outlined .mdc-select__anchor,
.mdc-select--outlined .mdc-select__anchor[dir='rtl'] {
	padding-left: 0;
}
@supports (top: max(0%)) {
	[dir='rtl'] .mdc-select--outlined .mdc-select__anchor,
	.mdc-select--outlined .mdc-select__anchor[dir='rtl'] {
		padding-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
	}
}
@supports (top: max(0%)) {
	.mdc-select--outlined + .mdc-select-helper-text {
		margin-left: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
	}
}
[dir='rtl'] .mdc-select--outlined + .mdc-select-helper-text,
.mdc-select--outlined + .mdc-select-helper-text[dir='rtl'] {
	margin-left: 0;
}
@supports (top: max(0%)) {
	[dir='rtl'] .mdc-select--outlined + .mdc-select-helper-text,
	.mdc-select--outlined + .mdc-select-helper-text[dir='rtl'] {
		margin-right: max(16px, calc(var(--mdc-shape-small, 4px) + 4px));
	}
}
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
	background-color: transparent;
}
.mdc-select--outlined.mdc-select--disabled .mdc-select__anchor {
	background-color: transparent;
}
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, 0.38);
}
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused)
	.mdc-select__anchor:hover
	.mdc-notched-outline
	.mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused)
	.mdc-select__anchor:hover
	.mdc-notched-outline
	.mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused)
	.mdc-select__anchor:hover
	.mdc-notched-outline
	.mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, 0.87);
}
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
	.mdc-notched-outline
	.mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
	.mdc-notched-outline
	.mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
	.mdc-notched-outline
	.mdc-notched-outline__trailing {
	border-width: 2px;
}
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
	.mdc-notched-outline
	.mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
	.mdc-notched-outline
	.mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
	.mdc-notched-outline
	.mdc-notched-outline__trailing {
	border-color: #ff3e00;
	border-color: var(--mdc-theme-primary, #ff3e00);
}
.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, 0.06);
}
.mdc-select--outlined
	.mdc-select__anchor
	:not(.mdc-notched-outline--notched)
	.mdc-notched-outline__notch {
	max-width: calc(100% - 60px);
}
.mdc-select--outlined .mdc-select__anchor {
	display: flex;
	align-items: baseline;
	overflow: visible;
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-select-outlined 250ms 1;
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
	transform: translateY(-37.25px) scale(1);
}
.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
	font-size: 0.75rem;
}
.mdc-select--outlined
	.mdc-select__anchor.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above,
.mdc-select--outlined
	.mdc-select__anchor
	.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above {
	transform: translateY(-34.75px) scale(0.75);
}
.mdc-select--outlined
	.mdc-select__anchor.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above,
.mdc-select--outlined
	.mdc-select__anchor
	.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above {
	font-size: 1rem;
}
.mdc-select--outlined
	.mdc-select__anchor
	.mdc-notched-outline--notched
	.mdc-notched-outline__notch {
	padding-top: 1px;
}
.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text::before {
	content: '​';
}
.mdc-select--outlined .mdc-select__anchor .mdc-select__selected-text-container {
	height: 100%;
	display: inline-flex;
	align-items: center;
}
.mdc-select--outlined .mdc-select__anchor::before {
	display: none;
}
.mdc-select--outlined .mdc-select__selected-text-container {
	display: flex;
	border: none;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0);
}
.mdc-select--outlined .mdc-select__icon {
	z-index: 2;
}
.mdc-select--outlined .mdc-floating-label {
	line-height: 1.15rem;
	left: 4px;
	right: initial;
}
[dir='rtl'] .mdc-select--outlined .mdc-floating-label,
.mdc-select--outlined .mdc-floating-label[dir='rtl'] {
	left: initial;
	right: 4px;
}
.mdc-select--outlined.mdc-select--focused
	.mdc-notched-outline--notched
	.mdc-notched-outline__notch {
	padding-top: 2px;
}
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled)
	.mdc-notched-outline__trailing {
	border-color: #b71c1c;
	border-color: var(--mdc-theme-error, #b71c1c);
}
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused)
	.mdc-select__anchor:hover
	.mdc-notched-outline
	.mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused)
	.mdc-select__anchor:hover
	.mdc-notched-outline
	.mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled):not(.mdc-select--focused)
	.mdc-select__anchor:hover
	.mdc-notched-outline
	.mdc-notched-outline__trailing {
	border-color: #b71c1c;
	border-color: var(--mdc-theme-error, #b71c1c);
}
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused
	.mdc-notched-outline
	.mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused
	.mdc-notched-outline
	.mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused
	.mdc-notched-outline
	.mdc-notched-outline__trailing {
	border-width: 2px;
}
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused
	.mdc-notched-outline
	.mdc-notched-outline__leading,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused
	.mdc-notched-outline
	.mdc-notched-outline__notch,
.mdc-select--outlined.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused
	.mdc-notched-outline
	.mdc-notched-outline__trailing {
	border-color: #b71c1c;
	border-color: var(--mdc-theme-error, #b71c1c);
}
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label {
	left: 36px;
	right: initial;
}
[dir='rtl'] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label,
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir='rtl'] {
	left: initial;
	right: 36px;
}
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above {
	transform: translateY(-37.25px) translateX(-32px) scale(1);
}
[dir='rtl'] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir='rtl'] {
	transform: translateY(-37.25px) translateX(32px) scale(1);
}
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above {
	font-size: 0.75rem;
}
.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon
	.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above {
	transform: translateY(-34.75px) translateX(-32px) scale(0.75);
}
[dir='rtl']
	.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above,
[dir='rtl']
	.mdc-select--outlined.mdc-select--with-leading-icon
	.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above[dir='rtl'],
.mdc-select--outlined.mdc-select--with-leading-icon
	.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above[dir='rtl'] {
	transform: translateY(-34.75px) translateX(32px) scale(0.75);
}
.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon
	.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above {
	font-size: 1rem;
}
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px {
	0% {
		transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
	}
	33% {
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 32px)) translateY(-34.75px) scale(0.75);
	}
	66% {
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - 32px)) translateY(-34.75px) scale(0.75);
	}
	100% {
		transform: translateX(calc(0 - 32px)) translateY(-34.75px) scale(0.75);
	}
}
[dir='rtl'] .mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--shake,
.mdc-select--outlined.mdc-select--with-leading-icon[dir='rtl'] .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px-rtl {
	0% {
		transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
	}
	33% {
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - -32px)) translateY(-34.75px) scale(0.75);
	}
	66% {
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - -32px)) translateY(-34.75px) scale(0.75);
	}
	100% {
		transform: translateX(calc(0 - -32px)) translateY(-34.75px) scale(0.75);
	}
}
.mdc-select--outlined.mdc-select--with-leading-icon
	.mdc-select__anchor
	:not(.mdc-notched-outline--notched)
	.mdc-notched-outline__notch {
	max-width: calc(100% - 96px);
}
.mdc-select--outlined .mdc-menu-surface {
	margin-bottom: 8px;
}
.mdc-select--outlined.mdc-select--no-label .mdc-menu-surface,
.mdc-select--outlined .mdc-menu-surface--is-open-below {
	margin-bottom: 0;
}
.mdc-select__anchor {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	will-change: transform, opacity;
}
.mdc-select__anchor .mdc-select__ripple::before,
.mdc-select__anchor .mdc-select__ripple::after {
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	content: '';
}
.mdc-select__anchor .mdc-select__ripple::before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1;
	z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-select__anchor .mdc-select__ripple::after {
	z-index: 0;
	z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::before {
	transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after {
	top: 0;
	left: 0;
	transform: scale(0);
	transform-origin: center center;
}
.mdc-select__anchor.mdc-ripple-upgraded--unbounded .mdc-select__ripple::after {
	top: var(--mdc-ripple-top, 0);
	left: var(--mdc-ripple-left, 0);
}
.mdc-select__anchor.mdc-ripple-upgraded--foreground-activation .mdc-select__ripple::after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-select__anchor.mdc-ripple-upgraded--foreground-deactivation .mdc-select__ripple::after {
	animation: mdc-ripple-fg-opacity-out 150ms;
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-select__anchor .mdc-select__ripple::before,
.mdc-select__anchor .mdc-select__ripple::after {
	top: calc(50% - 100%);
	left: calc(50% - 100%);
	width: 200%;
	height: 200%;
}
.mdc-select__anchor.mdc-ripple-upgraded .mdc-select__ripple::after {
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-select__anchor .mdc-select__ripple::before,
.mdc-select__anchor .mdc-select__ripple::after {
	background-color: rgba(0, 0, 0, 0.87);
	background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.mdc-select__anchor:hover .mdc-select__ripple::before,
.mdc-select__anchor.mdc-ripple-surface--hover .mdc-select__ripple::before {
	opacity: 0.04;
	opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-select__anchor.mdc-ripple-upgraded--background-focused .mdc-select__ripple::before,
.mdc-select__anchor:not(.mdc-ripple-upgraded):focus .mdc-select__ripple::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-select__anchor .mdc-select__ripple {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.mdc-select__menu
	.mdc-deprecated-list
	.mdc-deprecated-list-item--selected
	.mdc-deprecated-list-item__ripple::before,
.mdc-select__menu
	.mdc-deprecated-list
	.mdc-deprecated-list-item--selected
	.mdc-deprecated-list-item__ripple::after {
	background-color: #000;
	background-color: var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000));
}
.mdc-select__menu
	.mdc-deprecated-list
	.mdc-deprecated-list-item--selected:hover
	.mdc-deprecated-list-item__ripple::before,
.mdc-select__menu
	.mdc-deprecated-list
	.mdc-deprecated-list-item--selected.mdc-ripple-surface--hover
	.mdc-deprecated-list-item__ripple::before {
	opacity: 0.04;
	opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-select__menu
	.mdc-deprecated-list
	.mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused
	.mdc-deprecated-list-item__ripple::before,
.mdc-select__menu
	.mdc-deprecated-list
	.mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus
	.mdc-deprecated-list-item__ripple::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-select__menu
	.mdc-deprecated-list
	.mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded)
	.mdc-deprecated-list-item__ripple::after {
	transition: opacity 150ms linear;
}
.mdc-select__menu
	.mdc-deprecated-list
	.mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active
	.mdc-deprecated-list-item__ripple::after {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-select__menu
	.mdc-deprecated-list
	.mdc-deprecated-list-item--selected
	.mdc-list-item__ripple::before,
.mdc-select__menu
	.mdc-deprecated-list
	.mdc-deprecated-list-item--selected
	.mdc-list-item__ripple::after {
	background-color: #000;
	background-color: var(--mdc-ripple-color, var(--mdc-theme-on-surface, #000));
}
.mdc-select__menu
	.mdc-deprecated-list
	.mdc-deprecated-list-item--selected:hover
	.mdc-list-item__ripple::before,
.mdc-select__menu
	.mdc-deprecated-list
	.mdc-deprecated-list-item--selected.mdc-ripple-surface--hover
	.mdc-list-item__ripple::before {
	opacity: 0.04;
	opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-select__menu
	.mdc-deprecated-list
	.mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused
	.mdc-list-item__ripple::before,
.mdc-select__menu
	.mdc-deprecated-list
	.mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):focus
	.mdc-list-item__ripple::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-select__menu
	.mdc-deprecated-list
	.mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded)
	.mdc-list-item__ripple::after {
	transition: opacity 150ms linear;
}
.mdc-select__menu
	.mdc-deprecated-list
	.mdc-deprecated-list-item--selected:not(.mdc-ripple-upgraded):active
	.mdc-list-item__ripple::after {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-select__menu .mdc-deprecated-list .mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-select-helper-text {
	margin: 0;
	margin-left: 16px;
	margin-right: 16px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Poppins;
	font-size: 0.75rem;
	font-size: var(--mdc-typography-caption-font-size, 0.75rem);
	line-height: 1.25rem;
	line-height: var(--mdc-typography-caption-line-height, 1.25rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-caption-font-weight, 400);
	letter-spacing: 0.0333333333em;
	letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-caption-text-transform, inherit);
	display: block;
	margin-top: 0;
	line-height: normal;
}
[dir='rtl'] .mdc-select-helper-text,
.mdc-select-helper-text[dir='rtl'] {
	margin-left: 16px;
	margin-right: 16px;
}
.mdc-select-helper-text::before {
	display: inline-block;
	width: 0;
	height: 16px;
	content: '';
	vertical-align: 0;
}
.mdc-select-helper-text--validation-msg {
	opacity: 0;
	transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mdc-select--invalid + .mdc-select-helper-text--validation-msg,
.mdc-select-helper-text--validation-msg-persistent {
	opacity: 1;
}
.mdc-select--with-leading-icon .mdc-select__icon {
	display: inline-block;
	box-sizing: border-box;
	border: none;
	text-decoration: none;
	cursor: pointer;
	user-select: none;
	flex-shrink: 0;
	align-self: center;
	background-color: rgba(0, 0, 0, 0);
	fill: currentColor;
}
.mdc-select--with-leading-icon .mdc-select__icon {
	margin-left: 12px;
	margin-right: 12px;
}
[dir='rtl'] .mdc-select--with-leading-icon .mdc-select__icon,
.mdc-select--with-leading-icon .mdc-select__icon[dir='rtl'] {
	margin-left: 12px;
	margin-right: 12px;
}
.mdc-select__icon:not([tabindex]),
.mdc-select__icon[tabindex='-1'] {
	cursor: default;
	pointer-events: none;
}
.smui-floating-label--remove-transition {
	transition: unset !important;
}
.smui-floating-label--force-size {
	position: absolute !important;
	transform: unset !important;
}
.mdc-deprecated-list {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Poppins;
	font-size: 1rem;
	font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
	line-height: 1.75rem;
	line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
	letter-spacing: 0.009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
	line-height: 1.5rem;
	margin: 0;
	padding: 8px 0;
	list-style-type: none;
	color: rgba(0, 0, 0, 0.87);
	color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-deprecated-list:focus {
	outline: none;
}
.mdc-deprecated-list-item {
	height: 48px;
}
.mdc-deprecated-list-item__secondary-text {
	color: rgba(0, 0, 0, 0.54);
	color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.mdc-deprecated-list-item__graphic {
	background-color: transparent;
}
.mdc-deprecated-list-item__graphic {
	color: rgba(0, 0, 0, 0.38);
	color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-deprecated-list-item__meta {
	color: rgba(0, 0, 0, 0.38);
	color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-deprecated-list-group__subheader {
	color: rgba(0, 0, 0, 0.87);
	color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text {
	opacity: 0.38;
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__text,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__secondary-text {
	color: #000;
	color: var(--mdc-theme-on-surface, #000);
}
.mdc-deprecated-list-item--selected,
.mdc-deprecated-list-item--activated {
	color: #ff3e00;
	color: var(--mdc-theme-primary, #ff3e00);
}
.mdc-deprecated-list-item--selected .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list-item--activated .mdc-deprecated-list-item__graphic {
	color: #ff3e00;
	color: var(--mdc-theme-primary, #ff3e00);
}
.mdc-deprecated-list--dense {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 0.812rem;
}
.mdc-deprecated-list-item__wrapper {
	display: block;
}
.mdc-deprecated-list-item {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	padding: 0;
	padding-left: 16px;
	padding-right: 16px;
	height: 48px;
}
.mdc-deprecated-list-item:focus {
	outline: none;
}
.mdc-deprecated-list-item:not(.mdc-deprecated-list-item--selected):focus::before,
.mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused::before {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: inherit;
	content: '';
	pointer-events: none;
}
@media screen and (forced-colors: active) {
	.mdc-deprecated-list-item:not(.mdc-deprecated-list-item--selected):focus::before,
	.mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused::before {
		border-color: CanvasText;
	}
}
.mdc-deprecated-list-item.mdc-deprecated-list-item--selected::before {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 3px double rgba(0, 0, 0, 0);
	border-radius: inherit;
	content: '';
	pointer-events: none;
}
@media screen and (forced-colors: active) {
	.mdc-deprecated-list-item.mdc-deprecated-list-item--selected::before {
		border-color: CanvasText;
	}
}
[dir='rtl'] .mdc-deprecated-list-item,
.mdc-deprecated-list-item[dir='rtl'] {
	padding-left: 16px;
	padding-right: 16px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item {
	padding-left: 16px;
	padding-right: 16px;
	height: 56px;
}
[dir='rtl'] .mdc-deprecated-list--icon-list .mdc-deprecated-list-item,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item[dir='rtl'] {
	padding-left: 16px;
	padding-right: 16px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item {
	padding-left: 16px;
	padding-right: 16px;
	height: 56px;
}
[dir='rtl'] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item[dir='rtl'] {
	padding-left: 16px;
	padding-right: 16px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item {
	padding-left: 16px;
	padding-right: 16px;
	height: 56px;
}
[dir='rtl'] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item[dir='rtl'] {
	padding-left: 16px;
	padding-right: 16px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-item {
	padding-left: 16px;
	padding-right: 16px;
	height: 72px;
}
[dir='rtl'] .mdc-deprecated-list--image-list .mdc-deprecated-list-item,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item[dir='rtl'] {
	padding-left: 16px;
	padding-right: 16px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item {
	padding-left: 0px;
	padding-right: 16px;
	height: 72px;
}
[dir='rtl'] .mdc-deprecated-list--video-list .mdc-deprecated-list-item,
.mdc-deprecated-list--video-list .mdc-deprecated-list-item[dir='rtl'] {
	padding-left: 16px;
	padding-right: 0px;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic {
	margin-left: 0;
	margin-right: 16px;
	width: 20px;
	height: 20px;
}
[dir='rtl'] .mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic[dir='rtl'] {
	margin-left: 16px;
	margin-right: 0;
}
.mdc-deprecated-list-item__graphic {
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	fill: currentColor;
	object-fit: cover;
	margin-left: 0;
	margin-right: 32px;
	width: 24px;
	height: 24px;
}
[dir='rtl'] .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list-item__graphic[dir='rtl'] {
	margin-left: 32px;
	margin-right: 0;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic {
	margin-left: 0;
	margin-right: 32px;
	width: 24px;
	height: 24px;
}
[dir='rtl'] .mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic[dir='rtl'] {
	margin-left: 32px;
	margin-right: 0;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic {
	margin-left: 0;
	margin-right: 16px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
[dir='rtl'] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__graphic[dir='rtl'] {
	margin-left: 16px;
	margin-right: 0;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic {
	margin-left: 0;
	margin-right: 16px;
	width: 40px;
	height: 40px;
}
[dir='rtl'] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__graphic[dir='rtl'] {
	margin-left: 16px;
	margin-right: 0;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic {
	margin-left: 0;
	margin-right: 16px;
	width: 56px;
	height: 56px;
}
[dir='rtl'] .mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__graphic[dir='rtl'] {
	margin-left: 16px;
	margin-right: 0;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic {
	margin-left: 0;
	margin-right: 16px;
	width: 100px;
	height: 56px;
}
[dir='rtl'] .mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__graphic[dir='rtl'] {
	margin-left: 16px;
	margin-right: 0;
}
.mdc-deprecated-list .mdc-deprecated-list-item__graphic {
	display: inline-flex;
}
.mdc-deprecated-list-item__meta {
	margin-left: auto;
	margin-right: 0;
}
.mdc-deprecated-list-item__meta:not(.material-icons) {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Poppins;
	font-size: 0.75rem;
	font-size: var(--mdc-typography-caption-font-size, 0.75rem);
	line-height: 1.25rem;
	line-height: var(--mdc-typography-caption-line-height, 1.25rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-caption-font-weight, 400);
	letter-spacing: 0.0333333333em;
	letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-caption-text-transform, inherit);
}
.mdc-deprecated-list-item[dir='rtl'] .mdc-deprecated-list-item__meta,
[dir='rtl'] .mdc-deprecated-list-item .mdc-deprecated-list-item__meta {
	margin-left: 0;
	margin-right: auto;
}
.mdc-deprecated-list-item__text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.mdc-deprecated-list-item__text[for] {
	pointer-events: none;
}
.mdc-deprecated-list-item__primary-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-deprecated-list-item__primary-text::before {
	display: inline-block;
	width: 0;
	height: 28px;
	content: '';
	vertical-align: 0;
}
.mdc-deprecated-list-item__primary-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text::before,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: '';
	vertical-align: 0;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--image-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item__primary-text::after,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__primary-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text::before {
	display: inline-block;
	width: 0;
	height: 24px;
	content: '';
	vertical-align: 0;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__primary-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-deprecated-list-item__secondary-text {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Poppins;
	font-size: 0.875rem;
	font-size: var(--mdc-typography-body2-font-size, 0.875rem);
	line-height: 1.25rem;
	line-height: var(--mdc-typography-body2-line-height, 1.25rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-body2-font-weight, 400);
	letter-spacing: 0.0178571429em;
	letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-body2-text-transform, inherit);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin-top: 0;
	line-height: normal;
}
.mdc-deprecated-list-item__secondary-text::before {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: 0;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item__secondary-text {
	font-size: inherit;
}
.mdc-deprecated-list--dense .mdc-deprecated-list-item {
	height: 40px;
}
.mdc-deprecated-list--two-line .mdc-deprecated-list-item__text {
	align-self: flex-start;
}
.mdc-deprecated-list--two-line .mdc-deprecated-list-item {
	height: 64px;
}
.mdc-deprecated-list--two-line.mdc-deprecated-list--video-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--image-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--avatar-list .mdc-deprecated-list-item,
.mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item {
	height: 72px;
}
.mdc-deprecated-list--two-line.mdc-deprecated-list--icon-list .mdc-deprecated-list-item__graphic {
	align-self: flex-start;
	margin-top: 16px;
}
.mdc-deprecated-list--two-line.mdc-deprecated-list--dense .mdc-deprecated-list-item,
.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item {
	height: 60px;
}
.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense .mdc-deprecated-list-item__graphic {
	margin-left: 0;
	margin-right: 16px;
	width: 36px;
	height: 36px;
}
[dir='rtl']
	.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense
	.mdc-deprecated-list-item__graphic,
.mdc-deprecated-list--avatar-list.mdc-deprecated-list--dense
	.mdc-deprecated-list-item__graphic[dir='rtl'] {
	margin-left: 16px;
	margin-right: 0;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item {
	cursor: pointer;
}
a.mdc-deprecated-list-item {
	color: inherit;
	text-decoration: none;
}
.mdc-deprecated-list-divider {
	height: 0;
	margin: 0;
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.mdc-deprecated-list-divider {
	border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mdc-deprecated-list-divider--padded {
	margin-left: 16px;
	margin-right: 0;
	width: calc(100% - 32px);
}
[dir='rtl'] .mdc-deprecated-list-divider--padded,
.mdc-deprecated-list-divider--padded[dir='rtl'] {
	margin-left: 0;
	margin-right: 16px;
}
.mdc-deprecated-list-divider--inset {
	margin-left: 72px;
	margin-right: 0;
	width: calc(100% - 72px);
}
[dir='rtl'] .mdc-deprecated-list-divider--inset,
.mdc-deprecated-list-divider--inset[dir='rtl'] {
	margin-left: 0;
	margin-right: 72px;
}
.mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded {
	margin-left: 72px;
	margin-right: 0;
	width: calc(100% - 88px);
}
[dir='rtl'] .mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded,
.mdc-deprecated-list-divider--inset.mdc-deprecated-list-divider--padded[dir='rtl'] {
	margin-left: 0;
	margin-right: 72px;
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading {
	margin-left: 16px;
	margin-right: 0;
	width: calc(100% - 16px);
}
[dir='rtl'] .mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-leading[dir='rtl'] {
	margin-left: 0;
	margin-right: 16px;
}
.mdc-deprecated-list .mdc-deprecated-list-divider--inset-trailing {
	width: calc(100% - 16px);
}
.mdc-deprecated-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
	margin-left: 16px;
	margin-right: 0;
	width: calc(100% - 32px);
}
[dir='rtl']
	.mdc-deprecated-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir='rtl'] {
	margin-left: 0;
	margin-right: 16px;
}
.mdc-deprecated-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
	margin-left: 16px;
	margin-right: 0;
	width: calc(100% - 16px);
}
[dir='rtl']
	.mdc-deprecated-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir='rtl'] {
	margin-left: 0;
	margin-right: 16px;
}
.mdc-deprecated-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
	margin-left: 16px;
	margin-right: 0;
	width: calc(100% - 32px);
}
[dir='rtl']
	.mdc-deprecated-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir='rtl'] {
	margin-left: 0;
	margin-right: 16px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading {
	margin-left: 72px;
	margin-right: 0;
	width: calc(100% - 72px);
}
[dir='rtl'] .mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-leading[dir='rtl'] {
	margin-left: 0;
	margin-right: 72px;
}
.mdc-deprecated-list--icon-list .mdc-deprecated-list-divider--inset-trailing {
	width: calc(100% - 16px);
}
.mdc-deprecated-list--icon-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
	margin-left: 72px;
	margin-right: 0;
	width: calc(100% - 88px);
}
[dir='rtl']
	.mdc-deprecated-list--icon-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--icon-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir='rtl'] {
	margin-left: 0;
	margin-right: 72px;
}
.mdc-deprecated-list--icon-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
	margin-left: 16px;
	margin-right: 0;
	width: calc(100% - 16px);
}
[dir='rtl']
	.mdc-deprecated-list--icon-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--icon-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir='rtl'] {
	margin-left: 0;
	margin-right: 16px;
}
.mdc-deprecated-list--icon-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
	margin-left: 16px;
	margin-right: 0;
	width: calc(100% - 32px);
}
[dir='rtl']
	.mdc-deprecated-list--icon-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--icon-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir='rtl'] {
	margin-left: 0;
	margin-right: 16px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading {
	margin-left: 72px;
	margin-right: 0;
	width: calc(100% - 72px);
}
[dir='rtl'] .mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-leading[dir='rtl'] {
	margin-left: 0;
	margin-right: 72px;
}
.mdc-deprecated-list--avatar-list .mdc-deprecated-list-divider--inset-trailing {
	width: calc(100% - 16px);
}
.mdc-deprecated-list--avatar-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
	margin-left: 72px;
	margin-right: 0;
	width: calc(100% - 88px);
}
[dir='rtl']
	.mdc-deprecated-list--avatar-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--avatar-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir='rtl'] {
	margin-left: 0;
	margin-right: 72px;
}
.mdc-deprecated-list--avatar-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
	margin-left: 16px;
	margin-right: 0;
	width: calc(100% - 16px);
}
[dir='rtl']
	.mdc-deprecated-list--avatar-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--avatar-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir='rtl'] {
	margin-left: 0;
	margin-right: 16px;
}
.mdc-deprecated-list--avatar-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
	margin-left: 16px;
	margin-right: 0;
	width: calc(100% - 32px);
}
[dir='rtl']
	.mdc-deprecated-list--avatar-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--avatar-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir='rtl'] {
	margin-left: 0;
	margin-right: 16px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading {
	margin-left: 72px;
	margin-right: 0;
	width: calc(100% - 72px);
}
[dir='rtl'] .mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-leading[dir='rtl'] {
	margin-left: 0;
	margin-right: 72px;
}
.mdc-deprecated-list--thumbnail-list .mdc-deprecated-list-divider--inset-trailing {
	width: calc(100% - 16px);
}
.mdc-deprecated-list--thumbnail-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
	margin-left: 72px;
	margin-right: 0;
	width: calc(100% - 88px);
}
[dir='rtl']
	.mdc-deprecated-list--thumbnail-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--thumbnail-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir='rtl'] {
	margin-left: 0;
	margin-right: 72px;
}
.mdc-deprecated-list--thumbnail-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
	margin-left: 16px;
	margin-right: 0;
	width: calc(100% - 16px);
}
[dir='rtl']
	.mdc-deprecated-list--thumbnail-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--thumbnail-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir='rtl'] {
	margin-left: 0;
	margin-right: 16px;
}
.mdc-deprecated-list--thumbnail-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
	margin-left: 16px;
	margin-right: 0;
	width: calc(100% - 32px);
}
[dir='rtl']
	.mdc-deprecated-list--thumbnail-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--thumbnail-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir='rtl'] {
	margin-left: 0;
	margin-right: 16px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading {
	margin-left: 88px;
	margin-right: 0;
	width: calc(100% - 88px);
}
[dir='rtl'] .mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-leading[dir='rtl'] {
	margin-left: 0;
	margin-right: 88px;
}
.mdc-deprecated-list--image-list .mdc-deprecated-list-divider--inset-trailing {
	width: calc(100% - 16px);
}
.mdc-deprecated-list--image-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
	margin-left: 88px;
	margin-right: 0;
	width: calc(100% - 104px);
}
[dir='rtl']
	.mdc-deprecated-list--image-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--image-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir='rtl'] {
	margin-left: 0;
	margin-right: 88px;
}
.mdc-deprecated-list--image-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
	margin-left: 16px;
	margin-right: 0;
	width: calc(100% - 16px);
}
[dir='rtl']
	.mdc-deprecated-list--image-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--image-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir='rtl'] {
	margin-left: 0;
	margin-right: 16px;
}
.mdc-deprecated-list--image-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
	margin-left: 16px;
	margin-right: 0;
	width: calc(100% - 32px);
}
[dir='rtl']
	.mdc-deprecated-list--image-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--image-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir='rtl'] {
	margin-left: 0;
	margin-right: 16px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading {
	margin-left: 116px;
	margin-right: 0;
	width: calc(100% - 116px);
}
[dir='rtl'] .mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading,
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-leading[dir='rtl'] {
	margin-left: 0;
	margin-right: 116px;
}
.mdc-deprecated-list--video-list .mdc-deprecated-list-divider--inset-trailing {
	width: calc(100% - 16px);
}
.mdc-deprecated-list--video-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing {
	margin-left: 116px;
	margin-right: 0;
	width: calc(100% - 132px);
}
[dir='rtl']
	.mdc-deprecated-list--video-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing,
.mdc-deprecated-list--video-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing[dir='rtl'] {
	margin-left: 0;
	margin-right: 116px;
}
.mdc-deprecated-list--video-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding {
	margin-left: 0px;
	margin-right: 0;
	width: calc(100% - 0px);
}
[dir='rtl']
	.mdc-deprecated-list--video-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding,
.mdc-deprecated-list--video-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--padding[dir='rtl'] {
	margin-left: 0;
	margin-right: 0px;
}
.mdc-deprecated-list--video-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding {
	margin-left: 0px;
	margin-right: 0;
	width: calc(100% - 16px);
}
[dir='rtl']
	.mdc-deprecated-list--video-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding,
.mdc-deprecated-list--video-list
	.mdc-deprecated-list-divider--inset-leading.mdc-deprecated-list-divider--inset-trailing.mdc-deprecated-list-divider--inset-padding[dir='rtl'] {
	margin-left: 0;
	margin-right: 0px;
}
.mdc-deprecated-list-group .mdc-deprecated-list {
	padding: 0;
}
.mdc-deprecated-list-group__subheader {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Poppins;
	font-size: 1rem;
	font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
	line-height: 1.75rem;
	line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
	letter-spacing: 0.009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
	margin: calc((3rem - 1.5rem) / 2) 16px;
}
.mdc-list-item__primary-text {
	color: rgba(0, 0, 0, 0.87);
	color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.mdc-list-item__secondary-text {
	color: rgba(0, 0, 0, 0.54);
	color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
.mdc-list-item__overline-text {
	color: rgba(0, 0, 0, 0.38);
	color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
	background-color: transparent;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
	color: rgba(0, 0, 0, 0.38);
	color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item__end {
	color: rgba(0, 0, 0, 0.38);
	color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
.mdc-list-item--disabled .mdc-list-item__start,
.mdc-list-item--disabled .mdc-list-item__content,
.mdc-list-item--disabled .mdc-list-item__end {
	opacity: 0.38;
}
.mdc-list-item--disabled .mdc-list-item__primary-text {
	color: #000;
	color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__secondary-text {
	color: #000;
	color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled .mdc-list-item__overline-text {
	color: #000;
	color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
	color: #000;
	color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
	color: #000;
	color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
	color: #000;
	color: var(--mdc-theme-on-surface, #000);
}
.mdc-list-item--selected .mdc-list-item__primary-text,
.mdc-list-item--activated .mdc-list-item__primary-text {
	color: #ff3e00;
	color: var(--mdc-theme-primary, #ff3e00);
}
.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
	color: #ff3e00;
	color: var(--mdc-theme-primary, #ff3e00);
}
.mdc-deprecated-list-group__subheader {
	color: rgba(0, 0, 0, 0.87);
	color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
	.mdc-list-divider::after {
		content: '';
		display: block;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: white;
	}
}
.mdc-list {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Poppins;
	font-size: 1rem;
	font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
	line-height: 1.75rem;
	line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
	letter-spacing: 0.009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
	line-height: 1.5rem;
	margin: 0;
	padding: 8px 0;
	list-style-type: none;
}
.mdc-list:focus {
	outline: none;
}
.mdc-list-item__wrapper {
	display: block;
}
.mdc-list-item {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	padding: 0;
	align-items: stretch;
	cursor: pointer;
}
.mdc-list-item:focus {
	outline: none;
}
.mdc-list-item.mdc-list-item--with-one-line {
	height: 48px;
}
.mdc-list-item.mdc-list-item--with-two-lines {
	height: 64px;
}
.mdc-list-item.mdc-list-item--with-three-lines {
	height: 88px;
}
.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__start {
	align-self: center;
	margin-top: 0;
}
.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__start {
	align-self: flex-start;
	margin-top: 16px;
}
.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__start {
	align-self: flex-start;
	margin-top: 16px;
}
.mdc-list-item.mdc-list-item--with-one-line .mdc-list-item__end {
	align-self: center;
	margin-top: 0;
}
.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__end {
	align-self: center;
	margin-top: 0;
}
.mdc-list-item.mdc-list-item--with-three-lines .mdc-list-item__end {
	align-self: flex-start;
	margin-top: 16px;
}
.mdc-list-item.mdc-list-item--disabled,
.mdc-list-item.mdc-list-item--non-interactive {
	cursor: auto;
}
.mdc-list-item:not(.mdc-list-item--selected):focus::before,
.mdc-list-item.mdc-ripple-upgraded--background-focused::before {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: inherit;
	content: '';
	pointer-events: none;
}
@media screen and (forced-colors: active) {
	.mdc-list-item:not(.mdc-list-item--selected):focus::before,
	.mdc-list-item.mdc-ripple-upgraded--background-focused::before {
		border-color: CanvasText;
	}
}
.mdc-list-item.mdc-list-item--selected::before {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 3px double rgba(0, 0, 0, 0);
	border-radius: inherit;
	content: '';
	pointer-events: none;
}
@media screen and (forced-colors: active) {
	.mdc-list-item.mdc-list-item--selected::before {
		border-color: CanvasText;
	}
}
.mdc-list-item.mdc-list-item--selected:focus::before {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 3px solid rgba(0, 0, 0, 0);
	border-radius: inherit;
	content: '';
	pointer-events: none;
}
@media screen and (forced-colors: active) {
	.mdc-list-item.mdc-list-item--selected:focus::before {
		border-color: CanvasText;
	}
}
a.mdc-list-item {
	color: inherit;
	text-decoration: none;
}
.mdc-list-item__start {
	fill: currentColor;
	flex-shrink: 0;
	pointer-events: none;
}
.mdc-list-item__end {
	flex-shrink: 0;
	pointer-events: none;
}
.mdc-list-item__content {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	align-self: center;
	flex: 1;
	pointer-events: none;
}
.mdc-list-item--with-two-lines .mdc-list-item__content,
.mdc-list-item--with-three-lines .mdc-list-item__content {
	align-self: stretch;
}
.mdc-list-item__content[for] {
	pointer-events: none;
}
.mdc-list-item__primary-text {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Poppins;
	font-size: 1rem;
	font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
	line-height: 1.75rem;
	line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
	letter-spacing: 0.009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.mdc-list-item--with-two-lines .mdc-list-item__primary-text,
.mdc-list-item--with-three-lines .mdc-list-item__primary-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before,
.mdc-list-item--with-three-lines .mdc-list-item__primary-text::before {
	display: inline-block;
	width: 0;
	height: 28px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-two-lines .mdc-list-item__primary-text::after,
.mdc-list-item--with-three-lines .mdc-list-item__primary-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item__secondary-text {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Poppins;
	font-size: 0.875rem;
	font-size: var(--mdc-typography-body2-font-size, 0.875rem);
	line-height: 1.25rem;
	line-height: var(--mdc-typography-body2-line-height, 1.25rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-body2-font-weight, 400);
	letter-spacing: 0.0178571429em;
	letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-body2-text-transform, inherit);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin-top: 0;
	line-height: normal;
}
.mdc-list-item__secondary-text::before {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-three-lines .mdc-list-item__secondary-text {
	white-space: normal;
	line-height: 20px;
}
.mdc-list-item--with-overline .mdc-list-item__secondary-text {
	white-space: nowrap;
	line-height: auto;
}
.mdc-list-item__overline-text {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Poppins;
	font-size: 0.75rem;
	font-size: var(--mdc-typography-overline-font-size, 0.75rem);
	line-height: 2rem;
	line-height: var(--mdc-typography-overline-line-height, 2rem);
	font-weight: 500;
	font-weight: var(--mdc-typography-overline-font-weight, 500);
	letter-spacing: 0.1666666667em;
	letter-spacing: var(--mdc-typography-overline-letter-spacing, 0.1666666667em);
	text-decoration: none;
	text-decoration: var(--mdc-typography-overline-text-decoration, none);
	text-transform: uppercase;
	text-transform: var(--mdc-typography-overline-text-transform, uppercase);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-two-lines .mdc-list-item__overline-text::before {
	display: inline-block;
	width: 0;
	height: 24px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-two-lines .mdc-list-item__overline-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item--with-three-lines .mdc-list-item__overline-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-three-lines .mdc-list-item__overline-text::before {
	display: inline-block;
	width: 0;
	height: 28px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-three-lines .mdc-list-item__overline-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item {
	padding-left: 0;
	padding-right: auto;
}
[dir='rtl'] .mdc-list-item--with-leading-avatar.mdc-list-item,
.mdc-list-item--with-leading-avatar.mdc-list-item[dir='rtl'] {
	padding-left: auto;
	padding-right: 0;
}
.mdc-list-item--with-leading-avatar .mdc-list-item__start {
	margin-left: 16px;
	margin-right: 16px;
}
[dir='rtl'] .mdc-list-item--with-leading-avatar .mdc-list-item__start,
.mdc-list-item--with-leading-avatar .mdc-list-item__start[dir='rtl'] {
	margin-left: 16px;
	margin-right: 16px;
}
.mdc-list-item--with-leading-avatar .mdc-list-item__start {
	width: 40px;
	height: 40px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines
	.mdc-list-item__primary-text::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines
	.mdc-list-item__primary-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines
	.mdc-list-item__overline-text::before {
	display: inline-block;
	width: 0;
	height: 28px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines
	.mdc-list-item__overline-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta
	.mdc-list-item__end {
	display: block;
	margin-top: 0;
	line-height: normal;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta
	.mdc-list-item__end::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line {
	height: 56px;
}
.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines {
	height: 72px;
}
.mdc-list-item--with-leading-avatar .mdc-list-item__start {
	border-radius: 50%;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start {
	width: 24px;
	height: 24px;
}
.mdc-list-item--with-leading-icon.mdc-list-item {
	padding-left: 0;
	padding-right: auto;
}
[dir='rtl'] .mdc-list-item--with-leading-icon.mdc-list-item,
.mdc-list-item--with-leading-icon.mdc-list-item[dir='rtl'] {
	padding-left: auto;
	padding-right: 0;
}
.mdc-list-item--with-leading-icon .mdc-list-item__start {
	margin-left: 16px;
	margin-right: 32px;
}
[dir='rtl'] .mdc-list-item--with-leading-icon .mdc-list-item__start,
.mdc-list-item--with-leading-icon .mdc-list-item__start[dir='rtl'] {
	margin-left: 32px;
	margin-right: 16px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines
	.mdc-list-item__primary-text::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines
	.mdc-list-item__primary-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines
	.mdc-list-item__overline-text::before {
	display: inline-block;
	width: 0;
	height: 28px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines
	.mdc-list-item__overline-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta
	.mdc-list-item__end {
	display: block;
	margin-top: 0;
	line-height: normal;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta
	.mdc-list-item__end::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
	height: 56px;
}
.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
	height: 72px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item {
	padding-left: 0;
	padding-right: auto;
}
[dir='rtl'] .mdc-list-item--with-leading-thumbnail.mdc-list-item,
.mdc-list-item--with-leading-thumbnail.mdc-list-item[dir='rtl'] {
	padding-left: auto;
	padding-right: 0;
}
.mdc-list-item--with-leading-thumbnail .mdc-list-item__start {
	margin-left: 16px;
	margin-right: 16px;
}
[dir='rtl'] .mdc-list-item--with-leading-thumbnail .mdc-list-item__start,
.mdc-list-item--with-leading-thumbnail .mdc-list-item__start[dir='rtl'] {
	margin-left: 16px;
	margin-right: 16px;
}
.mdc-list-item--with-leading-thumbnail .mdc-list-item__start {
	width: 40px;
	height: 40px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines
	.mdc-list-item__primary-text::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines
	.mdc-list-item__primary-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines
	.mdc-list-item__overline-text::before {
	display: inline-block;
	width: 0;
	height: 28px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines
	.mdc-list-item__overline-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta
	.mdc-list-item__end {
	display: block;
	margin-top: 0;
	line-height: normal;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta
	.mdc-list-item__end::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-one-line {
	height: 56px;
}
.mdc-list-item--with-leading-thumbnail.mdc-list-item--with-two-lines {
	height: 72px;
}
.mdc-list-item--with-leading-image.mdc-list-item {
	padding-left: 0;
	padding-right: auto;
}
[dir='rtl'] .mdc-list-item--with-leading-image.mdc-list-item,
.mdc-list-item--with-leading-image.mdc-list-item[dir='rtl'] {
	padding-left: auto;
	padding-right: 0;
}
.mdc-list-item--with-leading-image .mdc-list-item__start {
	margin-left: 16px;
	margin-right: 16px;
}
[dir='rtl'] .mdc-list-item--with-leading-image .mdc-list-item__start,
.mdc-list-item--with-leading-image .mdc-list-item__start[dir='rtl'] {
	margin-left: 16px;
	margin-right: 16px;
}
.mdc-list-item--with-leading-image .mdc-list-item__start {
	width: 56px;
	height: 56px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines
	.mdc-list-item__primary-text::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines
	.mdc-list-item__primary-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines
	.mdc-list-item__overline-text::before {
	display: inline-block;
	width: 0;
	height: 28px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines
	.mdc-list-item__overline-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta
	.mdc-list-item__end {
	display: block;
	margin-top: 0;
	line-height: normal;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta
	.mdc-list-item__end::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-one-line {
	height: 72px;
}
.mdc-list-item--with-leading-image.mdc-list-item--with-two-lines {
	height: 72px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__start {
	align-self: flex-start;
	margin-top: 8px;
}
.mdc-list-item--with-leading-video.mdc-list-item {
	padding-left: 0;
	padding-right: auto;
}
[dir='rtl'] .mdc-list-item--with-leading-video.mdc-list-item,
.mdc-list-item--with-leading-video.mdc-list-item[dir='rtl'] {
	padding-left: auto;
	padding-right: 0;
}
.mdc-list-item--with-leading-video .mdc-list-item__start {
	margin-left: 0;
	margin-right: 16px;
}
[dir='rtl'] .mdc-list-item--with-leading-video .mdc-list-item__start,
.mdc-list-item--with-leading-video .mdc-list-item__start[dir='rtl'] {
	margin-left: 16px;
	margin-right: 0;
}
.mdc-list-item--with-leading-video .mdc-list-item__start {
	width: 100px;
	height: 56px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines
	.mdc-list-item__primary-text::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines
	.mdc-list-item__primary-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines
	.mdc-list-item__overline-text::before {
	display: inline-block;
	width: 0;
	height: 28px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines
	.mdc-list-item__overline-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta
	.mdc-list-item__end {
	display: block;
	margin-top: 0;
	line-height: normal;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta
	.mdc-list-item__end::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-one-line {
	height: 72px;
}
.mdc-list-item--with-leading-video.mdc-list-item--with-two-lines {
	height: 72px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item {
	padding-left: 0;
	padding-right: auto;
}
[dir='rtl'] .mdc-list-item--with-leading-checkbox.mdc-list-item,
.mdc-list-item--with-leading-checkbox.mdc-list-item[dir='rtl'] {
	padding-left: auto;
	padding-right: 0;
}
.mdc-list-item--with-leading-checkbox .mdc-list-item__start {
	margin-left: 8px;
	margin-right: 24px;
}
[dir='rtl'] .mdc-list-item--with-leading-checkbox .mdc-list-item__start,
.mdc-list-item--with-leading-checkbox .mdc-list-item__start[dir='rtl'] {
	margin-left: 24px;
	margin-right: 8px;
}
.mdc-list-item--with-leading-checkbox .mdc-list-item__start {
	width: 40px;
	height: 40px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__start {
	align-self: flex-start;
	margin-top: 8px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines
	.mdc-list-item__primary-text::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines
	.mdc-list-item__primary-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines
	.mdc-list-item__overline-text::before {
	display: inline-block;
	width: 0;
	height: 28px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines
	.mdc-list-item__overline-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta
	.mdc-list-item__end {
	display: block;
	margin-top: 0;
	line-height: normal;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta
	.mdc-list-item__end::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line {
	height: 56px;
}
.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines {
	height: 72px;
}
.mdc-list-item--with-leading-radio.mdc-list-item {
	padding-left: 0;
	padding-right: auto;
}
[dir='rtl'] .mdc-list-item--with-leading-radio.mdc-list-item,
.mdc-list-item--with-leading-radio.mdc-list-item[dir='rtl'] {
	padding-left: auto;
	padding-right: 0;
}
.mdc-list-item--with-leading-radio .mdc-list-item__start {
	margin-left: 8px;
	margin-right: 24px;
}
[dir='rtl'] .mdc-list-item--with-leading-radio .mdc-list-item__start,
.mdc-list-item--with-leading-radio .mdc-list-item__start[dir='rtl'] {
	margin-left: 24px;
	margin-right: 8px;
}
.mdc-list-item--with-leading-radio .mdc-list-item__start {
	width: 40px;
	height: 40px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__start {
	align-self: flex-start;
	margin-top: 8px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines
	.mdc-list-item__primary-text::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines
	.mdc-list-item__primary-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines
	.mdc-list-item__overline-text::before {
	display: inline-block;
	width: 0;
	height: 28px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines
	.mdc-list-item__overline-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta
	.mdc-list-item__end {
	display: block;
	margin-top: 0;
	line-height: normal;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta
	.mdc-list-item__end::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-one-line {
	height: 56px;
}
.mdc-list-item--with-leading-radio.mdc-list-item--with-two-lines {
	height: 72px;
}
.mdc-list-item--with-leading-switch.mdc-list-item {
	padding-left: 0;
	padding-right: auto;
}
[dir='rtl'] .mdc-list-item--with-leading-switch.mdc-list-item,
.mdc-list-item--with-leading-switch.mdc-list-item[dir='rtl'] {
	padding-left: auto;
	padding-right: 0;
}
.mdc-list-item--with-leading-switch .mdc-list-item__start {
	margin-left: 16px;
	margin-right: 16px;
}
[dir='rtl'] .mdc-list-item--with-leading-switch .mdc-list-item__start,
.mdc-list-item--with-leading-switch .mdc-list-item__start[dir='rtl'] {
	margin-left: 16px;
	margin-right: 16px;
}
.mdc-list-item--with-leading-switch .mdc-list-item__start {
	width: 36px;
	height: 20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__start {
	align-self: flex-start;
	margin-top: 16px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines
	.mdc-list-item__primary-text::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines
	.mdc-list-item__primary-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines .mdc-list-item__overline-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines
	.mdc-list-item__overline-text::before {
	display: inline-block;
	width: 0;
	height: 28px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines
	.mdc-list-item__overline-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: -20px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta
	.mdc-list-item__end {
	display: block;
	margin-top: 0;
	line-height: normal;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines.mdc-list-item--with-trailing-meta
	.mdc-list-item__end::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-one-line {
	height: 56px;
}
.mdc-list-item--with-leading-switch.mdc-list-item--with-two-lines {
	height: 72px;
}
.mdc-list-item--with-trailing-icon.mdc-list-item {
	padding-left: auto;
	padding-right: 0;
}
[dir='rtl'] .mdc-list-item--with-trailing-icon.mdc-list-item,
.mdc-list-item--with-trailing-icon.mdc-list-item[dir='rtl'] {
	padding-left: 0;
	padding-right: auto;
}
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
	margin-left: 16px;
	margin-right: 16px;
}
[dir='rtl'] .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.mdc-list-item--with-trailing-icon .mdc-list-item__end[dir='rtl'] {
	margin-left: 16px;
	margin-right: 16px;
}
.mdc-list-item--with-trailing-icon .mdc-list-item__end {
	width: 24px;
	height: 24px;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end {
	align-self: flex-start;
	margin-top: 0;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end {
	align-self: flex-start;
	margin-top: 0;
}
.mdc-list-item--with-trailing-meta.mdc-list-item {
	padding-left: auto;
	padding-right: 0;
}
[dir='rtl'] .mdc-list-item--with-trailing-meta.mdc-list-item,
.mdc-list-item--with-trailing-meta.mdc-list-item[dir='rtl'] {
	padding-left: 0;
	padding-right: auto;
}
.mdc-list-item--with-trailing-meta .mdc-list-item__end {
	margin-left: 28px;
	margin-right: 16px;
}
[dir='rtl'] .mdc-list-item--with-trailing-meta .mdc-list-item__end,
.mdc-list-item--with-trailing-meta .mdc-list-item__end[dir='rtl'] {
	margin-left: 16px;
	margin-right: 28px;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end {
	display: block;
	margin-top: 0;
	line-height: normal;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-two-lines .mdc-list-item__end::before {
	display: inline-block;
	width: 0;
	height: 28px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end {
	display: block;
	margin-top: 0;
	line-height: normal;
}
.mdc-list-item--with-trailing-meta.mdc-list-item--with-three-lines .mdc-list-item__end::before {
	display: inline-block;
	width: 0;
	height: 28px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-trailing-meta .mdc-list-item__end {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Poppins;
	font-size: 0.75rem;
	font-size: var(--mdc-typography-caption-font-size, 0.75rem);
	line-height: 1.25rem;
	line-height: var(--mdc-typography-caption-line-height, 1.25rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-caption-font-weight, 400);
	letter-spacing: 0.0333333333em;
	letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-caption-text-transform, inherit);
}
.mdc-list-item--with-trailing-checkbox.mdc-list-item {
	padding-left: auto;
	padding-right: 0;
}
[dir='rtl'] .mdc-list-item--with-trailing-checkbox.mdc-list-item,
.mdc-list-item--with-trailing-checkbox.mdc-list-item[dir='rtl'] {
	padding-left: 0;
	padding-right: auto;
}
.mdc-list-item--with-trailing-checkbox .mdc-list-item__end {
	margin-left: 24px;
	margin-right: 8px;
}
[dir='rtl'] .mdc-list-item--with-trailing-checkbox .mdc-list-item__end,
.mdc-list-item--with-trailing-checkbox .mdc-list-item__end[dir='rtl'] {
	margin-left: 8px;
	margin-right: 24px;
}
.mdc-list-item--with-trailing-checkbox .mdc-list-item__end {
	width: 40px;
	height: 40px;
}
.mdc-list-item--with-trailing-checkbox.mdc-list-item--with-three-lines .mdc-list-item__end {
	align-self: flex-start;
	margin-top: 8px;
}
.mdc-list-item--with-trailing-radio.mdc-list-item {
	padding-left: auto;
	padding-right: 0;
}
[dir='rtl'] .mdc-list-item--with-trailing-radio.mdc-list-item,
.mdc-list-item--with-trailing-radio.mdc-list-item[dir='rtl'] {
	padding-left: 0;
	padding-right: auto;
}
.mdc-list-item--with-trailing-radio .mdc-list-item__end {
	margin-left: 24px;
	margin-right: 8px;
}
[dir='rtl'] .mdc-list-item--with-trailing-radio .mdc-list-item__end,
.mdc-list-item--with-trailing-radio .mdc-list-item__end[dir='rtl'] {
	margin-left: 8px;
	margin-right: 24px;
}
.mdc-list-item--with-trailing-radio .mdc-list-item__end {
	width: 40px;
	height: 40px;
}
.mdc-list-item--with-trailing-radio.mdc-list-item--with-three-lines .mdc-list-item__end {
	align-self: flex-start;
	margin-top: 8px;
}
.mdc-list-item--with-trailing-switch.mdc-list-item {
	padding-left: auto;
	padding-right: 0;
}
[dir='rtl'] .mdc-list-item--with-trailing-switch.mdc-list-item,
.mdc-list-item--with-trailing-switch.mdc-list-item[dir='rtl'] {
	padding-left: 0;
	padding-right: auto;
}
.mdc-list-item--with-trailing-switch .mdc-list-item__end {
	margin-left: 16px;
	margin-right: 16px;
}
[dir='rtl'] .mdc-list-item--with-trailing-switch .mdc-list-item__end,
.mdc-list-item--with-trailing-switch .mdc-list-item__end[dir='rtl'] {
	margin-left: 16px;
	margin-right: 16px;
}
.mdc-list-item--with-trailing-switch .mdc-list-item__end {
	width: 36px;
	height: 20px;
}
.mdc-list-item--with-trailing-switch.mdc-list-item--with-three-lines .mdc-list-item__end {
	align-self: flex-start;
	margin-top: 16px;
}
.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text {
	display: block;
	margin-top: 0;
	line-height: normal;
}
.mdc-list-item--with-overline.mdc-list-item--with-two-lines .mdc-list-item__primary-text::before {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text {
	display: block;
	margin-top: 0;
	line-height: normal;
}
.mdc-list-item--with-overline.mdc-list-item--with-three-lines .mdc-list-item__primary-text::before {
	display: inline-block;
	width: 0;
	height: 20px;
	content: '';
	vertical-align: 0;
}
.mdc-list-item {
	padding-left: 16px;
	padding-right: 16px;
}
[dir='rtl'] .mdc-list-item,
.mdc-list-item[dir='rtl'] {
	padding-left: 16px;
	padding-right: 16px;
}
.mdc-list-group .mdc-deprecated-list {
	padding: 0;
}
.mdc-list-group__subheader {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Poppins;
	font-size: 1rem;
	font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
	line-height: 1.75rem;
	line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
	letter-spacing: 0.009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
	margin: calc((3rem - 1.5rem) / 2) 16px;
}
.mdc-list-divider {
	background-color: rgba(0, 0, 0, 0.12);
}
.mdc-list-divider {
	height: 1px;
}
.mdc-list-divider {
	padding: 0;
	background-clip: content-box;
}
.mdc-list-divider.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset {
	padding-left: 16px;
	padding-right: auto;
}
[dir='rtl'] .mdc-list-divider.mdc-list-divider--with-leading-inset,
[dir='rtl'] .mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset,
[dir='rtl'] .mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset,
[dir='rtl'] .mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset,
[dir='rtl'] .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset,
[dir='rtl'] .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset,
[dir='rtl'] .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset,
[dir='rtl'] .mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset,
[dir='rtl'] .mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset,
.mdc-list-divider.mdc-list-divider--with-leading-inset[dir='rtl'],
.mdc-list-divider--with-leading-text.mdc-list-divider--with-leading-inset[dir='rtl'],
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-leading-inset[dir='rtl'],
.mdc-list-divider--with-leading-image.mdc-list-divider--with-leading-inset[dir='rtl'],
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-leading-inset[dir='rtl'],
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-leading-inset[dir='rtl'],
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-leading-inset[dir='rtl'],
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-leading-inset[dir='rtl'],
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-leading-inset[dir='rtl'] {
	padding-left: auto;
	padding-right: 16px;
}
.mdc-list-divider.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset,
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset {
	padding-left: auto;
	padding-right: 16px;
}
[dir='rtl'] .mdc-list-divider.mdc-list-divider--with-trailing-inset,
[dir='rtl'] .mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset,
[dir='rtl'] .mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset,
[dir='rtl'] .mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset,
[dir='rtl'] .mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset,
[dir='rtl'] .mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset,
[dir='rtl'] .mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset,
[dir='rtl'] .mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset,
[dir='rtl'] .mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset,
.mdc-list-divider.mdc-list-divider--with-trailing-inset[dir='rtl'],
.mdc-list-divider--with-leading-text.mdc-list-divider--with-trailing-inset[dir='rtl'],
.mdc-list-divider--with-leading-icon.mdc-list-divider--with-trailing-inset[dir='rtl'],
.mdc-list-divider--with-leading-image.mdc-list-divider--with-trailing-inset[dir='rtl'],
.mdc-list-divider--with-leading-thumbnail.mdc-list-divider--with-trailing-inset[dir='rtl'],
.mdc-list-divider--with-leading-avatar.mdc-list-divider--with-trailing-inset[dir='rtl'],
.mdc-list-divider--with-leading-checkbox.mdc-list-divider--with-trailing-inset[dir='rtl'],
.mdc-list-divider--with-leading-switch.mdc-list-divider--with-trailing-inset[dir='rtl'],
.mdc-list-divider--with-leading-radio.mdc-list-divider--with-trailing-inset[dir='rtl'] {
	padding-left: 16px;
	padding-right: auto;
}
.mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset {
	padding-left: 0px;
	padding-right: auto;
}
[dir='rtl'] .mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset,
.mdc-list-divider--with-leading-video.mdc-list-divider--with-leading-inset[dir='rtl'] {
	padding-left: auto;
	padding-right: 0px;
}
[dir='rtl'] .mdc-list-divider,
.mdc-list-divider[dir='rtl'] {
	padding: 0;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	will-change: transform, opacity;
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	will-change: transform, opacity;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item
	.mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item
	.mdc-deprecated-list-item__ripple::after {
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	content: '';
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item
	.mdc-deprecated-list-item__ripple::before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1;
	z-index: var(--mdc-ripple-z-index, 1);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item
	.mdc-deprecated-list-item__ripple::after {
	z-index: 0;
	z-index: var(--mdc-ripple-z-index, 0);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded
	.mdc-deprecated-list-item__ripple::before {
	transform: scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded
	.mdc-deprecated-list-item__ripple::after {
	top: 0;
	left: 0;
	transform: scale(0);
	transform-origin: center center;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--unbounded
	.mdc-deprecated-list-item__ripple::after {
	top: var(--mdc-ripple-top, 0);
	left: var(--mdc-ripple-left, 0);
}
:not(
		.mdc-deprecated-list-item--disabled
	).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-activation
	.mdc-deprecated-list-item__ripple::after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
:not(
		.mdc-deprecated-list-item--disabled
	).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-deactivation
	.mdc-deprecated-list-item__ripple::after {
	animation: mdc-ripple-fg-opacity-out 150ms;
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	content: '';
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1;
	z-index: var(--mdc-ripple-z-index, 1);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
	z-index: 0;
	z-index: var(--mdc-ripple-z-index, 0);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded
	.mdc-list-item__ripple::before {
	transform: scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded
	.mdc-list-item__ripple::after {
	top: 0;
	left: 0;
	transform: scale(0);
	transform-origin: center center;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded--unbounded
	.mdc-list-item__ripple::after {
	top: var(--mdc-ripple-top, 0);
	left: var(--mdc-ripple-left, 0);
}
:not(
		.mdc-deprecated-list-item--disabled
	).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-activation
	.mdc-list-item__ripple::after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
:not(
		.mdc-deprecated-list-item--disabled
	).mdc-deprecated-list-item.mdc-ripple-upgraded--foreground-deactivation
	.mdc-list-item__ripple::after {
	animation: mdc-ripple-fg-opacity-out 150ms;
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item
	.mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item
	.mdc-deprecated-list-item__ripple::after {
	top: calc(50% - 100%);
	left: calc(50% - 100%);
	width: 200%;
	height: 200%;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded
	.mdc-deprecated-list-item__ripple::after {
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
	top: calc(50% - 100%);
	left: calc(50% - 100%);
	width: 200%;
	height: 200%;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded
	.mdc-list-item__ripple::after {
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item
	.mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item
	.mdc-deprecated-list-item__ripple::after {
	background-color: #000;
	background-color: var(--mdc-ripple-color, #000);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:hover
	.mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-surface--hover
	.mdc-deprecated-list-item__ripple::before {
	opacity: 0.04;
	opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
:not(
		.mdc-deprecated-list-item--disabled
	).mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused
	.mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):focus
	.mdc-deprecated-list-item__ripple::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded)
	.mdc-deprecated-list-item__ripple::after {
	transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):active
	.mdc-deprecated-list-item__ripple::after {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple::after {
	background-color: #000;
	background-color: var(--mdc-ripple-color, #000);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:hover
	.mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-surface--hover
	.mdc-list-item__ripple::before {
	opacity: 0.04;
	opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
:not(
		.mdc-deprecated-list-item--disabled
	).mdc-deprecated-list-item.mdc-ripple-upgraded--background-focused
	.mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):focus
	.mdc-list-item__ripple::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded)
	.mdc-list-item__ripple::after {
	transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item:not(.mdc-ripple-upgraded):active
	.mdc-list-item__ripple::after {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated
	.mdc-deprecated-list-item__ripple::before {
	opacity: 0.12;
	opacity: var(--mdc-ripple-activated-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated
	.mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated
	.mdc-deprecated-list-item__ripple::after {
	background-color: #ff3e00;
	background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #ff3e00));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:hover
	.mdc-deprecated-list-item__ripple::before,
:not(
		.mdc-deprecated-list-item--disabled
	).mdc-deprecated-list-item--activated.mdc-ripple-surface--hover
	.mdc-deprecated-list-item__ripple::before {
	opacity: 0.16;
	opacity: var(--mdc-ripple-hover-opacity, 0.16);
}
:not(
		.mdc-deprecated-list-item--disabled
	).mdc-deprecated-list-item--activated.mdc-ripple-upgraded--background-focused
	.mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(
		.mdc-ripple-upgraded
	):focus
	.mdc-deprecated-list-item__ripple::before {
	transition-duration: 75ms;
	opacity: 0.24;
	opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(
		.mdc-ripple-upgraded
	)
	.mdc-deprecated-list-item__ripple::after {
	transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(
		.mdc-ripple-upgraded
	):active
	.mdc-deprecated-list-item__ripple::after {
	transition-duration: 75ms;
	opacity: 0.24;
	opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated
	.mdc-list-item__ripple::before {
	opacity: 0.12;
	opacity: var(--mdc-ripple-activated-opacity, 0.12);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated
	.mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated
	.mdc-list-item__ripple::after {
	background-color: #ff3e00;
	background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #ff3e00));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:hover
	.mdc-list-item__ripple::before,
:not(
		.mdc-deprecated-list-item--disabled
	).mdc-deprecated-list-item--activated.mdc-ripple-surface--hover
	.mdc-list-item__ripple::before {
	opacity: 0.16;
	opacity: var(--mdc-ripple-hover-opacity, 0.16);
}
:not(
		.mdc-deprecated-list-item--disabled
	).mdc-deprecated-list-item--activated.mdc-ripple-upgraded--background-focused
	.mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(
		.mdc-ripple-upgraded
	):focus
	.mdc-list-item__ripple::before {
	transition-duration: 75ms;
	opacity: 0.24;
	opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(
		.mdc-ripple-upgraded
	)
	.mdc-list-item__ripple::after {
	transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated:not(
		.mdc-ripple-upgraded
	):active
	.mdc-list-item__ripple::after {
	transition-duration: 75ms;
	opacity: 0.24;
	opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--activated.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected
	.mdc-deprecated-list-item__ripple::before {
	opacity: 0.08;
	opacity: var(--mdc-ripple-selected-opacity, 0.08);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected
	.mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected
	.mdc-deprecated-list-item__ripple::after {
	background-color: #ff3e00;
	background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #ff3e00));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:hover
	.mdc-deprecated-list-item__ripple::before,
:not(
		.mdc-deprecated-list-item--disabled
	).mdc-deprecated-list-item--selected.mdc-ripple-surface--hover
	.mdc-deprecated-list-item__ripple::before {
	opacity: 0.12;
	opacity: var(--mdc-ripple-hover-opacity, 0.12);
}
:not(
		.mdc-deprecated-list-item--disabled
	).mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused
	.mdc-deprecated-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(
		.mdc-ripple-upgraded
	):focus
	.mdc-deprecated-list-item__ripple::before {
	transition-duration: 75ms;
	opacity: 0.2;
	opacity: var(--mdc-ripple-focus-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(
		.mdc-ripple-upgraded
	)
	.mdc-deprecated-list-item__ripple::after {
	transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(
		.mdc-ripple-upgraded
	):active
	.mdc-deprecated-list-item__ripple::after {
	transition-duration: 75ms;
	opacity: 0.2;
	opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected
	.mdc-list-item__ripple::before {
	opacity: 0.08;
	opacity: var(--mdc-ripple-selected-opacity, 0.08);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected
	.mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected
	.mdc-list-item__ripple::after {
	background-color: #ff3e00;
	background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #ff3e00));
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:hover
	.mdc-list-item__ripple::before,
:not(
		.mdc-deprecated-list-item--disabled
	).mdc-deprecated-list-item--selected.mdc-ripple-surface--hover
	.mdc-list-item__ripple::before {
	opacity: 0.12;
	opacity: var(--mdc-ripple-hover-opacity, 0.12);
}
:not(
		.mdc-deprecated-list-item--disabled
	).mdc-deprecated-list-item--selected.mdc-ripple-upgraded--background-focused
	.mdc-list-item__ripple::before,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(
		.mdc-ripple-upgraded
	):focus
	.mdc-list-item__ripple::before {
	transition-duration: 75ms;
	opacity: 0.2;
	opacity: var(--mdc-ripple-focus-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(
		.mdc-ripple-upgraded
	)
	.mdc-list-item__ripple::after {
	transition: opacity 150ms linear;
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected:not(
		.mdc-ripple-upgraded
	):active
	.mdc-list-item__ripple::after {
	transition-duration: 75ms;
	opacity: 0.2;
	opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item--selected.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item
	.mdc-deprecated-list-item__ripple,
:not(.mdc-deprecated-list-item--disabled).mdc-deprecated-list-item .mdc-list-item__ripple {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.mdc-deprecated-list-item--disabled {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	will-change: transform, opacity;
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	will-change: transform, opacity;
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	content: '';
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1;
	z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
	z-index: 0;
	z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::before {
	transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
	top: 0;
	left: 0;
	transform: scale(0);
	transform-origin: center center;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--unbounded
	.mdc-deprecated-list-item__ripple::after {
	top: var(--mdc-ripple-top, 0);
	left: var(--mdc-ripple-left, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-activation
	.mdc-deprecated-list-item__ripple::after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation
	.mdc-deprecated-list-item__ripple::after {
	animation: mdc-ripple-fg-opacity-out 150ms;
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	content: '';
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1;
	z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
	z-index: 0;
	z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::before {
	transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
	top: 0;
	left: 0;
	transform: scale(0);
	transform-origin: center center;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
	top: var(--mdc-ripple-top, 0);
	left: var(--mdc-ripple-left, 0);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-activation
	.mdc-list-item__ripple::after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation
	.mdc-list-item__ripple::after {
	animation: mdc-ripple-fg-opacity-out 150ms;
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
	top: calc(50% - 100%);
	left: calc(50% - 100%);
	width: 200%;
	height: 200%;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-deprecated-list-item__ripple::after {
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
	top: calc(50% - 100%);
	left: calc(50% - 100%);
	width: 200%;
	height: 200%;
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple::after {
	background-color: #000;
	background-color: var(--mdc-ripple-color, #000);
}
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple::after {
	background-color: #000;
	background-color: var(--mdc-ripple-color, #000);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--background-focused
	.mdc-deprecated-list-item__ripple::before,
.mdc-deprecated-list-item--disabled:not(.mdc-ripple-upgraded):focus
	.mdc-deprecated-list-item__ripple::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-deprecated-list-item--disabled.mdc-ripple-upgraded--background-focused
	.mdc-list-item__ripple::before,
.mdc-deprecated-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-deprecated-list-item--disabled .mdc-deprecated-list-item__ripple,
.mdc-deprecated-list-item--disabled .mdc-list-item__ripple {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
:not(.mdc-list-item--disabled).mdc-list-item {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	will-change: transform, opacity;
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	content: '';
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1;
	z-index: var(--mdc-ripple-z-index, 1);
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
	z-index: 0;
	z-index: var(--mdc-ripple-z-index, 0);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::before {
	transform: scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
	top: 0;
	left: 0;
	transform: scale(0);
	transform-origin: center center;
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded
	.mdc-list-item__ripple::after {
	top: var(--mdc-ripple-top, 0);
	left: var(--mdc-ripple-left, 0);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation
	.mdc-list-item__ripple::after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation
	.mdc-list-item__ripple::after {
	animation: mdc-ripple-fg-opacity-out 150ms;
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
	top: calc(50% - 100%);
	left: calc(50% - 100%);
	width: 200%;
	height: 200%;
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded .mdc-list-item__ripple::after {
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%);
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple::after {
	background-color: #000;
	background-color: var(--mdc-ripple-color, #000);
}
:not(.mdc-list-item--disabled).mdc-list-item:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-surface--hover
	.mdc-list-item__ripple::before {
	opacity: 0.04;
	opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused
	.mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus
	.mdc-list-item__ripple::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded)
	.mdc-list-item__ripple::after {
	transition: opacity 150ms linear;
}
:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active
	.mdc-list-item__ripple::after {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::before {
	opacity: 0.12;
	opacity: var(--mdc-ripple-activated-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated .mdc-list-item__ripple::after {
	background-color: #ff3e00;
	background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #ff3e00));
}
:not(.mdc-list-item--disabled).mdc-list-item--activated:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-surface--hover
	.mdc-list-item__ripple::before {
	opacity: 0.16;
	opacity: var(--mdc-ripple-hover-opacity, 0.16);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused
	.mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus
	.mdc-list-item__ripple::before {
	transition-duration: 75ms;
	opacity: 0.24;
	opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded)
	.mdc-list-item__ripple::after {
	transition: opacity 150ms linear;
}
:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active
	.mdc-list-item__ripple::after {
	transition-duration: 75ms;
	opacity: 0.24;
	opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.24);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before {
	opacity: 0.08;
	opacity: var(--mdc-ripple-selected-opacity, 0.08);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::after {
	background-color: #ff3e00;
	background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #ff3e00));
}
:not(.mdc-list-item--disabled).mdc-list-item--selected:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-surface--hover
	.mdc-list-item__ripple::before {
	opacity: 0.12;
	opacity: var(--mdc-ripple-hover-opacity, 0.12);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused
	.mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus
	.mdc-list-item__ripple::before {
	transition-duration: 75ms;
	opacity: 0.2;
	opacity: var(--mdc-ripple-focus-opacity, 0.2);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded)
	.mdc-list-item__ripple::after {
	transition: opacity 150ms linear;
}
:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active
	.mdc-list-item__ripple::after {
	transition-duration: 75ms;
	opacity: 0.2;
	opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.2);
}
:not(.mdc-list-item--disabled).mdc-list-item .mdc-list-item__ripple {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.mdc-list-item--disabled {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	will-change: transform, opacity;
}
.mdc-list-item--disabled .mdc-list-item__ripple::before,
.mdc-list-item--disabled .mdc-list-item__ripple::after {
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	content: '';
}
.mdc-list-item--disabled .mdc-list-item__ripple::before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1;
	z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-list-item--disabled .mdc-list-item__ripple::after {
	z-index: 0;
	z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::before {
	transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
	top: 0;
	left: 0;
	transform: scale(0);
	transform-origin: center center;
}
.mdc-list-item--disabled.mdc-ripple-upgraded--unbounded .mdc-list-item__ripple::after {
	top: var(--mdc-ripple-top, 0);
	left: var(--mdc-ripple-left, 0);
}
.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-activation .mdc-list-item__ripple::after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation
	.mdc-list-item__ripple::after {
	animation: mdc-ripple-fg-opacity-out 150ms;
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-list-item--disabled .mdc-list-item__ripple::before,
.mdc-list-item--disabled .mdc-list-item__ripple::after {
	top: calc(50% - 100%);
	left: calc(50% - 100%);
	width: 200%;
	height: 200%;
}
.mdc-list-item--disabled.mdc-ripple-upgraded .mdc-list-item__ripple::after {
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-list-item--disabled .mdc-list-item__ripple::before,
.mdc-list-item--disabled .mdc-list-item__ripple::after {
	background-color: #000;
	background-color: var(--mdc-ripple-color, #000);
}
.mdc-list-item--disabled.mdc-ripple-upgraded--background-focused .mdc-list-item__ripple::before,
.mdc-list-item--disabled:not(.mdc-ripple-upgraded):focus .mdc-list-item__ripple::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-list-item--disabled .mdc-list-item__ripple {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.smui-list--three-line .mdc-deprecated-list-item__text {
	align-self: flex-start;
}
.smui-list--three-line .mdc-deprecated-list-item {
	height: 88px;
}
.smui-list--three-line.mdc-deprecated-list--dense .mdc-deprecated-list-item {
	height: 76px;
}
.mdc-deprecated-list-item.smui-menu-item--non-interactive {
	cursor: auto;
}
.mdc-menu-surface {
	display: none;
	position: absolute;
	box-sizing: border-box;
	max-width: calc(100vw - 32px);
	max-width: var(--mdc-menu-max-width, calc(100vw - 32px));
	max-height: calc(100vh - 32px);
	max-height: var(--mdc-menu-max-height, calc(100vh - 32px));
	margin: 0;
	padding: 0;
	transform: scale(1);
	transform-origin: top left;
	opacity: 0;
	overflow: auto;
	will-change: transform, opacity;
	z-index: 8;
	transition: opacity 0.03s linear, transform 0.12s cubic-bezier(0, 0, 0.2, 1),
		height 250ms cubic-bezier(0, 0, 0.2, 1);
	box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14),
		0px 3px 14px 2px rgba(0, 0, 0, 0.12);
	background-color: #fff;
	background-color: var(--mdc-theme-surface, #fff);
	color: #000;
	color: var(--mdc-theme-on-surface, #000);
	border-radius: 4px;
	border-radius: var(--mdc-shape-medium, 4px);
	transform-origin-left: top left;
	transform-origin-right: top right;
}
.mdc-menu-surface:focus {
	outline: none;
}
.mdc-menu-surface--animating-open {
	display: inline-block;
	transform: scale(0.8);
	opacity: 0;
}
.mdc-menu-surface--open {
	display: inline-block;
	transform: scale(1);
	opacity: 1;
}
.mdc-menu-surface--animating-closed {
	display: inline-block;
	opacity: 0;
	transition: opacity 0.075s linear;
}
[dir='rtl'] .mdc-menu-surface,
.mdc-menu-surface[dir='rtl'] {
	transform-origin-left: top right;
	transform-origin-right: top left;
}
.mdc-menu-surface--anchor {
	position: relative;
	overflow: visible;
}
.mdc-menu-surface--fixed {
	position: fixed;
}
.mdc-menu-surface--fullwidth {
	width: 100%;
}
.smui-menu-surface--static {
	position: static;
	z-index: 0;
	display: inline-block;
	transform: scale(1);
	opacity: 1;
}
.mdc-elevation-overlay {
	position: absolute;
	border-radius: inherit;
	pointer-events: none;
	opacity: 0;
	opacity: var(--mdc-elevation-overlay-opacity, 0);
	transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
	background-color: #fff;
	background-color: var(--mdc-elevation-overlay-color, #fff);
}
.mdc-menu {
	min-width: 112px;
	min-width: var(--mdc-menu-min-width, 112px);
}
.mdc-menu .mdc-deprecated-list-item__meta {
	color: rgba(0, 0, 0, 0.87);
}
.mdc-menu .mdc-deprecated-list-item__graphic {
	color: rgba(0, 0, 0, 0.87);
}
.mdc-menu .mdc-menu-item--submenu-open .mdc-deprecated-list-item__ripple::before {
	opacity: 0.04;
}
.mdc-menu .mdc-menu-item--submenu-open .mdc-list-item__ripple::before {
	opacity: 0.04;
}
.mdc-menu .mdc-deprecated-list {
	color: rgba(0, 0, 0, 0.87);
}
.mdc-menu .mdc-deprecated-list,
.mdc-menu .mdc-list {
	position: relative;
}
.mdc-menu .mdc-deprecated-list .mdc-elevation-overlay,
.mdc-menu .mdc-list .mdc-elevation-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.mdc-menu .mdc-deprecated-list-divider {
	margin: 8px 0;
}
.mdc-menu .mdc-deprecated-list-item {
	user-select: none;
}
.mdc-menu .mdc-deprecated-list-item--disabled {
	cursor: auto;
}
.mdc-menu a.mdc-deprecated-list-item .mdc-deprecated-list-item__text,
.mdc-menu a.mdc-deprecated-list-item .mdc-deprecated-list-item__graphic {
	pointer-events: none;
}
.mdc-menu__selection-group {
	padding: 0;
	fill: currentColor;
}
.mdc-menu__selection-group .mdc-deprecated-list-item {
	padding-left: 56px;
	padding-right: 16px;
}
[dir='rtl'] .mdc-menu__selection-group .mdc-deprecated-list-item,
.mdc-menu__selection-group .mdc-deprecated-list-item[dir='rtl'] {
	padding-left: 16px;
	padding-right: 56px;
}
.mdc-menu__selection-group .mdc-menu__selection-group-icon {
	left: 16px;
	right: initial;
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
[dir='rtl'] .mdc-menu__selection-group .mdc-menu__selection-group-icon,
.mdc-menu__selection-group .mdc-menu__selection-group-icon[dir='rtl'] {
	left: initial;
	right: 16px;
}
.mdc-menu-item--selected .mdc-menu__selection-group-icon {
	display: inline;
}
.mdc-menu__selection-group .mdc-list-item__graphic.mdc-menu__selection-group-icon {
	display: none;
}
.mdc-menu-item--selected .mdc-list-item__graphic.mdc-menu__selection-group-icon {
	display: inline;
}
.mdc-select--activated {
	z-index: 8;
}
.smui-select--standard .mdc-select__dropdown-icon {
	margin-left: 26px;
	margin-right: 0;
}
[dir='rtl'] .smui-select--standard .mdc-select__dropdown-icon,
.smui-select--standard .mdc-select__dropdown-icon[dir='rtl'] {
	margin-left: 0;
	margin-right: 26px;
}
.smui-select--standard.mdc-select--with-leading-icon .mdc-select__icon {
	position: relative;
	margin: 0;
	margin-left: 0;
	margin-right: -24px;
	left: -36px;
	right: initial;
}
[dir='rtl'] .smui-select--standard.mdc-select--with-leading-icon .mdc-select__icon,
.smui-select--standard.mdc-select--with-leading-icon .mdc-select__icon[dir='rtl'] {
	margin-left: -24px;
	margin-right: 0;
}
[dir='rtl'] .smui-select--standard.mdc-select--with-leading-icon .mdc-select__icon,
.smui-select--standard.mdc-select--with-leading-icon .mdc-select__icon[dir='rtl'] {
	left: initial;
	right: -36px;
}
.smui-select--standard .mdc-select__anchor {
	padding-left: 0;
	padding-right: 0;
}
[dir='rtl'] .smui-select--standard .mdc-select__anchor,
.smui-select--standard .mdc-select__anchor[dir='rtl'] {
	padding-left: 0;
	padding-right: 0;
}
.smui-select--standard.mdc-select--with-leading-icon .mdc-select__anchor {
	padding-left: 36px;
	padding-right: 0;
}
[dir='rtl'] .smui-select--standard.mdc-select--with-leading-icon .mdc-select__anchor,
.smui-select--standard.mdc-select--with-leading-icon .mdc-select__anchor[dir='rtl'] {
	padding-left: 0;
	padding-right: 36px;
}
.smui-select--standard .mdc-select__anchor .mdc-select__ripple::before,
.smui-select--standard .mdc-select__anchor .mdc-select__ripple::after {
	background-color: transparent;
	background-color: var(--mdc-ripple-color, transparent);
}
.smui-select--standard .mdc-select__anchor:hover .mdc-select__ripple::before,
.smui-select--standard .mdc-select__anchor.mdc-ripple-surface--hover .mdc-select__ripple::before {
	opacity: 0.04;
	opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.smui-select--standard
	.mdc-select__anchor.mdc-ripple-upgraded--background-focused
	.mdc-select__ripple::before,
.smui-select--standard
	.mdc-select__anchor:not(.mdc-ripple-upgraded):focus
	.mdc-select__ripple::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.smui-select--standard .mdc-select__anchor {
	height: 56px;
	display: flex;
	align-items: baseline;
}
.smui-select--standard .mdc-select__anchor::before {
	display: inline-block;
	width: 0;
	height: 40px;
	content: '';
	vertical-align: 0;
}
.smui-select--standard.mdc-select--no-label .mdc-select__anchor .mdc-select__selected-text::before {
	content: '​';
}
.smui-select--standard.mdc-select--no-label
	.mdc-select__anchor
	.mdc-select__selected-text-container {
	height: 100%;
	display: inline-flex;
	align-items: center;
}
.smui-select--standard.mdc-select--no-label .mdc-select__anchor::before {
	display: none;
}
.smui-select--standard:not(.mdc-select--disabled) .mdc-select__anchor {
	background-color: transparent;
}
.smui-select--standard.mdc-select--disabled .mdc-select__anchor {
	background-color: transparent;
}
.smui-select--standard:not(.mdc-select--disabled) .mdc-line-ripple::before {
	border-bottom-color: rgba(0, 0, 0, 0.42);
}
.smui-select--standard:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
	border-bottom-color: rgba(0, 0, 0, 0.87);
}
.smui-select--standard:not(.mdc-select--disabled) .mdc-line-ripple::after {
	border-bottom-color: #ff3e00;
	border-bottom-color: var(--mdc-theme-primary, #ff3e00);
}
.smui-select--standard.mdc-select--disabled .mdc-line-ripple::before {
	border-bottom-color: rgba(0, 0, 0, 0.06);
}
.smui-select--standard .mdc-floating-label {
	max-width: calc(100% - 52px);
}
.smui-select--standard .mdc-floating-label--float-above {
	max-width: calc(100% / 0.75 - 52px / 0.75);
}
.smui-select--standard .mdc-menu-surface--is-open-below {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.smui-select--standard.mdc-select--focused.mdc-line-ripple::after {
	transform: scale(1, 2);
	opacity: 1;
}
.smui-select--standard .mdc-floating-label {
	left: 0;
	right: initial;
}
[dir='rtl'] .smui-select--standard .mdc-floating-label,
.smui-select--standard .mdc-floating-label[dir='rtl'] {
	left: initial;
	right: 0;
}
.smui-select--standard.mdc-select--with-leading-icon .mdc-floating-label {
	left: 36px;
	right: initial;
}
[dir='rtl'] .smui-select--standard.mdc-select--with-leading-icon .mdc-floating-label,
.smui-select--standard.mdc-select--with-leading-icon .mdc-floating-label[dir='rtl'] {
	left: initial;
	right: 36px;
}
.smui-select--standard.mdc-select--with-leading-icon .mdc-floating-label {
	max-width: calc(100% - 72px);
}
.smui-select--standard.mdc-select--with-leading-icon .mdc-floating-label--float-above {
	max-width: calc(100% / 0.75 - 72px / 0.75);
}
.smui-select--standard + .mdc-select-helper-text {
	margin-left: 0;
	margin-right: 0;
}
.mdc-data-table__content {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Poppins;
	font-size: 0.875rem;
	font-size: var(--mdc-typography-body2-font-size, 0.875rem);
	line-height: 1.25rem;
	line-height: var(--mdc-typography-body2-line-height, 1.25rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-body2-font-weight, 400);
	letter-spacing: 0.0178571429em;
	letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-body2-text-transform, inherit);
}
.mdc-data-table {
	background-color: #fff;
	background-color: var(--mdc-theme-surface, #fff);
	border-radius: 4px;
	border-radius: var(--mdc-shape-medium, 4px);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.12);
	-webkit-overflow-scrolling: touch;
	display: inline-flex;
	flex-direction: column;
	box-sizing: border-box;
	position: relative;
}
.mdc-data-table .mdc-data-table__header-cell:first-child {
	border-top-left-radius: 4px;
	border-top-left-radius: var(--mdc-shape-medium, 4px);
}
[dir='rtl'] .mdc-data-table .mdc-data-table__header-cell:first-child,
.mdc-data-table .mdc-data-table__header-cell:first-child[dir='rtl'] {
	border-top-right-radius: 4px;
	border-top-right-radius: var(--mdc-shape-medium, 4px);
	border-top-left-radius: 0;
}
.mdc-data-table .mdc-data-table__header-cell:last-child {
	border-top-right-radius: 4px;
	border-top-right-radius: var(--mdc-shape-medium, 4px);
}
[dir='rtl'] .mdc-data-table .mdc-data-table__header-cell:last-child,
.mdc-data-table .mdc-data-table__header-cell:last-child[dir='rtl'] {
	border-top-left-radius: 4px;
	border-top-left-radius: var(--mdc-shape-medium, 4px);
	border-top-right-radius: 0;
}
.mdc-data-table.mdc-data-table--without-footer
	.mdc-data-table__row:last-child
	.mdc-data-table__cell:first-child {
	border-bottom-left-radius: 4px;
	border-bottom-left-radius: var(--mdc-shape-medium, 4px);
}
[dir='rtl']
	.mdc-data-table.mdc-data-table--without-footer
	.mdc-data-table__row:last-child
	.mdc-data-table__cell:first-child,
.mdc-data-table.mdc-data-table--without-footer
	.mdc-data-table__row:last-child
	.mdc-data-table__cell:first-child[dir='rtl'] {
	border-bottom-right-radius: 4px;
	border-bottom-right-radius: var(--mdc-shape-medium, 4px);
	border-bottom-left-radius: 0;
}
.mdc-data-table.mdc-data-table--without-footer
	.mdc-data-table__row:last-child
	.mdc-data-table__cell:last-child {
	border-bottom-right-radius: 4px;
	border-bottom-right-radius: var(--mdc-shape-medium, 4px);
}
[dir='rtl']
	.mdc-data-table.mdc-data-table--without-footer
	.mdc-data-table__row:last-child
	.mdc-data-table__cell:last-child,
.mdc-data-table.mdc-data-table--without-footer
	.mdc-data-table__row:last-child
	.mdc-data-table__cell:last-child[dir='rtl'] {
	border-bottom-left-radius: 4px;
	border-bottom-left-radius: var(--mdc-shape-medium, 4px);
	border-bottom-right-radius: 0;
}
.mdc-data-table__row {
	background-color: inherit;
}
.mdc-data-table__header-cell {
	background-color: #fff;
	background-color: var(--mdc-theme-surface, #fff);
}
.mdc-data-table__row--selected {
	background-color: rgba(255, 62, 0, 0.04);
}
.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled)
	.mdc-notched-outline__leading,
.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled)
	.mdc-notched-outline__notch,
.mdc-data-table__pagination-rows-per-page-select:not(.mdc-select--disabled)
	.mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__cell,
.mdc-data-table__header-cell {
	border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__pagination {
	border-top-color: rgba(0, 0, 0, 0.12);
}
.mdc-data-table__cell,
.mdc-data-table__header-cell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.mdc-data-table__pagination {
	border-top-width: 1px;
	border-top-style: solid;
}
.mdc-data-table__row:last-child .mdc-data-table__cell {
	border-bottom: none;
}
.mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
	background-color: rgba(0, 0, 0, 0.04);
}
.mdc-data-table__header-cell {
	color: rgba(0, 0, 0, 0.87);
}
.mdc-data-table__pagination-total,
.mdc-data-table__pagination-rows-per-page-label,
.mdc-data-table__cell {
	color: rgba(0, 0, 0, 0.87);
}
.mdc-data-table__row {
	height: 52px;
}
.mdc-data-table__pagination {
	min-height: 52px;
}
.mdc-data-table__header-row {
	height: 56px;
}
.mdc-data-table__cell,
.mdc-data-table__header-cell {
	padding: 0 16px 0 16px;
}
.mdc-data-table__header-cell--checkbox,
.mdc-data-table__cell--checkbox {
	padding-left: 4px;
	padding-right: 0;
}
[dir='rtl'] .mdc-data-table__header-cell--checkbox,
[dir='rtl'] .mdc-data-table__cell--checkbox,
.mdc-data-table__header-cell--checkbox[dir='rtl'],
.mdc-data-table__cell--checkbox[dir='rtl'] {
	padding-left: 0;
	padding-right: 4px;
}
.mdc-data-table__table-container {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	width: 100%;
}
.mdc-data-table__table {
	min-width: 100%;
	border: 0;
	white-space: nowrap;
	border-spacing: 0;
	table-layout: fixed;
}
.mdc-data-table__cell {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Poppins;
	font-size: 0.875rem;
	font-size: var(--mdc-typography-body2-font-size, 0.875rem);
	line-height: 1.25rem;
	line-height: var(--mdc-typography-body2-line-height, 1.25rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-body2-font-weight, 400);
	letter-spacing: 0.0178571429em;
	letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-body2-text-transform, inherit);
	box-sizing: border-box;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
}
[dir='rtl'] .mdc-data-table__cell,
.mdc-data-table__cell[dir='rtl'] {
	text-align: right;
}
.mdc-data-table__cell--numeric {
	text-align: right;
}
[dir='rtl'] .mdc-data-table__cell--numeric,
.mdc-data-table__cell--numeric[dir='rtl'] {
	text-align: left;
}
.mdc-data-table__cell--checkbox {
	width: 1px;
}
.mdc-data-table__header-cell {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Poppins;
	font-size: 0.875rem;
	font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
	line-height: 1.375rem;
	line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
	font-weight: 500;
	font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
	letter-spacing: 0.0071428571em;
	letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	outline: none;
	text-align: left;
}
[dir='rtl'] .mdc-data-table__header-cell,
.mdc-data-table__header-cell[dir='rtl'] {
	text-align: right;
}
.mdc-data-table__header-cell--checkbox {
	width: 1px;
}
.mdc-data-table__header-cell--numeric {
	text-align: right;
}
[dir='rtl'] .mdc-data-table__header-cell--numeric,
.mdc-data-table__header-cell--numeric[dir='rtl'] {
	text-align: left;
}
.mdc-data-table__sort-icon-button {
	width: 28px;
	height: 28px;
	padding: 2px;
	transform: rotate(0.0001deg);
	margin-left: 4px;
	margin-right: 0;
	transition: transform 150ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
}
.mdc-data-table__sort-icon-button .mdc-icon-button__focus-ring {
	display: none;
}
.mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused
	.mdc-icon-button__focus-ring,
.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
	display: block;
	max-height: 28px;
	max-width: 28px;
}
@media screen and (forced-colors: active) {
	.mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused
		.mdc-icon-button__focus-ring,
	.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
		pointer-events: none;
		border: 2px solid rgba(0, 0, 0, 0);
		border-radius: 6px;
		box-sizing: content-box;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 100%;
		width: 100%;
	}
}
@media screen and (forced-colors: active) and (forced-colors: active) {
	.mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused
		.mdc-icon-button__focus-ring,
	.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
		border-color: CanvasText;
	}
}
@media screen and (forced-colors: active) {
	.mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused
		.mdc-icon-button__focus-ring::after,
	.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus
		.mdc-icon-button__focus-ring::after {
		content: '';
		border: 2px solid rgba(0, 0, 0, 0);
		border-radius: 8px;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: calc(100% + 4px);
		width: calc(100% + 4px);
	}
}
@media screen and (forced-colors: active) and (forced-colors: active) {
	.mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused
		.mdc-icon-button__focus-ring::after,
	.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus
		.mdc-icon-button__focus-ring::after {
		border-color: CanvasText;
	}
}
.mdc-data-table__sort-icon-button.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
	width: 28px;
	height: 28px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.mdc-data-table__sort-icon-button.mdc-icon-button--reduced-size.mdc-ripple-upgraded--background-focused
	.mdc-icon-button__focus-ring,
.mdc-data-table__sort-icon-button.mdc-icon-button--reduced-size:not(.mdc-ripple-upgraded):focus
	.mdc-icon-button__focus-ring {
	max-height: 28px;
	max-width: 28px;
}
.mdc-data-table__sort-icon-button .mdc-icon-button__touch {
	position: absolute;
	top: 50%;
	height: 28px;
	left: 50%;
	width: 28px;
	transform: translate(-50%, -50%);
}
[dir='rtl'] .mdc-data-table__sort-icon-button,
.mdc-data-table__sort-icon-button[dir='rtl'] {
	margin-left: 0;
	margin-right: 4px;
}
.mdc-data-table__header-cell--numeric .mdc-data-table__sort-icon-button {
	margin-left: 0;
	margin-right: 4px;
}
[dir='rtl'] .mdc-data-table__header-cell--numeric .mdc-data-table__sort-icon-button,
.mdc-data-table__header-cell--numeric .mdc-data-table__sort-icon-button[dir='rtl'] {
	margin-left: 4px;
	margin-right: 0;
}
.mdc-data-table__header-cell--sorted-descending .mdc-data-table__sort-icon-button {
	transform: rotate(-180deg);
}
.mdc-data-table__sort-icon-button:focus,
.mdc-data-table__header-cell:hover .mdc-data-table__sort-icon-button,
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button {
	opacity: 1;
}
.mdc-data-table__header-cell-wrapper {
	align-items: center;
	display: inline-flex;
	vertical-align: middle;
}
.mdc-data-table__header-cell--with-sort {
	cursor: pointer;
}
.mdc-data-table__sort-status-label {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
.mdc-data-table--sticky-header .mdc-data-table__header-cell {
	position: sticky;
	top: 0;
	z-index: 1;
}
.mdc-data-table__sort-icon-button {
	color: rgba(0, 0, 0, 0.6);
}
.mdc-data-table__sort-icon-button .mdc-icon-button__ripple::before,
.mdc-data-table__sort-icon-button .mdc-icon-button__ripple::after {
	background-color: rgba(0, 0, 0, 0.6);
	background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.6));
}
.mdc-data-table__sort-icon-button:hover .mdc-icon-button__ripple::before,
.mdc-data-table__sort-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before {
	opacity: 0.04;
	opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused
	.mdc-icon-button__ripple::before,
.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after {
	transition: opacity 150ms linear;
}
.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-data-table__sort-icon-button.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button {
	color: rgba(0, 0, 0, 0.87);
}
.mdc-data-table__header-cell--sorted
	.mdc-data-table__sort-icon-button
	.mdc-icon-button__ripple::before,
.mdc-data-table__header-cell--sorted
	.mdc-data-table__sort-icon-button
	.mdc-icon-button__ripple::after {
	background-color: rgba(0, 0, 0, 0.87);
	background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
.mdc-data-table__header-cell--sorted
	.mdc-data-table__sort-icon-button:hover
	.mdc-icon-button__ripple::before,
.mdc-data-table__header-cell--sorted
	.mdc-data-table__sort-icon-button.mdc-ripple-surface--hover
	.mdc-icon-button__ripple::before {
	opacity: 0.04;
	opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-data-table__header-cell--sorted
	.mdc-data-table__sort-icon-button.mdc-ripple-upgraded--background-focused
	.mdc-icon-button__ripple::before,
.mdc-data-table__header-cell--sorted
	.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):focus
	.mdc-icon-button__ripple::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-data-table__header-cell--sorted
	.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded)
	.mdc-icon-button__ripple::after {
	transition: opacity 150ms linear;
}
.mdc-data-table__header-cell--sorted
	.mdc-data-table__sort-icon-button:not(.mdc-ripple-upgraded):active
	.mdc-icon-button__ripple::after {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-data-table__header-cell--sorted .mdc-data-table__sort-icon-button.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-data-table__progress-indicator {
	display: none;
	position: absolute;
	width: 100%;
}
.mdc-data-table--in-progress .mdc-data-table__progress-indicator {
	display: block;
}
.mdc-data-table__scrim {
	background-color: #fff;
	background-color: var(--mdc-theme-surface, #fff);
	height: 100%;
	opacity: 0.32;
	position: absolute;
	top: 0;
	width: 100%;
}
.mdc-data-table__pagination {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Poppins;
	font-size: 0.875rem;
	font-size: var(--mdc-typography-body2-font-size, 0.875rem);
	line-height: 1.25rem;
	line-height: var(--mdc-typography-body2-line-height, 1.25rem);
	font-weight: 400;
	font-weight: var(--mdc-typography-body2-font-weight, 400);
	letter-spacing: 0.0178571429em;
	letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
	text-decoration: inherit;
	text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-body2-text-transform, inherit);
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
}
.mdc-data-table__pagination-trailing {
	margin-left: 4px;
	margin-right: 0;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
[dir='rtl'] .mdc-data-table__pagination-trailing,
.mdc-data-table__pagination-trailing[dir='rtl'] {
	margin-left: 0;
	margin-right: 4px;
}
.mdc-data-table__pagination-navigation {
	align-items: center;
	display: flex;
}
.mdc-data-table__pagination-button {
	margin-left: 0;
	margin-right: 4px;
}
[dir='rtl'] .mdc-data-table__pagination-button .mdc-button__icon,
.mdc-data-table__pagination-button .mdc-button__icon[dir='rtl'] {
	transform: rotate(180deg);
}
[dir='rtl'] .mdc-data-table__pagination-button,
.mdc-data-table__pagination-button[dir='rtl'] {
	margin-left: 4px;
	margin-right: 0;
}
.mdc-data-table__pagination-total {
	margin-left: 14px;
	margin-right: 36px;
	white-space: nowrap;
}
[dir='rtl'] .mdc-data-table__pagination-total,
.mdc-data-table__pagination-total[dir='rtl'] {
	margin-left: 36px;
	margin-right: 14px;
}
.mdc-data-table__pagination-rows-per-page {
	margin-left: 0;
	margin-right: 22px;
	align-items: center;
	display: inline-flex;
}
[dir='rtl'] .mdc-data-table__pagination-rows-per-page,
.mdc-data-table__pagination-rows-per-page[dir='rtl'] {
	margin-left: 22px;
	margin-right: 0;
}
.mdc-data-table__pagination-rows-per-page-label {
	margin-left: 0;
	margin-right: 12px;
	white-space: nowrap;
}
[dir='rtl'] .mdc-data-table__pagination-rows-per-page-label,
.mdc-data-table__pagination-rows-per-page-label[dir='rtl'] {
	margin-left: 12px;
	margin-right: 0;
}
.mdc-data-table__pagination-rows-per-page-select {
	min-width: 80px;
	min-width: var(--mdc-menu-min-width, 80px);
	margin: 8px 0;
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor {
	width: 100%;
	min-width: 80px;
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor {
	height: 36px;
}
.mdc-data-table__pagination-rows-per-page-select
	.mdc-select__anchor
	.mdc-floating-label--float-above {
	transform: translateY(-27.25px) scale(1);
}
.mdc-data-table__pagination-rows-per-page-select
	.mdc-select__anchor
	.mdc-floating-label--float-above {
	font-size: 0.75rem;
}
.mdc-data-table__pagination-rows-per-page-select
	.mdc-select__anchor.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above,
.mdc-data-table__pagination-rows-per-page-select
	.mdc-select__anchor
	.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above {
	transform: translateY(-24.75px) scale(0.75);
}
.mdc-data-table__pagination-rows-per-page-select
	.mdc-select__anchor.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above,
.mdc-data-table__pagination-rows-per-page-select
	.mdc-select__anchor
	.mdc-notched-outline--upgraded
	.mdc-floating-label--float-above {
	font-size: 1rem;
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__anchor .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-select-outlined-36px 250ms 1;
}
@keyframes mdc-floating-label-shake-float-above-select-outlined-36px {
	0% {
		transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
	}
	33% {
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 0%)) translateY(-24.75px) scale(0.75);
	}
	66% {
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - 0%)) translateY(-24.75px) scale(0.75);
	}
	100% {
		transform: translateX(calc(0 - 0%)) translateY(-24.75px) scale(0.75);
	}
}
.mdc-data-table__pagination-rows-per-page-select .mdc-select__dropdown-icon {
	width: 20px;
	height: 20px;
}
.mdc-data-table__pagination-rows-per-page-select.mdc-select--outlined
	.mdc-select__anchor
	:not(.mdc-notched-outline--notched)
	.mdc-notched-outline__notch {
	max-width: calc(100% - 56px);
}
.mdc-data-table__pagination-rows-per-page-select .mdc-list-item.mdc-list-item--with-one-line {
	height: 36px;
}
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
	background-color: #ff3e00;
	background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #ff3e00));
}
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-surface--hover
	.mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-surface--hover
	.mdc-checkbox__ripple::before {
	opacity: 0.04;
	opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused
	.mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus
	.mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused
	.mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus
	.mdc-checkbox__ripple::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded)
	.mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded)
	.mdc-checkbox__ripple::after {
	transition: opacity 150ms linear;
}
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active
	.mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active
	.mdc-checkbox__ripple::after {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-data-table__header-row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
	.mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
	.mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
	.mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
	.mdc-checkbox__ripple::after {
	background-color: #ff3e00;
	background-color: var(--mdc-ripple-color, var(--mdc-theme-primary, #ff3e00));
}
.mdc-data-table__header-row-checkbox
	.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not(
		[data-indeterminate='true']
	)
	~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox
	.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not(
		[data-indeterminate='true']
	)
	~ .mdc-checkbox__background {
	border-color: rgba(0, 0, 0, 0.54);
	border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
	background-color: transparent;
}
.mdc-data-table__header-row-checkbox
	.mdc-checkbox__native-control:enabled:checked
	~ .mdc-checkbox__background,
.mdc-data-table__header-row-checkbox
	.mdc-checkbox__native-control:enabled:indeterminate
	~ .mdc-checkbox__background,
.mdc-data-table__header-row-checkbox
	.mdc-checkbox__native-control[data-indeterminate='true']:enabled
	~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox
	.mdc-checkbox__native-control:enabled:checked
	~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox
	.mdc-checkbox__native-control:enabled:indeterminate
	~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox
	.mdc-checkbox__native-control[data-indeterminate='true']:enabled
	~ .mdc-checkbox__background {
	border-color: #ff3e00;
	border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff3e00));
	background-color: #ff3e00;
	background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff3e00));
}
@keyframes mdc-checkbox-fade-in-background-8A000000FFFF3E0000000000FFFF3E00 {
	0% {
		border-color: rgba(0, 0, 0, 0.54);
		border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
		background-color: transparent;
	}
	50% {
		border-color: #ff3e00;
		border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff3e00));
		background-color: #ff3e00;
		background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff3e00));
	}
}
@keyframes mdc-checkbox-fade-out-background-8A000000FFFF3E0000000000FFFF3E00 {
	0%,
	80% {
		border-color: #ff3e00;
		border-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff3e00));
		background-color: #ff3e00;
		background-color: var(--mdc-checkbox-checked-color, var(--mdc-theme-secondary, #ff3e00));
	}
	100% {
		border-color: rgba(0, 0, 0, 0.54);
		border-color: var(--mdc-checkbox-unchecked-color, rgba(0, 0, 0, 0.54));
		background-color: transparent;
	}
}
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-checked
	.mdc-checkbox__native-control:enabled
	~ .mdc-checkbox__background,
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-indeterminate
	.mdc-checkbox__native-control:enabled
	~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-checked
	.mdc-checkbox__native-control:enabled
	~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-indeterminate
	.mdc-checkbox__native-control:enabled
	~ .mdc-checkbox__background {
	animation-name: mdc-checkbox-fade-in-background-8A000000FFFF3E0000000000FFFF3E00;
}
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-checked-unchecked
	.mdc-checkbox__native-control:enabled
	~ .mdc-checkbox__background,
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-indeterminate-unchecked
	.mdc-checkbox__native-control:enabled
	~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-checked-unchecked
	.mdc-checkbox__native-control:enabled
	~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-indeterminate-unchecked
	.mdc-checkbox__native-control:enabled
	~ .mdc-checkbox__background {
	animation-name: mdc-checkbox-fade-out-background-8A000000FFFF3E0000000000FFFF3E00;
}
.mdc-icon-button {
	font-size: 24px;
	width: 48px;
	height: 48px;
	padding: 12px;
}
.mdc-icon-button .mdc-icon-button__focus-ring {
	display: none;
}
.mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,
.mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
	display: block;
	max-height: 48px;
	max-width: 48px;
}
@media screen and (forced-colors: active) {
	.mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,
	.mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
		pointer-events: none;
		border: 2px solid rgba(0, 0, 0, 0);
		border-radius: 6px;
		box-sizing: content-box;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 100%;
		width: 100%;
	}
}
@media screen and (forced-colors: active) and (forced-colors: active) {
	.mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring,
	.mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring {
		border-color: CanvasText;
	}
}
@media screen and (forced-colors: active) {
	.mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after,
	.mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after {
		content: '';
		border: 2px solid rgba(0, 0, 0, 0);
		border-radius: 8px;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: calc(100% + 4px);
		width: calc(100% + 4px);
	}
}
@media screen and (forced-colors: active) and (forced-colors: active) {
	.mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__focus-ring::after,
	.mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__focus-ring::after {
		border-color: CanvasText;
	}
}
.mdc-icon-button.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
	width: 40px;
	height: 40px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	margin-left: 4px;
}
.mdc-icon-button.mdc-icon-button--reduced-size.mdc-ripple-upgraded--background-focused
	.mdc-icon-button__focus-ring,
.mdc-icon-button.mdc-icon-button--reduced-size:not(.mdc-ripple-upgraded):focus
	.mdc-icon-button__focus-ring {
	max-height: 40px;
	max-width: 40px;
}
.mdc-icon-button .mdc-icon-button__touch {
	position: absolute;
	top: 50%;
	height: 48px;
	left: 50%;
	width: 48px;
	transform: translate(-50%, -50%);
}
.mdc-icon-button:disabled {
	color: rgba(0, 0, 0, 0.38);
	color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38));
}
.mdc-icon-button svg,
.mdc-icon-button img {
	width: 24px;
	height: 24px;
}
.mdc-icon-button {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	border: none;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	fill: currentColor;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	user-select: none;
	z-index: 0;
	overflow: visible;
}
.mdc-icon-button .mdc-icon-button__touch {
	position: absolute;
	top: 50%;
	height: 48px;
	left: 50%;
	width: 48px;
	transform: translate(-50%, -50%);
}
.mdc-icon-button:disabled {
	cursor: default;
	pointer-events: none;
}
.mdc-icon-button--display-flex {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}
.mdc-icon-button__icon {
	display: inline-block;
}
.mdc-icon-button__icon.mdc-icon-button__icon--on {
	display: none;
}
.mdc-icon-button--on .mdc-icon-button__icon {
	display: none;
}
.mdc-icon-button--on .mdc-icon-button__icon.mdc-icon-button__icon--on {
	display: inline-block;
}
.mdc-icon-button__link {
	height: 100%;
	left: 0;
	outline: none;
	position: absolute;
	top: 0;
	width: 100%;
}
.mdc-icon-button {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	will-change: transform, opacity;
}
.mdc-icon-button .mdc-icon-button__ripple::before,
.mdc-icon-button .mdc-icon-button__ripple::after {
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	content: '';
}
.mdc-icon-button .mdc-icon-button__ripple::before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1;
	z-index: var(--mdc-ripple-z-index, 1);
}
.mdc-icon-button .mdc-icon-button__ripple::after {
	z-index: 0;
	z-index: var(--mdc-ripple-z-index, 0);
}
.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple::before {
	transform: scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple::after {
	top: 0;
	left: 0;
	transform: scale(0);
	transform-origin: center center;
}
.mdc-icon-button.mdc-ripple-upgraded--unbounded .mdc-icon-button__ripple::after {
	top: var(--mdc-ripple-top, 0);
	left: var(--mdc-ripple-left, 0);
}
.mdc-icon-button.mdc-ripple-upgraded--foreground-activation .mdc-icon-button__ripple::after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
}
.mdc-icon-button.mdc-ripple-upgraded--foreground-deactivation .mdc-icon-button__ripple::after {
	animation: mdc-ripple-fg-opacity-out 150ms;
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
}
.mdc-icon-button .mdc-icon-button__ripple::before,
.mdc-icon-button .mdc-icon-button__ripple::after {
	top: calc(50% - 50%);
	left: calc(50% - 50%);
	width: 100%;
	height: 100%;
}
.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple::before,
.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple::after {
	top: var(--mdc-ripple-top, calc(50% - 50%));
	left: var(--mdc-ripple-left, calc(50% - 50%));
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-icon-button.mdc-ripple-upgraded .mdc-icon-button__ripple::after {
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%);
}
.mdc-icon-button .mdc-icon-button__ripple::before,
.mdc-icon-button .mdc-icon-button__ripple::after {
	background-color: #000;
	background-color: var(--mdc-ripple-color, #000);
}
.mdc-icon-button:hover .mdc-icon-button__ripple::before,
.mdc-icon-button.mdc-ripple-surface--hover .mdc-icon-button__ripple::before {
	opacity: 0.04;
	opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
.mdc-icon-button.mdc-ripple-upgraded--background-focused .mdc-icon-button__ripple::before,
.mdc-icon-button:not(.mdc-ripple-upgraded):focus .mdc-icon-button__ripple::before {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
.mdc-icon-button:not(.mdc-ripple-upgraded) .mdc-icon-button__ripple::after {
	transition: opacity 150ms linear;
}
.mdc-icon-button:not(.mdc-ripple-upgraded):active .mdc-icon-button__ripple::after {
	transition-duration: 75ms;
	opacity: 0.12;
	opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-icon-button.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: var(--mdc-ripple-press-opacity, 0.12);
}
.mdc-icon-button .mdc-icon-button__ripple {
	height: 100%;
	left: 0px;
	pointer-events: none;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: -1;
}
.mdc-icon-button.smui-icon-button--size-mini {
	width: 48px;
	height: 48px;
	padding: 12px;
	font-size: 24px;
	width: 40px;
	height: 40px;
	padding: 8px;
}
.mdc-icon-button.smui-icon-button--size-mini svg,
.mdc-icon-button.smui-icon-button--size-mini img {
	width: 24px;
	height: 24px;
}
.mdc-icon-button.smui-icon-button--size-mini .mdc-icon-button__focus-ring {
	display: none;
}
.mdc-icon-button.smui-icon-button--size-mini.mdc-ripple-upgraded--background-focused
	.mdc-icon-button__focus-ring,
.mdc-icon-button.smui-icon-button--size-mini:not(.mdc-ripple-upgraded):focus
	.mdc-icon-button__focus-ring {
	display: block;
	max-height: 40px;
	max-width: 40px;
}
@media screen and (forced-colors: active) {
	.mdc-icon-button.smui-icon-button--size-mini.mdc-ripple-upgraded--background-focused
		.mdc-icon-button__focus-ring,
	.mdc-icon-button.smui-icon-button--size-mini:not(.mdc-ripple-upgraded):focus
		.mdc-icon-button__focus-ring {
		pointer-events: none;
		border: 2px solid rgba(0, 0, 0, 0);
		border-radius: 6px;
		box-sizing: content-box;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 100%;
		width: 100%;
	}
}
@media screen and (forced-colors: active) and (forced-colors: active) {
	.mdc-icon-button.smui-icon-button--size-mini.mdc-ripple-upgraded--background-focused
		.mdc-icon-button__focus-ring,
	.mdc-icon-button.smui-icon-button--size-mini:not(.mdc-ripple-upgraded):focus
		.mdc-icon-button__focus-ring {
		border-color: CanvasText;
	}
}
@media screen and (forced-colors: active) {
	.mdc-icon-button.smui-icon-button--size-mini.mdc-ripple-upgraded--background-focused
		.mdc-icon-button__focus-ring::after,
	.mdc-icon-button.smui-icon-button--size-mini:not(.mdc-ripple-upgraded):focus
		.mdc-icon-button__focus-ring::after {
		content: '';
		border: 2px solid rgba(0, 0, 0, 0);
		border-radius: 8px;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: calc(100% + 4px);
		width: calc(100% + 4px);
	}
}
@media screen and (forced-colors: active) and (forced-colors: active) {
	.mdc-icon-button.smui-icon-button--size-mini.mdc-ripple-upgraded--background-focused
		.mdc-icon-button__focus-ring::after,
	.mdc-icon-button.smui-icon-button--size-mini:not(.mdc-ripple-upgraded):focus
		.mdc-icon-button__focus-ring::after {
		border-color: CanvasText;
	}
}
.mdc-icon-button.smui-icon-button--size-mini.mdc-icon-button--reduced-size
	.mdc-icon-button__ripple {
	width: 40px;
	height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.mdc-icon-button.smui-icon-button--size-mini.mdc-icon-button--reduced-size.mdc-ripple-upgraded--background-focused
	.mdc-icon-button__focus-ring,
.mdc-icon-button.smui-icon-button--size-mini.mdc-icon-button--reduced-size:not(
		.mdc-ripple-upgraded
	):focus
	.mdc-icon-button__focus-ring {
	max-height: 40px;
	max-width: 40px;
}
.mdc-icon-button.smui-icon-button--size-mini .mdc-icon-button__touch {
	position: absolute;
	top: 50%;
	height: 40px;
	left: 50%;
	width: 40px;
	transform: translate(-50%, -50%);
}
.mdc-icon-button.smui-icon-button--size-button {
	width: 36px;
	height: 36px;
	padding: 9px;
	font-size: 18px;
	width: 36px;
	height: 36px;
	padding: 6px;
}
.mdc-icon-button.smui-icon-button--size-button svg,
.mdc-icon-button.smui-icon-button--size-button img {
	width: 18px;
	height: 18px;
}
.mdc-icon-button.smui-icon-button--size-button .mdc-icon-button__focus-ring {
	display: none;
}
.mdc-icon-button.smui-icon-button--size-button.mdc-ripple-upgraded--background-focused
	.mdc-icon-button__focus-ring,
.mdc-icon-button.smui-icon-button--size-button:not(.mdc-ripple-upgraded):focus
	.mdc-icon-button__focus-ring {
	display: block;
	max-height: 36px;
	max-width: 36px;
}
@media screen and (forced-colors: active) {
	.mdc-icon-button.smui-icon-button--size-button.mdc-ripple-upgraded--background-focused
		.mdc-icon-button__focus-ring,
	.mdc-icon-button.smui-icon-button--size-button:not(.mdc-ripple-upgraded):focus
		.mdc-icon-button__focus-ring {
		pointer-events: none;
		border: 2px solid rgba(0, 0, 0, 0);
		border-radius: 6px;
		box-sizing: content-box;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: 100%;
		width: 100%;
	}
}
@media screen and (forced-colors: active) and (forced-colors: active) {
	.mdc-icon-button.smui-icon-button--size-button.mdc-ripple-upgraded--background-focused
		.mdc-icon-button__focus-ring,
	.mdc-icon-button.smui-icon-button--size-button:not(.mdc-ripple-upgraded):focus
		.mdc-icon-button__focus-ring {
		border-color: CanvasText;
	}
}
@media screen and (forced-colors: active) {
	.mdc-icon-button.smui-icon-button--size-button.mdc-ripple-upgraded--background-focused
		.mdc-icon-button__focus-ring::after,
	.mdc-icon-button.smui-icon-button--size-button:not(.mdc-ripple-upgraded):focus
		.mdc-icon-button__focus-ring::after {
		content: '';
		border: 2px solid rgba(0, 0, 0, 0);
		border-radius: 8px;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: calc(100% + 4px);
		width: calc(100% + 4px);
	}
}
@media screen and (forced-colors: active) and (forced-colors: active) {
	.mdc-icon-button.smui-icon-button--size-button.mdc-ripple-upgraded--background-focused
		.mdc-icon-button__focus-ring::after,
	.mdc-icon-button.smui-icon-button--size-button:not(.mdc-ripple-upgraded):focus
		.mdc-icon-button__focus-ring::after {
		border-color: CanvasText;
	}
}
.mdc-icon-button.smui-icon-button--size-button.mdc-icon-button--reduced-size
	.mdc-icon-button__ripple {
	width: 36px;
	height: 36px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.mdc-icon-button.smui-icon-button--size-button.mdc-icon-button--reduced-size.mdc-ripple-upgraded--background-focused
	.mdc-icon-button__focus-ring,
.mdc-icon-button.smui-icon-button--size-button.mdc-icon-button--reduced-size:not(
		.mdc-ripple-upgraded
	):focus
	.mdc-icon-button__focus-ring {
	max-height: 36px;
	max-width: 36px;
}
.mdc-icon-button.smui-icon-button--size-button .mdc-icon-button__touch {
	position: absolute;
	top: 50%;
	height: 36px;
	left: 50%;
	width: 36px;
	transform: translate(-50%, -50%);
}
.mdc-icon-button svg {
	pointer-events: none;
}
.mdc-data-table--sticky-header > .mdc-data-table__table-container {
	overflow-x: unset;
}
