/* custom colors */
.app-checkbox[data-v-67b1601a] {
  align-items: start;
  font-size: 14px;
  line-height: 20px;
  transition: color var(--trs-1);
}
.app-checkbox__label[data-v-67b1601a] {
  line-height: 20px;
}
.app-checkbox[data-v-67b1601a] .q-radio__label {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
.app-checkbox[data-v-67b1601a] .q-checkbox__bg {
  border-width: 1px;
}
.app-checkbox[data-v-67b1601a] .q-checkbox__svg {
  width: calc(100% - 2px) !important;
  height: calc(100% - 2px) !important;
  left: 1px;
  top: 1px;
}
.app-checkbox.disabled[data-v-67b1601a] {
  opacity: 0.6 !important;
  color: var(--theme-color-muted) !important;
}
.app-checkbox.disabled[data-v-67b1601a] .q-checkbox__inner {
  color: inherit !important;
}