.whole-configuration-container {
  background: #fff;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
  height: 100%;
  position: relative;
  width: 100%;
}

.whole-page-title {
  font-size: 15px;
  font-weight: 500;
  color: #555555;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 20px;
  box-shadow: 0 2px 8px 0 rgb(105 105 105 / 30%);
}

.sub-container {
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
  border: 10px solid #eeeeee;
}

.common {
  font-size: 14px;
  display: flex;
  height: 50px;
  font-weight: 400;
  color: #555555;
  align-items: center;
  justify-content: left;
  padding-left: 12px;
  cursor: pointer;
  border-left: 3px solid transparent;
}

.vertical-tabs-container {
  margin: 10px 0 0 0;
  height: 100%;
  width: 20%;
  min-width:200px;
  border-right: 1px solid #eeeeee;
  padding-bottom: 100px;
  overflow: auto;
  
}

.selected {
  font-weight: 14px;
  font-weight: 600;
  color: #148c9c;
  border-left: 3px solid #148c9c;
  background: #eeeeee;
}

.controls-container {
  margin-top: 10px;
  height: 100%;
  width: 60%;
  overflow: auto;
  padding-bottom: 30px;
  overflow: auto;    
}
.iron-page-selected-container{
  height: 100%;
  overflow: auto;
  padding-bottom: 45px;
}
.controls-container-header {
  color: #148c9c;
  font-size: 18px;
  font-weight: 500;
  padding: 12px;
}

.controls-container-content {
  font-size: 15px;
  padding: 12px;
  margin: 15px;
  width: 60%;
}

.control-dropdown-wrapper-vdet {
  display: flex;
  flex-direction: row;
  margin: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #fcfcfc;
  border: 2px dashed #eeeeee;
  width:570px;
}

.control-dropdown-label {
  display: flex;
  color: #555555;
  font-weight: 500;
  font-size: 14px;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
  width: 46%;
}

.ti-widget-dropdown {
  width: max-content;
  height: 25px;
  border: none;
  background-color: #eeeeee;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 500;
  color: #555555;
}

.regfield-icon {
  height: 15px;
  width: 15px;
}

.status-container {
  display:flex;
  flex-direction: column;
  height: 100%;
  width: 22%;
  min-width: 270px;
  border-left: 1px solid #eeeeee;
  border: 10px solid #eeeeee;
  border-right: none;
  border-top: none;
  overflow-y: auto;
  padding-bottom: 70px;
}
.status-title {
  font-size: 15px;
  margin-top: 10px;
  padding: 10px;
  color: #555555;
  font-weight: 500;
  border-bottom: 2px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 5px;
}

.status-content {
  display: flex;
  flex-direction: column;
}

.individual-status-indicator {
  display: flex;
  height: 45px;
  flex-direction: row;
  justify-content: space-between;
  border: 1px dashed #eeeeee;
  padding: 10px;
  border-radius: 5px;
  background: #fcfcfc;
  align-items: center;
  margin: 8px;
}

.status-fault-name {
  color: #555555;
  font-size: 12px;
  font-weight: 500;
}

.status-fault-off {
  color: #8f0000;
  font-weight: bold;
  background-color: rgba(252, 211, 193, 0.5);
  height: 21px;
  width: 85px;
  border-radius: 2px;
  text-align: center;
  padding: 4px;
  font-size: 11px;
}

.status-fault-on{
  background-color: rgba(221, 252, 193, 0.5);
  color: #0f5a08;
  font-weight: bold;
  height: 21px;
  width: 85px;
  border-radius: 2px;
  text-align: center;
  padding: 4px;
  font-size: 11px;
}

.status-clear-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  row-gap: 15px;
}

.clear-status {
  background-color: #cc0000;
  color: #fff;
  border-radius: 3px;
  width: 150px;
  height: 30px;
  font-size: 15px;
  text-transform: none;
}

.read-status {
  background-color: #148c9c;
  color: #fff;
  border-radius: 3px;
  width: 150px;
  height: 30px;
  font-size: 15px;
  text-transform: none;
}

