.loader-container {
  z-index: 22;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem 0;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(46, 45, 56, 0.46);
}

.round-img {
  border-radius: 50%;
  height: 80px;
  height: 80px;
}

@media screen and (min-width: 768px) {
  .table-component {
    margin-top: 15px;
  }
  #draft_com {
    margin-top: 30px;
  }
  .grouped_action {
    margin-top: 30px;
  }
  .removepadding {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  table.table-hover {
    overflow: scroll;
  }
}/*# sourceMappingURL=kagoo.css.map */