#page_mapaoperacao {
	padding-bottom: 140px;
}

#map_operacao {
	width: 100%;
	height: 70vh;
	border-radius: 8px;
	margin-top: 10px;
}

.mapaoperacao-carregando {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #f5f5f5;
	border-radius: 8px;
	color: #999;
	font-size: 13px;
}

.mapaoperacao-carregando .material-icons {
	font-size: 32px;
	color: #ccc;
}

.mapaoperacao-legenda-card {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 15px;
	padding: 12px 18px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.12);
	border: 1px solid #eee;
}

.mapaoperacao-legenda-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
}

.mapaoperacao-legenda-icone {
	width: 26px;
	height: auto;
}

#mapaoperacao_rota_info {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 5;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.25);
	padding: 10px 14px;
	max-width: 240px;
	font-size: 13px;
}

#mapaoperacao_rota_info button {
	margin-top: 8px;
	width: 100%;
}

.mapaoperacao-legenda-badge-exemplo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #d32f2f;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.mapaoperacao-legenda-badge-os-exemplo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #e65100;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.mapaoperacao-legenda-badge-os-agendada-exemplo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #1565C0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

#mapaoperacao_sem_localizacao {
	margin-top: 20px;
}

#mapaoperacao_sem_localizacao_lista {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-top: 10px;
}

.mapaoperacao-card-unidade {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 15px;
	background-color: #fff8e1;
	border-left: 5px solid #f39c12;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.mapaoperacao-item-info {
	flex: 1;
}

.mapaoperacao-item-endereco {
	font-size: 13px;
	color: #555;
	margin-top: 2px;
}

.mapaoperacao-alerta {
	font-size: 13px;
	color: #a94442;
	margin-top: 4px;
	font-weight: 500;
}

.mapaoperacao-campo-faltando {
	color: #a94442;
	font-style: italic;
}

.mapaoperacao-card-acoes {
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: flex-end;
}

.mapaoperacao-btn-editar {
	background: linear-gradient(135deg, #27ae60 0%, #8fb533 100%) !important;
	box-shadow: none !important;
	color: #fff !important;
	border: none;
	border-radius: 20px !important;
	white-space: nowrap;
}

.mapaoperacao-btn-excluir {
	background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%) !important;
	box-shadow: none !important;
	color: #fff !important;
	border: none;
	border-radius: 20px !important;
	white-space: nowrap;
}

.mapaoperacao-btn-rota {
	background: linear-gradient(135deg, #8e24aa 0%, #4a0072 100%) !important;
	box-shadow: none !important;
	color: #fff !important;
	border: none;
	border-radius: 20px !important;
	white-space: nowrap;
}

.mapaoperacao-btn-alerta {
	background: linear-gradient(135deg, #e53935 0%, #7f0000 100%) !important;
	box-shadow: none !important;
	color: #fff !important;
	border: none;
	border-radius: 20px !important;
	white-space: nowrap;
	width: 100%;
	text-align: left;
}

.mapaoperacao-btn-oshoje {
	background: linear-gradient(135deg, #fb8c00 0%, #e65100 100%) !important;
	box-shadow: none !important;
	color: #fff !important;
	border: none;
	border-radius: 20px !important;
	white-space: nowrap;
	width: 100%;
	text-align: left;
}

.mapaoperacao-btn-osagendada {
	background: linear-gradient(135deg, #2196f3 0%, #0d47a1 100%) !important;
	box-shadow: none !important;
	color: #fff !important;
	border: none;
	border-radius: 20px !important;
	white-space: nowrap;
	width: 100%;
	text-align: left;
}

.mapaoperacao-rota-detalhe-popup {
	margin-top: 6px;
	font-size: 11px;
	color: #4a0072;
	font-weight: 600;
	text-align: center;
}

.mapaoperacao-form-ponto {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #eee;
}
