.width-5 {
  width: 5px;
}

.width-10 {
  width: 10px;
}

.width-20 {
  width: 20px;
}

.width-30 {
  width: 30px;
}

.width-40 {
  width: 40px;
}

.width-50 {
  width: 50px;
}

.width-60 {
  width: 60px;
}

.width-70 {
  width: 70px;
}

.width-80 {
  width: 80px;
}

.width-90 {
  width: 90px;
}

.width-100 {
  width: 100px;
}

.width-110 {
  width: 110px;
}

.width-120 {
  width: 120px;
}

.width-130 {
  width: 130px;
}

.width-140 {
  width: 140px;
}

.width-150 {
  width: 150px;
}

.width-200 {
  width: 200px;
}

.width-250 {
  width: 250px;
}

.width-300 {
  width: 300px;
}

.width-400 {
  width: 400px;
}

.width-500 {
  width: 500px;
}

.cut-off {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cut-off span {
  display: block;
}

.break-word {
  word-break: break-word;
}

.asButton {
  cursor: pointer;
}

.table-sm th,
.table-sm td {
  padding: 0.1rem !important;
}

.b-l-5 {
  border-left-width: 5px;
  border-left-style: solid;
}

.b-l-danger {
  border-left-color: red;
}

.b-l-warning {
  border-left-color: rgb(255, 115, 0);
}

.b-l-info {
  border-left-color: rgb(0, 110, 255);
}

.tag {
  background-color: black;
  border-radius: 12px;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 18px;
  padding: 0 10px 0 10px;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}