:host {
  font-size: 12px;
  height: 100%;
  display: block;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0 40px;
}
:host > ul {
  display: -webkit-box;
  display: flex;
  overflow-x: hidden !important;
}
:host > ul::-webkit-scrollbar-track,
:host > ul::-webkit-scrollbar,
:host > ul::-webkit-scrollbar-thumb {
  height: 8px;
}
:host > ul:hover {
  overflow-x: overlay !important;
}
:host > ul > li {
  margin-bottom: 8px;
  display: -webkit-box;
  display: flex;
  height: 40px !important;
  pointer-events: none;
  cursor: auto;
}
:host > ul > li.done {
  pointer-events: auto;
  cursor: pointer;
}
:host > ul > li:nth-child(1) .item-line {
  display: none;
}
:host > ul > li div.item {
  display: -webkit-box;
  display: flex;
  margin-right: 3px;
  padding-left: 8px;
}
:host > ul > li div.item .item-line {
  min-width: 24px;
}
:host > ul > li div.item .item-number {
  position: relative;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  margin-top: 13px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 1px;
}
:host > ul > li div.item .item-number span {
  width: 100%;
  font-size: 11px;
}
:host > ul > li div.item-content {
  height: 40px !important;
  white-space: nowrap;
  text-align: left;
  padding: 5px;
  line-height: 16px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
}
:host > ul > li div.item-content div.item-content-inner {
  align-self: center;
}
:host > ul > li div.item-content div.item-content-inner div.subtitle {
  font-size: small;
  text-transform: lowercase;
  opacity: 0.6;
}
:host ul {
  align-self: center;
  list-style-type: none;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
}
:host ul li {
  text-align: center;
  text-transform: uppercase;
  line-height: 21px;
  height: 26px;
  float: left;
  border-style: none;
  border-radius: 0;
}
