
table[data-v-08f99c46] {
  width: 100%;
  border-collapse: collapse;
  position: relative;
  top: 30px;
  right: -5px;
}
table th[data-v-08f99c46], table td[data-v-08f99c46] {
  padding: 5px 10px;
  border: 1px solid #ddd;
  text-align: center;
}
table th[data-v-08f99c46] {
  background-color: #f4f4f4;
  font-weight: bold;
}
table td[data-v-08f99c46] {
  background-color: #fff;
}



.customCard {
  width: 100%;
  height: 60px;
  background: #edfde4;
  border-radius: 4px;
  color: #222;
  font-weight: bold;
  border: 1px solid #ccc;
  text-align: center;
}
.card1 {
  height: auto;
}
.font-big-bold {
  font-weight: bold;
  font-size: 16px;
  padding: 20px 15px;
}
.customCard p {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
}
.val {
  color: blue;
}
.emptyVal {
  color: red;
}
.v-dialog:not(.v-dialog--fullscreen) {
  z-index: 99;
}
.v-sheet.v-app-bar.v-toolbar:not(.v-sheet--outlined),
#adminApp .theme--light.v-navigation-drawer {
  z-index: 98 !important;
}

