:host {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 40px 40px;
  overflow: auto;
}
:host::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
:host::-webkit-scrollbar-track {
  background: #CCC;
  border-radius: 10px;
} 
:host::-webkit-scrollbar-thumb {
  background: #FFF;
  border-radius: 10px;
  box-shadow: inset 0px 0px 1px 1px #DDD;
}

.title-cont {
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 1px solid #999;
}

.title-icon {
  width: 32px;
  height: 32px;
  color: #D00;
}

.title-txt {
  margin-left: 10px;
  font-size: 22px;
}

.ctrl-grp-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.ctrl-grp-cont {
  margin: 0px 20px 20px 0px;
  padding: 10px;
  box-shadow: 0px 0px 10px 1px #CCC;
  border-radius: 5px;
}

.ctrl-grp-title {
  margin-bottom: 10px;
  font-size: 18px;
}

.ctrls-wrapper {
  display: flex;
}

.ctrl-wrapper {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
}

.ctrl-title {
  font-size: 15px;
  margin-bottom: 6px;
}

.numeric-indicator {
  margin-top: 7px;
  font-size: 18px;
  color: #09F;
}