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;
}

.theme--light.v-file-input .v-file-input__text {
  color: rgba(94, 86, 105, 0.87);
}
.theme--light.v-file-input .v-file-input__text--placeholder {
  color: rgba(94, 86, 105, 0.68);
}
.theme--light.v-file-input.v-input--is-disabled .v-file-input__text {
  color: rgba(94, 86, 105, 0.38);
}
.theme--light.v-file-input.v-input--is-disabled .v-file-input__text .v-file-input__text--placeholder {
  color: rgba(94, 86, 105, 0.38);
}

.theme--dark.v-file-input .v-file-input__text {
  color: rgba(231, 227, 252, 0.87);
}
.theme--dark.v-file-input .v-file-input__text--placeholder {
  color: rgba(231, 227, 252, 0.68);
}
.theme--dark.v-file-input.v-input--is-disabled .v-file-input__text {
  color: rgba(231, 227, 252, 0.5);
}
.theme--dark.v-file-input.v-input--is-disabled .v-file-input__text .v-file-input__text--placeholder {
  color: rgba(231, 227, 252, 0.5);
}

.v-file-input input[type=file] {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  max-width: 0;
  width: 0;
}

.v-file-input .v-file-input__text {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.v-file-input .v-file-input__text.v-file-input__text--chips {
  flex-wrap: wrap;
}
.v-file-input .v-file-input__text .v-chip {
  margin: 4px;
}

.v-file-input .v-text-field__slot {
  min-height: 32px;
}

.v-file-input.v-input--dense .v-text-field__slot {
  min-height: 26px;
}

.v-file-input.v-text-field--filled:not(.v-text-field--single-line) .v-file-input__text {
  padding-top: 22px;
}

.v-file-input.v-text-field--outlined .v-text-field__slot {
  padding: 6px 0;
}
.v-file-input.v-text-field--outlined.v-input--dense .v-text-field__slot {
  padding: 3px 0;
}
body[data-v-14c0ac10] {
  font-size: 16px;
}
.card-dashboard-title[data-v-14c0ac10] {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff !important;
  position: relative;
  top: 12px;
  opacity: 1 !important;
}
.card-dashboard-title-black[data-v-14c0ac10] {
  font-weight: 400;
  font-size: 22px;
  color: black !important;
  position: relative;
  top: 12px;
  opacity: 1 !important;
}
.card-dashboard-value[data-v-14c0ac10] {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #ffffff !important;
  position: relative;
  top: 10px;
}
.card-dashboard-value-2[data-v-14c0ac10] {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #ffffff !important;
  position: relative;
  top: 10px;
}
.card-dashboard-value-black[data-v-14c0ac10] {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: black !important;
  position: relative;
  top: 10px;
}
.popup-table tr td[data-v-14c0ac10] {
  padding: 5px;
}
.popup-property[data-v-14c0ac10] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #9a9a9a;
}
.popup-value[data-v-14c0ac10] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
.my-custom-table[data-v-14c0ac10] {
  font-size: 8px !important;
}
.custom-header[data-v-14c0ac10] {
  color: #000000 !important;
  font-size: 12px !important;
  /* Font size for headers */
}
.custom-cell[data-v-14c0ac10] {
  font-size: 12px !important;
  color: #000000 !important;
  /* Font size for cell data */
}
.custom-cell-row[data-v-14c0ac10] {
  flex-direction: row;
  width: 100px;
  justify-content: space-between;
}
.my-custom-table tbody tr > td[data-v-14c0ac10] {
  color: #000000 !important;
  /* Change text color */
}
.bg-white[data-v-14c0ac10] {
  background-color: white;
  border-radius: 5px;
}
.text-green[data-v-14c0ac10] {
  color: green;
}
.text-red[data-v-14c0ac10] {
  color: red;
}
.theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr > th[data-v-14c0ac10] {
  color: #000000 !important;
  font-size: 14px !important;
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > thead > tr > th[data-v-14c0ac10] {
  color: #000000 !important;
  font-size: 14px !important;
}
.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr > td[data-v-14c0ac10] {
  color: #000000 !important;
  font-size: 14px !important;
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > tbody > tr > td[data-v-14c0ac10] {
  color: #000000 !important;
  font-size: 14px !important;
}
.v-date-picker-table .v-date-picker-table__current.accent[data-v-14c0ac10],
.v-date-picker-table .v-btn--active.accent[data-v-14c0ac10] {
  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[data-v-14c0ac10],
.v-date-picker-table .v-btn--active.accent--text[data-v-14c0ac10] {
  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[data-v-14c0ac10]:hover {
  color: var(--v-accent-base) !important;
}
.theme--light.v-sheet h1[data-v-14c0ac10],
.theme--light.v-sheet h2[data-v-14c0ac10],
.theme--light.v-sheet h3[data-v-14c0ac10],
.theme--light.v-sheet h4[data-v-14c0ac10],
.theme--light.v-sheet h5[data-v-14c0ac10],
.theme--light.v-sheet h6[data-v-14c0ac10] {
  color: #000000 !important;
}
.v-application a[data-v-14c0ac10] {
  color: var(--v-accent-base);
}
.v-pagination[data-v-14c0ac10] {
  justify-content: end !important;
}
.theme--light.v-sheet .v-card__title[data-v-14c0ac10] {
  color: black !important;
  justify-content: center;
}
.section-title[data-v-14c0ac10] {
  font-size: 20px !important;
}
.active-chip[data-v-14c0ac10] {
  background-color: blue !important;
  color: white !important;
}
