.bot_status {
  border-radius: 50%;
  width: 10px;
  height: 10px;

}

.bot_status.on{
  background: #00c300;
}

.bot_status.off{
  background: red;
}

.unpublished {
  background: var(--colorGinDangerLightest);
  user-select: none;
}

.unpublished td:not(:nth-last-child(-n+2)){
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
