.evx-pro-waitlist-ticket-action {
	margin-top: 10px;
}

.evx-pro-waitlist-button {
	width: 100%;
	justify-content: center;
}
.evx-waitlist-btn.evx-btn-primary {
	background: var(--evx-primary);
	color: #fff;
}

.evx-waitlist-btn.evx-btn-primary:hover {
	background: var(--evx-primary-hover);
	color: #fff;
}
.evx-pro-waitlist-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 999999;
}

.evx-pro-waitlist-modal.is-open {
	display: block;
}

.evx-pro-waitlist-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.58);
}

.evx-pro-waitlist-modal__dialog {
	position: relative;
	width: min(500px, calc(100% - 30px));
	margin: 8vh auto;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
	padding: 20px;
}

button[type=button].evx-pro-waitlist-modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
	background: transparent;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
	color:var(--evx-primary);
	font-weight: 500;
}
button[type=button].evx-btn-waitlist-close{
	border-color: var(--evx-color-gray-900);
}
.evx-pro-waitlist-modal__title {
    margin: 0 40px 0px 0;
    font-size: 18px;
}
.evx-pro-waitlist-modal__ticket {
	margin: 0 0 10px;
	color: var(--evx-text-muted);
}

.evx-pro-waitlist-form__actions {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 20px;
}

.evx-pro-waitlist-form__message {
	margin-top: 10px;
	font-size: 14px;
}

.evx-pro-waitlist-form__message.is-error {
	padding: 10px;
	border-radius: 5px;
	background: var(--evx-danger-soft);
	color: var(--evx-danger);
}

.evx-pro-waitlist-success {
	text-align: center;
}

.evx-pro-waitlist-success h3 {
    margin: 10px 0 10px;
    font-size: 18px;
}
.evx-pro-waitlist-success__position {
    display: inline-block;
    margin-bottom: 12px;
    padding: 10px;
    border-radius: 999px;
    background: var(--evx-color-green-50);
    color: var(--evx-success);
}
