.scale-fade-enter-active,
.scale-fade-leave-active {
  transition: all 0.3s ease;
}
.scale-fade-enter,
.scale-fade-leave-to {
  transform: scale(0.9);
  opacity: 0;
}

.v-data-table {
  border-radius: 12px;
}
.v-data-table-header th {
  background-color: #f5f7fa !important;
  font-weight: 600 !important;
}

