html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #eceff1 !important;
}

.css.datatable.svelte-udk322.svelte-udk322 {
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 2.5rem;
}

input.css.svelte-1kn6xvh {
  min-height: auto;
  padding: 0.33em 0.75em;
  border: 0;
  background: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  appearance: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4f4f4f;
  height: 30px !important;
  width: 200px;
  display: block;
}

th:first-child {
  width: 72px;
}

th {
  padding: 8px 0 8px 16px;
  text-align: center;
  border-bottom: 1px solid #eee;
  background: #fff;
}

th.sortable {
  cursor: pointer;
}

th.sortable span {
  padding-right: 16px;
  position: relative;
}

th.sortable span:before,
th.sortable span:after {
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 0;
  top: 50%;
  position: absolute;
  width: 0;
}

th.sortable span:before {
  border-bottom-color: #e0e0e0;
  margin-top: -9px;
}

th.sortable span:after {
  border-top-color: #e0e0e0;
  margin-top: 1px;
}

th.sortable.asc:not(.desc) span:before {
  border-bottom-color: #9e9e9e;
}

th.sortable.desc:not(.asc) span:after {
  border-top-color: #9e9e9e;
}

td {
  text-align: center;
  padding: 4px 0;
}

main {
  background-color: #eceff1;
  width: 100%;
  height: 100%;
}

nav {
  margin-bottom: 2.5rem;
}

.page-item.active .page-link {
  background-color: #e0e0e0 !important;
  color: #333 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
