.bgcolor-gold{
  background: rgba(255,215, 0, 1) !important;
}

.bgcolor-gold:hover{
  background: rgba(255,215, 0, .6) !important;
}

.bgcolor-darkred{
  background: rgba(178,34,34,1) !important;
  color: lemonchiffon !important;
}

.bgcolor-darkred:hover{
  background: rgba(178,34,34,.6) !important;
}

.bgcolor-lightgreen{
  background: rgba(0,250,154,1) !important;
}

.bgcolor-lightgreen:hover{
  background: rgba(0,250,154,.6) !important;
}

.bgcolor-lightblue{
  background: rgba(0,191,255,1) !important;
}

.bgcolor-lightblue:hover{
  background: rgba(0,191,255,.6) !important;
}


.bgcolor-grey{
  background: rgba(169,169,169,1) !important;
}

.bgcolor-grey:hover{
  background: rgba(169,169,169,.6) !important;
}

table tbody tr td {
    background-color: unset !important;
    color: unset !important;
}
.text-red{
    color: red !important;
}
.check{
    font-size: 1.5rem;
}