.drawer {
	@apply fixed inset-y-0 right-0 h-screen bg-white shadow-2xl overflow-auto;
	width: 480px;
	z-index: 1499;
}

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