.mdc-floating-label {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	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: .009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
	text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-subtitle1-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;
	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;
	transform-origin: right top;
	text-align: right
}

.mdc-floating-label--float-above {
	cursor: auto
}

.mdc-floating-label--float-above {
	transform: translateY(-106%) scale(0.75)
}

.mdc-floating-label--shake {
	-webkit-animation: mdc-floating-label-shake-float-above-standard 250ms 1;
	animation: mdc-floating-label-shake-float-above-standard 250ms 1
}

@-webkit-keyframes mdc-floating-label-shake-float-above-standard {
	0% {
		transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		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)
	}
}

@keyframes mdc-floating-label-shake-float-above-standard {
	0% {
		transform: translateX(calc(0 - 0%)) translateY(-106%) scale(0.75)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		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;
	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;
	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: calc(100% / .75)
}

.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 {
	padding: 0
}

.mdc-text-field-helper-text {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	font-size: .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: .0333333333em;
	letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
	text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-caption-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;
	margin: 0;
	opacity: 0;
	will-change: opacity;
	transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)
}

.mdc-text-field-helper-text::before {
	display: inline-block;
	width: 0;
	height: 16px;
	content: "";
	vertical-align: 0
}

.mdc-text-field-helper-text--persistent {
	transition: none;
	opacity: 1;
	will-change: initial
}

.mdc-text-field-character-counter {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	font-size: .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: .0333333333em;
	letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
	text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-caption-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;
	margin-left: auto;
	margin-right: 0;
	padding-left: 16px;
	padding-right: 0;
	white-space: nowrap
}

.mdc-text-field-character-counter::before {
	display: inline-block;
	width: 0;
	height: 16px;
	content: "";
	vertical-align: 0
}

[dir=rtl] .mdc-text-field-character-counter,
.mdc-text-field-character-counter[dir=rtl] {
	margin-left: 0;
	margin-right: auto
}

[dir=rtl] .mdc-text-field-character-counter,
.mdc-text-field-character-counter[dir=rtl] {
	padding-left: 0;
	padding-right: 16px
}

.mdc-text-field__icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer
}

.mdc-text-field__icon:not([tabindex]),
.mdc-text-field__icon[tabindex="-1"] {
	cursor: default;
	pointer-events: none
}

@-webkit-keyframes mdc-ripple-fg-radius-in {
	from {
		-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		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-radius-in {
	from {
		-webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		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))
	}
}

@-webkit-keyframes mdc-ripple-fg-opacity-in {
	from {
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		opacity: 0
	}
	to {
		opacity: var(--mdc-ripple-fg-opacity, 0)
	}
}

@keyframes mdc-ripple-fg-opacity-in {
	from {
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		opacity: 0
	}
	to {
		opacity: var(--mdc-ripple-fg-opacity, 0)
	}
}

@-webkit-keyframes mdc-ripple-fg-opacity-out {
	from {
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		opacity: var(--mdc-ripple-fg-opacity, 0)
	}
	to {
		opacity: 0
	}
}

@keyframes mdc-ripple-fg-opacity-out {
	from {
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		opacity: var(--mdc-ripple-fg-opacity, 0)
	}
	to {
		opacity: 0
	}
}

.mdc-text-field {
	--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)
}

.mdc-text-field .mdc-text-field__ripple::before,
.mdc-text-field .mdc-text-field__ripple::after {
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	content: ""
}

.mdc-text-field .mdc-text-field__ripple::before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1
}

.mdc-text-field.mdc-ripple-upgraded .mdc-text-field__ripple::before {
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-text-field.mdc-ripple-upgraded .mdc-text-field__ripple::after {
	top: 0;
	left: 0;
	transform: scale(0);
	transform-origin: center center
}

.mdc-text-field.mdc-ripple-upgraded--unbounded .mdc-text-field__ripple::after {
	top: var(--mdc-ripple-top, 0);
	left: var(--mdc-ripple-left, 0)
}

.mdc-text-field.mdc-ripple-upgraded--foreground-activation .mdc-text-field__ripple::after {
	-webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-text-field.mdc-ripple-upgraded--foreground-deactivation .mdc-text-field__ripple::after {
	-webkit-animation: mdc-ripple-fg-opacity-out 150ms;
	animation: mdc-ripple-fg-opacity-out 150ms;
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-text-field .mdc-text-field__ripple::before,
.mdc-text-field .mdc-text-field__ripple::after {
	top: calc(50% - 100%);
	left: calc(50% - 100%);
	width: 200%;
	height: 200%
}

.mdc-text-field.mdc-ripple-upgraded .mdc-text-field__ripple::after {
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-text-field__ripple {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}

.mdc-text-field {
	height: 56px;
	border-radius: 4px 4px 0 0;
	display: inline-flex;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	will-change: opacity, transform, color
}

.mdc-text-field .mdc-text-field__ripple::before,
.mdc-text-field .mdc-text-field__ripple::after {
	background-color: rgba(0, 0, 0, .87)
}

.mdc-text-field:hover .mdc-text-field__ripple::before {
	opacity: .04
}

.mdc-text-field.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.mdc-text-field:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
	transition-duration: 75ms;
	opacity: .12
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
	color: rgba(0, 0, 0, .6)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
	color: rgba(0, 0, 0, .87)
}

@media all {
	.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-webkit-input-placeholder {
		color: rgba(0, 0, 0, .54)
	}
	.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-moz-placeholder {
		color: rgba(0, 0, 0, .54)
	}
	.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
		color: rgba(0, 0, 0, .54)
	}
	.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::-ms-input-placeholder {
		color: rgba(0, 0, 0, .54)
	}
	.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
		color: rgba(0, 0, 0, .54)
	}
}

@media all {
	.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
		color: rgba(0, 0, 0, .54)
	}
}

.mdc-text-field .mdc-text-field__input {
	caret-color: #6200ee;
	caret-color: var(--mdc-theme-primary, #6200ee)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
	border-bottom-color: rgba(0, 0, 0, .42)
}

.mdc-text-field:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
	border-bottom-color: rgba(0, 0, 0, .87)
}

.mdc-text-field .mdc-line-ripple::after {
	border-bottom-color: #6200ee;
	border-bottom-color: var(--mdc-theme-primary, #6200ee)
}

.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text {
	color: rgba(0, 0, 0, .6)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter {
	color: rgba(0, 0, 0, .6)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
	color: rgba(0, 0, 0, .54)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
	color: rgba(0, 0, 0, .54)
}

.mdc-text-field:not(.mdc-text-field--disabled) {
	background-color: #f5f5f5
}

.mdc-text-field .mdc-floating-label {
	left: 16px;
	right: initial;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none
}

[dir=rtl] .mdc-text-field .mdc-floating-label,
.mdc-text-field .mdc-floating-label[dir=rtl] {
	left: initial;
	right: 16px
}

.mdc-text-field .mdc-floating-label--float-above {
	transform: translateY(-106%) scale(0.75)
}

.mdc-text-field--textarea .mdc-floating-label {
	left: 4px;
	right: initial
}

[dir=rtl] .mdc-text-field--textarea .mdc-floating-label,
.mdc-text-field--textarea .mdc-floating-label[dir=rtl] {
	left: initial;
	right: 4px
}

.mdc-text-field--outlined .mdc-floating-label {
	left: 4px;
	right: initial
}

[dir=rtl] .mdc-text-field--outlined .mdc-floating-label,
.mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
	left: initial;
	right: 4px
}

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label {
	left: 36px;
	right: initial
}

[dir=rtl] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label,
.mdc-text-field--outlined--with-leading-icon .mdc-floating-label[dir=rtl] {
	left: initial;
	right: 36px
}

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above {
	left: 40px;
	right: initial
}

[dir=rtl] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above,
.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above[dir=rtl] {
	left: initial;
	right: 40px
}

.mdc-text-field__input {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	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: .009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
	text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
	padding: 20px 16px 7px;
	align-self: flex-end;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 0;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1)
}

.mdc-text-field__input::-webkit-input-placeholder {
	-webkit-transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0
}

.mdc-text-field__input::-moz-placeholder {
	-moz-transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0
}

.mdc-text-field__input:-ms-input-placeholder {
	-ms-transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0
}

.mdc-text-field__input::-ms-input-placeholder {
	-ms-transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0
}

.mdc-text-field__input::placeholder {
	transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0
}

