.pointer {
  cursor: pointer;
}
.v-card__title{
  word-break: unset !important;
}

.white-space-normal{
  white-space: normal !important;
}
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}