.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99999999;
  background-color: rgba(var(--v-tertiary-base), 0.4);
}

.v-progress-circular {
  left: calc(50% - 16px);
  top: calc(50% - 16px);
  position: fixed;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity .2s
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active below version 2.1.8 */
  {
  opacity: 0
}