.wave-danger[data-v-0578464c] {
  background-color: rgba(246, 78, 96, 0.1);
}
.wave-success[data-v-0578464c] {
  background-color: rgba(27, 197, 189, 0.1);
}
.wave-primary[data-v-0578464c] {
  background-color: rgba(54, 153, 255, 0.1);
}
.active-tabs[data-v-0578464c] {
  border: solid #ff961d;
  -o-border-image: linear-gradient(to top right, #ff4867, #ff961d, #fff01f) 1;
     border-image: -webkit-gradient(linear, left bottom, right top, from(#ff4867), color-stop(#ff961d), to(#fff01f)) 1;
     border-image: linear-gradient(to top right, #ff4867, #ff961d, #fff01f) 1;
  border-radius: 0.75rem;
}
.title-card[data-v-0578464c] {
  font-weight: 600;
  font-size: 1.7em;
}

.cutom-table thead th {
  color: #b5b5c3;
  text-transform: uppercase;
  font-weight: 600;
}
.cutom-table tr td:first-child {
  font-weight: 600;
}

