:host {
  display: block;
  height: calc(100% - 59px);
  width: 100%;
}

.led-control-container {
  background: #fff;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  height: 100%;
  position: relative;
  width: 100%;
}

.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: column;
  height: calc(100% - 60px);
  overflow: auto;
  padding: 25px;
  position: relative;
  width: 100%;
  gap: 6%;
}

.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;
}

.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: -66px;
  top: 25%;
  padding: 6px;
  position: absolute;
  background-color: var(--color-ti-primary-blue-dark);
  color: var(--color-ti-white);
  font-size: 14px;
  outline: none;
  border: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  cursor: pointer;
}

.page-container-header {
  font-weight: 500;
  font-size: 19px;
}

.page-controls {
  display: flex;
  gap: 10px;
}

.page-controls-border-right {
  border-right: 0.5px solid #ccc;
  margin-right: 10px;
}

.led-control-preview {
  border: 1px solid #E6E6E6;
}

.led-control-preview-header {
  background-color: #F6F6F6;
  ;
  font-size: 13px;
  padding: 10px;
}

.led-control-preview-svg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 380px;
}

.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.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;
}

.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;
}

.manual-led-array{
  cursor:default;
}
.led-control-jumper-preview{
  display: flex;
  gap: 5%;
  margin-left:2%
}
.note-preview{
  left: 25px;
  display: flex;
  font-size: smaller;
  font-style: italic;
  position: relative;
  color: red;
  width: fit-content;
  top: -11px;
}