:host {
  display: block;
  position: relative;
}
div.spinner-input input::-webkit-outer-spin-button,
div.spinner-input input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
div.spinner-input input.with-icons {
  border-radius: 0px 4px 4px 0px !important;
}
div.spinner-input.icons input {
  padding-right: 72px !important;
}
div.spinner-input.icons.errors input {
  padding-right: 108px !important;
}
div.spinner-input.errors input {
  padding-right: 36px !important;
}
div.spinner-icons {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-size: 20px;
}
div.spinner-icons > div.spinner-icon {
  float: right;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  width: 36px;
  height: 100%;
  border-left-width: 1px;
  border-left-style: solid;
  padding-top: 4px;
  padding-right: 1px;
}
div.spinner-icons > div.spinner-icon > div {
  align-self: center;
}
div.spinner-icons > div.spinner-icon:hover {
  cursor: pointer;
}
div.spinner-icons > div.spinner-icon.disabled:hover {
  cursor: not-allowed;
}
.spinner-units {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 8px;
  width: 73px;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 20px;
}
.spinner-units .units-separator {
  position: absolute;
  left: 0;
  bottom: 5px;
  top: 5px;
}
.spinner-units .units {
  overflow: hidden;
  text-overflow: ellipsis;
}
 /deep/ cmf-core-controls-popOverResultMessage.spinner-popover {
  position: absolute;
  line-height: 36px;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
}
 /deep/ cmf-core-controls-popOverResultMessage.spinner-popover.icons {
  right: 72px;
}
 /deep/ cmf-core-controls-popOverResultMessage.spinner-popover > .popover-wrapper {
  padding: 0 8px 0 0 ;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  height: 36px;
}
