@import url('./main-layout.css');
:host ::part(header-cell) {
    font-weight: bold;
}
.link-button {
  background: black;
  border: none;
  color: var(--lumo-primary-text-color);
  cursor: pointer;
  padding: 0;
  text-align: left;
  font: inherit;
}

    header of the grid*/
    .v-grid-header .v-grid-cell, .v-grid-footer .v-grid-cell {
    color: #0F4DA2;
    text-transform: none;
    }

/* grid header & footer fonts */
.v-grid-header th, .v-grid-footer td {
font-size: 12px;
}

/* grid header aligment */
.v-grid-header th {
text-align: center;
}