/* $body-font-family: 'Noto Sans HK', sans-serif; */
.v-input--checkbox.v-input--indeterminate.v-input--is-disabled {
  opacity: 0.6;
}
.v-input--checkbox.v-input--dense {
  margin-top: 4px;
}
/* $body-font-family: 'Noto Sans HK', sans-serif; */
.v-simple-checkbox {
  align-self: center;
  line-height: normal;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.v-simple-checkbox .v-icon {
  cursor: pointer;
}

.v-simple-checkbox--disabled {
  cursor: default;
}
