
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
}

a.adminjs_Header {
  display: block;
}

a.adminjs_Logo {
  background-color: grey;
}

.innextart-dashboard {
  width: 100%;
  background: url("/images/duotone+galleria+blu.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section > pre {
  font-family: monospace;
  font-size: 12px;
}

section[data-css="OggettoArte-edit-specialData.file"] label,
section[data-css="OggettoArte-show-specialData.file"] label {
  display: none;
  font-size: 12px;
}

[data-testid^="authors."],
[data-testid^="categories."],
[data-testid^="otherData."] {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  & > div > div > section > section:last-child > div:last-child {
    margin-bottom: 0px !important;
  }
}