:host {
  width: 100%;
  height: 100%;
}

.page-container-wrapper {
  width: 100%;
  min-width: 986px;
  min-height: 580px;
  height: calc(100% - 45px);
  margin-top: 45px;
  position: relative;
}
.page-components {
  min-width: 938px;
  min-height: 495px;
  height: 89%;
  width: 86%;
}

.debug-sec {
  background-color: var(--color-ti-primary-white);
  box-shadow: 0 0px 20px 3px var(--color-ti-bg-grey-dark);
  height: 100%;
  width: 48.5%;
  min-width: 450px;
}

.debug-sec-title {
  color: #323232;
  font-size: 30px;
  font-weight: 300;
  line-height: 55px;
}

.debug-content {
  height: 62%;
  width: 80%;
}

#cstm-paper-btn1 {
  height: 38px;
  font-size: 11px;
  width: 173px;
  font-weight: bold;
  min-width: 0px;
}

#cstm-paper-btn2 {
  height: 38px;
  font-size: 11px;
  font-weight: bold;
  border: 2px solid #cc0000;
  width: 150px;
  min-width: 0px;
}

.h-38 {
  height: 38px;
  display: flex;
  justify-content: space-evenly;
}

.h-69 {
  height: 38px;
  display: flex;
  justify-content: space-between;
  width: 69%;
}

.debug-ctrl-blck {
  height: 25%;
  background-color: var(--color-ti-bg-grey-03);
  border: 0.5px dashed var(--color-ti-secondary-grey);
  border-radius: 4px;
  padding-left: 4%;
  padding-right: 9%;
  color: var(--color-ti-text-grey-dark);
}
.ctrl-title {
  font-size: 12px;
  font-weight: bold;
}

.ctrl-desc {
  font-size: 12px;
  font-weight: 300;
}

.h-56 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 56%;
}

.hex-prefix {
  height: 38px;
  border-radius: 3px;
  border: none;
  background-color: var(--color-ti-bg-grey-04);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-ti-text-grey-dark);
  padding-left: 12px;
  margin-right: 0px;
  display: flex;
  align-items: center;
  line-height: 32px;
}

#h-38 {
  height: 38px;
  width: 76px;
  background-color: var(--color-ti-bg-grey-04);
}

.info-icon {
  width: 31px;
  height: 31px;
  margin-right: 18px;
}

.info-txt {
  font-size: 11.3px;
  color: var(--color-ti-text-grey-dark);
  font-weight: 300;
  line-height: 17px;
}

.info-container {
  height: 70px;
  padding: 0% 8%;
  border-radius: 6px;
  background-color: var(--color-ti-bg-grey-02);
}

.current-mode {
  color: var(--color-ti-text-grey-dark);
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
}

.dev-mode {
  width: 66%;
  height: 64%;
  background-color: var(--color-ti-bg-grey-02);
}

.dev-icon {
  width: 46%;
  height: 45%;
  margin-top: 30px;
}

paper-dropdown-menu::shadow::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: var(--color-ti-bg-grey);
}

paper-dropdown-menu::shadow::-webkit-scrollbar {
  height: 10px;
  width: 5px;
  background-color: var(--color-ti-bg-grey);
}

paper-dropdown-menu::shadow::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: var(--color-ti-text-grey);
}

.addr-warning {
  position: absolute;
  width: 134px;
  margin-top: 33px;
  font-size: 11px;
  color: var(--color-ti-primary-red-dark) !important;
}

.debug-toast {
  position: absolute;
  bottom: 1%;
  left: 1%;
}

.no-pointer-event {
  pointer-events: none;
  opacity: 0.2;
}

.spi-status {
  border: 1.8px dashed var(--color-ti-border-grey);
  border-radius: 8px;
  height: 50px;
  width: 180px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.wid-85 {
  width: 85px !important;
}
