/* Tablo CSS*/
.v-tablo thead {
  background-color: #280086 !important;
  color: white !important;
}

/*Başlıkta bulunan okların şeffaf hale getirilmesi */
table.dataTable thead .sorting {
  background: none !important;
  background-image: none !important;
}

.selected-cell {
  background-color: orange !important;
}
