
.v-enter-active,
.v-leave-active {
  transition-property: opacity !important;
}

.v-enter-from,
.v-leave-to {
  opacity: 0 !important;
}

.v-group-enter-active,
.v-group-leave-active {
  transition-property: opacity !important;
}

.v-group-leave-active {
  position: absolute !important;
}

.v-group-enter-from,
.v-group-leave-to {
  opacity: 0 !important;
}

.v-group-move {
  transition-property: opacity, transform !important;
}

.v-horizontal-scale-and-fade-enter-active,
.v-horizontal-scale-and-fade-leave-active {
  transition-property: margin-left, margin-right, opacity, padding-left, padding-right, width !important;
}

.v-horizontal-scale-and-fade-enter-from,
.v-horizontal-scale-and-fade-leave-to {
  margin-left: 0 !important;
  margin-right: 0 !important;
  opacity: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: var(--t-start-width, 0) !important;
}

.v-horizontal-scale-and-fade-enter-to,
.v-horizontal-scale-and-fade-leave-from {
  width: var(--t-end-width) !important;
}

.v-vertical-scale-and-fade-enter-active,
.v-vertical-scale-and-fade-leave-active {
  transition-property: height, margin-bottom, margin-top, opacity, padding-bottom, padding-top !important;
}

.v-vertical-scale-and-fade-enter-from,
.v-vertical-scale-and-fade-leave-to {
  height: var(--t-start-height, 0) !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  opacity: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.v-vertical-scale-and-fade-enter-to,
.v-vertical-scale-and-fade-leave-from {
  height: var(--t-end-height) !important;
}

.v-scale-and-fade-enter-active,
.v-scale-and-fade-leave-active {
  transition-property: height, margin, opacity, padding, width !important;
}

.v-scale-and-fade-enter-from,
.v-scale-and-fade-leave-to {
  height: var(--t-start-height, 0) !important;
  margin: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
  width: var(--t-start-width, 0) !important;
}

.v-scale-and-fade-enter-to,
.v-scale-and-fade-leave-from {
  height: var(--t-end-height) !important;
  width: var(--t-end-width) !important;
}
