body {
  background-color: #222000;
  overscroll-behavior-y: contain;
}

body {
  background-color: #222000;
  overscroll-behavior-y: contain;
}

table {
  background-color: #222000;
  border-color: #222000;
  max-width: 1000px;
  margin: 0 auto;
}

a {
  color: #00adff;
  text-decoration: underline;
}

/*pre {
  color: white;
}*/

/*nav.bg-dark {
  background-color: black !important
}*/

.middle-container {
  max-width:400px; 
  margin:0 auto;
}

.table-search-div {
  max-width: 1000px;
  margin: 0 auto;
}

.table-div {
  overflow: auto;
}

.table-div::-webkit-scrollbar {
  width: 0px;
  height: 8px;
}

.rotateimg180 {
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn-rerack {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.modal-content {
  background-color: white;
}

.card-body {
  /*overflow-y: auto;*/
  /*max-height: 90vh;*/
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}