/* paper-button:active {
  pointer-events: none;
} */

.button-disabled{
  background-color: #999 !important;
  pointer-events: none;
  opacity: 0.5;
}

.grid-item {
  background-color: #fcfcfc;
    padding: 10px;
    font-size: 25px;
    text-align: center;
    border: 2px dashed #eeeeee;
    height: 80px;
    width: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    row-gap:5px;
}
.paper-toggle-button[checked]
  .toggle-button .paper-toggle-button {
  background-color: #158c9c;
}
.controls-name-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  column-gap: 5px;
  color: #555555;
}
.controls-name {
  font-size: 14px;
  font-weight: 500;
}
.control-dropdown-wrapper {
  display: flex;
  flex-direction: row;
  margin: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #fcfcfc;
  border: 2px dashed #eeeeee;
  height: 71px;
  width: 570px;
  justify-content: space-between;
}

.control-dropdown-wrapper-usb {
  display: flex;
  flex-direction: row;
  margin: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background: #fcfcfc;
  border: 2px dashed #eeeeee;
  height: 71px;
  width: 570px;
}

.control-dropdown-wrapper-gate {
  display: flex;
  flex-direction: row;
  margin: 10px;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px;
  background: #fcfcfc;
  border: 2px dashed #eeeeee;
  height: 71px;
  width: 570px;
  justify-content: space-between;
}

.controls-container-content-modTwo {
  display: flex;
    /* flex-wrap: wrap; */
    align-items: flex-start;
    justify-content: center;
    font-size: 15px;
    padding: 12px;
    margin: 15px;
    margin-left: 30px;
    flex-direction: column;

}




.grid-container {
  display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-gap: 26px;
    margin: 0 0 0 25px;
    width: 98%;
    padding: 30px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
}

/* Styles for the slider */
.slider {
  position: absolute;
  cursor: pointer;
  height:22px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 50px;
}

/* Styles for the slider thumb */
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

/* Styles for the slider when in 'on' state */
input:checked+.slider {
  background-color: #158c9c;
}

input:checked+.slider:before {
  transform: translateX(16px);
}


input.style-scope.ti-custom-configpage {
  position: relative;
    bottom: 13px;
}



/* Styles for the slider */
.slider {
  position: absolute;
  cursor: pointer;
  height: 22px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50px;
}

/* Styles for the slider thumb */
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* Styles for the slider when in 'on' state */
input:checked + .slider {
  background-color: #158c9c;
}

input:checked + .slider:before {
  transform: translateX(16px);
}

input.style-scope.ti-custom-configpage {
  position: relative;
  bottom: 13px;
}

.width-160 {
  width:160%;
}

.width-30{
  width:30%;
}

.slider-value-wrapper {
  display: flex;
  flex-direction: row;
  margin-left:25px;
  font-weight: 500;
  color:#148c9c;
}

.step-class{
  width: 59px;
  height: 24px;
  border: none;
  background-color: transparent;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #148c9c;
  text-align: center;
  position: relative;
  top: -5px;
  left: 11px;
  outline:auto;
}

#customIvpInput{
  width: 66px;
  height: 25px;
  border: none;
  background-color: transparent;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  color: #148c9c;
  text-align: center;
  position: relative;
  top: -5px;
  left: 11px;
  outline:auto;
}

input[type=number]::-webkit-inner-spin-button {
  opacity: 1
}

.warning-popup-cover {
display:flex;
justify-content: center;
align-items: center;
flex-direction: column;
position: absolute;
z-index: 99;
right: 50%;
bottom: 50%;
top: 2%;
left: 75%;
padding: 15px;
box-shadow: 0 0 2px 2px #148c9c;
/* border-radius: 5px; */
background: #ffffff;
color: #148c9c;
font-weight: 600;
height: 100px;
width: 300px;
text-align: center;
animation: fade 1s linear;
}

.hide-vout{
  display: none;
}

