:host {
  display: block;
  height: calc(100% - 59px);
  position: relative;
  width: 100%;

  --paper-spinner-layer-1-color: var(--color-ti-secondary-green);
  --paper-spinner-layer-2-color: var(--color-ti-secondary-green);
  --paper-spinner-layer-3-color: var(--color-ti-secondary-green);
  --paper-spinner-layer-4-color: var(--color-ti-secondary-green);
}
@media only screen and (max-width: 1192px) {
  :host {
    display: block;
    height: calc(100% - 59px);
    position: relative;
    width: 100%;

    --paper-spinner-layer-1-color: var(--color-ti-secondary-green);
    --paper-spinner-layer-2-color: var(--color-ti-secondary-green);
    --paper-spinner-layer-3-color: var(--color-ti-secondary-green);
    --paper-spinner-layer-4-color: var(--color-ti-secondary-green);
  }
}
@media only screen and (max-height: 760px) {
  :host {
    display: block;
    height: calc(100% - 59px);
    position: relative;
    width: 100%;

    --paper-spinner-layer-1-color: var(--color-ti-secondary-green);
    --paper-spinner-layer-2-color: var(--color-ti-secondary-green);
    --paper-spinner-layer-3-color: var(--color-ti-secondary-green);
    --paper-spinner-layer-4-color: var(--color-ti-secondary-green);
  }
}
.evaluation-main {
  display: flex;
  background-color: whitesmoke;
  width: 100%;
  height: calc(100% - 60px);
  overflow: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  padding-left: 6px;
}

.evaluation-menus {
  height: 100%;
  width: 23%;
  /* min-height: 600px; */
  background-color: white;
  border-radius: 10px;
  padding-top: 10px;
  margin-left: 8px;
  margin-right: 2px;
  min-width: 270px;
  min-height: 550px;
}
.header-pattern {
  color: #555555;

  font-size: 19px;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 10px;
}
.menu {
  padding-top: 2px;
  padding-left: 10px;
  padding-bottom: 10px;
  height: auto;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  border-left: 6px solid var(--color-ti-white);
}

.menu.selected {
  background-color: var(--color-ti-bg-grey-02);
  border-left: 6px solid var(--color-ti-primary-blue);
  color: var(--color-ti-secondary-grey-dark);
  font-weight: bold;
}

.control-header {
  height: 70px;
  padding: 0px 15px;
  display: flex;
  justify-content: space-between;
}

#ti_widget_toast {
  height: 44px;
  left: 60px;
  position: fixed;
  bottom: 30px;
  z-index: 2000;
  display: block;
}

.check-icon {
  position: absolute;
  top: 4px;
  height: 13px;
  width: 19px;
  color: var(--color-ti-secondary-green);
}

.control-title {
  height: 100%;
  align-items: center;
}

.spinner-container {
  padding: 0px 5px;
}

.spinner {
  height: 20px;
  width: 20px;
}

@media screen and (max-width: 1400px) {
  .menu {
    padding-top: 2px;
    padding-left: 10px;
    padding-bottom: 10px;
    height: 45px;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }
}
.play-icon {
  position: relative;
  top: 8px;
  left: -15px;
  padding-right: 4px;
}
.stop-icon {
  position: relative;
  top: 8px;
  left: -15px;
  padding-right: 4px;
  color: #990000;
}
@media screen and (max-width: 1400px) {
  .play-icon {
    position: relative;
    top: 8px;
    left: -10px;
    padding-right: 4px;
  }
  .stop-icon {
    position: relative;
    top: 8px;
    left: -10px;
    padding-right: 4px;
    color: #990000;
  }
}
.evaluation-led {
  height: 100%;
  width: 29%;
  /* min-height: 600px; */
  background-color: white;
  border-radius: 10px;
  padding-top: 10px;
  padding-right: 50px;
  margin-left: 10px;
  margin-right: 8px;
  min-height: 550px;
  min-width: 290px;
}
.selecteditem {
  padding-left: 0px;
  height: 16px;
  color: #555555;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .selecteditem {
    padding-left: 0px;
    height: 16px;
    color: #555555;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    top: 5px;
  }
}
@media screen and (min-width: 1500px) {
  .title-menus {
    position: relative;
    top: 5px;
  }
  .play-icon,
  .stop-icon {
    position: relative;
    top: 14px;
  }
}
.info-icon {
  position: relative;
  top: -5px;
  right: 2px;
  left: 1px;
  bottom: 2px;
  height: 40px;
  width: 30px;
  padding-left: 5px;
  padding-top: 2px;
  padding-right: 4px;
  color: #118899;
}

