/* Atarim plugins.php modals (deactivate feedback + delete data choice) */

.avc-off-overlay {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba( 30, 35, 39, 0.55 );
	padding: 20px;
}

.avc-off-modal {
	position: relative;
	width: 100%;
	max-width: 560px;
	max-height: calc( 100vh - 60px );
	overflow-y: auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 20px 60px rgba( 0, 0, 0, 0.25 );
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #1d2327;
}

.avc-off-head {
	display: flex;
	align-items: end;
	gap: 10px;
	padding: 22px 28px 14px;
	border-bottom: 1px solid #f0f0f1;
}

.avc-off-logo {
	display: block;
	height: 24px;
	width: auto;
	flex: 0 0 auto;
}

.avc-off-title {
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #50575e;
}

.avc-off-body {
	padding: 24px 28px 8px;
}

.avc-off-prompt {
	margin: 0 0 18px;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
	color: #1d2327;
}

.avc-off-options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.avc-off-options > li {
	margin-bottom: 14px;
}

.avc-off-option {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 15px;
	color: #2c3338;
	cursor: pointer;
}

.avc-off-option input[type="radio"] {
	width: 18px;
	height: 18px;
	margin: 0;
	flex: 0 0 auto;
	cursor: pointer;
}

.avc-off-textarea {
	display: block;
	width: 100%;
	margin: 10px 0 0 30px;
	max-width: calc( 100% - 30px );
	padding: 8px 10px;
	font-size: 14px;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	resize: vertical;
	box-sizing: border-box;
}

.avc-off-error {
	margin: 6px 0 0;
	color: #b32d2e;
	font-size: 13px;
}

.avc-off-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 28px 26px;
}

.avc-off-btn {
	font-size: 14px;
	font-weight: 600;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	line-height: 1.2;
}

.avc-off-btn:disabled {
	opacity: 0.55;
	cursor: default;
}

.avc-off-btn-primary {
	padding: 12px 22px;
	background: #ece4fb;
	color: #5a3ec8;
}

.avc-off-btn-primary:not(:disabled):hover {
	background: #ddcffa;
}

.avc-off-btn-link {
	padding: 12px 6px;
	background: transparent;
	color: #50575e;
}

.avc-off-btn-link:not(:disabled):hover {
	color: #1d2327;
	text-decoration: underline;
}

.avc-off-close {
	position: absolute;
	top: 14px;
	right: 16px;
	width: 30px;
	height: 30px;
	padding: 0;
	font-size: 22px;
	line-height: 1;
	color: #787c82;
	background: transparent;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.avc-off-close:hover {
	color: #1d2327;
	background: #f0f0f1;
}
