:host {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
  min-height: 600px;
  min-width: 900px;
  padding: 30px;
  padding-top: 40px;
}

.header {
  text-transform: uppercase;
  color: var(--color-ti-secondary-grey-dark);
  height: 40px;
}

hr.splitter {
  border: 0.5px dashed var(--color-ti-primary-blue);
  width: 100%;
}

.control-container {
  height: 100%;
  width: 100%;
}

.flex-cont {
  display: flex;
  margin: 0px 20px 37px;
  column-gap: 20px;
}

.config-cont {
  margin-right: 20px;
}

.led-config-container{
  display: grid;
  grid-template-columns: 40% 60%;
}

.right-container p{
  width: 180px;
  font-size: 15px;
}

.left-container p{
  font-size: 15px;
  width: 140px;
}

/* .control-container {
  display: grid;
  grid-template-columns: 80% 20%;
} */

/* .commands-container {
  margin-top: 20px;
}

.cmd-button {
  background-color: #ff0000;
  color: rgb(255, 255, 255);
  height: 28px;
  font-size: smaller;
  padding: 10px;
  margin-top: 50px;
  width: 150px;
  height: 35px;
  border: 2px solid black;
}

.paper-button-1[animated] {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.paper-button-1 {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  min-width: 5.14em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  font: inherit;
  text-transform: uppercase;
  outline-width: 0;
  border-radius: 3px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 0;
  padding: 0.7em 0.57em;
  font-family: 'Roboto', 'Noto', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.lsd-thrs-cont,
.lod-action-cont,
.clamp-behav-disable-cont {
  margin-top: 17px;
} */