button {
  background: #181c1f;
  color: #cacaca;
  padding: 6px 12px;
  cursor: pointer;
  font-size: 13px;
  font-family: inherit;
  transition: 0.15s;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.06);
  outline: none;
  border-radius: 8px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
button:hover,
button:focus-visible {
  box-shadow: 0 1px 0 rgba(0,0,0,0.7) inset;
  background: #272727
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-size: 24px;
  position: absolute;
  padding: 15px;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #909090;
}
.material-symbols-rounded:hover {
  color: #606060;
}
.material-symbols-rounded:visited {
  color: #909090;
}
.material-symbols-rounded {
  color: var(--purple);
}
input {
 box-sizing: border-box;
 width: 100%;
 font-family: classy;
 background: var(--matte3);
 border: 1px solid rgba(255,255,255,0.06);
 padding: 10px 12px;
 border-radius: 10px;
 color: inherit;
 outline: none;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
 opacity: 0;
}
input:hover{
background:var(--matte2);
}
table input {
  background: inherit;
  border: none;
}
table input:hover {
  background: inherit;
}
