@layer components {
	.profile-table {
		@apply w-full;
	}
	
	.profile-table thead tr {
		@apply bg-[#f8f8f8] rounded-sm;
	}

	.profile-table tbody tr {
		 @apply border-b border-dashed border-b-[#e7e7e8];
	}

	.profile-table th,
	.profile-table td {
		@apply p-2 text-left;
	}
}
