/* body {
  font-family: Arial, Helvetica, sans-serif;
} */
/* The Modal (background) */
#myModal {
	z-index: 2000;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: none;
	/*  background-color: rgb(0,0,0); */
	/* Fallback color */
	/*  background-color: rgba(0,0,0,0.4); */
	/* Black w/ opacity */
}

/* Modal Content */
#modal-content {
	background-color: white;
	margin: auto;
	width: 100%;
	height: 100%;
}

span#openModal {
	color: var(--pst-color-text-muted);
	font-size: 2rem !important;
	font-weight: bold;
	float: right;
	margin-top: -0.9rem;
	margin-right: -0.6rem;
}

div#myModal > div > div#buttons {
	background-color: white;
	color: var(--pst-color-text-muted);
	font-size: 2rem;
	font-weight: bold;
	position: absolute;
	/* or fixed ? */
	top: 0;
	right: 0;
	z-index: 2;
	padding-right: 1.4rem;
	display: flex;
	font-family: "Courier New", Courier, mono;
}

#closeModal:focus,
#closeModal:hover,
#downloadDiagram:focus,
#downloadDiagram:hover,
#downloadDiagramPng:focus,
#downloadDiagramPng:hover,
#downloadDiagramSvg:focus,
#downloadDiagramSvg:hover,
#openModal:focus,
#openModal:hover,
#resetDiagram:hover,
#resetDiagram:focus,
#resetDiagram:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

ul.dropdown-menu span.btn__text-container {
	font-weight: normal;
	font-size: 0.8rem;
	font-family: 'Inter', sans-serif;
}

div#download-message {
	z-index: 5000;
	position: absolute;
	top: 5rem;
	right: 2rem;
	border-style: solid;
	border-width: thin;
	padding: 1rem;
	box-shadow: 4px 2px #888888;
	border-radius: 8px;
	font-family: 'Inter', sans-serif;
	font-size: 0.8rem;
	background-color: white;
}

div#panzoom-area>svg {
	/*  border-style: dotted; */
	display: block;
	margin: auto;
	width: auto !important;
	height: 100vh !important;
}

div#panzoom-area>svg a {
	text-decoration: unset;
}

@media print {
	.noprint {
		display: none;
	}
}

/* #svgDiagram > svg {
  pointer-events: none;
} */
/*
#svgDiagram:hover {
  opacity: 0.5;
}
*/