.hide {
	display: none;
}

.mtn-momo-pay_main {
	outline: 0 solid gray;
}

.mtn-momo-pay_left,
.mtn-momo-pay_right {
	width: 70%;
	display: inline-block;
	outline: 0 solid gray;
	vertical-align: top;
}

.mtn-momo-pay_right {
	width: 28%;
	text-align: left;
}

.mtn-momo-pay_video {
	outline: 1px solid gray;
	width: 300px;
	height: 200px;
	padding-top: 50px;
	background: #ccc;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
}

.mtn-momo-pay_error-box {
	font-size: 14px;
	color: #b42318;
	margin-top: 12px;
}

.momopay_limits-box {
	font-size: 20px;
	color: #1cd20c;
}

.momopay_limits-box_error {
	font-size: 20px;
	color: red;
}

.button-primary.woocommerce-save-button {
	display: none;
}

.payment_method_momopay img {
	max-height: 30px;
}

.momopay-checkout-box {
	max-width: 460px;
	margin: 24px auto;
	padding: 0 16px;
}

.momopay-sandbox-badge {
	margin-bottom: 12px;
	padding: 10px 12px;
	border: 1px solid #f2c94c;
	border-radius: 6px;
	background: #fff8db;
	color: #7a5d00;
	text-align: center;
	font-size: 13px;
}

.momopay-card {
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.momopay-card-body {
	padding: 24px 20px;
	text-align: center;
}

.momopay-checkout-logo {
	display: block;
	max-width: 110px;
	height: auto;
	margin: 0 auto 14px;
}

.momopay-title {
	margin: 0 0 10px;
	font-size: 22px;
	color: #111827;
}

.momopay-phone {
	margin: 0 0 18px;
	font-size: 16px;
	color: #111827;
}

.momopay-indicator {
	position: relative;
	width: 56px;
	height: 56px;
	margin: 0 auto 16px;
}

.momopay-spinner {
	width: 56px;
	height: 56px;
	border: 4px solid #ececec;
	border-top-color: #ffcc00;
	border-radius: 50%;
	animation: momopay-spin 0.9s linear infinite;
}

.momopay-spinner.is-hidden {
	display: none;
}

.momopay-result-svg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 56px;
	align-items: center;
	justify-content: center;
}

.momopay-result-svg--show {
	display: flex;
}

.momopay-icon-circle {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid currentColor;
	background: #fff;
}

.momopay-icon-circle--success {
	color: #15803d;
}

.momopay-icon-circle--failure {
	color: #b42318;
}

.momopay-icon-symbol {
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
}

.momopay-status-text {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #374151;
}

.momopay-status-text--success {
	color: #15803d;
}

.momopay-status-text--failure {
	color: #b42318;
}

.momopay-success-box {
	display: none;
	margin-top: 12px;
	padding: 10px 12px;
	border: 1px solid #a6f4c5;
	border-radius: 6px;
	background: #ecfdf3;
	color: #067647;
	font-size: 14px;
}

.momopay-success-box.is-visible {
	display: block;
}

.momopay-cancel-btn {
	margin-top: 18px;
	padding: 10px 16px;
	border: 1px solid #d0d5dd;
	border-radius: 6px;
	background: #fff;
	color: #344054;
	font-size: 14px;
	cursor: pointer;
}

.momopay-cancel-btn:hover {
	background: #f9fafb;
}

@keyframes momopay-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 480px) {
	.momopay-checkout-box {
		padding: 0 10px;
	}

	.momopay-card-body {
		padding: 20px 16px;
	}
}
