.searchbar .app-search__input {
  margin: 0px 200px;
  box-shadow: 0px 0px 0px 2px rgb(218, 218, 218);
  -webkit-box-shadow: 0px 0px 0px 2px rgb(218, 218, 218);
  -moz-box-shadow: 0px 0px 0px 2px rgb(218, 218, 218);
}
.app-title h1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: fit-content;
}
.modal-header {
  cursor: move;
}
.myInput {
  border: none;
  background: transparent;
  font-size: 0.9375rem;
  padding: 10px 10px;
  display: none;
  display: block;
  min-width: 100px;
}
thead {
  background-color: #f5f6fa;
}
th {
  border: 1px solid rgb(217 217 217);
  border-top: 0;
}
#myLength,
#myHeight {
  background-color: #f5f6fa;
  text-align: center;
  border: none;
  font-size: 0.9375rem;
  padding: 10px 10px;
  display: none;
  display: block;
  min-width: 100px;
  margin: 10px;
}
.col-4 {
  padding-top: 5px;
}
tr {
  font-size: 10px;
  font-weight: 800;
}
td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0;
}
.btn {
  border-radius: 0 !important;
  color: #000 !important;
  margin: 0 !important;
  background-color: #f5f6fa !important;
  border-color: #d1d1d5 !important;
}
.col-8 {
  padding-top: 5px !important;
}
tr:nth-child(even) {
  background-color: #f5f6fa !important;
}
table.dataTable.cell-border > tbody > tr > *:first-child {
  border-left: 0 black !important;
}
.dt-button {
  margin: 0 !important;
}
table.dataTable th.focus,
table.dataTable td.focus {
  outline: none !important;
}
