@import url(/global/global-banner-dark.css?v=3.0);
html * {
  font-family: speedee;
  font-weight: 400;
  font-style: normal;
  background-color: black;
  color: white;
}
th {
  background-color: rgb(245, 187, 71);
  color: black;
  top: 0;
  position: sticky;
  font-weight: 600;
}
#mytable {
  width: 100%;
}
td {
  line-height: auto;
  width: fit-content;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
}
.workcol,
.workcol pre {
  width: auto;
  white-space: break-spaces;
  background-color: transparent;
}
tr:nth-child(even) {
  transition: background-color 0.25s;
  background-color: rgba(245, 187, 71, 0.3) !important;
}
tr:hover td,
tr:hover pre {
  transition: background-color 0.25s;
  background-color: rgb(245, 187, 71) !important;
  color: black !important;
}
.search_wrapper {
  width: 100%;
  background-image: url(/global/assets/images/magnifying-glass_dark.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 8px;
}
.searchbox {
  width: inherit;
  height: 4vh;
  border: solid 3px rgba(245, 187, 71, 0.3);
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  transition: border-color 0.5s;
  padding-left: 28px;
  background-color: transparent;
}
.searchbox:focus,
.searchbox:hover {
  transition: border-color 0.5s;
  border-color: rgb(245, 187, 71);
}
.searchCount {
  display: block;
  text-align: right;
  align-content: flex-end;
}
