.abclub-auth-modal {
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
}

.abclub-auth-modal__card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
	padding: 40px 36px 32px;
}

.abclub-auth-modal__title {
	margin: 0 0 28px;
	font-family: Montserrat, sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.3;
	color: #282828;
	text-align: center;
	letter-spacing: 0 !important;
}

.abclub-auth-modal__field {
	margin-bottom: 20px;
}

.abclub-auth-modal__label-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 8px;
}

.abclub-auth-modal__label {
	font-family: Montserrat, Roboto, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #344054;
}

.abclub-auth-modal__link {
	font-family: Montserrat,Roboto, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #D67E29 !important;
	text-decoration: none;
	background: none !important;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.abclub-auth-modal__link:hover {
	text-decoration: underline;
}

.abclub-auth-modal__input-wrap {
	position: relative;
}

.abclub-auth-modal__input {
	width: 100%;
	height: 48px;
	padding: 0 44px 0 16px;
	border: 1px solid #d3d3d3;
	border-radius: 8px;
	font-family: Inter, Roboto, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #98A2B3 !important;
	background: #fff;
	box-sizing: border-box;
}

.abclub-auth-modal__input:focus {
	outline: none;
	border-color: #1d647a;
}

.abclub-auth-modal__toggle-password {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	background: none;
	border: 0;
	padding: 4px;
	cursor: pointer;
	color: #8ba0b2;
	line-height: 0;
}

.abclub-auth-modal__remember {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #8ba0b2;
}

.abclub-auth-modal__submit {
	width: 100%;
	height: 48px;
	border: 0;
	border-radius: 8px;
	background: #12404E;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: opacity 0.2s;
}

.abclub-auth-modal__submit:hover {
	opacity: 0.9;
}

.abclub-auth-modal__submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.abclub-auth-modal__footer {
	margin-top: 24px;
	text-align: center;
	font-family: Montserrat, Roboto, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #98A2B3;
}

.abclub-auth-modal__message {
	margin-bottom: 16px;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 14px;
	display: none;
}

.abclub-auth-modal__message.is-visible {
	display: block;
}

.abclub-auth-modal__message.is-error {
	background: #fdecea;
	color: #c0392b;
}

.abclub-auth-modal__message.is-success {
	background: #eaf7ee;
	color: #1d7a3c;
}

.abclub-auth-modal__panel[hidden] {
	display: none !important;
}

.elementor-popup-modal .dialog-widget-content {
	overflow: visible;
}

.abclub-popup-close {
	position: fixed;
	top: 52px;
	left: 52px;
	z-index: 100001;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	background: none;
	border: 0;
	cursor: pointer;
	font-family: 'DM Sans', sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}

.abclub-popup-close:hover {
	opacity: 0.9;
}
.abclub-popup-close:focus {
	outline: none;
	color: #000;
}
@media (max-width: 767px) {
	.abclub-auth-modal__card {
		padding: 28px 20px 24px;
	}

	.abclub-popup-close {
		top: 16px;
		left: 16px;
	}
}
