.dxf-modal {
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	overflow: auto;
	box-sizing: border-box;
	position: fixed;
}

.dxf-modal.is-open {
  display: block;
}


.dxf-modal-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	top: 0;
	left: 0;
}

.dxf-modal-content {
	left: 50%;
	width: 266px;
	position: absolute;
	top: 50%;
	background: #fff;
	margin: auto;
	max-width: 100%;
	transform: translate(-50%, -50%);
	padding: 15px;
}

.M-Navigation__flyoutWrapper {
	z-index: 2;
}