.mdc-text-field--fullwidth .mdc-text-field__input::-webkit-input-placeholder,
.mdc-text-field--no-label .mdc-text-field__input::-webkit-input-placeholder,
.mdc-text-field--focused .mdc-text-field__input::-webkit-input-placeholder {
	transition-delay: 40ms;
	transition-duration: 110ms;
	opacity: 1
}

.mdc-text-field--fullwidth .mdc-text-field__input::-moz-placeholder,
.mdc-text-field--no-label .mdc-text-field__input::-moz-placeholder,
.mdc-text-field--focused .mdc-text-field__input::-moz-placeholder {
	transition-delay: 40ms;
	transition-duration: 110ms;
	opacity: 1
}

.mdc-text-field--fullwidth .mdc-text-field__input:-ms-input-placeholder,
.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,
.mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder {
	transition-delay: 40ms;
	transition-duration: 110ms;
	opacity: 1
}

.mdc-text-field--fullwidth .mdc-text-field__input::-ms-input-placeholder,
.mdc-text-field--no-label .mdc-text-field__input::-ms-input-placeholder,
.mdc-text-field--focused .mdc-text-field__input::-ms-input-placeholder {
	transition-delay: 40ms;
	transition-duration: 110ms;
	opacity: 1
}

.mdc-text-field--fullwidth .mdc-text-field__input::placeholder,
.mdc-text-field--no-label .mdc-text-field__input::placeholder,
.mdc-text-field--focused .mdc-text-field__input::placeholder {
	transition-delay: 40ms;
	transition-duration: 110ms;
	opacity: 1
}

.mdc-text-field__input:focus {
	outline: none
}

.mdc-text-field__input:invalid {
	box-shadow: none
}

.mdc-text-field__input:-webkit-autofill {
	z-index: auto !important
}

.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
	padding-top: 0;
	padding-bottom: 1px
}

.mdc-text-field__input:-webkit-autofill+.mdc-floating-label {
	transform: translateY(-50%) scale(0.75);
	cursor: auto
}

.mdc-text-field--outlined {
	overflow: visible
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .38)
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .87)
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
	border-color: #6200ee;
	border-color: var(--mdc-theme-primary, #6200ee)
}

.mdc-text-field--outlined .mdc-floating-label--shake {
	-webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
	animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
	border-radius: 4px 0 0 4px
}

[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
	border-radius: 0 4px 4px 0
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
	border-radius: 0 4px 4px 0
}

[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
	border-radius: 4px 0 0 4px
}

.mdc-text-field--outlined .mdc-floating-label--float-above {
	transform: translateY(-37.25px) scale(1)
}

.mdc-text-field--outlined .mdc-floating-label--float-above {
	font-size: .75rem
}

.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	transform: translateY(-34.75px) scale(0.75)
}

.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	font-size: 1rem
}

.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
	padding-top: 1px
}

.mdc-text-field--outlined .mdc-text-field__ripple::before,
.mdc-text-field--outlined .mdc-text-field__ripple::after {
	content: none
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled) {
	background-color: transparent
}

.mdc-text-field--outlined .mdc-text-field__input {
	padding-top: 12px;
	padding-bottom: 14px;
	display: flex;
	border: none !important;
	background-color: transparent;
	z-index: 1
}

.mdc-text-field--outlined .mdc-text-field__icon {
	z-index: 2
}

.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline--notched .mdc-notched-outline__notch {
	padding-top: 2px
}

.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing {
	border-width: 2px
}

.mdc-text-field--outlined.mdc-text-field--disabled {
	background-color: transparent
}

.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .06)
}

@media screen and (-ms-high-contrast: active) {
	.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
	.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
	.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
		border-color: GrayText
	}
}

.mdc-text-field--outlined.mdc-text-field--dense {
	height: 48px
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
	transform: translateY(-134%) scale(1)
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
	font-size: .8rem
}

.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	transform: translateY(-120%) scale(0.8)
}

