:host {
  margin-right: 55px;
  margin-bottom: 10px
}

.ctrl-wrapper {
  align-items: center;
  display: flex;
  height: 40px;
  width: 215px;
}

.ctrl-title {
  color: #6B6B6B;
  display: -webkit-box;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 115px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.control {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  width: 100px;
}

/* droplist */

.droplist-cont, .droplist-cont ti-widget-droplist {
  height: 100%;
  width: 100%;
}

.droplist-cont ti-widget-droplist::shadow select#selectorList {
  box-shadow: unset !important;
  border: 0.5px solid #EEE;
  border-radius: 3px;
  background-color: #fff;
  color: #98999B;
  font-family: Roboto !important;
  font-size: 11px !important;
  font-weight: bold !important;
  height: 100%;
  letter-spacing: 0;
  line-height: 13px;
  margin: unset !important;
  padding: 7px;
}