@tailwind base;
@tailwind components;
@tailwind utilities;

.pagy-nav.pagination {
  @apply isolate inline-flex -space-x-px rounded-md shadow-sm;
}

.page.next a {
  @apply relative inline-flex items-center rounded-r-md border border-gray-300 bg-white px-2 py-2 text-sm font-medium text-gray-500 hover:bg-gray-50 focus:z-20;
}

.page.prev a {
  @apply relative inline-flex items-center rounded-l-md border border-gray-300 bg-white px-2 py-2 text-sm font-medium text-gray-500 hover:bg-gray-50 focus:z-20;
}

.page.next.disabled {
  @apply relative inline-flex items-center rounded-r-md border border-gray-300 bg-slate-100 px-2 py-2 text-sm font-medium text-gray-500 hover:bg-gray-50 focus:z-20;
}

.page.prev.disabled {
  @apply relative inline-flex items-center rounded-l-md border border-gray-300 bg-slate-100 px-2 py-2 text-sm font-medium text-gray-500 hover:bg-gray-50 focus:z-20;
}

.page a, .page.gap {
  @apply bg-white border-gray-300 text-gray-500 hover:bg-gray-50 relative inline-flex items-center border px-4 py-2 text-sm font-medium focus:z-20;
}

.page.active {
  @apply z-10 border-blue-500 bg-blue-50 text-blue-600 relative inline-flex items-center border px-4 py-2 text-sm font-medium focus:z-20;
}@import 'actiontext.css';

.badge {
  @apply inline-block px-2 py-1 text-xs font-semibold leading-none text-red-100 bg-red-600 rounded-full;
}

.draft {
  @apply inline-block px-2 py-1 text-xs font-semibold leading-none text-yellow-100 bg-yellow-600 rounded-full;
}

.complete {
  @apply inline-block px-2 py-1 text-xs font-semibold leading-none text-green-100 bg-green-600 rounded-full;
}

.submit {
  @apply text-black w-full inline-flex justify-center border-slate-300 border hover:border-brand-500 focus:ring-brand-500 rounded-full bg-slate-50 px-2 py-1.5 hover:shadow-md;
}

.ts-wrapper{
  @apply mt-3;
}

#bank_entry_entryable_reference-ts-label {
  @apply hidden;
}

.optgroup-header {
  font-weight: bold;
  padding: 8px;
  background-color: #f0f0f0;
}

.ts-dropdown-content .option {
  padding-left: 20px;
}