.dialog {
	@apply fixed inset-0 flex flex-col items-center h-screen overflow-auto p-4 lg:p-16 overscroll-contain;
	z-index: 1500;
}

.bg {
	@apply fixed inset-0 bg-black bg-opacity-50;
}

.content {
	@apply relative flex flex-col items-center;
	z-index: 1501;
}

.close-btn {
	@apply absolute right-3 top-3;
}
