.sidepanel {
  width: 0;
  position: fixed;
  z-index: 99999999;
  height: 100%;
  /* width: 50%; */
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  transition: 0.5s;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px solid #fafafa;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 5px;
}

.sidepanel .closebtn {
  position: absolute;
  top: -11px;
  right: 25px;
  font-size: 36px;
}

.sidepanel .heading {
  position: absolute;
  top: 12px;
  left: 9px;
  font-size: 25px;
}

.border-red {
  border-color: red;
}

.pt-0 {
  padding-top: 0px !important;
}

.module-tr {
  background-color: rgba(0, 0, 0, .05);
}

.page {
  text-align: center;
}

.page td {
  vertical-align: middle;
}

.logs {
  position: absolute;
  z-index: 9999999;
  width: 100%;
  background-color: #3e3d3d78;
  right: 0;
}