.combined-icon {
  display: flex;
}
.outerlight {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(34, 159, 150, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.innerlight {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgba(34, 159, 150, 0.6);
}
.lightscontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 24px;
  box-sizing: border-box;
  height: 490px;
  border: 1px dashed #dadada;
  border-radius: 4px;
  background-color: #f7f7f7;
}
.gif-images {
  height: 420px;
  width: 250px;
}
.lights {
  display: grid;
  grid-template-columns: 30px 30px 30px 30px 30px 30px;
  grid-gap: 15px;
  position: relative;
  left: 10px;
}
.lights > .outerlight {
  margin: 4px 0px 4px 0px;
}
@media screen and (min-width: 1500px) {
  .selecteditem {
    padding-left: 2px;
    font-size: 22px;
  }
  .outerlight {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(34, 159, 150, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .innerlight {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(34, 159, 150, 0.6);
  }
  .lightscontainer {
    /* padding: 25px 40px 15px 30px; */
    width: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 90px;
    left: 60px;
    box-sizing: border-box;
    height: 490px;
    border: 1px dashed #dadada;
    border-radius: 4px;
    background-color: #f7f7f7;
  }
  .lights {
    display: grid;
    grid-template-columns: 30px 30px 30px 30px 30px 30px;
    grid-gap: 17px;
    position: relative;
    left: 14px;
  }
  .lights > .outerlight {
    margin: 4px 0px 4px 0px;
  }
}
@media screen and (min-width: 1850px) {
  .selecteditem {
    padding-left: 2px;
    font-size: 22px;
  }
  .outerlight {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(34, 159, 150, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .innerlight {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(34, 159, 150, 0.6);
  }
  .lightscontainer {
    /* padding: 25px 40px 15px 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 120px;
    left: 100px;
    box-sizing: border-box;
    height: 490px;
    width: 330px;
    border: 1px dashed #dadada;
    border-radius: 4px;
    background-color: #f7f7f7;
  }
  .lights {
    display: grid;
    grid-template-columns: 30px 30px 30px 30px 30px 30px;
    grid-gap: 17px;
    position: relative;
    left: 14px;
  }
  .lights > .outerlight {
    margin: 4px 0px 4px 0px;
  }
}
.evaluation-inputs {
  background-color: white;
  width: 48%;
  height: 100%;
  border-radius: 10px;
  margin-left: 7px;
  min-width: 560px;
  min-height: 550px;
}

.patterntitle {
  height: 16px;
  color: #555555;
  font-family: Roboto;
  font-size: 19px;
  font-weight: 500;
  padding-left: 12px;
  padding-top: 10px;
}
.selectedtitle {
  padding-left: 12px;
  font-size: small;
  color: gray;
  padding-top: 14px;
  position: relative;
  bottom: -8px;
}
.ispattern {
  display: flex;
  position: relative;
  align-self: center;
}
@media screen and (min-width: 1500px) {
  .ispattern {
    display: flex;
    position: relative;
    align-self: center;
  }
}
@media screen and (min-width: 1850px) {
  .ispattern {
    display: flex;
    position: relative;
    align-self: center;
  }
}
.isrunning {
  padding-right: 2px;
  color: #555555;
  font-size: 17px;
  font-weight: 500;
}
.led-brightness-cont {
  position: relative;
  top: 25px;
  left: 20px;
  width: 530px;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  height: 190px;
  margin: auto 0px 10px 0px;
  padding: 15px;
}
@media screen and (min-width: 1500px) {
  .led-brightness-cont {
    position: relative;
    top: 91px;
    left: 90px;
    width: 570px;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    height: 190px;
    margin: auto 0px 10px 0px;
    padding: 15px;
  }
}
@media screen and (min-width: 1850px) {
  .led-brightness-cont {
    position: relative;
    top: 120px;
    left: 140px;
    width: 600px;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    height: 190px;
    margin: auto 0px 10px 0px;
    padding: 15px;
  }
}

.led-brightness-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
}

.led-brightness-header .header-text {
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.led-brightness-header .settings-icon {
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.led-brightness-header .settings-icon iron-icon {
  color: #777;
  height: 100%;
  width: 100%;
}

.led-brightness-slider-cont {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin: auto 0px;
  width: auto;
}

.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;
}

.led-brightness-slider-cont .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;
}
.numberbox-value {
  position: relative;
  right: 13px;
}

ti-widget-slider {
  width: 400px;
}

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%;
}

ti-widget-slider::shadow #divContainer #ruler {
  left: 1px;
  top: 25px;
  width: calc(100% - 1px);
}

ti-widget-slider::shadow #divContainer #ruler::shadow .tick {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
  height: 5px;
}

ti-widget-slider::shadow #divContainer #ruler::shadow .tickLabel {
  color: #555555;
  font-size: 12px;
  line-height: 14px;
}

ti-widget-slider::shadow
  #divContainer
  #slider::shadow
  #sliderMax::shadow
  #sliderKnob {
  top: -1.5px;
}

ti-widget-slider::shadow
  #divContainer
  #slider::shadow
  #sliderMax::shadow
  #sliderKnob
  .slider-knob-inner {
  border: 1px solid #388697;
  background-color: #388697;
  height: 20px;
  width: 20px;
}

ti-widget-slider::shadow
  #divContainer
  #slider::shadow
  #sliderMax::shadow
  #sliderKnob
  .slider-knob-inner::before {
  background-color: #388697;
}

.numberbox {
  position: relative;
  left: 300px;
}
.colorinputbox {
  background-color: whitesmoke;
  height: 220px;
  width: 450px;
  position: relative;
  left: 30px;
  top: 120px;
  border-radius: 2px;
}
.speed,
.colorinput {
  padding-top: 10px;
  padding-left: 10px;
}
.color-picker-cont {
  position: relative;
  height: 220px;
  width: 530px;

  left: 21px;
  top: 50px;

  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  display: flex;
  flex-direction: column;
  padding: 15px;
  margin: auto 0px 10px 0px;
}
@media screen and (min-width: 1500px) {
  .color-picker-cont {
    position: relative;
    height: 220px;
    width: 570px;
    left: 90px;
    top: 130px;

    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin: auto 0px 10px 0px;
  }
}
@media screen and (min-width: 1850px) {
  .color-picker-cont {
    position: relative;
    height: 220px;
    width: 600px;

    left: 140px;
    top: 160px;

    background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    padding: 15px;
    margin: auto 0px 10px 0px;
  }
}

.color-picker-cont .header-text {
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.color-picker-cont .color-picker-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  left: -18px;
}

.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 0px;
  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;
}

.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: column;
  margin: 0px 3px;
}

.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;
}
.hex-value-input-cont {
  padding-left: 0px;
  padding-right: 0px;
}
.color-picker-wrapper2 {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  left: -18px;
  padding-left: 15px;
}
.custom-input-cont {
  height: 190px;
  width: 260px;
  background-color: white;
  border: 1px dashed #979797;
  padding-top: 16px;
  position: relative;
  top: -12px;
  left: 8px;
}
.rgb {
  display: flex;
}
.r {
  position: relative;
  left: 100px;
}
.g {
  position: relative;
  left: 140px;
}
.b {
  position: relative;
  left: 180px;
}
.eachrowcolor {
  display: flex;
  flex-direction: row;
  padding-left: 20px;
  padding-bottom: 4px;
  padding-top: 2px;
}
.color-number {
  position: relative;
  top: 7px;
  margin-right: 5px;
}
.color-input-value1 {
  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;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.color-indicator1 {
  min-width: 30px;
  border-radius: 4px;
  background-color: #cc0000;
  height: 30px;
  margin: 0px 0px;
  margin-right: 4px;
}
.eachrowcolor1 {
  background-color: #ededed;
  border-left: solid 3px #388697;
}
.color-input-txt1 {
  color: #555555;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 3px;
}
