:host {
  display: block;
  height: calc(100% - 59px);
  width: 100%;
  --paper-toggle-button-checked-bar-color: #67A651;
  --paper-toggle-button-checked-button-color: var(--color-ti-white);

}

.led-configuration h3 {
  margin: 20px;
  font-weight: bolder;
}

.mode-selection-breadcrumb {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  height: 55px;
  box-shadow: 0 4px 6px -6px #222;
}

.mode-selection-breadcrumb p {
  color: #4B4B4B;
  font-size: 18px;

}
.toggle-bt{
    align-items: center;
    display: flex;
    color: #101213;
    padding-left: 1.5%;
    padding-right: 1.5%;
    gap: 15px;
    height: 54px;
    /* padding: 20px; */
    border: 1px dashed grey;
    width: fit-content;
    background-color: #F6F6F6
}
.custom-toggl-style ::shadow #container #toggleButton .toggle-container {
  height: 17px;
}

.custom-toggl-style ::shadow #container #toggleButton .toggle-container #toggleButton {
  top: 2px;
  left: 4.5px;
  height: 12px;
  width: 12px;
}

.custom-toggl-style ::shadow #container #toggleButton {
  width: 40px;
  padding-top: 2px
}

.one-icon,
.two-icon,
.three-icon {
  margin-right: 8px;
  width: 28px;
  height: 28px;
  margin-top: 14px;
}

.mode-selection-option,
.manual-mode-config-option,
.auto-mode-config-option {
  display: flex;
  cursor: pointer;
}

.mode-selection-option p {
  color: #2C99C4;
}

.select-led-array {
  display: grid;
  grid-template-columns: 65% 35%;
  grid-template-rows: 365px;
  margin: 0px 10px;
  margin-top: 15px;
  height: 340px;
}

.led-middle-container {
  overflow: scroll;
  height: 75%;
  overflow-x: hidden;
  margin-top: 10px;
}

.led-matrix {
  width: 85%;
  height: 89%;
}

.led-matrix-image {
  padding: 5px;
  width: 730px;
  height: 330px;
}

.selected-led-container {
  width: 80%;
  height: 40%;
  border: 2px dashed #BBBBBB;
  border-radius: 2px;
  padding: 10px;
  text-transform: capitalize;
  padding-left: 22px;
  overflow: auto;
}

.auto-mode-heading-top {
  background-color: #F6F6F6;
  color: #565656;
  height: 40px;
  align-items: center;
  font-size: 14px;
  padding-left: 15px;
  display: flex;
}



.displayNoOfSelectedLeds {
  display: flex;
  align-items: center;
  column-gap: 8px;
  border: 1px solid #118892;
  background-color: #FFFFFF;
  height: 30px;
  width: 88%;
  justify-content: center;
  margin-bottom: 6px;
  cursor: pointer;
}

.ledNameList {
  display: flex;
  flex-wrap: wrap;
  padding: 7px;
  column-gap: 14px;
}

.ledNameClass {
  width: 100px;
  height: 25px;
  border-radius: 18px;
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  justify-content: center;
}

.ledNameClass p {
  margin-right: 20px;
}

.close-icon {
  cursor: pointer;
  width: 13px;
  height: 13px;
}

.led-config-underline {
  padding-top: 18px;
  width: 90px;
}

.led-config-underline-icon {
  width: 90px
}

.select-led {
  display: grid;
  grid-template-columns: 65% 35%;
}

.clear-fault-button {
  align-items: center;
  border: 1px solid #388697;
  border-radius: 5px;
  color: #388697;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  width: 100px;
}

.clear-fault-button:active {
  box-shadow: 0px 0px 10px 1px #999;
}

.select-led-header{
  color: #101213;
  padding-left: 1.5%;
}

.select-led-header p {
  margin-top: 5px;
  color: #666666;
}

.selected-led-content h4 {
  color: #6F6F6F;
}

.selected-led-content p {
  color: #8B8B8B;
  margin-top: 5px;
  margin-bottom: 20px;
}

.led-control-container {
  background: #fff;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  height: 100%;
  position: relative;
  width: 100%;
}

.manual-mode-cont {
  display: none;
}

.auto-mode-cont {
  display: none;
}

.mode-selection-cont,
.manual-mode-cont,
.auto-mode-cont {
  margin: 0px 20px;
  box-shadow: 0px 1px 3px 1px #dadada;
  margin-bottom: 15px;

}

.manual-mode-cont {
  padding-bottom: 10px;
}

.mode-selection-heading,
.manual-mode-heading,
.auto-mode-heading {
  background-color: #F6F6F6;
  color: #565656;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-left: 15px;
}

.aeu {
  display: grid;
  grid-template-columns: 89.5% 10.8%;
}

