.jar-access-lock {
	overflow: hidden;
}

.jar-access-modal {
	align-items: center;
	background: rgba(66, 38, 126, 0.78);
	display: none;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 999999;
}

.jar-access-modal.is-open {
	display: flex;
}

.jar-access-backdrop {
	inset: 0;
	position: absolute;
}

.jar-access-dialog {
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(20, 14, 36, 0.28);
	color: #333333;
	max-width: 560px;
	padding: 42px 34px 36px;
	position: relative;
	text-align: center;
	width: min(100%, 560px);
}

.jar-access-close {
	align-items: center;
	background: transparent;
	border: 0;
	color: #4c3a73;
	cursor: pointer;
	display: flex;
	font-size: 30px;
	height: 38px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 14px;
	top: 12px;
	width: 38px;
}

.jar-access-dialog h4 {
	color: #C58C2C;
	
}

.jar-access-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0 auto;
	max-width: 500px;
}

.jar-access-form input[type="email"] {
	background: #e8f0fe;
	border: 1px solid #8b86ba;
	border-radius: 999px;
	box-shadow: none;
	color: #111111;
	font-size: 22px;
	font-weight: 600;
	
	line-height: 1.2;
	margin: 0;
	outline: none;
	padding: 0 22px;
	width: 100%;
	padding: 12px !important;
    font-size: 16px !important;
    color: #4a327a !important;
    margin-bottom: 15px;
    border-radius: 22px !important;
    background: #fff !important;
}

.jar-access-form input[type="email"]:focus {
	border-color: #5b3f97;
	box-shadow: 0 0 0 3px rgba(91, 63, 151, 0.18);
}

.jar-access-form button[type="submit"] {
	align-self: center;
	background: #C58C2C;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 8px 16px rgba(20, 14, 36, 0.24);
	color: #ffffff;
	cursor: pointer;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	margin-top: 8px;
	/* min-height: 72px; */
	min-width: 260px;
	padding: 18px 34px;
	text-align: center;
	    font-size: 23px;
    font-weight: 600;
    border-radius: 32px 32px 32px 32px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .5);
   
    border-color: #C58C2C;
    margin-bottom: 20px;
   
}
button.jar-access-close {
    background: #c58c2c;
    border-radius: 95px;
    padding: 3px 9px;
    font-size: 32px;
    border: 0;
    position: absolute;
    top: -7px;
    right: -5px;
}

.jar-access-form button[type="submit"]:disabled {
	cursor: wait;
	opacity: 0.72;
}

.jar-access-message {
	color: #3c3c3c;
	font-size: 18px;
	line-height: 1.35;
	margin: 0;
	min-height: 25px;
}

.jar-access-message[data-state="success"] {
	color: #23633a;
}

.jar-access-message[data-state="error"] {
	color: #d92f68;
}

@media (max-width: 640px) {
	.jar-access-dialog {
		padding: 36px 20px 28px;
	}

	.jar-access-form input[type="email"] {
		font-size: 18px;
		height: 56px;
	}

	.jar-access-form button[type="submit"] {
		font-size: 24px;
		min-height: 62px;
		min-width: 220px;
	}
}
