
.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: black;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}


.nuxt__build_indicator[data-v-71e9e103] {
  box-sizing: border-box;
  position: fixed;
  font-family: monospace;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  width: 88px;
  z-index: 2147483647;
  font-size: 16px;
  line-height: 1.2rem;
}
.v-enter-active[data-v-71e9e103], .v-leave-active[data-v-71e9e103] {
  transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.3s;
}
.v-leave-to[data-v-71e9e103] {
  opacity: 0;
  transform: translateY(20px);
}
svg[data-v-71e9e103] {
  display: inline-block;
  vertical-align: baseline;
  width: 1.1em;
  height: 0.825em;
  position: relative;
  top: 1px;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

.v-ripple__container {
  display: none !important;
}

.v-btn, .v-btn > * {
  line-height: 1;
  box-shadow: none !important;
}

.v-navigation-drawer {
  will-change: unset;
}

.ri-icon {
  font-size: 1rem;
}
.template--admin .template--admin--toolbar-title-text {
  line-height: 1;
  font-size: 0.9em;
}
.template--default .template--default--toolbar-title-text {
  line-height: 1;
  font-size: 0.9em;
}
.app-dialog > .v-snack__wrapper {
  min-width: 200px;
}
@media only screen and (max-width: 599px) {
.app-dialog > .v-snack__wrapper {
    width: 100%;
}
}
