/*Overrides for Tailwind CSS */

/*Form fields*/
.dataTables_wrapper select,
.dataTables_wrapper .dataTables_filter input {
  /*text-gray-700*/

  /*pl-4*/
  padding-top: 0.5rem;
  /*pl-2*/
  padding-bottom: 0.3rem;
  /*pl-2*/
  line-height: 1.25;
  /*leading-tight*/

  /*border-2*/
  border-radius: 0.25rem;
  border-color: #edf2f7;
  /*border-gray-200*/
}

/*Row Hover*/
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #ebf4ff;
  /*bg-indigo-100*/
}

/*Pagination Buttons*/
.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-weight: 500;
  /*font-bold*/
  border-radius: 0.25rem;

  font-size: 14px;
  /*rounded*/
}

/*Pagination Buttons - Current selected */
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  /*text-white*/
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  /*shadow*/
  font-weight: 600;

  font-size: 10px;
  /*font-bold*/
  border-radius: 0.25rem;
  /*rounded*/
  background: #1d1b1a10 !important;
  /*bg-indigo-500*/
  border: 1px solid transparent;
  /*border border-transparent*/
}

/*Pagination Buttons - Hover */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  /*text-white*/
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  /*shadow*/
  font-weight: 500;
  /*font-bold*/
  border-radius: 0.25rem;
  /*rounded*/
  background: #dadce5 !important;
  /*bg-indigo-500*/
}

/*Add padding to bottom border */
table.dataTable.no-footer {
  border-bottom: 1px solid #f0e2ee;
  /*border-b-1 border-gray-300*/
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/*Change colour of responsive icon*/
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  background-color: #667eea !important;
  /*bg-indigo-500*/
}

#example tr {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.card-container {
  transition: opacity 0.4s ease-in-out,
    height 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55); /* Adjust the duration and easing as needed */
}
