
a {
    text-decoration:none;
}

a:hover {
    color:white;
}
input[type="file"] {
  display: none;
}

.file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

[data-sidebar-layout] {
    display: grid ;
    grid-template-columns: 20rem 1fr;
    grid-template-rows: auto 1fr;
    height: 100dvh;
}
