html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
}
p,
h1 {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  border: none;
  outline: none;
  background: none;
  color: inherit;
  padding: 0;
  cursor: pointer;
}
input,
textarea {
  font-family: inherit;
  outline: none;
  border: none;
}

[v-cloak] {
  visibility: hidden;
}

body {
  background-color: #170c08;
  -webkit-tap-highlight-color: transparent;
}

.flex-1 {
  flex: 1;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.no-scrollbar::-webkit-scrollbar { 
  display: none;
}
