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

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/

.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-indigo-500 bg-indigo-50 text-indigo-600 relative inline-flex items-center border px-4 py-2 text-sm font-medium focus:z-20;
}

.wb-sidenav-link {
  @apply text-white hover:text-white hover:bg-blue-800 flex gap-x-3 rounded-md p-2 text-xs leading-6 font-semibold items-center;
}

.wb-sb-input {
  @apply bg-white focus:ring-2 focus:outline-none focus:ring-blue-300 font-medium text-xs px-5 py-1.5 inline-flex items-center text-slate-400;
  border-right: transparent;
}

.wb-sb-button {
  @apply focus:ring-2 focus:outline-none focus:ring-blue-300 font-medium px-5 py-1.5 inline-flex items-center text-slate-100 text-xs py-1 px-3;
}

.wb-input {
  @apply h-8 rounded text-xs w-full border border-gray-400 focus:border-gray-400 text-slate-500;
}

.wb-button {
  @apply mr-8 focus:ring-2 focus:outline-none focus:ring-blue-300 font-medium rounded text-xs px-5 py-2 inline-flex items-center bg-blue-750 text-slate-100;
}

.wb-button-disabled {
  @apply mr-8 focus:ring-2 focus:outline-none focus:ring-blue-300 font-medium rounded text-xs px-5 py-2 inline-flex items-center bg-slate-400 text-white;
}

.wb-table-th {
  @apply px-3 py-2.5 text-left text-xs font-semibold text-gray-900;
}

.wb-button-r {
  @apply focus:ring-2 focus:outline-none focus:ring-blue-300 font-medium rounded text-xs px-5 py-2 inline-flex items-center bg-blue-750 text-slate-100;
}
.bg-gray-50 {
  background-color: #F9FAFB;
}

.bg-blue-750 {
  background-color: #2F5BC1;
}

.bg-neutral-100 {
  background-color: #f6f6f6;
}

.bg-neutral-200 {
  background-color: #e6e6e6;
}
/* 
.text-xss {
  font-size: .625rem;
} */

.shadow-side-nav {
  box-shadow: 12px 0px 10px 0px rgba(249,207,56,0.16) inset;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