.eye-icon {
  width: 18px;
  height: 18px
}

.mode-selection-heading p {
  margin: 0px;
}

.mode-selection-inner-contents {
  background-color: white;
}

.manual-mode-inner-contents {
  display: flex;
  margin-left: 40px;
  column-gap: 90px;
  padding-top: 20px;
}


.slider-knob-inner {
  margin: 11px 10px;
}

.paper-single-range-slider-0 .slider-knob-inner.paper-single-range-slider {
  margin: 11px 10px;
}

.led-brightness-slider-cont {

  display: flex;
  flex-direction: column;
  margin: auto 0px;
  width: auto;
  height: 80px;
  margin-right: 10px;
}

.led-brightness-slider-cont.disabled {
  opacity: 0.3;
  pointer-events: none !important;
}

.led-brightness-slider-cont .numberbox-cont {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}

.led-brightness-slider-cont .numberbox-txt {
  color: #555555;
  font-size: 12px;
  line-height: 14px;
  margin-right: 5px;
}

.numberbox-value {
  box-sizing: border-box;
  border: 1px solid #388697;
  border-radius: 3px;
  color: #555555;
  font-size: 12px;
  height: 28.05px;
  line-height: 14px;
  outline: unset;
  text-align: center;
  width: 65px;
}

.led-brightness-slider-cont.disabled .numberbox-value {
  border: 1px solid #999;
}

ti-widget-slider {
  width: 80%;
}

ti-widget-slider::shadow #divContainer #slider::shadow #sliderBar #progressContainer {
  height: 7px;
  border-radius: 5px;
}

ti-widget-slider::shadow #divContainer #slider::shadow #sliderBar #secondaryProgress {
  border-radius: 5px;
}

ti-widget-slider::shadow #divContainer #slider::shadow #sliderBar #primaryProgress {
  background-color: #388697;
  border-radius: 5px;
  border-bottom-left-radius: 35%;
  border-top-left-radius: 35%;
}


.led-brightness-slider-cont.disabled ti-widget-slider::shadow #divContainer #slider::shadow #sliderMax::shadow #sliderKnob .slider-knob-inner {
  border: 1px solid #999;
  background-color: #999;
}

ti-widget-slider::shadow #divContainer #slider::shadow #sliderMax::shadow #sliderKnob .slider-knob-inner::before {
  background-color: #388697;
}

.led-brightness-slider-cont.disabled ti-widget-slider::shadow paper-range-slider#slider::shadow #sliderOuterDiv_1,
.led-brightness-slider-cont.disabled ti-widget-slider::shadow paper-range-slider#slider::shadow paper-single-range-slider#sliderMax,
.led-brightness-slider-cont.disabled ti-widget-slider::shadow paper-range-slider#slider::shadow paper-single-range-slider#sliderMax::shadow #sliderContainer,
.led-brightness-slider-cont.disabled ti-widget-slider::shadow paper-range-slider#slider::shadow paper-single-range-slider#sliderMax::shadow .bar-container,
.led-brightness-slider-cont.disabled ti-widget-slider::shadow paper-range-slider#slider::shadow paper-single-range-slider#sliderMax::shadow #sliderKnob,
.led-brightness-slider-cont.disabled ti-widget-slider::shadow paper-range-slider#slider::shadow paper-single-range-slider#sliderMax::shadow paper-progress#slideBar {
  pointer-events: none !important;
}

ti-widget-slider::shadow #divContainer .slider-knob-inner {
  margin: 11px;
}

.dot-constant-main {
  margin-left: 15px;
}

.dot-constant-value,
.color-input-value-read-only {

  border: 1px solid var(--color-ti-border-grey-dark);
  background-color: var(--color-ti-border-grey-dark);
  color: var(--color-ti-primary-blue);
  font-weight: 500;
  border-radius: 3px;
  font-family: Roboto;
  font-size: 12px;
  height: 35px;
  line-height: 14px;
  outline: unset;
  width: 90px;
  display: grid;
  grid-template-columns: 80% 20%;
  padding: 10px;
  align-content: center;
}

.led-brightness-value {
  grid-row-start: 1;
  grid-row-end: 3;
  display: grid;
  justify-content: center;
  align-items: center;
}

.down-arrow,
.up-arrow {
  width: 13px;
}


.down-arrow {
  padding-bottom: 5px;
}

.pwm-brightness {
  margin-top: 10px;
}

.pwm-header,
.ac-header,
.brightness-text,
.aeu-heading-p {
  color: #333333;
  font-size: 14px;
}

.ac-header {
  margin-bottom: 20px;
}


ti-widget-droplist {
  width: 130px;
  height: 40px;
  display: flex;
  justify-content: start;
}

