@charset "utf-8";

.fade[data-v-184c736e] { transition: opacity 0.15s linear; }

@media (prefers-reduced-motion: reduce) {
  .fade[data-v-184c736e] { transition: none; }
}

.fade[data-v-184c736e]:not(.show) { opacity: 0; }

.collapse[data-v-184c736e]:not(.show) { display: none; }

.collapsing[data-v-184c736e] { position: relative; height: 0px; overflow: hidden; transition: height 0.35s; }

@media (prefers-reduced-motion: reduce) {
  .collapsing[data-v-184c736e] { transition: none; }
}

@keyframes spinner-border-data-v-184c736e { 
  100% { transform: rotate(360deg); }
}

.spinner-border[data-v-184c736e] { display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; border-width: 0.25em; border-style: solid; border-color: currentcolor transparent currentcolor currentcolor; border-image: initial; border-radius: 50%; animation: 0.75s linear 0s infinite normal none running spinner-border-data-v-184c736e; }

.spinner-border-sm[data-v-184c736e] { width: 1rem; height: 1rem; border-width: 0.2em; }

@keyframes spinner-grow-data-v-184c736e { 
  0% { transform: scale(0); }
  50% { opacity: 1; }
}

.spinner-grow[data-v-184c736e] { display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; background-color: currentcolor; border-radius: 50%; opacity: 0; animation: 0.75s linear 0s infinite normal none running spinner-grow-data-v-184c736e; }

.spinner-grow-sm[data-v-184c736e] { width: 1rem; height: 1rem; }