/* ==========================================================================
   Base & Reset
   ========================================================================== */
[v-cloak] {
  display: none !important;
}

* {
  -webkit-tap-highlight-color: transparent;
}

/* ==========================================================================
   Scrollbar Utilities
   ========================================================================== */
.no-scrollbar {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.no-scrollbar::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

