/* MantisClients – Quick Add modal */

#mc-quick-add-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999;
}

.mc-modal-overlay {
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mc-modal-box {
	background: #fff;
	border-radius: 4px;
	padding: 24px;
	min-width: 320px;
	max-width: 480px;
	width: 100%;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.mc-modal-box h4 {
	margin: 0 0 16px;
	font-size: 16px;
	font-weight: 600;
}

.mc-modal-box .form-control {
	width: 100%;
	margin-bottom: 8px;
}

.mc-modal-actions {
	margin-top: 16px;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
}

/* Bouton "+ Nouveau client" sous le champ SCF */
.mc-quick-add-btn {
	margin-left: 10px;
	font-size: 12px;
}
