/* PAGE */
.page {
  min-height: var(--currentview-height);
  display: flex;
  flex-direction: column;
  width: 100%;
}

div[input-type="dropdown"] .dropdownitem[is-current],
div[input-type="dropdown"] .currentvalue{
  color:#1a1a1a;
}
div[input-type="dropdown"] .dropdownitem{
  font-family: 'medium';
}
div[input-type="dropdown"] {
  --bg-color:
  linear-gradient(-180deg, var(--bg-gradient-color-top) 0px, var(--bg-gradient-color-bottom) var(--scrollcont-height));
  background: var(--em-color);
  color: white;
  --ci-color: currentColor;
  font-size: 15px;
  line-height: var(--line-height);
  --input-border-active: none;
--svgicon-color: #1a1a1a;
--input-padding-offset: 0;
}