
.blink[data-v-40ca843a] {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 100px;
  margin: 20px;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.blinkGreen[data-v-40ca843a] {
  width: 10px;
  height: 10px;
  background-color: rgb(117, 223, 75);
  border-radius: 100px;
  margin: 20px;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

/* @keyframes blink {
  50% {
    opacity: 0;
  }
} */


.my-custom-table[data-v-34892305] {
  font-size: 14px !important;
}
.custom-header[data-v-34892305] {
  color: #000000 !important;
  font-size: 18px !important;
  /* Font size for headers */
}
.custom-cell[data-v-34892305] {
  font-size: 16px !important;
  /* Font size for cell data */
}
.my-custom-table tbody tr > td[data-v-34892305] {
  color: #000000 !important;
  /* Change text color */
}
.bg-white[data-v-34892305] {
  background-color: white;
  border-radius: 5px;
}