.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	font-size: 1rem
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
	-webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-dense 250ms 1;
	animation: mdc-floating-label-shake-float-above-text-field-outlined-dense 250ms 1
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input {
	padding: 12px 12px 7px
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
	top: 14px
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon {
	top: 12px
}

.mdc-text-field--with-leading-icon .mdc-text-field__icon--leading {
	left: 16px;
	right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__icon--leading,
.mdc-text-field--with-leading-icon .mdc-text-field__icon--leading[dir=rtl] {
	left: initial;
	right: 16px
}

.mdc-text-field--with-leading-icon .mdc-text-field__input {
	padding-left: 48px;
	padding-right: 16px
}

[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__input,
.mdc-text-field--with-leading-icon .mdc-text-field__input[dir=rtl] {
	padding-left: 16px;
	padding-right: 48px
}

.mdc-text-field--with-leading-icon .mdc-floating-label {
	left: 48px;
	right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon .mdc-floating-label,
.mdc-text-field--with-leading-icon .mdc-floating-label[dir=rtl] {
	left: initial;
	right: 48px
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon--leading {
	left: 16px;
	right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon--leading,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon--leading[dir=rtl] {
	left: initial;
	right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
	transform: translateY(-37.25px) translateX(-32px) scale(1)
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl] {
	transform: translateY(-37.25px) translateX(32px) scale(1)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
	font-size: .75rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	transform: translateY(-34.75px) translateX(-32px) scale(0.75)
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
	transform: translateY(-34.75px) translateX(32px) scale(0.75)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	font-size: 1rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
	-webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
	animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake {
	-webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl 250ms 1;
	animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl 250ms 1
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
	left: 36px;
	right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl] {
	left: initial;
	right: 36px
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
	transform: translateY(-134%) translateX(-21px) scale(1)
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above[dir=rtl] {
	transform: translateY(-134%) translateX(21px) scale(1)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
	font-size: .8rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	transform: translateY(-120%) translateX(-21px) scale(0.8)
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
	transform: translateY(-120%) translateX(21px) scale(0.8)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	font-size: 1rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
	-webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense 250ms 1;
	animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense 250ms 1
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir=rtl] .mdc-floating-label--shake {
	-webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl 250ms 1;
	animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl 250ms 1
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
	left: 32px;
	right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label[dir=rtl] {
	left: initial;
	right: 32px
}

.mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing {
	left: initial;
	right: 12px
}

[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing,
.mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing[dir=rtl] {
	left: 12px;
	right: initial
}

.mdc-text-field--with-trailing-icon .mdc-text-field__input {
	padding-left: 16px;
	padding-right: 48px
}

[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__input,
.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir=rtl] {
	padding-left: 48px;
	padding-right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon--leading {
	left: 16px;
	right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon--leading,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon--leading[dir=rtl] {
	left: initial;
	right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing {
	left: initial;
	right: 12px
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing[dir=rtl] {
	left: 12px;
	right: initial
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input {
	padding-right: 48px;
	padding-left: 48px
}

.mdc-text-field--dense .mdc-text-field__icon {
	bottom: 16px;
	transform: scale(0.8)
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon--leading {
	left: 12px;
	right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon--leading,
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon--leading[dir=rtl] {
	left: initial;
	right: 12px
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input {
	padding-left: 44px;
	padding-right: 16px
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input,
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl] {
	padding-left: 16px;
	padding-right: 44px
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label {
	left: 44px;
	right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label[dir=rtl] {
	left: initial;
	right: 44px
}

.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--trailing {
	left: initial;
	right: 12px
}

[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--trailing,
.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--trailing[dir=rtl] {
	left: 12px;
	right: initial
}

.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
	padding-left: 16px;
	padding-right: 44px
}

[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input,
.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl] {
	padding-left: 44px;
	padding-right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--leading {
	left: 12px;
	right: initial
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--leading,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--leading[dir=rtl] {
	left: initial;
	right: 12px
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--trailing {
	left: initial;
	right: 12px
}

[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--trailing,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon--trailing[dir=rtl] {
	left: 12px;
	right: initial
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
	padding-right: 44px;
	padding-left: 44px
}

.mdc-text-field--dense .mdc-floating-label--float-above {
	transform: translateY(-70%) scale(0.8)
}

.mdc-text-field--dense .mdc-floating-label--shake {
	-webkit-animation: mdc-floating-label-shake-float-above-text-field-dense 250ms 1;
	animation: mdc-floating-label-shake-float-above-text-field-dense 250ms 1
}

.mdc-text-field--dense .mdc-text-field__input {
	padding: 12px 12px 0
}

.mdc-text-field--dense .mdc-floating-label {
	font-size: .813rem
}

.mdc-text-field--dense .mdc-floating-label--float-above {
	font-size: .813rem
}

.mdc-text-field__input:required~.mdc-floating-label::after,
.mdc-text-field__input:required~.mdc-notched-outline .mdc-floating-label::after {
	margin-left: 1px;
	content: "*"
}

.mdc-text-field--textarea {
	display: inline-flex;
	width: auto;
	height: auto;
	overflow: visible;
	transition: none
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .38)
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .87)
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
	border-color: #6200ee;
	border-color: var(--mdc-theme-primary, #6200ee)
}

.mdc-text-field--textarea .mdc-floating-label--shake {
	-webkit-animation: mdc-floating-label-shake-float-above-textarea 250ms 1;
	animation: mdc-floating-label-shake-float-above-textarea 250ms 1
}

.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading {
	border-radius: 4px 0 0 4px
}

[dir=rtl] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl] {
	border-radius: 0 4px 4px 0
}

.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing {
	border-radius: 0 4px 4px 0
}

[dir=rtl] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl] {
	border-radius: 4px 0 0 4px
}

.mdc-text-field--textarea .mdc-text-field__ripple::before,
.mdc-text-field--textarea .mdc-text-field__ripple::after {
	content: none
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
	background-color: transparent
}

.mdc-text-field--textarea .mdc-floating-label--float-above {
	transform: translateY(-144%) scale(1)
}

.mdc-text-field--textarea .mdc-floating-label--float-above {
	font-size: .75rem
}

.mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	transform: translateY(-130%) scale(0.75)
}

.mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	font-size: 1rem
}

.mdc-text-field--textarea .mdc-text-field-character-counter {
	left: initial;
	right: 16px;
	position: absolute;
	bottom: 13px
}

[dir=rtl] .mdc-text-field--textarea .mdc-text-field-character-counter,
.mdc-text-field--textarea .mdc-text-field-character-counter[dir=rtl] {
	left: 16px;
	right: initial
}

.mdc-text-field--textarea .mdc-text-field__input {
	align-self: auto;
	box-sizing: border-box;
	height: auto;
	margin: 8px 1px 1px 0;
	padding: 0 16px 16px;
	line-height: 1.75rem
}

.mdc-text-field--textarea .mdc-text-field-character-counter+.mdc-text-field__input {
	margin-bottom: 28px;
	padding-bottom: 0
}

.mdc-text-field--textarea .mdc-floating-label {
	top: 17px;
	width: auto;
	pointer-events: none
}

.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above) {
	transform: none
}

.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__trailing {
	border-width: 2px
}

.mdc-text-field--fullwidth {
	width: 100%
}

.mdc-text-field--fullwidth:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
	border-bottom-color: rgba(0, 0, 0, .42)
}

.mdc-text-field--fullwidth.mdc-text-field--disabled .mdc-line-ripple::before {
	border-bottom-color: rgba(0, 0, 0, .42)
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) {
	display: block
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__ripple::before,
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__ripple::after {
	content: none
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(.mdc-text-field--disabled) {
	background-color: transparent
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input {
	padding: 0 0 1px
}

.mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input {
	resize: vertical
}

.mdc-text-field--fullwidth.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
	border-bottom-color: #b00020;
	border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field-helper-line {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box
}

.mdc-text-field--dense+.mdc-text-field-helper-line {
	margin-bottom: 4px
}

.mdc-text-field+.mdc-text-field-helper-line {
	padding-right: 16px;
	padding-left: 16px
}

.mdc-form-field>.mdc-text-field+label {
	align-self: flex-start
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
	color: rgba(98, 0, 238, .87)
}

.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
	opacity: 1
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
	border-bottom-color: #b00020;
	border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
	border-bottom-color: #b00020;
	border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
	border-bottom-color: #b00020;
	border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
	color: #b00020;
	color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
	color: #b00020;
	color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid .mdc-text-field__input {
	caret-color: #b00020;
	caret-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
	color: #b00020;
	color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
	opacity: 1
}

.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
	border-color: #b00020;
	border-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
	border-color: #b00020;
	border-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
	border-color: #b00020;
	border-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
	border-color: #b00020;
	border-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
	border-color: #b00020;
	border-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
	border-color: #b00020;
	border-color: var(--mdc-theme-error, #b00020)
}

.mdc-text-field--disabled {
	background-color: #fafafa;
	pointer-events: none
}

.mdc-text-field--disabled .mdc-line-ripple::before {
	border-bottom-color: rgba(0, 0, 0, .06)
}

.mdc-text-field--disabled .mdc-text-field__input {
	color: rgba(0, 0, 0, .38)
}

@media all {
	.mdc-text-field--disabled .mdc-text-field__input::-webkit-input-placeholder {
		color: rgba(0, 0, 0, .38)
	}
	.mdc-text-field--disabled .mdc-text-field__input::-moz-placeholder {
		color: rgba(0, 0, 0, .38)
	}
	.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
		color: rgba(0, 0, 0, .38)
	}
	.mdc-text-field--disabled .mdc-text-field__input::-ms-input-placeholder {
		color: rgba(0, 0, 0, .38)
	}
	.mdc-text-field--disabled .mdc-text-field__input::placeholder {
		color: rgba(0, 0, 0, .38)
	}
}

@media all {
	.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
		color: rgba(0, 0, 0, .38)
	}
}

.mdc-text-field--disabled .mdc-floating-label {
	color: rgba(0, 0, 0, .38)
}

.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text {
	color: rgba(0, 0, 0, .38)
}

.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter {
	color: rgba(0, 0, 0, .38)
}

.mdc-text-field--disabled .mdc-text-field__icon--leading {
	color: rgba(0, 0, 0, .3)
}

.mdc-text-field--disabled .mdc-text-field__icon--trailing {
	color: rgba(0, 0, 0, .3)
}

@media screen and (-ms-high-contrast: active) {
	.mdc-text-field--disabled .mdc-line-ripple::before {
		border-bottom-color: GrayText
	}
}

@media screen and (-ms-high-contrast: active) {
	.mdc-text-field--disabled .mdc-text-field__input::-webkit-input-placeholder {
		color: GrayText
	}
	.mdc-text-field--disabled .mdc-text-field__input::-moz-placeholder {
		color: GrayText
	}
	.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
		color: GrayText
	}
	.mdc-text-field--disabled .mdc-text-field__input::-ms-input-placeholder {
		color: GrayText
	}
	.mdc-text-field--disabled .mdc-text-field__input::placeholder {
		color: GrayText
	}
}

@media screen and (-ms-high-contrast: active) {
	.mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
		color: GrayText
	}
}

@media screen and (-ms-high-contrast: active) {
	.mdc-text-field--disabled .mdc-floating-label {
		color: GrayText
	}
}

@media screen and (-ms-high-contrast: active) {
	.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text {
		color: GrayText
	}
}

@media screen and (-ms-high-contrast: active) {
	.mdc-text-field--disabled .mdc-text-field-character-counter,
	.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter {
		color: GrayText
	}
}

@media screen and (-ms-high-contrast: active) {
	.mdc-text-field--disabled .mdc-text-field__icon--leading {
		color: GrayText
	}
}

@media screen and (-ms-high-contrast: active) {
	.mdc-text-field--disabled .mdc-text-field__icon--trailing {
		color: GrayText
	}
}

.mdc-text-field--disabled .mdc-floating-label {
	cursor: default
}

.mdc-text-field--textarea.mdc-text-field--disabled {
	background-color: transparent;
	background-color: #f9f9f9
}

.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .06)
}

@media screen and (-ms-high-contrast: active) {
	.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__leading,
	.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,
	.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__trailing {
		border-color: GrayText
	}
}

.mdc-text-field--end-aligned .mdc-text-field__input {
	text-align: right
}

[dir=rtl] .mdc-text-field--end-aligned .mdc-text-field__input,
.mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
	text-align: left
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-dense {
	0% {
		transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 0%)) translateY(-70%) scale(0.8)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(0.8)
	}
	100% {
		transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-dense {
	0% {
		transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 0%)) translateY(-70%) scale(0.8)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(0.8)
	}
	100% {
		transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8)
	}
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined {
	0% {
		transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		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)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
	0% {
		transform: translateX(calc(0 - 0%)) translateY(-34.75px) scale(0.75)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		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)
	}
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
	0% {
		transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 0%)) translateY(-120%) scale(0.8)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(0.8)
	}
	100% {
		transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
	0% {
		transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 0%)) translateY(-120%) scale(0.8)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(0.8)
	}
	100% {
		transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8)
	}
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
	0% {
		transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 0)) translateY(-34.75px) scale(0.75)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		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)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
	0% {
		transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 0)) translateY(-34.75px) scale(0.75)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		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)
	}
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
	0% {
		transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 21px)) translateY(-120%) scale(0.8)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(0.8)
	}
	100% {
		transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
	0% {
		transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 21px)) translateY(-120%) scale(0.8)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(0.8)
	}
	100% {
		transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8)
	}
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
	0% {
		transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 0)) translateY(-34.75px) scale(0.75)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		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)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
	0% {
		transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 0)) translateY(-34.75px) scale(0.75)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		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)
	}
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
	0% {
		transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - -21px)) translateY(-120%) scale(0.8)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(0.8)
	}
	100% {
		transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
	0% {
		transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - -21px)) translateY(-120%) scale(0.8)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(0.8)
	}
	100% {
		transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8)
	}
}

