.muze-password-field {
	position: relative;
	display: inline-block;
	max-width: 100%;
	box-sizing: border-box;
	vertical-align: middle;
}

.muze-password-field--fluid {
	display: block;
	width: 100%;
}

.muze-password-field > .muze-password-input {
	width: 100%;
	box-sizing: border-box;
	padding-inline-end: 52px !important;
}

.muze-password-field > .muze-password-input::-ms-reveal,
.muze-password-field > .muze-password-input::-ms-clear {
	display: none;
}

.muze-password-toggle,
.muze-password-native-toggle {
	display: inline-grid !important;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	max-width: 44px !important;
	max-height: 44px !important;
	flex: 0 0 44px !important;
	box-sizing: border-box;
	padding: 0 !important;
	place-items: center !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-indent: 0 !important;
	color: #243b67 !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 50% !important;
	box-shadow: none !important;
	-webkit-appearance: none;
	appearance: none;
	opacity: .9;
	overflow: visible !important;
	cursor: pointer;
	z-index: 2;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
	transition: color .15s ease, opacity .15s ease, transform .15s ease;
}

.muze-password-toggle {
	position: absolute;
	top: 50%;
	inset-inline-end: 4px;
	transform: translateY(-50%);
}

.wp-pwd,
.password-input,
.woocommerce-password-input {
	position: relative;
}

.wp-pwd > input,
.password-input > .muze-password-input,
.woocommerce-password-input > .muze-password-input {
	padding-inline-end: 52px !important;
}

.wp-pwd > .muze-password-native-toggle,
.password-input > .muze-password-native-toggle,
.woocommerce-password-input > .muze-password-native-toggle {
	position: absolute !important;
	top: 50% !important;
	right: auto !important;
	left: auto !important;
	inset-inline-end: 4px !important;
	inset-inline-start: auto !important;
	margin: 0 !important;
	transform: translateY(-50%) !important;
}

.muze-password-toggle:hover,
.muze-password-native-toggle:hover {
	color: #172d55 !important;
	background: transparent !important;
	opacity: 1;
}

.muze-password-toggle:focus-visible,
.muze-password-native-toggle:focus-visible {
	outline: 3px solid #ff3565 !important;
	outline-offset: 1px;
	opacity: 1;
}

.muze-password-toggle:disabled,
.muze-password-native-toggle:disabled {
	opacity: .42;
	cursor: not-allowed;
}

.muze-password-icon {
	display: block !important;
	width: 20px !important;
	height: 20px !important;
	min-width: 20px !important;
	min-height: 20px !important;
	max-width: 20px !important;
	max-height: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	flex: 0 0 20px !important;
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 1.9 !important;
	stroke-linecap: round !important;
	stroke-linejoin: round !important;
	overflow: visible !important;
	pointer-events: none;
}

.muze-password-icon-state {
	transform-box: view-box;
	transform-origin: center;
}

.muze-password-native-toggle::before,
.muze-password-native-toggle::after,
.muze-password-native-toggle > :not(.muze-password-icon) {
	display: none !important;
	content: none !important;
}

.muze-password-toggle[data-state="hidden"] .muze-password-eye,
.muze-password-toggle[data-state="visible"] .muze-password-eye-off,
.muze-password-native-toggle[data-state="hidden"] .muze-password-eye,
.muze-password-native-toggle[data-state="visible"] .muze-password-eye-off {
	display: inline !important;
	opacity: 1 !important;
	transform: none !important;
}

.muze-password-toggle[data-state="hidden"] .muze-password-eye-off,
.muze-password-toggle[data-state="visible"] .muze-password-eye,
.muze-password-native-toggle[data-state="hidden"] .muze-password-eye-off,
.muze-password-native-toggle[data-state="visible"] .muze-password-eye {
	display: none !important;
	opacity: 0 !important;
}

.mas-auth .muze-password-toggle,
.mas-auth .muze-password-native-toggle {
	color: #f8f2f8 !important;
}

.mas-auth .muze-password-toggle:hover,
.mas-auth .muze-password-native-toggle:hover {
	color: #ffffff !important;
}

.mas-auth .muze-password-input:autofill + .muze-password-toggle,
.mas-auth .muze-password-input:-webkit-autofill + .muze-password-toggle {
	color: #243b67 !important;
}

.mas-auth .muze-password-input:autofill + .muze-password-toggle:hover,
.mas-auth .muze-password-input:autofill + .muze-password-toggle:focus-visible,
.mas-auth .muze-password-input:-webkit-autofill + .muze-password-toggle:hover,
.mas-auth .muze-password-input:-webkit-autofill + .muze-password-toggle:focus-visible {
	color: #172d55 !important;
}

.woocommerce .muze-password-toggle,
.woocommerce .muze-password-native-toggle,
#login .muze-password-native-toggle,
#wpbody .muze-password-native-toggle {
	color: #243b67 !important;
}

@media (max-width: 480px) {
	.muze-password-toggle,
	.wp-pwd > .muze-password-native-toggle,
	.password-input > .muze-password-native-toggle,
	.woocommerce-password-input > .muze-password-native-toggle {
		inset-inline-end: 3px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.muze-password-toggle,
	.muze-password-native-toggle {
		transition: none;
	}
}

@media (forced-colors: active) {
	.muze-password-toggle,
	.muze-password-native-toggle {
		color: ButtonText !important;
		forced-color-adjust: auto;
	}
}
