[x-cloak] { display: none !important; }

.input {
  width: 100%;
  padding: 0.6rem 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid rgb(226 232 240);
  background: white;
  font-size: 0.875rem;
  outline: none;
}
.input:focus {
  border-color: rgb(34 181 126);
  box-shadow: 0 0 0 3px rgba(34, 181, 126, 0.15);
}
html.dark .input {
  background: rgb(15 23 42);
  border-color: rgb(51 65 85);
  color: rgb(241 245 249);
}

::-webkit-scrollbar { height: 6px; width: 6px; }
::-webkit-scrollbar-thumb { background: rgba(148,163,184,0.4); border-radius: 999px; }
