
.wpsmp-toggle {
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background: #999 !important;
	border: none !important;
	border-radius: 999px !important;
	display: inline-block !important;
	height: 18px !important;
	position: relative !important;
	transform: translateY(1px);
	vertical-align: middle !important;
	width: 32px !important;
}

.wpsmp-toggle, .wpsmp-toggle:before {
	transition: all .2s cubic-bezier(.27, .2, .25, 1.51) !important;
}

.wpsmp-toggle:before {
	background: #fff !important;
	border-radius: 50% !important;
	content: "" !important;
	height: 14px !important;
	left: 2px !important;
	margin: 0 !important;
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 14px !important;
}

.wpsmp-toggle:checked {
	background: var(--wp-admin-theme-color, #720eec) !important;
}

.wpsmp-toggle:checked:before {
	left: calc(100% - 16px) !important;
}

.wpsmp-toggle:focus {
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
}

.check_api_base {
	background: #dbeafe !important;
	box-shadow: inset 0 0 0 1px #1d4ed8 !important;
	color: #1d4ed8 !important;
}

.check_api_success {
	background: #dcfce7 !important;
	box-shadow: inset 0 0 0 1px #15803d !important;
	color: #15803d !important;
}

.check_api_error {
	background: #fee2e2 !important;
	box-shadow: inset 0 0 0 1px #b91c1c !important;
	color: #b91c1c !important;
}

.wpsmp-allowed-payment-method-icon {
	aspect-ratio: 4/3;
	background-color: #fff;
	border-radius: 5px;
	height: 32px;
	margin-left: 5px;
	margin-right: 10px;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: middle;
}
