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;
}
#misc {
  overflow: hidden;
}
#misc .page-title {
  margin-top: 5.25rem;
}
#misc .misc-character {
  margin-bottom: 3.313rem;
  margin-top: 5rem;
}
#misc .misc-mask,
#misc .misc-tree {
  position: absolute;
}
#misc .misc-mask {
  bottom: 0;
  width: 100%;
}
#misc .misc-tree {
  height: 226px;
  max-width: 300px;
  left: 0;
  bottom: 8%;
}
#misc .misc-input-width {
  max-width: 15.125rem;
}
@media (max-width: 550px) {
#misc .page-title {
    margin-top: 3rem;
}
}
@media (max-width: 600px) {
.misc-tree,
.misc-mask {
    display: none;
}
}
