:host {
  width: 100%;
  height: 100%;
}

.common-page-container.breadcrumb-mrg {
  margin-top: 45px;
  height: calc(100% - 45px - 50px);
}

.whole-page-container {
  background-color: white;
  margin-left: 20px;
}

.bfd-left {
  height: calc(100% - 6%);
  width: 80%;
}

.page-title {
  margin: 5px 0px 10px 2%;
  border-left: 3px solid var(--color-ti-primary-red);
  font-size: 27px;
  font-weight: 300;
  height: 35px;
  padding-left: 15px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.btn.primary.custom {
  align-self: flex-end;
  font-weight: bold;
  min-width: 160px;
}

.btn.primary.small {
  min-width: 185px;
}

.status-panel {
  position: sticky;
  top: 15px;
  right: 15px;
  margin: 15px 15px 0px 0px;
}

.title {
  color: var(--color-ti-text-grey-dark);
  font-size: 15px;
  text-align: start;
  /* text-transform: uppercase; */
  width: 85%;
}

.main-container {
  width: 100%;
}

.individual-control {
  border: 1px dashed gray;
  margin: 10px;
  border-radius: 5px;
  width: 225px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  align-items: center;
  justify-content: center;
}

.individual-control > .title {
  align-items: center;
  font-size: 14px;
  width: fit-content;
  max-height: 50px;
  height: 50px;
  min-height: 50px;
}

.custom-input::shadow.input-content {
  top: -20px;
  left: 5px;
}

.custom-input::shadow paper-input-container {
  background-color: #f1f1f1;
  width: 90px;
}

.controls-container {
  flex-wrap: wrap;
  transition: top 1s ease;
  justify-content: flex-start;
}

.control-ele {
  margin: 5px;
}

.mode-page-section {
  border-radius: 5px;
  border: 1px dashed gray;
  box-shadow: 0 0 7px #8080809e;
  margin: 10px 10px;
}

.controls-container > .individual-control {
  min-height: 110px;
}

.help-icon {
  width: 17px;
}

.collapse-bar {
  width: 100%;
  height: 25px;
  background-color: #118899;
  align-items: center;
  justify-content: space-around;
}

.collapse-icon {
  margin: 5px;
  width: 17px;
  min-width: 17px;
}

.section-title {
  color: white;
}

.custom-tooltip {
  width: 300px;
  --paper-tooltip: {
    background-color: var(--color-ti-primary-white);
    border-radius: 5px;
    box-shadow: 0px 0px 15px 1px #999;
    color: var(--color-ti-primary-black);
    font-size: 14px;
    line-height: 20px;
  }
}

.fsm-cntr-set-ip::shadow input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}

.text-transform-unset {
  text-transform: unset;
}