.input-full-row {
  width: 100% !important;
}

as-numbox {
  &#numbox-lx{
    --numbox-label-color:red;
  }

  &#numbox-ly{
    --numbox-label-color:green;
  }

  &#numbox-lz{
    --numbox-label-color:blue;
  }

  &#numbox-sizex{
    --numbox-label-color:red;
  }

  &#numbox-sizey{
    --numbox-label-color:green;
  }

  &#numbox-sizez{
    --numbox-label-color:blue;
  }
}

as-step-panel {
  min-height: 2rem;
  max-width: 24rem;
  width: 24rem;
}

.control-row {
      display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
}

 .hidden{
  display:none;
}

.min-max-val {
  color: #666;
}

as-trinckle-label {
  position: absolute;
  bottom: 4%;
  right: 1%;
}

#myVersion {
  position: absolute;
  bottom: 4%;
  left: 1%;
}

#viewPort-ruler-container {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 30px;
  overflow: hidden;
  background: rgba(250, 250, 250, .5);
  -webkit-box-shadow: rgba(0, 0, 0, 0.075) 0px -2px 6px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.075) 0px -2px 6px 0px;
  box-shadow: rgba(0, 0, 0, 0.075) 0px -2px 6px 0px;
  border-top: 1px solid var(--grey-light);
  z-index: 10;
  opacity: 1;
  transition: opacity .5s ease-out;
}

#viewPort-ruler {
  width: 100%;
}

#viewPort-ruler.inactive {
  opacity: .125;
}

as-feature-controls {
  height: 75vh;
}

#messages {
  position: fixed;
  z-index: 20;
  right: -30px;
  height: 100%;
  padding-right: calc(var(--padding-global-horizontal) + 2 * var(--size-btn) + 30px);
  pointer-events: none;
  cursor: default;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 0rem;
  /* justify-content: flex-end; */
}
.message {
  height: fit-content;
  position: relative;
  /* right: 20%; */
  opacity: 0;
  display: flex;
  width: 300px;
  flex-direction: column;
  padding: 15px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  border: 0.5px solid lightgray;
  margin-bottom: 1em;
  pointer-events: all;
  transition: all 0.25s;
}
.message .close-btn {
  position: absolute;
}
.message.shown {
  /* right: 10%; */
  opacity: 1;
}
.feature-message.shown {
  left: calc(var(--size-btn) / 1.5);
}
.error-message-content h4,
.message-content h4 {
  display: flex;
  align-items: center;
  margin: 0;
}
.error-message-content h4 span,
.message-content h4 span {
  position: relative;
  line-height: 0;
  margin-left: 0.33em;
  font-size: 12px;
}

as-hovercard-wrapper{
  width:fit-content;
}

.tooltip-text {
  width: 20rem;
  max-width: 24rem;
  text-align: justify;
}

.tooltip-img {
  width: 24rem;
}

.img-card {
  padding: 1rem;
}

.control-row {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-wrap: wrap;
}

#uploadFilename {
  font-style: italic;
}