.led-select-bottom {
  display: flex;
  justify-content: flex-end;
  margin-right: 40px;
  column-gap: 5px;
  margin-top: -38px;
}

.next-button {
  background-color: #BB271A;
  color: white;
  height: 30px;
}

.back-button {
  display: none;
  background-color: #DADADA;
  color: #525252;
  height: 30px;

}


.paper-button-1[animated] {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}


.paper-button-1 {

  -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: 5em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  font: inherit;
  outline-width: 0;
  -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;
  font-size: 15px;
}

.view-faults-button {
  border: 1px solid #388697;
  border-radius: 3px;
  color: #388697;
  cursor: pointer;
  font-size: 11px;
  height: 25px;
  width: 80px;
}

.page-ctrls-container {
  display: flex;
  flex-direction: row;
  height: calc(100% - 60px);
  overflow: auto;
  padding: 10px 25px 10px 10px;
  position: relative;
  width: 100%;
}

.left-pane,
.right-pane {
  border: solid 1px #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px #ccc;
  height: 100%;
  margin-right: 10px;
  min-height: 640px;
  width: calc(50% - 10px);
}

.left-pane {
  display: flex;
  flex-direction: column;
  padding: 0 12px;
  min-width: 615px;
}

.left-pane-ctrls {
  height: 60px;
  display: flex;
  align-items: center;
  z-index: 0;
}

.matrix-title {
  font-size: 24px;
  color: #999999;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.clear-faults-operations {
  display: flex;
  justify-content: space-around;
  width: 65%;
}

.led-matrix {
  align-items: center;
  display: flex;
  justify-content: center;
}

.note {
  font-size: 12px;
  color: red;
  height: 30px;
  display: flex;
  width: 100%;
  padding: 10px;
}

.display-none {
  display: none;
}

.cursor-ptr {
  cursor: pointer;
}

.right-pane {
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 635px);
  min-width: 545px;
}

.right-pane paper-tabs {
  background-color: #e5e5e5;
  box-shadow: 0 0 1px 1px rgba(199, 199, 199, 0.5);
  min-height: 55px;
}

.right-pane paper-tabs::shadow #selectionBar {
  background-color: #388697;
  z-index: 1;
}

.right-pane paper-tab::shadow .tab-content {
  color: #2f5e71;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.right-pane paper-tab::shadow paper-ripple {
  display: none;
}

.right-pane paper-tab div:nth-child(2) {
  color: #63666a;
  font-family: Roboto;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 11px;
}

.right-pane iron-pages {
  height: calc(100% - 55px);
}

.right-pane .settings-page {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.vsync-button {
  align-items: center;
  border: 1px solid #388697;
  border-radius: 5px;
  background-color: #388697;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  width: 30%;
}

.vsync-button:active {
  box-shadow: 0px 0px 10px 1px #999;
}

.clear-fault-button {
  align-items: center;
  border: 1px solid #388697;
  border-radius: 5px;
  color: #388697;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  width: 30%;
}

.clear-fault-button:active {
  box-shadow: 0px 0px 10px 1px #999;
}

.icon {
  height: 16px;
  width: 16px;
}

.vertical-button {
  transform: rotate(-90deg);
  right: -76px;
  top: 30%;
  padding: 9px;
  position: absolute;
  background-color: var(--color-ti-primary-blue-dark);
  color: var(--color-ti-white);
  font-size: 16px;
  outline: none;
  border: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  cursor: pointer;
  height: 40px;
}

.breadcrumb-content {
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.auto-mode-cont-1-inner {
  font-size: 12px;
  margin: 20px 55px;
  width: 20vw;
  height: 120px;
  padding: 10px;
  border: 1px dashed #979797;
  border-radius: 3px;
  background-color: #f6f6f6;
}



.header-text {
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  /* margin-top: 15px; */
  height: 45px;
  display: flex;
  padding: 0px 15px;
  align-items: center;
}

.color-picker-cont .color-picker-wrapper {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: center;
}

.color-picker-cont ti-custom-led-color-picker {
  margin: 0px 10px;
}

.color-picker-cont .color-indicator {
  border-radius: 4px;
  background-color: #cf5353;
  height: 35px;
  margin: 0px 10px;
  width: 34px;
}

.color-picker-cont .hex-value-input {
  display: flex;
  flex-direction: column;
  margin: 0px 10px;
}

.color-picker-cont .hex-value-header-text {
  color: #555555;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
  font-weight: 500;
}

.color-picker-cont .hex-value-input-cont {
  align-items: center;
  border: 1px dashed #979797;
  border-radius: 2px;
  background-color: #ffffff;
  display: flex;
  margin-bottom: 20px;
  padding: 10px;
}

.color-picker-cont .hex-value-input-cont .color-input {
  display: flex;
  flex-direction: row;
  width: 150px;
  align-items: center;
  justify-content: space-evenly;
  margin: 5px 8px;
}

.color-picker-cont .hex-value-input-cont .color-input-txt {
  color: #555555;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 3px;
}

.color-picker-cont .hex-value-input-cont .color-input-value {
  border: 1px solid #388697;
  border-radius: 3px;
  color: #555555;
  font-family: Roboto;
  font-size: 12px;
  height: 27px;
  line-height: 14px;
  outline: unset;
  text-align: center;
  width: 51px;
}

.dot-constant-value,
.color-input-value-read-only {
  border: 1px solid var(--color-ti-border-grey-dark);
  background-color: var(--color-ti-border-grey-dark);
  color: var(--color-ti-primary-blue);
  font-weight: 500;
  border-radius: 3px;
  font-family: Roboto;
  font-size: 12px;
  height: 27px;
  line-height: 14px;
  outline: unset;
  text-align: center;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px;
}

.header {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 20px;
  color: #555555;
  font-family: Roboto;
  font-size: 13px;
}

.dot-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 80px;
  margin-bottom: 10px;


}



.ac-dot-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 80px;
  width: 180px;
  margin-bottom: 10px;
}

