.v-tab span {
  padding-left: 8px;
}

.color-viewer {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.handle {
  cursor: move;
}

.not-allowed {
  cursor: not-allowed !important;
}

/* height and width generator */

.h-1 {
  height: 4px;
}

.w-1 {
  width: 4px;
}

.h-2 {
  height: 8px;
}

.w-2 {
  width: 8px;
}

.h-3 {
  height: 12px;
}

.w-3 {
  width: 12px;
}

.h-4 {
  height: 16px;
}

.w-4 {
  width: 16px;
}

.h-5 {
  height: 20px;
}

.w-5 {
  width: 20px;
}

.h-6 {
  height: 24px;
}

.w-6 {
  width: 24px;
}

.h-7 {
  height: 28px;
}

.w-7 {
  width: 28px;
}

.h-8 {
  height: 32px;
}

.w-8 {
  width: 32px;
}

.h-9 {
  height: 36px;
}

.w-9 {
  width: 36px;
}

.h-10 {
  height: 40px;
}

.w-10 {
  width: 40px;
}

.h-11 {
  height: 44px;
}

.w-11 {
  width: 44px;
}

.h-12 {
  height: 48px;
}

.w-12 {
  width: 48px;
}

.h-13 {
  height: 52px;
}

.w-13 {
  width: 52px;
}

.h-14 {
  height: 56px;
}

.w-14 {
  width: 56px;
}

.h-15 {
  height: 60px;
}

.w-15 {
  width: 60px;
}

.h-16 {
  height: 64px;
}

.w-16 {
  width: 64px;
}

.line-through {
  text-decoration: line-through !important;
}

.noAccess {
  color: #212121;
}

/* remove bottom padding in v-select in v-toolbar-title */

.v-toolbar__content .v-text-field__details {
  display: none;
}

.v-toolbar__content .v-input__control .v-input__slot {
  margin-bottom: 0;
}

/* switch all states same */

