[v-cloak] {
  display: none;
}

.glass {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(60px);
}

.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #cbd5e1;
  border-radius: 10px;
}