@import url("../fonts/bigsoulders/BigShouldersDisplay-Regular.ttf");

.bd-aqua {
  border: 2px solid #00c0ef !important;
}
.bd-green {
  border: 2px solid #2dce89 !important;
}
.bd-primary {
  border: 2px solid #5e72e4 !important;
}
.bd-warning {
  border: 2px solid #fb6340 !important;
}
.bd-danger {
  border: 2px solid #f5365c !important;
}
.bg-white {
  background-color: #fff;
}
.small-box {
  padding: 5px;
}
.small-box .icon-box {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 0;
  font-size: 35px;
  width: 50px;
  height: 50px;
  color: #fff !important;
  text-align: center;
  line-height: 50px;
  border-radius: 3px;
}
.small-box hr {
  margin: 10px 0px !important;
}
.small-box > .small-box-footer {
  background-color: #fff !important;
  color: #34495e !important;
}
.icon-box i {
  color: #fff !important;
}
.text-black {
  color: #34495e !important;
}
.text-red {
  color: #cd5c5c !important;
}
.small-box p {
  font-size: 15px;
  margin-bottom: 0px;
  text-align: right;
  font-weight: bold;
}
.small-box h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0px;
  white-space: nowrap;
  padding: 0;
  text-align: right;
}
.descharge-table tr th:first-child {
  width: 70%;
  text-align: right;
}
.descharge-table tr td {
  width: 15%;
}
.descharge-table tr th:last-child {
  text-align: right;
  width: 15%;
}

.text-lg th,
.text-lg td {
  font-size: 25px;
}
