  
.table-dark{
  font-family: sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 167%;
  background-color: rgba(42, 33, 54, 0.8);
  color: white;
  text-align: center;
}

.tbody-font{
  font-style:normal;
  font-size:16px;
  line-height:20px; 
  text-align:center;
}


.faColor{
  color:rgba(42, 33, 54, 0.8);
}

.faColor:hover {
  color: #C04848;
}

.table thead th{
  vertical-align:middle !important;

}

.table{
  border: solid #ccc 1px;
  border-radius: 100%;
  border-left: 0px;
  border-top: 0px;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