@-webkit-keyframes mdc-floating-label-shake-float-above-textarea {
	0% {
		transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75)
	}
	100% {
		transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75)
	}
}

@keyframes mdc-floating-label-shake-float-above-textarea {
	0% {
		transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75)
	}
	100% {
		transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75)
	}
}

.mdc-list {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	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: .009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
	text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-subtitle1-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, .87);
	color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))
}

.mdc-list:focus {
	outline: none
}

.mdc-list-item {
	height: 48px
}

.mdc-list-item__secondary-text {
	color: rgba(0, 0, 0, .54);
	color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54))
}

.mdc-list-item__graphic {
	background-color: transparent
}

.mdc-list-item__graphic {
	color: rgba(0, 0, 0, .38);
	color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38))
}

.mdc-list-item__meta {
	color: rgba(0, 0, 0, .38);
	color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38))
}

.mdc-list-group__subheader {
	color: rgba(0, 0, 0, .87);
	color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87))
}

.mdc-list-item--disabled .mdc-list-item__text {
	opacity: .38
}

.mdc-list-item--disabled .mdc-list-item__text,
.mdc-list-item--disabled .mdc-list-item__primary-text,
.mdc-list-item--disabled .mdc-list-item__secondary-text {
	color: #000;
	color: var(--mdc-theme-on-surface, #000)
}

.mdc-list--dense {
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: .812rem
}

.mdc-list-item {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: flex-start;
	padding: 0 16px;
	overflow: hidden
}

.mdc-list-item:focus {
	outline: none
}

.mdc-list-item--selected,
.mdc-list-item--activated {
	color: #6200ee;
	color: var(--mdc-theme-primary, #6200ee)
}

.mdc-list-item--selected .mdc-list-item__graphic,
.mdc-list-item--activated .mdc-list-item__graphic {
	color: #6200ee;
	color: var(--mdc-theme-primary, #6200ee)
}

.mdc-list-item__graphic {
	margin-left: 0;
	margin-right: 32px;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	fill: currentColor
}

.mdc-list-item[dir=rtl] .mdc-list-item__graphic,
[dir=rtl] .mdc-list-item .mdc-list-item__graphic {
	margin-left: 32px;
	margin-right: 0
}

.mdc-list .mdc-list-item__graphic {
	display: inline-flex
}

.mdc-list-item__meta {
	margin-left: auto;
	margin-right: 0
}

.mdc-list-item__meta:not(.material-icons) {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	font-size: .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: .0333333333em;
	letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
	text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-caption-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[dir=rtl] .mdc-list-item__meta,
[dir=rtl] .mdc-list-item .mdc-list-item__meta {
	margin-left: 0;
	margin-right: auto
}

.mdc-list-item__text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.mdc-list-item__text[for] {
	pointer-events: none
}

.mdc-list-item__primary-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px;
	display: block
}

.mdc-list-item__primary-text::before {
	display: inline-block;
	width: 0;
	height: 32px;
	content: "";
	vertical-align: 0
}

.mdc-list-item__primary-text::after {
	display: inline-block;
	width: 0;
	height: 20px;
	content: "";
	vertical-align: -20px
}

.mdc-list--dense .mdc-list-item__primary-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	margin-bottom: -20px
}

.mdc-list--dense .mdc-list-item__primary-text::before {
	display: inline-block;
	width: 0;
	height: 24px;
	content: "";
	vertical-align: 0
}

.mdc-list--dense .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: Roboto, sans-serif;
	font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	font-size: .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: .0178571429em;
	letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
	text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-body2-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;
	display: block
}

.mdc-list-item__secondary-text::before {
	display: inline-block;
	width: 0;
	height: 20px;
	content: "";
	vertical-align: 0
}

.mdc-list--dense .mdc-list-item__secondary-text {
	display: block;
	margin-top: 0;
	line-height: normal;
	font-size: inherit
}

.mdc-list--dense .mdc-list-item__secondary-text::before {
	display: inline-block;
	width: 0;
	height: 20px;
	content: "";
	vertical-align: 0
}

.mdc-list--dense .mdc-list-item {
	height: 40px
}

.mdc-list--dense .mdc-list-item__graphic {
	margin-left: 0;
	margin-right: 36px;
	width: 20px;
	height: 20px
}

.mdc-list-item[dir=rtl] .mdc-list--dense .mdc-list-item__graphic,
[dir=rtl] .mdc-list-item .mdc-list--dense .mdc-list-item__graphic {
	margin-left: 36px;
	margin-right: 0
}

.mdc-list--avatar-list .mdc-list-item {
	height: 56px
}

.mdc-list--avatar-list .mdc-list-item__graphic {
	margin-left: 0;
	margin-right: 16px;
	width: 40px;
	height: 40px;
	border-radius: 50%
}

.mdc-list-item[dir=rtl] .mdc-list--avatar-list .mdc-list-item__graphic,
[dir=rtl] .mdc-list-item .mdc-list--avatar-list .mdc-list-item__graphic {
	margin-left: 16px;
	margin-right: 0
}

.mdc-list--two-line .mdc-list-item__text {
	align-self: flex-start
}

.mdc-list--two-line .mdc-list-item {
	height: 72px
}

.mdc-list--two-line.mdc-list--dense .mdc-list-item,
.mdc-list--avatar-list.mdc-list--dense .mdc-list-item {
	height: 60px
}

.mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
	margin-left: 0;
	margin-right: 20px;
	width: 36px;
	height: 36px
}

.mdc-list-item[dir=rtl] .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic,
[dir=rtl] .mdc-list-item .mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
	margin-left: 20px;
	margin-right: 0
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item {
	cursor: pointer
}

a.mdc-list-item {
	color: inherit;
	text-decoration: none
}

.mdc-list-divider {
	height: 0;
	margin: 0;
	border: none;
	border-bottom-width: 1px;
	border-bottom-style: solid
}

.mdc-list-divider {
	border-bottom-color: rgba(0, 0, 0, .12)
}

.mdc-list-divider--padded {
	margin: 0 16px
}

.mdc-list-divider--inset {
	margin-left: 72px;
	margin-right: 0;
	width: calc(100% - 72px)
}

.mdc-list-group[dir=rtl] .mdc-list-divider--inset,
[dir=rtl] .mdc-list-group .mdc-list-divider--inset {
	margin-left: 0;
	margin-right: 72px
}

.mdc-list-divider--inset.mdc-list-divider--padded {
	width: calc(100% - 72px - 16px)
}

.mdc-list-group .mdc-list {
	padding: 0
}

.mdc-list-group__subheader {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	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: .009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
	text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-subtitle1-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
}

