@import "../css/colors"
@import "../css/vars"


:local(.wrapper)
  position: relative
  height: 80px
  display: flex
  align-items: center;
  margin-left: -20px
  margin-right: 20px;
  //margin-right: 8px

:local(.wrapper.noMargin)
  margin-right: 0

:local(.label)
  font-family: $sansserif
  z-index: 1
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100px;
  height: 26px;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  //font-weight: bold;
  color: $textGray;
  cursor: pointer;
  font-style: normal;
  position: relative;
  top: 0;
  margin-left: 10px;
