a.navbar-brand img {
    width: 50%;
}

table.table.table-striped {
  position: relative;
  top: 3rem;
}
.card {
  position: relative;
  top: 5rem;
}
.wholeTable {
  z-index: -1;
  position: relative;
}
.table-fixed-thead {
    overflow-y: auto;
    height: 300px;
  }
  .table-fixed-thead thead tr {
    position: fixed;
    display: inline-block;
    width: 100%;
    z-index: 99;
  }
  th {
    width: 176px !important;
    text-align: left  !important;
}
.tableUpper {
  background: #fff;
  padding: 10px;
  position: fixed;
  width: 100%;
  top: 4rem;
  z-index: 9999999;
}
  td {
    width: 158px !important;
    text-align: left !important;
  }
  tbody {
    position: relative;
    top: 4rem;
} 
.inputs td {
  width: fit-content !important;
}


nav.navbar.navbar-expand-md.navbar-light.bg-white.shadow-sm {
  position: fixed;
  width: 100%;
  z-index: +9999;
}
.wholeTable {
  position: relative;
  padding-top: 2.7rem;
  z-index: 9;
}
.dt-layout-cell.dt-end {
  position: fixed !important;
  width: 100%;
  background: #f8fafc;
  z-index: 99;
  padding: 18px 0 !important;
}


.dt-search {
  max-width: 24% !important;
  right: 10rem;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding-top: 20px;
}
.dt-buttons {
  width: 100% !important;
  position: fixed !important;
  background: #fff;
  z-index: 999;
  padding-top: 20px;
}

div#DataTables_Table_0_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 0;
}
table.inputs {
  position: fixed;
  top: 1rem;
  right: 0;
  z-index: 9999;
}
table.inputs tbody {
  display: flex;
  gap: 20px;
}

.loader {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99999999;
  font-size: 1.5rem;
  color: #333;
}
.loader p {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99999999;
  color: #000;
  font-size: 29px;
  top: 17rem;
  max-width: fit-content;
  margin: 0 auto;
  font-weight: 700;
}
[wire\:loading] {
  display: none;
}