#popup-wrapper #popup.report-popup {
	width: 40vw;
}

#popup-wrapper #popup.report-popup.report-preview-mode {
	width: 85vw;
}

.report-popup #popup-body {
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.report-popup .report-text {
	width: 100%;
	min-height: 8em;
	resize: vertical;
	box-sizing: border-box;
	padding: 0.5em;
	color: var(--text-color);
	background-color: var(--dark-grey);
	border: 1px solid var(--secondary);
	border-radius: 0.3em;
	font: inherit;
}

.report-popup .report-text:focus {
	outline: none;
	border-color: var(--primary);
}

.report-popup .report-preview {
	width: 100%;
	height: 75vh;
}

.report-popup #popup-footer .zeero-button.upload-pdf {
    margin-right: auto;
}

.report-popup #popup-footer .zeero-button {
	width: 7em;
}
