.scan-status-scanning {
    background-color: rgba(255, 193, 7, 0.9) !important; /* Original Bootstrap yellow color with reduced opacity */
    color: black !important;
  }
.scan-status-scanned {
    background-color: rgba(25, 135, 84, 0.9) !important; /* Original Bootstrap yellow color with reduced opacity */
    color: rgb(255, 255, 255) !important;
  }
.scan-status-scheduled {
    background-color: rgba(13, 110, 253, 0.9) !important;
    color: rgb(255, 255, 255) !important;
  }
.scan-status-paused {
    background-color: rgba(255, 106, 7, 0.9) !important; /* Original Bootstrap yellow color with reduced opacity */
    color: black !important;
  }
.scan-status-waiting {
    background-color: rgba(108, 117, 125, 0.9) !important; /* Original Bootstrap yellow color with reduced opacity */
    color: rgb(255, 255, 255) !important;
  }
.scan-status-resuming {
    background-color: rgb(255, 154, 59, 0.9) !important; /* Original Bootstrap yellow color with reduced opacity */
    color: black !important;
  }
.scan-status-pausing {
    background-color: rgb(255, 154, 59, 0.9)  !important; /* Original Bootstrap yellow color with reduced opacity */
    color: black !important;
  }
.scan-status-stopping {
    background-color: rgba(235, 72, 89, 0.9)  !important; /* Original Bootstrap yellow color with reduced opacity */
    color: rgb(255, 255, 255) !important;
  }
.scan-status-stopped {
    background-color: rgba(220, 53, 69, 0.9)  !important; /* Original Bootstrap yellow color with reduced opacity */
    color: rgb(255, 255, 255) !important;
  }
.scan-status-connection-aborted {
    background-color: rgba(220, 53, 69, 0.9)  !important; /* Original Bootstrap yellow color with reduced opacity */
    color: rgb(255, 255, 255) !important;
  }
.scan-status-completed {
    background-color: rgba(25, 135, 84, 0.9) !important;
    color: rgb(255, 255, 255) !important;
}
.scan-status-error {
    background-color: rgba(220, 53, 69, 0.9) !important;
    color: rgb(255, 255, 255) !important;
}
.scan-status-failed {
    background-color: rgba(220, 53, 69, 0.9) !important;
    color: rgb(255, 255, 255) !important;
}
