@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 w-[520px] justify-between -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-4 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-4 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-200 px-4 py-2 text-sm font-medium text-gray-500 focus:z-20;
}
.page.prev.disabled {
  @apply relative inline-flex items-center rounded-l-md border border-gray-300 bg-slate-200 px-4 py-2 text-sm font-medium text-gray-500 focus:z-20;
}
.page a, .page.gap{
  @apply bg-white border-gray-300 text-gray-500 relative inline-flex items-center border px-4 py-2 text-sm font-medium focus:z-20;
}
.page.active {
  @apply z-10 border-checkid-turquoise2 bg-indigo-50 text-checkid-turquoise relative inline-flex items-center border px-4 py-2 text-sm font-medium focus:z-20;
}

.tooltip {
  @apply invisible absolute;
}

.has-tooltip:hover .tooltip {
  @apply visible z-50;
}
/*
 * 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.
 *


 */
 [type=checkbox] {
    color:#03312e;
 }

 .table-striped tr:hover {
    background: #E6F9F8!important;
    cursor: pointer;
  }
  .table-striped th, .table-striped td {
    padding-left:25px;
    padding-right:25px;
  }
  .table-striped th:last-child, .table-striped td:last-child {
    padding-right:10px;
  }
  .table-striped th:first-child, .table-striped td:first-child {
    padding-left:10px;
  }

 .table-striped tr:last-child {
    border-bottom: 1px solid #e5e7eb;
 }
 .table-striped tr:nth-child(even) {
    background-color: #F9FAFB;
 }
 .aqua-icons img {
  filter: invert(61%) sepia(13%) saturate(5501%) hue-rotate(139deg) brightness(90%) contrast(37%);
 }
 input[type=date]:required:invalid::-webkit-datetime-edit {
  color: transparent;
}
input[type=date]:focus::-webkit-datetime-edit {
  color: black !important;
}
.padding-10.table-striped th, .padding-10.table-striped td {
  padding-left: 8px;
  padding-right: 8px;
}
