body {
  font-size: 16px;
}

.card-dashboard-title {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff !important;
  position: relative;
  top: 12px;
  opacity: 1 !important;
}

.card-dashboard-title-black {
  font-weight: 400;
  font-size: 22px;
  color: black !important;
  position: relative;
  top: 12px;
  opacity: 1 !important;
}

.card-dashboard-value {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #ffffff !important;
  position: relative;
  top: 10px;
}

.card-dashboard-value-2 {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #ffffff !important;
  position: relative;
  top: 10px;
}

.card-dashboard-value-black {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: black !important;
  position: relative;
  top: 10px;
}

.popup-table tr td {
  padding: 5px;
}

.popup-property {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #9a9a9a;
}

.popup-value {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}

.my-custom-table {
  font-size: 8px !important;
}

.custom-header {
  color: #000000 !important;
  font-size: 12px !important;
  /* Font size for headers */
}

.custom-cell {
  font-size: 12px !important;
  color: #000000 !important;
  /* Font size for cell data */
}

.custom-cell-row {
  flex-direction: row;
  width: 100px;
  justify-content: space-between;
}

.my-custom-table tbody tr > td {
  color: #000000 !important;
  /* Change text color */
}

.bg-white {
  background-color: white;
  border-radius: 5px;
}

.text-green {
  color: green;
}

.text-red {
  color: red;
}

.theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
  color: #000000 !important;
  font-size: 14px !important;
}

.theme--dark.v-data-table > .v-data-table__wrapper > table > thead > tr > th {
  color: #000000 !important;
  font-size: 14px !important;
}

.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr > td {
  color: #000000 !important;
  font-size: 14px !important;
}

.theme--dark.v-data-table > .v-data-table__wrapper > table > tbody > tr > td {
  color: #000000 !important;
  font-size: 14px !important;
}

.v-date-picker-table .v-date-picker-table__current.accent,
.v-date-picker-table .v-btn--active.accent {
  background-color: var(--v-accent-base) !important;
  border-color: var(--v-accent-base) !important;
}

.v-date-picker-table .v-date-picker-table__current.accent--text,
.v-date-picker-table .v-btn--active.accent--text {
  color: var(--v-accent-base) !important;
  caret-color: var(--v-accent-base) !important;
}

.theme--light.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:hover {
  color: var(--v-accent-base) !important;
}

.theme--light.v-sheet h1,
.theme--light.v-sheet h2,
.theme--light.v-sheet h3,
.theme--light.v-sheet h4,
.theme--light.v-sheet h5,
.theme--light.v-sheet h6 {
  color: #000000 !important;
}

.v-application a {
  color: var(--v-accent-base);
}

.v-pagination {
  justify-content: end !important;
}

.theme--light.v-sheet .v-card__title {
  color: black !important;
  justify-content: center;
}

.section-title {
  font-size: 20px !important;
}

.v-item--disabled, .v-item--disabled * {
  pointer-events: none;
}

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

