body[data-v-296919b4] {
  font-size: 16px;
}
.card-dashboard-title[data-v-296919b4] {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff !important;
  position: relative;
  top: 12px;
  opacity: 1 !important;
}
.card-dashboard-title-black[data-v-296919b4] {
  font-weight: 400;
  font-size: 22px;
  color: black !important;
  position: relative;
  top: 12px;
  opacity: 1 !important;
}
.card-dashboard-value[data-v-296919b4] {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #ffffff !important;
  position: relative;
  top: 10px;
}
.card-dashboard-value-2[data-v-296919b4] {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #ffffff !important;
  position: relative;
  top: 10px;
}
.card-dashboard-value-black[data-v-296919b4] {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: black !important;
  position: relative;
  top: 10px;
}
.popup-table tr td[data-v-296919b4] {
  padding: 5px;
}
.popup-property[data-v-296919b4] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #9a9a9a;
}
.popup-value[data-v-296919b4] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #000000;
}
.my-custom-table[data-v-296919b4] {
  font-size: 8px !important;
}
.custom-header[data-v-296919b4] {
  color: #000000 !important;
  font-size: 12px !important;
  /* Font size for headers */
}
.custom-cell[data-v-296919b4] {
  font-size: 12px !important;
  color: #000000 !important;
  /* Font size for cell data */
}
.custom-cell-row[data-v-296919b4] {
  flex-direction: row;
  width: 100px;
  justify-content: space-between;
}
.my-custom-table tbody tr > td[data-v-296919b4] {
  color: #000000 !important;
  /* Change text color */
}
.bg-white[data-v-296919b4] {
  background-color: white;
  border-radius: 5px;
}
.text-green[data-v-296919b4] {
  color: green;
}
.text-red[data-v-296919b4] {
  color: red;
}
.theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr > th[data-v-296919b4] {
  color: #000000 !important;
  font-size: 14px !important;
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > thead > tr > th[data-v-296919b4] {
  color: #000000 !important;
  font-size: 14px !important;
}
.theme--light.v-data-table > .v-data-table__wrapper > table > tbody > tr > td[data-v-296919b4] {
  color: #000000 !important;
  font-size: 14px !important;
}
.theme--dark.v-data-table > .v-data-table__wrapper > table > tbody > tr > td[data-v-296919b4] {
  color: #000000 !important;
  font-size: 14px !important;
}
.v-date-picker-table .v-date-picker-table__current.accent[data-v-296919b4],
.v-date-picker-table .v-btn--active.accent[data-v-296919b4] {
  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-296919b4],
.v-date-picker-table .v-btn--active.accent--text[data-v-296919b4] {
  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-296919b4]:hover {
  color: var(--v-accent-base) !important;
}
.theme--light.v-sheet h1[data-v-296919b4],
.theme--light.v-sheet h2[data-v-296919b4],
.theme--light.v-sheet h3[data-v-296919b4],
.theme--light.v-sheet h4[data-v-296919b4],
.theme--light.v-sheet h5[data-v-296919b4],
.theme--light.v-sheet h6[data-v-296919b4] {
  color: #000000 !important;
}
.v-application a[data-v-296919b4] {
  color: var(--v-accent-base);
}
.v-pagination[data-v-296919b4] {
  justify-content: end !important;
}
.theme--light.v-sheet .v-card__title[data-v-296919b4] {
  color: black !important;
  justify-content: center;
}
.section-title[data-v-296919b4] {
  font-size: 20px !important;
}
.info-section[data-v-296919b4] {
  background-color: #f5f5f5;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 16px;
}
.info-section__title[data-v-296919b4] {
  font-weight: 600;
  font-size: 14px;
  color: #424242;
  margin-bottom: 12px;
}
.info-section__grid[data-v-296919b4] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.info-section__grid--two-cols[data-v-296919b4] {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 960px) {
.info-section__grid--two-cols[data-v-296919b4] {
    flex-direction: column;
    gap: 16px;
}
}
.info-section__column[data-v-296919b4] {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 960px) {
.info-section__column[data-v-296919b4] {
    flex: 1 1 100%;
}
}
.info-section__row[data-v-296919b4] {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-size: 14px;
}
@media (max-width: 600px) {
.info-section__row[data-v-296919b4] {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
}
.info-section__value-cell[data-v-296919b4] {
  display: flex;
  align-items: flex-start;
  flex: 1 1 auto;
  min-width: 0;
  gap: 6px;
}
.info-section__colon[data-v-296919b4] {
  flex-shrink: 0;
  color: #9e9e9e;
  line-height: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.info-section--aligned-values .info-section__row[data-v-296919b4] {
  display: grid;
  grid-template-columns: clamp(140px, 38%, 220px) minmax(0, 1fr);
  -moz-column-gap: 12px;
       column-gap: 12px;
  row-gap: 0;
  align-items: start;
  font-size: 14px;
  line-height: 1.45;
}
@media (max-width: 600px) {
.info-section--aligned-values .info-section__row[data-v-296919b4] {
    grid-template-columns: 1fr;
    row-gap: 2px;
}
}
.info-section--aligned-values .info-section__label[data-v-296919b4] {
  min-width: 0;
  margin: 0;
  color: #757575;
  word-break: break-word;
  overflow-wrap: break-word;
}
.info-section--aligned-values .info-section__value-cell[data-v-296919b4] {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  justify-self: start;
}
.info-section--aligned-values .info-section__value-cell .info-section__value[data-v-296919b4],
.info-section--aligned-values .info-section__value-cell .info-section__link[data-v-296919b4],
.info-section--aligned-values .info-section__value-cell .info-section__link--as-button[data-v-296919b4],
.info-section--aligned-values .info-section__value-cell .info-section__link--external[data-v-296919b4],
.info-section--aligned-values .info-section__value-cell .info-section__image-wrap[data-v-296919b4],
.info-section--aligned-values .info-section__value-cell .info-section__badge[data-v-296919b4] {
  min-width: 0;
  flex: 1 1 auto;
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: anywhere;
  text-align: left;
}
.info-section--aligned-values .info-section__value-cell .info-section__link--as-button[data-v-296919b4] {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.info-section--aligned-values .info-section__value-cell .info-section__badge[data-v-296919b4] {
  width: auto;
  flex: 0 0 auto;
}
.info-section__label[data-v-296919b4] {
  min-width: 160px;
  flex-shrink: 0;
  color: #757575;
}
@media (max-width: 600px) {
.info-section__label[data-v-296919b4] {
    min-width: 0;
}
}
.info-section__value[data-v-296919b4] {
  color: #212121;
  flex: 1 1 auto;
  min-width: 0;
  word-break: break-word;
}
.info-section__badge[data-v-296919b4] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
  flex: 0 0 auto;
}
.info-section__badge--active[data-v-296919b4] {
  background-color: #81c784;
}
.info-section__badge--inactive[data-v-296919b4] {
  background-color: #e57373;
}
.info-section__link[data-v-296919b4] {
  color: #1976d2;
  text-decoration: underline;
  flex: 1 1 auto;
  min-width: 0;
  word-break: break-word;
}
.info-section__link--external[data-v-296919b4] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}
.info-section__external-icon[data-v-296919b4] {
  flex-shrink: 0;
  color: inherit;
}
.info-section__link--as-button[data-v-296919b4] {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  text-align: left;
}
.info-section__link--as-button[data-v-296919b4]:focus {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.info-section__image-wrap[data-v-296919b4] {
  flex: 1 1 auto;
  align-self: flex-start;
  min-width: 0;
  max-width: 100%;
}
.info-section__image[data-v-296919b4] {
  display: block;
  max-width: min(100%, 280px);
  max-height: 180px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.info-section--raised[data-v-296919b4] {
  background-color: #ffffff;
  border: 1px solid #e8eaed;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 20px;
}
.info-section--raised .info-section__title[data-v-296919b4] {
  color: #9e9e9e;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
}
.info-section--raised .info-section__label[data-v-296919b4] {
  color: #616161;
}
.info-section--raised .info-section__value[data-v-296919b4] {
  color: #212121;
  font-weight: 500;
}
.info-section--raised .info-section__link[data-v-296919b4] {
  color: #3498db;
  font-weight: 500;
}
.info-section--raised.info-section--aligned-values .info-section__label[data-v-296919b4] {
  color: #616161;
}
.info-section--raised.info-section--aligned-values .info-section__value[data-v-296919b4] {
  font-weight: 500;
}
