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-time-picker-title {
  color: #fff;
  display: flex;
  line-height: 1;
  justify-content: flex-end;
}

.v-time-picker-title__time {
  white-space: nowrap;
  direction: ltr;
}
.v-time-picker-title__time .v-picker__title__btn,
.v-time-picker-title__time span {
  align-items: center;
  display: inline-flex;
  height: 32px;
  font-size: 32px;
  justify-content: center;
}

.v-time-picker-title__ampm {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  text-transform: uppercase;
}
.v-application--is-ltr .v-time-picker-title__ampm {
  margin: 0 0 6px 8px;
}
.v-application--is-rtl .v-time-picker-title__ampm {
  margin: 0 8px 6px 0;
}
.v-time-picker-title__ampm div:only-child {
  flex-direction: row;
}
.v-time-picker-title__ampm--readonly .v-picker__title__btn.v-picker__title__btn--active {
  opacity: 0.6;
}

.v-picker__title--landscape .v-time-picker-title {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.v-picker__title--landscape .v-time-picker-title__time {
  text-align: right;
}
.v-picker__title--landscape .v-time-picker-title__time .v-picker__title__btn,
.v-picker__title--landscape .v-time-picker-title__time span {
  height: 55px;
  font-size: 55px;
}
.v-picker__title--landscape .v-time-picker-title__ampm {
  margin: 16px 0 0;
  align-self: initial;
  text-align: center;
}

.v-picker--time .v-picker__title--landscape {
  padding: 0;
}
.v-picker--time .v-picker__title--landscape .v-time-picker-title__time {
  text-align: center;
}
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-time-picker-clock {
  background: #f5f5f5;
}
.theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled {
  color: rgba(94, 86, 105, 0.26);
}
.theme--light.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active {
  color: rgba(231, 227, 252, 0.3);
}
.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__hand {
  background-color: #bdbdbd;
}
.theme--light.v-time-picker-clock--indeterminate:after {
  color: #bdbdbd;
}
.theme--light.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active {
  background-color: #bdbdbd;
}

.theme--dark.v-time-picker-clock {
  background: #312d4b;
}
.theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled {
  color: rgba(231, 227, 252, 0.3);
}
.theme--dark.v-time-picker-clock .v-time-picker-clock__item--disabled.v-time-picker-clock__item--active {
  color: rgba(231, 227, 252, 0.3);
}
.theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__hand {
  background-color: #28243d;
}
.theme--dark.v-time-picker-clock--indeterminate:after {
  color: #28243d;
}
.theme--dark.v-time-picker-clock--indeterminate .v-time-picker-clock__item--active {
  background-color: #28243d;
}

.v-time-picker-clock {
  border-radius: 100%;
  position: relative;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  padding-top: 100%;
  flex: 1 0 auto;
}
.v-time-picker-clock__container {
  display: flex;
  flex-direction: column;
  flex-basis: 290px;
  justify-content: center;
  padding: 10px;
}
.v-time-picker-clock__ampm {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px;
}
.v-time-picker-clock__hand {
  height: calc(50% - 4px);
  width: 2px;
  bottom: 50%;
  left: calc(50% - 1px);
  transform-origin: center bottom;
  position: absolute;
  will-change: transform;
  z-index: 1;
}
.v-time-picker-clock__hand:before {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.v-time-picker-clock__hand:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  top: 100%;
  left: 50%;
  border-radius: 100%;
  border-style: solid;
  border-color: inherit;
  background-color: inherit;
  transform: translate(-50%, -50%);
}
.v-time-picker-clock__hand--inner:after {
  height: 14px;
}

.v-picker--full-width .v-time-picker-clock__container {
  max-width: 290px;
}

.v-time-picker-clock__inner {
  position: absolute;
  bottom: 27px;
  left: 27px;
  right: 27px;
  top: 27px;
}

.v-time-picker-clock__item {
  align-items: center;
  border-radius: 100%;
  cursor: default;
  display: flex;
  font-size: 16px;
  justify-content: center;
  height: 40px;
  position: absolute;
  text-align: center;
  width: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: translate(-50%, -50%);
}
.v-time-picker-clock__item > span {
  z-index: 1;
}
.v-time-picker-clock__item:before, .v-time-picker-clock__item:after {
  content: "";
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  transform: translate(-50%, -50%);
}
.v-time-picker-clock__item:after, .v-time-picker-clock__item:before {
  height: 40px;
  width: 40px;
}
.v-time-picker-clock__item--active {
  color: #fff;
  cursor: default;
  z-index: 2;
}
.v-time-picker-clock__item--disabled {
  pointer-events: none;
}

.v-picker--landscape .v-time-picker-clock__container {
  flex-direction: row;
}
.v-picker--landscape .v-time-picker-clock__ampm {
  flex-direction: column;
}

.form-label[data-v-25e8be62] {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #302b27;
  margin-bottom: 0.5rem;
}
.required-mark[data-v-25e8be62] {
  color: #ee3c2e;
  margin-left: 2px;
}
.required[data-v-25e8be62] {
  font-weight: 500;
}
.form-field-datetime-picker--row[data-v-25e8be62] {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.form-field-datetime-picker--row .form-field-datetime-picker__date[data-v-25e8be62],
.form-field-datetime-picker--row .form-field-datetime-picker__time[data-v-25e8be62] {
  flex: 0 0 auto;
}
.form-field-datetime-picker--row .form-field-datetime-picker__divider[data-v-25e8be62] {
  align-self: stretch;
}
.form-field-datetime-picker--row .form-field-datetime-picker__date[data-v-25e8be62] .v-picker__body,
.form-field-datetime-picker--row .form-field-datetime-picker__time[data-v-25e8be62] .v-picker__body {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-field-datetime-picker--row .form-field-datetime-picker__date[data-v-25e8be62] .v-date-picker-table,
.form-field-datetime-picker--row .form-field-datetime-picker__time[data-v-25e8be62] .v-time-picker-clock {
  margin: 0 auto;
}
.form-field-datetime-picker[data-v-25e8be62] .v-time-picker-clock__hand {
  background-color: var(--v-accent-base) !important;
  border-color: var(--v-accent-base) !important;
}
.form-field-datetime-picker[data-v-25e8be62] .v-time-picker-clock__item--active {
  background-color: var(--v-accent-base) !important;
  border-color: var(--v-accent-base) !important;
}

