.noto-sans-regular {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

@view-transition {
  navigation: auto;
}

body {
  margin: 0px;
  display: block !important;
  min-height: 100vh !important;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  height: 100vh !important;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}

mdui-dialog::part(panel) {
  background-color: rgb(var(--mdui-color-surface)) !important;
}

mdui-list-item::part(description) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.maintext {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

mdui-list-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}