.container {
  align-items: center;
  display: flex;
  height: 35px;
  justify-content: space-between;
  width: 350px;
}

.ctrl-cont {
  display: flex;
  align-items: center;
}

.ctrl-title {
  color: #6B6B6B;
  font-family: Roboto;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
  width: 80px;
}

.ctrl {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  width: 100px;
}

.ctrl ti-widget-droplist {
  height: 100%;
  width: 100%;
}

.ctrl 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;
}

.reg-button {
  background-color: #1C99C4;
  color: white;
  height: 28px;
  font-size:smaller;
  font-weight: 400;
  padding-left:10px;
}