/* Checkout Modal -Start- */

.ne-checkout-modal {
	background-color: rgba(0, 0, 0, .8);
	position: fixed !important;
	z-index: 9999 !important;
	top: 0 !important;
	left: 0;
	width: 100%;
	height: 100dvh;
	display: flex;
	padding: 20px;
}

.ne-checkout-modal.hidden {
	display: none;
}

.ne-modal-container {
	display: flex;
	max-width: 650px;
	margin: auto;
	background: #fff;
	border-radius: 6px;
	gap: 20px;
}

.ne-modal-container .elementor-widget-text-editor {
	color: #2F2F2F;
}

.ne-modal-container .ne-modal-btn-wrapper {
	display: flex;
	flex-direction: row;
}

.ne-modal-close-btn.elementor-widget-button .elementor-button {
	color: #3B716E;
	background: #F0F2F4;
}

.ne-modal-close-btn.elementor-widget-button .elementor-button:hover {
	color: #F0F2F4;
	background: #3B716E;
}

.ne-checkout-transition.elementor-widget-button .elementor-button {
	color: #F0F2F4;
	background: #3B716E;
}

.ne-checkout-transition.elementor-widget-button .elementor-button:hover {
	color: #F0F2F4;
	background: #000000;
}

/* Checkout Modal -Ende- */