<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.viabill-pricetag {
    display: none!important;
}
.widthcontainer {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
img[src="icon-stock icon-stock--green"]{
    display: none;
}
.tooltip-generic {
    font-size: 17px;
    margin-left: 10px;
    margin-top: -5px;
    cursor: pointer;
}
.tooltip-generic-text {
    visibility: hidden;
    width: auto;
    background-color: #454545;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 10px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    margin: 20px 0 0 -10px;
}
.VariantGroupLabel .info-circle &gt; svg,.info-circle &gt; svg{
  width: 16px;
  height: 16px;
  margin-bottom: -2px;
}
input.error {
  border-left: solid 1px red;
  border-top: solid 1px red;
  border-bottom: solid 1px red;
}

.inputLabel {
  height: 35px;
  width: 40px;
  text-align: center;
  padding: 5px 0;
  background-color: white;
  border-bottom-right-radius: 3px;
  border: solid 1px rgba(195, 195, 195, 1);
  border-top-right-radius: 3px;
  float: left;
}
.pointer {
  position: absolute;
  height: 35px;
  left: -20px;
  display: flex;
  align-items: center;
}
.pointer.hidden {
  display: none;
}
.pointer i {
  font-size: 1.8em;
  background-color: white;
  border-radius: 50%;
  color: #00c700;
  animation-name: move;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes move {
  0% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(-10px);
  }
}
.heightError,
.widthError,
.textError {
    color: red;
    font-weight: bold;
}

.inputLabel.error {
  border-right: solid 1px red;
  border-top: solid 1px red;
  border-bottom: solid 1px red;
}
.VariantGroupPosition {
  list-style: none;
}
.skydelaage_width,
.skydelaage_height,
.inputwithlabel {
  width: calc(30rem - 40px);
  display: block;
  float: left;
  height: 35px;
  color: rgba(0, 0, 0, 1);
  border: solid 1px rgba(195, 195, 195, 1);
  padding: 0 10px;
  border-right: 0px;
  -webkit-appearance: none;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  padding: 0 10px;
}</pre></body></html>