.modal-box.batch-request-details h2 {
	margin-top: 0;
}

.modal-box.modal-togglable-overlay {
	display: none;
	position: fixed;
	background: rgba(0,0,0,0.5);
	height: 100vh;
	width:  100vw;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.modal-box.modal-togglable-overlay .inner-wrap {
	position: fixed;
	top: 25%;
	left: 15%;
	transform: translate(-3%, -20%);
	background: white;
	padding: 20px;
	box-shadow: 0 0 25px rgba(0,0,0,0.5);
	z-index: 1001;
	max-height: 75vh;
	overflow: auto;
}

.modal-box.modal-togglable-overlay.batch-request-details header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal-box.modal-togglable-overlay.batch-request-details header .close {
	color: black;
	font-weight: bold;
	background: white;
	border: 1px solid black;
	border-radius: 100%;
	padding: 0.5rem 0.75rem;
}

.modal-box.modal-unset.batch-request-details header .close {
	display: none;
}