.whole-configuration-container {
  background: #fff;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  height: 100%;
  position: relative;
  width: 100%;
}

.control-dropdown-wrapper-gpn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: #fcfcfc;
  border: 2px dashed #eeeeee;
}

.control-dropdown-label {
  display: flex;
  color: #555555;
  font-weight: 500;
  font-size: 14px;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
}

.regfield-icon {
  height: 18px;
  width: 18px;
}

.button-disabled {
  background-color: #999 !important;
  border: none !important;
  color: #fff !important;
  pointer-events: none;
  opacity: 0.5;
}

.ti-widget-dropdown {
  width: 450px;
  height: 50px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  color: #555555;
  cursor: pointer;
}

.paper-button-div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.config-i2c-interface-btn {
  background-color: #148c9c;
  color: #fff;
  border-radius: 3px;
  width: 150px;
  height: 30px;
  font-size: 15px;
  text-transform: none;
}

.controls-container {
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  gap: 2rem;
  min-width: 700px;
  max-width: 1200px;
  flex: 1;
}

.sub-container {
  display: flex;
  height: calc(100% - 33px);
  width: 100%;
  position: relative;
  justify-content: space-between;
  overflow: auto;
}

.control-label {
  color: #555555;
  font-weight: 500;
  font-size: 14px;
}

.icons-wrapper {
  width: 18px;
  height: 18px;
}

paper-tooltip ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.tooltip-wrapper {
  font-size: 12px;
  max-width: 500px;
}

.rsense-wrapper {
  line-height: 1.25;
}

paper-tooltip li {
  margin-bottom: 4px;
}

@media screen and (max-height:800px) {
  .controls-container {
    padding: 10px 15px;
    gap: 1rem;
  }

  .control-dropdown-wrapper-gpn {
    padding: 10px;
  }
}