/**
 * TO Conditional Plan Popups
 */

.to-cpp-modal {
	position: fixed;
	inset: 0;
	display: none !important;
	z-index: 2147483647;
	pointer-events: none;
}

.to-cpp-modal.to-cpp-modal-open {
	display: block !important;
	pointer-events: auto !important;
}

.to-cpp-modal-lock {
	overflow: hidden !important;
}

.to-cpp-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.to-cpp-modal-card {
	position: relative;
	max-width: 480px;
	margin: 8vh auto;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
	padding: 24px;
	text-align: center;
}

.to-cpp-emoji {
	font-size: 30px;
	line-height: 1;
}

.to-cpp-title {
	font-weight: 700;
	font-size: 20px;
	margin: 4px 0 6px;
}

.to-cpp-desc {
	color: #5f6b7a;
	margin-bottom: 16px;
	line-height: 1.35;
}

.to-cpp-btn {
	display: inline-block;
	padding: 12px 18px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
	width: 100%;
	color: #fff !important;
	box-sizing: border-box;
}

.to-cpp-btn-yellow { background: #f5c542; }
.to-cpp-btn-blue   { background: #2c7be5; }
.to-cpp-btn-green  { background: #2fb344; }

.to-cpp-close {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	background: transparent !important;
	font-size: 30px !important;
	cursor: pointer !important;
	font-weight: 700 !important;
	color: #000 !important;
	padding: 8px 12px;
	line-height: 1;
}
