.container { @apply overflow-hidden; } .header { @apply flex justify-between bg-lineHighlight border-t border-l border-r border-lineHighlight rounded-t-md overflow-hidden; } .buttons { @apply flex; } .button { @apply cursor-pointer w-16 flex items-center justify-center p-1 border-r border-lineHighlight text-foreground hover:bg-background; } .buttonDisabled { @apply w-16 flex items-center justify-center p-1 opacity-50 cursor-not-allowed border-r border-lineHighlight; } .error { @apply text-right p-1 text-sm text-red-200; } .body { @apply overflow-auto relative; }