:not(.mdc-list--non-interactive)>: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)
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::after {
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	content: ""
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::before {
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::after {
	top: 0;
	left: 0;
	transform: scale(0);
	transform-origin: center center
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded::after {
	top: var(--mdc-ripple-top, 0);
	left: var(--mdc-ripple-left, 0)
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation::after {
	-webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation::after {
	-webkit-animation: mdc-ripple-fg-opacity-out 150ms;
	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--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::after {
	top: calc(50% - 100%);
	left: calc(50% - 100%);
	width: 200%;
	height: 200%
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::after {
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%)
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item::after {
	background-color: #000
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:hover::before {
	opacity: .04
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused::before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus::before {
	transition-duration: 75ms;
	opacity: .12
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded)::after {
	transition: opacity 150ms linear
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active::after {
	transition-duration: 75ms;
	opacity: .12
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.12
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::before {
	opacity: .12
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::after {
	background-color: #6200ee;
	background-color: var(--mdc-theme-primary, #6200ee)
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:hover::before {
	opacity: .16
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused::before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus::before {
	transition-duration: 75ms;
	opacity: .24
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded)::after {
	transition: opacity 150ms linear
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active::after {
	transition-duration: 75ms;
	opacity: .24
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.24
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::before {
	opacity: .08
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected::after {
	background-color: #6200ee;
	background-color: var(--mdc-theme-primary, #6200ee)
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:hover::before {
	opacity: .12
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before,
:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before {
	transition-duration: 75ms;
	opacity: .2
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded)::after {
	transition: opacity 150ms linear
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after {
	transition-duration: 75ms;
	opacity: .2
}

:not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.2
}

:not(.mdc-list--non-interactive)>.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)
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::before,
:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::after {
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	content: ""
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded::before {
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded::after {
	top: 0;
	left: 0;
	transform: scale(0);
	transform-origin: center center
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--unbounded::after {
	top: var(--mdc-ripple-top, 0);
	left: var(--mdc-ripple-left, 0)
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-activation::after {
	-webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation::after {
	-webkit-animation: mdc-ripple-fg-opacity-out 150ms;
	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--non-interactive)>.mdc-list-item--disabled::before,
:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::after {
	top: calc(50% - 100%);
	left: calc(50% - 100%);
	width: 200%;
	height: 200%
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded::after {
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%)
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::before,
:not(.mdc-list--non-interactive)>.mdc-list-item--disabled::after {
	background-color: #000
}

:not(.mdc-list--non-interactive)>.mdc-list-item--disabled.mdc-ripple-upgraded--background-focused::before,
:not(.mdc-list--non-interactive)>.mdc-list-item--disabled:not(.mdc-ripple-upgraded):focus::before {
	transition-duration: 75ms;
	opacity: .12
}

.mdc-menu-surface {
	display: none;
	position: absolute;
	box-sizing: border-box;
	max-width: calc(100vw - 32px);
	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 .03s linear, transform .12s 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, .12);
	background-color: #fff;
	background-color: var(--mdc-theme-surface, #fff);
	color: #000;
	color: var(--mdc-theme-on-surface, #000);
	border-radius: 4px;
	transform-origin-left: top left;
	transform-origin-right: top right
}

.mdc-menu-surface:focus {
	outline: none
}

.mdc-menu-surface--open {
	display: inline-block;
	transform: scale(1);
	opacity: 1
}

.mdc-menu-surface--animating-open {
	display: inline-block;
	transform: scale(0.8);
	opacity: 0
}

.mdc-menu-surface--animating-closed {
	display: inline-block;
	opacity: 0;
	transition: opacity .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-elevation-overlay {
	position: absolute;
	border-radius: inherit;
	opacity: 0;
	pointer-events: none;
	transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
	background-color: #fff
}

.mdc-menu {
	min-width: 112px
}

.mdc-menu .mdc-list-item__meta {
	color: rgba(0, 0, 0, .87)
}

.mdc-menu .mdc-list-item__graphic {
	color: rgba(0, 0, 0, .87)
}

.mdc-menu .mdc-list {
	color: rgba(0, 0, 0, .87);
	position: relative
}

.mdc-menu .mdc-list .mdc-elevation-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.mdc-menu .mdc-list-divider {
	margin: 8px 0
}

.mdc-menu .mdc-list-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mdc-menu .mdc-list-item--disabled {
	cursor: auto
}

.mdc-menu a.mdc-list-item .mdc-list-item__text,
.mdc-menu a.mdc-list-item .mdc-list-item__graphic {
	pointer-events: none
}

.mdc-menu__selection-group {
	padding: 0;
	fill: currentColor
}

.mdc-menu__selection-group .mdc-list-item {
	padding-left: 56px;
	padding-right: 16px
}

[dir=rtl] .mdc-menu__selection-group .mdc-list-item,
.mdc-menu__selection-group .mdc-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
}

@-webkit-keyframes mdc-select-float-native-control {
	0% {
		transform: translateY(8px);
		opacity: 0
	}
	100% {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes mdc-select-float-native-control {
	0% {
		transform: translateY(8px);
		opacity: 0
	}
	100% {
		transform: translateY(0);
		opacity: 1
	}
}

.mdc-select--with-leading-icon:not(.mdc-select--disabled) .mdc-select__icon {
	color: #000;
	color: var(--mdc-theme-on-surface, #000)
}

.mdc-select--with-leading-icon .mdc-select__icon {
	display: inline-block;
	position: absolute;
	bottom: 16px;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	border: none;
	background-color: transparent;
	fill: currentColor;
	opacity: .54;
	text-decoration: none;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mdc-select__icon:not([tabindex]),
.mdc-select__icon[tabindex="-1"] {
	cursor: default;
	pointer-events: none
}

.mdc-select-helper-text {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	font-size: .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: .0333333333em;
	letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
	text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-caption-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;
	margin: 0;
	transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	will-change: opacity
}

.mdc-select-helper-text::before {
	display: inline-block;
	width: 0;
	height: 16px;
	content: "";
	vertical-align: 0
}

.mdc-select-helper-text--persistent {
	transition: none;
	opacity: 1;
	will-change: initial
}

.mdc-select {
	position: relative
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__anchor {
	background-color: #f5f5f5
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
	color: rgba(0, 0, 0, .87)
}

.mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
	color: rgba(0, 0, 0, .6)
}

.mdc-select:not(.mdc-select--disabled) .mdc-line-ripple::before {
	border-bottom-color: rgba(0, 0, 0, .42)
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__anchor+.mdc-select-helper-text {
	color: rgba(0, 0, 0, .6)
}

.mdc-select .mdc-select__anchor {
	border-radius: 4px 4px 0 0
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple::after {
	border-bottom-color: #6200ee;
	border-bottom-color: var(--mdc-theme-primary, #6200ee)
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
	color: rgba(98, 0, 238, .87)
}

.mdc-select:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
	border-bottom-color: rgba(0, 0, 0, .87)
}

.mdc-select .mdc-floating-label {
	left: 16px;
	right: initial;
	top: 21px;
	pointer-events: none
}

[dir=rtl] .mdc-select .mdc-floating-label,
.mdc-select .mdc-floating-label[dir=rtl] {
	left: initial;
	right: 16px
}

.mdc-select.mdc-select--with-leading-icon .mdc-floating-label {
	left: 48px;
	right: initial
}

[dir=rtl] .mdc-select.mdc-select--with-leading-icon .mdc-floating-label,
.mdc-select.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl] {
	left: initial;
	right: 48px
}

.mdc-select.mdc-select--outlined .mdc-floating-label {
	left: 4px;
	right: initial;
	top: 17px
}

[dir=rtl] .mdc-select.mdc-select--outlined .mdc-floating-label,
.mdc-select.mdc-select--outlined .mdc-floating-label[dir=rtl] {
	left: initial;
	right: 4px
}

.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label {
	left: 36px;
	right: initial
}

[dir=rtl] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label,
.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label[dir=rtl] {
	left: initial;
	right: 36px
}

.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above {
	left: 36px;
	right: initial
}

[dir=rtl] .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above,
.mdc-select.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label--float-above[dir=rtl] {
	left: initial;
	right: 36px
}

.mdc-select__dropdown-icon {
	background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;
	left: auto;
	right: 8px;
	position: absolute;
	bottom: 16px;
	width: 24px;
	height: 24px;
	transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none
}

[dir=rtl] .mdc-select__dropdown-icon,
.mdc-select__dropdown-icon[dir=rtl] {
	left: 8px;
	right: auto
}

.mdc-select--focused .mdc-select__dropdown-icon {
	background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%236200ee%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center
}

.mdc-select--activated .mdc-select__dropdown-icon {
	transform: rotate(180deg) translateY(-5px);
	transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1)
}

.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);
	display: inline-flex;
	position: relative;
	box-sizing: border-box;
	height: 56px;
	overflow: hidden;
	will-change: opacity, transform, color
}

.mdc-select__anchor::before,
.mdc-select__anchor::after {
	position: absolute;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	content: ""
}

.mdc-select__anchor::before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1
}

.mdc-select__anchor.mdc-ripple-upgraded::before {
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-select__anchor.mdc-ripple-upgraded::after {
	top: 0;
	left: 0;
	transform: scale(0);
	transform-origin: center center
}

.mdc-select__anchor.mdc-ripple-upgraded--unbounded::after {
	top: var(--mdc-ripple-top, 0);
	left: var(--mdc-ripple-left, 0)
}

.mdc-select__anchor.mdc-ripple-upgraded--foreground-activation::after {
	-webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-select__anchor.mdc-ripple-upgraded--foreground-deactivation::after {
	-webkit-animation: mdc-ripple-fg-opacity-out 150ms;
	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::before,
.mdc-select__anchor::after {
	top: calc(50% - 100%);
	left: calc(50% - 100%);
	width: 200%;
	height: 200%
}

.mdc-select__anchor.mdc-ripple-upgraded::after {
	width: var(--mdc-ripple-fg-size, 100%);
	height: var(--mdc-ripple-fg-size, 100%)
}

.mdc-select__anchor::before,
.mdc-select__anchor::after {
	background-color: rgba(0, 0, 0, .87)
}

.mdc-select__anchor:hover::before {
	opacity: .04
}

.mdc-select__anchor.mdc-ripple-upgraded--background-focused::before,
.mdc-select__anchor:not(.mdc-ripple-upgraded):focus::before {
	transition-duration: 75ms;
	opacity: .12
}

.mdc-select__anchor .mdc-floating-label--float-above {
	transform: translateY(-70%) scale(0.75)
}

.mdc-select__anchor.mdc-select--focused .mdc-line-ripple::after {
	transform: scale(1, 2);
	opacity: 1
}

.mdc-select__anchor+.mdc-select-helper-text {
	margin-right: 12px;
	margin-left: 12px
}

.mdc-select--outlined .mdc-select__anchor+.mdc-select-helper-text {
	margin-right: 16px;
	margin-left: 16px
}

.mdc-select--focused .mdc-select__anchor+.mdc-select-helper-text:not(.mdc-select-helper-text--validation-msg) {
	opacity: 1
}

.mdc-select__selected-text {
	padding-left: 16px;
	padding-right: 52px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	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: .009375em;
	letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
	text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
	box-sizing: border-box;
	width: 100%;
	min-width: 200px;
	height: 56px;
	padding-top: 20px;
	padding-bottom: 4px;
	border: none;
	outline: none;
	background-color: transparent;
	color: inherit;
	white-space: nowrap;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

[dir=rtl] .mdc-select__selected-text,
.mdc-select__selected-text[dir=rtl] {
	padding-left: 52px;
	padding-right: 16px
}

.mdc-select__selected-text::-ms-expand {
	display: none
}

.mdc-select__selected-text::-ms-value {
	background-color: transparent;
	color: inherit
}

@-moz-document url-prefix("") {
	.mdc-select__selected-text {
		text-indent: -2px
	}
}

.mdc-select--outlined {
	border: none
}

.mdc-select--outlined:not(.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, .38)
}

.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__trailing {
	border-color: rgba(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: #6200ee;
	border-color: var(--mdc-theme-primary, #6200ee)
}

.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
	border-radius: 4px 0 0 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-radius: 0 4px 4px 0
}

.mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
	border-radius: 0 4px 4px 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-radius: 4px 0 0 4px
}

.mdc-select--outlined .mdc-select__selected-text {
	border-radius: 4px
}

.mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
	background-color: transparent
}

.mdc-select--outlined .mdc-select__anchor {
	overflow: visible
}

.mdc-select--outlined .mdc-select__anchor::before,
.mdc-select--outlined .mdc-select__anchor::after {
	content: none
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake {
	-webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
	animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
	transform: translateY(-144%) scale(1)
}

.mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above {
	font-size: .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(-130%) 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__selected-text {
	padding-left: 16px;
	padding-right: 52px;
	display: flex;
	padding-top: 14px;
	padding-bottom: 12px;
	border: none;
	background-color: transparent;
	z-index: 1
}

[dir=rtl] .mdc-select--outlined .mdc-select__selected-text,
.mdc-select--outlined .mdc-select__selected-text[dir=rtl] {
	padding-left: 52px;
	padding-right: 16px
}

.mdc-select--outlined .mdc-select__icon {
	z-index: 2
}

.mdc-select--outlined .mdc-floating-label {
	line-height: 1.15rem;
	pointer-events: auto
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label {
	color: #b00020;
	color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::before {
	border-bottom-color: #b00020;
	border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-line-ripple::after {
	border-bottom-color: #b00020;
	border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
	color: #b00020
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid .mdc-select__anchor+.mdc-select-helper-text--validation-msg {
	color: #b00020;
	color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
	border-bottom-color: #b00020;
	border-bottom-color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
	border-color: #b00020;
	border-color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__selected-text:hover~.mdc-notched-outline .mdc-notched-outline__trailing {
	border-color: #b00020;
	border-color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
	border-width: 2px
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__trailing {
	border-color: #b00020;
	border-color: var(--mdc-theme-error, #b00020)
}

.mdc-select--invalid .mdc-select__dropdown-icon {
	background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23b00020%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center
}

.mdc-select--invalid+.mdc-select-helper-text--validation-msg {
	opacity: 1
}

.mdc-select--required .mdc-floating-label::after {
	content: "*"
}

.mdc-select--disabled {
	cursor: default;
	pointer-events: none
}

.mdc-select--disabled .mdc-select__anchor {
	background-color: #fafafa
}

.mdc-select--disabled .mdc-floating-label {
	color: rgba(0, 0, 0, .38)
}

.mdc-select--disabled .mdc-select__dropdown-icon {
	background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center
}

.mdc-select--disabled .mdc-line-ripple::before {
	border-bottom-color: rgba(0, 0, 0, .38)
}

.mdc-select--disabled .mdc-line-ripple::before {
	border-bottom-style: dotted
}

.mdc-select--disabled .mdc-select__icon {
	color: rgba(0, 0, 0, .38)
}

.mdc-select--disabled .mdc-select__selected-text {
	color: rgba(0, 0, 0, .38);
	pointer-events: none
}

.mdc-select--disabled.mdc-select--outlined .mdc-select__anchor {
	background-color: transparent
}

.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__leading,
.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__notch,
.mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .16)
}

.mdc-select--no-label:not(.mdc-select--outlined) .mdc-select__anchor .mdc-select__selected-text {
	padding-top: 14px
}

.mdc-select--with-leading-icon .mdc-select__icon {
	left: 16px;
	right: initial
}

[dir=rtl] .mdc-select--with-leading-icon .mdc-select__icon,
.mdc-select--with-leading-icon .mdc-select__icon[dir=rtl] {
	left: initial;
	right: 16px
}

.mdc-select--with-leading-icon .mdc-select__selected-text {
	padding-left: 48px;
	padding-right: 32px
}

[dir=rtl] .mdc-select--with-leading-icon .mdc-select__selected-text,
.mdc-select--with-leading-icon .mdc-select__selected-text[dir=rtl] {
	padding-left: 32px;
	padding-right: 48px
}

.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above {
	transform: translateY(-144%) translateX(-32px) scale(1)
}

[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above[dir=rtl] {
	transform: translateY(-144%) translateX(32px) scale(1)
}

.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--float-above {
	font-size: .75rem
}

.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	transform: translateY(-130%) translateX(-32px) scale(0.75)
}

[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl] {
	transform: translateY(-130%) translateX(32px) scale(0.75)
}

.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	font-size: 1rem
}

.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake {
	-webkit-animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon 250ms 1;
	animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon 250ms 1
}

[dir=rtl] .mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake,
.mdc-select--with-leading-icon.mdc-select--outlined[dir=rtl] .mdc-floating-label--shake {
	-webkit-animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl 250ms 1;
	animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl 250ms 1
}

.mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text {
	padding-left: 32px;
	padding-right: 32px
}

[dir=rtl] .mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text,
.mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text[dir=rtl] {
	padding-left: 32px;
	padding-right: 32px
}

.mdc-select__menu .mdc-list .mdc-list-item--selected {
	color: #000;
	color: var(--mdc-theme-on-surface, #000)
}

.mdc-select__menu .mdc-list .mdc-list-item--selected::before,
.mdc-select__menu .mdc-list .mdc-list-item--selected::after {
	background-color: #000;
	background-color: var(--mdc-theme-on-surface, #000)
}

.mdc-select__menu .mdc-list .mdc-list-item--selected:hover::before {
	opacity: .04
}

.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before,
.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before {
	transition-duration: 75ms;
	opacity: .12
}

.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded)::after {
	transition: opacity 150ms linear
}

.mdc-select__menu .mdc-list .mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after {
	transition-duration: 75ms;
	opacity: .12
}

.mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.12
}

@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon {
	0% {
		transform: translateX(calc(0 - 32px)) translateY(-130%) scale(0.75)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 32px)) translateY(-130%) scale(0.75)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(0.75)
	}
	100% {
		transform: translateX(calc(0 - 32px)) translateY(-130%) scale(0.75)
	}
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon {
	0% {
		transform: translateX(calc(0 - 32px)) translateY(-130%) scale(0.75)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - 32px)) translateY(-130%) scale(0.75)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(0.75)
	}
	100% {
		transform: translateX(calc(0 - 32px)) translateY(-130%) scale(0.75)
	}
}

@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl {
	0% {
		transform: translateX(calc(0 - -32px)) translateY(-130%) scale(0.75)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - -32px)) translateY(-130%) scale(0.75)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(0.75)
	}
	100% {
		transform: translateX(calc(0 - -32px)) translateY(-130%) scale(0.75)
	}
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl {
	0% {
		transform: translateX(calc(0 - -32px)) translateY(-130%) scale(0.75)
	}
	33% {
		-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
		transform: translateX(calc(4% - -32px)) translateY(-130%) scale(0.75)
	}
	66% {
		-webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
		transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(0.75)
	}
	100% {
		transform: translateX(calc(0 - -32px)) translateY(-130%) scale(0.75)
	}
}

.mdc-form-field {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Roboto, sans-serif;
	font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
	font-size: .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: .0178571429em;
	letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
	text-decoration: inherit;
	-webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
	text-transform: inherit;
	text-transform: var(--mdc-typography-body2-text-transform, inherit);
	color: rgba(0, 0, 0, .87);
	color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
	display: inline-flex;
	align-items: center;
	vertical-align: middle
}

.mdc-form-field>label {
	margin-left: 0;
	margin-right: auto;
	padding-left: 4px;
	padding-right: 0;
	order: 0
}

[dir=rtl] .mdc-form-field>label,
.mdc-form-field>label[dir=rtl] {
	margin-left: auto;
	margin-right: 0
}

[dir=rtl] .mdc-form-field>label,
.mdc-form-field>label[dir=rtl] {
	padding-left: 0;
	padding-right: 4px
}

.mdc-form-field--align-end>label {
	margin-left: auto;
	margin-right: 0;
	padding-left: 0;
	padding-right: 4px;
	order: -1
}

[dir=rtl] .mdc-form-field--align-end>label,
.mdc-form-field--align-end>label[dir=rtl] {
	margin-left: 0;
	margin-right: auto
}

[dir=rtl] .mdc-form-field--align-end>label,
.mdc-form-field--align-end>label[dir=rtl] {
	padding-left: 4px;
	padding-right: 0
}

.mdc-touch-target-wrapper {
	display: inline
}

@-webkit-keyframes mdc-checkbox-unchecked-checked-checkmark-path {
	0%,
	50% {
		stroke-dashoffset: 29.7833385
	}
	50% {
		-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1)
	}
	100% {
		stroke-dashoffset: 0
	}
}

@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
	0%,
	50% {
		stroke-dashoffset: 29.7833385
	}
	50% {
		-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1)
	}
	100% {
		stroke-dashoffset: 0
	}
}

@-webkit-keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
	0%,
	68.2% {
		transform: scaleX(0)
	}
	68.2% {
		-webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
		animation-timing-function: cubic-bezier(0, 0, 0, 1)
	}
	100% {
		transform: scaleX(1)
	}
}

@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
	0%,
	68.2% {
		transform: scaleX(0)
	}
	68.2% {
		-webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
		animation-timing-function: cubic-bezier(0, 0, 0, 1)
	}
	100% {
		transform: scaleX(1)
	}
}

@-webkit-keyframes mdc-checkbox-checked-unchecked-checkmark-path {
	from {
		-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
		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-unchecked-checkmark-path {
	from {
		-webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
		animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
		opacity: 1;
		stroke-dashoffset: 0
	}
	to {
		opacity: 0;
		stroke-dashoffset: -29.7833385
	}
}

@-webkit-keyframes mdc-checkbox-checked-indeterminate-checkmark {
	from {
		-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		transform: rotate(0deg);
		opacity: 1
	}
	to {
		transform: rotate(45deg);
		opacity: 0
	}
}

@keyframes mdc-checkbox-checked-indeterminate-checkmark {
	from {
		-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		transform: rotate(0deg);
		opacity: 1
	}
	to {
		transform: rotate(45deg);
		opacity: 0
	}
}

@-webkit-keyframes mdc-checkbox-indeterminate-checked-checkmark {
	from {
		-webkit-animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
		animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		transform: rotate(360deg);
		opacity: 1
	}
}

@keyframes mdc-checkbox-indeterminate-checked-checkmark {
	from {
		-webkit-animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
		animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
		transform: rotate(45deg);
		opacity: 0
	}
	to {
		transform: rotate(360deg);
		opacity: 1
	}
}

@-webkit-keyframes mdc-checkbox-checked-indeterminate-mixedmark {
	from {
		-webkit-animation-timing-function: mdc-animation-deceleration-curve-timing-function;
		animation-timing-function: mdc-animation-deceleration-curve-timing-function;
		transform: rotate(-45deg);
		opacity: 0
	}
	to {
		transform: rotate(0deg);
		opacity: 1
	}
}

@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
	from {
		-webkit-animation-timing-function: mdc-animation-deceleration-curve-timing-function;
		animation-timing-function: mdc-animation-deceleration-curve-timing-function;
		transform: rotate(-45deg);
		opacity: 0
	}
	to {
		transform: rotate(0deg);
		opacity: 1
	}
}

@-webkit-keyframes mdc-checkbox-indeterminate-checked-mixedmark {
	from {
		-webkit-animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
		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-checked-mixedmark {
	from {
		-webkit-animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
		animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
		transform: rotate(0deg);
		opacity: 1
	}
	to {
		transform: rotate(315deg);
		opacity: 0
	}
}

@-webkit-keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
	0% {
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		transform: scaleX(1);
		opacity: 1
	}
	32.8%,
	100% {
		transform: scaleX(0);
		opacity: 0
	}
}

@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
	0% {
		-webkit-animation-timing-function: linear;
		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;
	padding: 11px
}

.mdc-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background::before,
.mdc-checkbox .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background::before {
	background-color: #018786;
	background-color: var(--mdc-theme-secondary, #018786)
}

.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
	background-color: #018786;
	background-color: var(--mdc-theme-secondary, #018786)
}

.mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before {
	opacity: .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: .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: .12
}

.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
	--mdc-ripple-fg-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: #018786;
	background-color: var(--mdc-theme-secondary, #018786)
}

.mdc-checkbox .mdc-checkbox__background {
	top: 11px;
	left: 11px
}

.mdc-checkbox .mdc-checkbox__background::before {
	top: -13px;
	left: -13px;
	width: 40px;
	height: 40px
}

.mdc-checkbox .mdc-checkbox__native-control {
	top: 0px;
	right: 0px;
	left: 0px;
	width: 40px;
	height: 40px
}

.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background {
	border-color: rgba(0, 0, 0, .54);
	background-color: transparent
}

.mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background {
	border-color: #018786;
	border-color: var(--mdc-theme-secondary, #018786);
	background-color: #018786;
	background-color: var(--mdc-theme-secondary, #018786)
}

@-webkit-keyframes mdc-checkbox-fade-in-background-8A000000secondary00000000secondary {
	0% {
		border-color: rgba(0, 0, 0, .54);
		background-color: transparent
	}
	50% {
		border-color: #018786;
		border-color: var(--mdc-theme-secondary, #018786);
		background-color: #018786;
		background-color: var(--mdc-theme-secondary, #018786)
	}
}

@keyframes mdc-checkbox-fade-in-background-8A000000secondary00000000secondary {
	0% {
		border-color: rgba(0, 0, 0, .54);
		background-color: transparent
	}
	50% {
		border-color: #018786;
		border-color: var(--mdc-theme-secondary, #018786);
		background-color: #018786;
		background-color: var(--mdc-theme-secondary, #018786)
	}
}

@-webkit-keyframes mdc-checkbox-fade-out-background-8A000000secondary00000000secondary {
	0%,
	80% {
		border-color: #018786;
		border-color: var(--mdc-theme-secondary, #018786);
		background-color: #018786;
		background-color: var(--mdc-theme-secondary, #018786)
	}
	100% {
		border-color: rgba(0, 0, 0, .54);
		background-color: transparent
	}
}

@keyframes mdc-checkbox-fade-out-background-8A000000secondary00000000secondary {
	0%,
	80% {
		border-color: #018786;
		border-color: var(--mdc-theme-secondary, #018786);
		background-color: #018786;
		background-color: var(--mdc-theme-secondary, #018786)
	}
	100% {
		border-color: rgba(0, 0, 0, .54);
		background-color: transparent
	}
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
	-webkit-animation-name: mdc-checkbox-fade-in-background-8A000000secondary00000000secondary;
	animation-name: mdc-checkbox-fade-in-background-8A000000secondary00000000secondary
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
	-webkit-animation-name: mdc-checkbox-fade-out-background-8A000000secondary00000000secondary;
	animation-name: mdc-checkbox-fade-out-background-8A000000secondary00000000secondary
}

.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate)~.mdc-checkbox__background {
	border-color: rgba(0, 0, 0, .38);
	background-color: transparent
}

.mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,
.mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background {
	border-color: transparent;
	background-color: rgba(0, 0, 0, .38)
}

.mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark {
	color: #fff
}

.mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark {
	border-color: #fff
}

.mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark {
	color: #fff
}

.mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark {
	border-color: #fff
}

@media screen and (-ms-high-contrast: active) {
	.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate)~.mdc-checkbox__background {
		border-color: GrayText;
		background-color: transparent
	}
	.mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,
	.mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background {
		border-color: GrayText;
		background-color: transparent
	}
	.mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark {
		color: GrayText
	}
	.mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark {
		border-color: GrayText
	}
	.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: transparent;
	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__background .mdc-checkbox__background::before {
	background-color: #000;
	background-color: var(--mdc-theme-on-surface, #000)
}

.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--upgraded .mdc-checkbox__background,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
.mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
	transition: none !important
}

.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 {
	-webkit-animation-duration: 180ms;
	animation-duration: 180ms;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
	-webkit-animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
	animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
	transition: none
}

.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
	-webkit-animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
	animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
	transition: none
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
	-webkit-animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
	animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
	transition: none
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
	-webkit-animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
	animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
	transition: none
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
	-webkit-animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
	animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
	transition: none
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
	-webkit-animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
	animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
	transition: none
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
	-webkit-animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
	animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
	transition: none
}

.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
	-webkit-animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
	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 {
	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 {
	stroke-dashoffset: 0
}

.mdc-checkbox__background::before {
	position: absolute;
	transform: scale(0, 0);
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	content: "";
	will-change: opacity, transform;
	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:focus~.mdc-checkbox__background::before {
	transform: scale(1);
	opacity: .12;
	transition: opacity 80ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 80ms 0ms cubic-bezier(0, 0, 0.2, 1)
}

.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-top: 4px;
	margin-bottom: 4px;
	margin-right: 4px;
	margin-left: 4px
}

.mdc-checkbox--touch .mdc-checkbox__native-control {
	top: -4px;
	right: -4px;
	left: -4px;
	width: 48px;
	height: 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 {
	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 {
	transform: scaleX(1) rotate(0deg);
	opacity: 1
}

.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)
}

.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
}

.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 {
	-webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
	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 {
	-webkit-animation: mdc-ripple-fg-opacity-out 150ms;
	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 {
	background-color: #000;
	background-color: var(--mdc-theme-on-surface, #000)
}

.mdc-checkbox:hover .mdc-checkbox__ripple::before {
	opacity: .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: .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: .12
}

.mdc-checkbox.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.12
}

.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__ripple {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none
}

.mdc-ripple-upgraded--background-focused .mdc-checkbox__background::before {
	content: none
}

body {
	font-family: "Roboto", sans-serif
}

label {
	margin-bottom: 0
}

.demo-width-class {
	width: 100%
}

.text-field-container {
	margin-bottom: 30px
}

.mdc-typography--subtitle1 {
	color: #454545;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .009375em;
	margin-bottom: 25px
}

.mdc-text-field {
	width: 100%
}

.mdc-form-field {
	font-size: 18px;
	margin-top: 6px
}

.mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background {
	border-color: #0051a1;
	border-color: var(--mdc-theme-secondary, #0051a1);
	background-color: #0051a1;
	background-color: var(--mdc-theme-secondary, #0051a1)
}

.mdc-select+.mdc-text-field-helper-line {
	padding-right: 16px;
	padding-left: 16px
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
	color: rgba(0, 0, 0, .6)
}

.form-divider {
	border-top: 1px dashed #b4aeae;
	margin: 40px 0
}

.form-obs {
	background: #0051a1;
	border-radius: 10px;
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: .4px;
	line-height: 23px;
	margin-top: 40px;
	padding: 32px 50px;
	text-align: center
}

.cadastro__header {
	background-color: #0051a1;
	margin-bottom: 90px;
	padding: 45px 0
}

.cadastro__header h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	margin: 0
}

.desligamento_header{
	background-color: #0051a1;
	  margin-bottom: 90px;
	  padding: 45px 0
  }
  
  .desligamento_header h1 {
	  color: #fff;
	  font-size: 32px;
	  font-weight: 500;
	  margin: 0
  }

#msform {
	position: relative
}

#msform fieldset {
	width: 100%;
	position: relative
}

#msform fieldset:not(:first-of-type) {
	display: none
}

#msform .action-button {
	background: transparent;
	border: 0;
	cursor: pointer;
	float: right;
	margin: 100px 5px;
	height: 110px;
	width: 110px
}

#msform .action-button:hover,
#msform .action-button:focus {
	outline: none
}

#progressbar {
	overflow: hidden;
	counter-reset: step;
	padding: 0;
	margin: 0 0 100px
}

#progressbar li {
	color: #454545;
	list-style-type: none;
	font-size: 14px;
	width: 33.33%;
	float: left;
	position: relative;
	text-align: center;
}

@media(min-width: 992px) {
	#progressbar li {
		font-size: 20px
	}
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 63px;
	line-height: 63px;
	display: block;
	font-size: 24px;
	color: #fff;
	background: #b4b4b4;
	border-radius: 50%;
	margin: 0 auto 5px auto;
	text-align: center
}

#progressbar li:after {
	content: "";
	width: 100%;
	height: 9px;
	background: #b4b4b4;
	position: absolute;
	left: -50%;
	top: 27px;
	z-index: -1;
	cursor: pointer;
}
.disableds {
    pointer-events:none; 
    opacity:0.6;         
}
#progressbar li:first-child:after {
	content: none
}

#progressbar li.active:before,
#progressbar li.active:after {
	background: #175797;
	color: #fff;
	cursor: pointer;
}

.body-sucesso {
	background-image: url("/assets/img/background-sucesso.png");
	background-size: cover
}

.sucesso-box {
	background: #fff;
	box-shadow: 0px 7px 64px rgba(0, 0, 0, .07);
	border-radius: 8px;
	margin: 150px 0
}

.sucesso-logo {
	padding: 60px 0
}

.sucesso-logo img {
	margin: auto;
	width: 250px
}

.sucesso-texto {
	font-weight: bold;
	font-size: 24px;
	color: #1d1d1d;
	margin-bottom: 64px
}

.sucesso-texto span {
	color: #0051a1
}

.sucesso-texto p {
	font-size: 20px
}

.sucesso-cta {
	background: #fafafa;
	color: #646464;
	font-size: 16px;
	line-height: 19px;
	padding: 35px 60px
}

.sucesso-btn {
	background-color: #0051a1;
	border-color: #0051a1;
	border-radius: 200px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	width: 224px;
	padding: 15px 0
}

.sucesso-btn:hover {
	color: #fff
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
	color: #0051a1
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
	border-color: #0051a1
}