#orderlogs {
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  /* background-image: url('https://fusegames.s3.amazonaws.com/company_heist/images/oldcomputernew.png');
    background-repeat: no-repeat;
    background-size:cover; */
  height: 100vh;
  width: 100vw;
  filter: contrast(1);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.small-logo {
  height: 50px;
  width: 50px;
  align-self: center;
}

.hover-modal {
  height: 400px;
  width: 400px;
  background-color: grey;
  border-radius: 10px;
  position: absolute;
  top: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 100px;
}

.order-logs-container {
  background-image: url("https://fusegames.s3.amazonaws.com/company_heist/images/oldcomputernew.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-width: 1200px;
  position: relative;
  /* background-color: blue; */
}

.order-logs-file {
  position: absolute;
  width: 42.5%;
  height: 60%;
  top: 10%;
  left: 23%;
  /* background-color: white; */
  /* opacity: 0.9; */
  border-radius: 2%;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  font-family: "Overpass Mono", monospace;
  overflow: scroll;
  max-height: 375px;
}

@media only screen and (min-width: 1500px) {
  .order-logs-file {
    position: absolute;
    width: 42.5%;
    height: 43%;
    top: 10%;
    left: 23%;
    /* background-color: white; */
    /* opacity: 0.9; */
    border-radius: 2%;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
    font-family: "Overpass Mono", monospace;
    overflow: scroll;
  }
}
#table {
  /* max-width: 30vw !important; */
  /* overflow: hidden; */
}

.header {
  /* border-bottom: 2px dotted black; */
  font-size: 28px;
}

th {
  border: 2px solid black;
  /* margin-top: 10px;  */
}

td {
  border: 1px dotted #000;
  font-size: 12px;
  margin: 0;
}

tr td {
  width: 15%;
}

/* tr td:nth-last-child(2) {
    min-width: 25%;
    white-space: wrap; 
} */

@media only screen and (min-width: 2000px) {
  .order-logs-file {
    left: 30% !important;
  }
}
