.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-70 {
  width: 70%;
}

.table td,
.table tr th {
  text-align: center;
  vertical-align: middle;
}

table.sort-table tr th.sort-th {
  position: relative;
}

table tbody tr img {
  max-width: 400px;
  max-height: 200px;
}

table.table-logo tbody tr img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

a[alt="active"], a[alt="up-coming"] {
  cursor: pointer;
}

a[alt="unactive"]:hover span {
  background-color: #444c53 !important;
}

a[alt="active"]:hover div span {
  background-color: #1d8235 !important;
}

a[alt="active"]:hover>span {
  color: #1d8235 !important;
}

a[alt="up-coming"]:hover div span {
  background-color: #065fbe !important;
}

a[alt="up-coming"]:hover>span {
  color: #065fbe !important;
}