.quarto-dashboard .bslib-value-box .value-box-value {
    font-size: clamp(0.1em, 5vw, 2em) !important;
}

.quarto-dashboard .lg-view .bslib-value-box .value-box-value {
    display: inline-block; /* or any other desired display property */
}

.quarto-dashboard .sm-view .bslib-value-box .value-box-value {
    display: none;
}
.value-box-area{
overflow: hidden;
}

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


.button {
  background-color: #78c2ad;
  color: white;
  border: 2px solid lightgray;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 2px;
}

.button:hover {
  background-color: white;
  color: #555555 ;
}

.button {
  transition-duration: 0.4s;
}

.sunburst {
  width: 100%; 
  height: auto
}

.kronaimg{
  margin: auto;
  width: 100%;
}

#search-status {
  vertical-align: 16px;
  margin-left: -35px;
}

.label{
  border-radius: 3px;
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
}

textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 3px;
}

.node text {
  font: 12px sans-serif;
}

.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 2px;
}

.found {
	fill: #ff4136;
	stroke: #ff4136;
}