.tax-amount-dashboard {
  background-color: white;
}
.tax-amount-dashboard .titel {
  font-size: 20px;
}
.tax-amount-dashboard .tax-amount-data {
  margin: 0;
}
.tax-amount-dashboard .tax-amount-item > span {
  text-align: right;
}
.tax-amount-dashboard .tax-amount-item > span:first-child {
  width: 4em;
}
.tax-amount-dashboard .tax-amount-item > span:last-child {
  width: 4em;
}
.tax-amount-dashboard .tax-amount-item .progress {
  margin: 0 1em 0 0;
  height: 10px;
  border-radius: 0;
  background-color: transparent;
  box-shadow: unset;
}
.tax-amount-dashboard .tax-amount-item .progress .progress-bar {
  background-color: #a12020;
}
