[v-cloak] {
  display: none;
}

.text-shadow {
  text-shadow: 2px 1px 3px #ddd;
}

/* https://loading.io/css/ */
.lds-dual-ring {
  display: inline-block;
  /* width: 80px;
  height: 80px; */
  opacity: 0.6;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 80px;
  height: 80px;
  margin: 8px;
  border-radius: 50%;
  border-width: 8px;
  border-style: solid;
  border-color: #e60000 #eee #eee #eee;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-dual-ring.centered {
  position: fixed;
  left: calc(50% - 46px);
  top: calc(50% - 34px);
}