.dot-current-cont,
.manual-pwm-cont {
  border: 1px dashed #BBBBBB;
  height: 120px;
  padding: 5px 10px 10px 10px;
  background-color: #f6f6f6;
  border-radius: 3px;
  width: 20vw
}

.dot-section {
  display: grid;
  grid-template-columns: 50% 50%;
}

.ac-dot-section {
  display: grid;
  justify-content: center;
  margin-top: 3px;
}

.dot-field {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #565656;
  font-family: Roboto;
  font-size: 13px;
}

.pad-17 {
  padding: 17px;
}


.aeu-heading {
  display: flex;
}

.select-led-display {
  color: #BB271A;
  margin-left: 30px;
}

.displaySelectedLedsNone {
  display: none;
}

.displaySelectedLedsGrid {
  display: grid;
}

.disabledWidgets {
  opacity: 0.5;
  pointer-events: none;
}

.displayNoOfSelectedLedsMain {
  position: relative;
}

.displayNoOfSelectedLedsMain p {
  font-size: 11px;
}

.displaySelectedLeds {
  border: 1px solid #118892;
  background-color: #FFFFFF;
  overflow: scroll;
  width: 8.75vw;
  overflow: auto;
  height: 120px;
  padding-left: 20px;
  position: absolute;
}

.displayLedNames {
  display: flex;
  height: 30px;
}

.ledSvg {
  margin: 10px 10px 0px 0px;
}
.displayNone{
  display: none!important;
}
.span-content{
  font-size: 12px;
}
.animation-preview-mode{
  width: 85%;
  height: 89%;
  justify-content: center;
  align-items: center;
  display: flex
}
.simulate-button{
  background-color:#115566;
  color: white;
  height: 28px;
  font-size: smaller;
  margin-left: 30px;
  cursor: pointer;
  width: 80px;
  border: 1px solid white;
}
.stop-animation-button{
  color:#115566;
  background-color: white;
  height: 28px;
  font-size: smaller;
  margin-left: 30px;
  cursor: pointer;
  width: 80px;
  border:1px solid #115566
}
ti-widget-toggle-button ::shadow #container .paper-toggle-button-0[checked]:not([disabled]) .toggle-bar.paper-toggle-button {
  opacity: 1;
}
.preview-plot-controls{
  display: grid;
  grid-template-columns: 65% 35%;
  margin-top:2%;
 }
.preview-mode-cont{
    margin: 0px 20px;
    box-shadow: 0px 1px 3px 1px #dadada;
    margin-bottom: 15px;
}
.preview-plot-controls-0{
  border: 1px dashed grey;
  display: flex;
  padding: 15px;
  gap:3%;
  width: 85%;
  background-color: #F6F6F6
}

.preview-plot-controls-1{
  display: flex;
  flex-direction: column;
}
.preview-plot-controls-1-innercont{
  display: flex;
  color: #555555;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
    width: 100%;
}
.preview-header{
  background-color: #F6F6F6;
    color: #565656;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 15px
}
.note-preview{
  left: 65%;
    display: flex;
    justify-content: flex-end;
    font-size: smaller;
    align-items: flex-end;
    font-style: italic;
    width: 31%;
    position: relative;
    color: grey;
}
.note-exponential{
  width: 50%;
    color: grey;
    font-size: smaller;
    font-style: italic;
    padding-left: 4%;
    position: relative;
    bottom: -60px;
    z-index: 2;
}
.height-30{
  height: 30px;
}