/* Perdele Müşteri Paneli - doğrulama pop-up stilleri */
.perdele-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, 0.55 );
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	box-sizing: border-box;
}

.perdele-modal-content {
	background: #fff;
	padding: 28px 24px;
	border-radius: 8px;
	max-width: 380px;
	width: 100%;
	position: relative;
	text-align: center;
	box-shadow: 0 10px 30px rgba( 0, 0, 0, 0.2 );
}

.perdele-modal-close {
	position: absolute;
	top: 8px;
	right: 12px;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #555;
}

.perdele-modal-content h3 {
	margin-top: 0;
}

#perdele-verify-code {
	width: 100%;
	font-size: 24px;
	text-align: center;
	letter-spacing: 8px;
	padding: 10px;
	margin: 14px 0;
	box-sizing: border-box;
}

.perdele-modal-error {
	color: #b32d2e;
	margin: 8px 0;
	font-size: 14px;
}

#perdele-verify-submit {
	width: 100%;
}

#perdele-reg-error {
	color: #b32d2e;
	margin: 8px 0;
	font-size: 14px;
}
