.ld-popup-cont {
    position: fixed;
    height: 100%;
    width:100%;
    top: 0;
    z-index: 4;
}

.tt-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  z-index: 7;
  user-select: none;
}
  
.tt-overlay-popup {
  width: 800px;
  padding: 15px;
  background-color: #fff;
  border-radius: 5px;
}

.tt-overlay-title {
  font: normal 22px/25px Roboto;
  padding-bottom: 20px;
  color: #cc0000;
  margin-bottom: 15px;
  margin-left: 10px;
  border-bottom: 1px solid #d8d8d8;
}

.tt-overlay-desc {
  font-size: 18px;
  font-family: Roboto;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #63666a;
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 20px;
}

.tt-overlay-btn-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.tt-overlay-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  margin: 0px 15px;
  font: normal 16px/25px Roboto;
  border-radius: 5px;
  border: 1px solid #cd2027;
  cursor: pointer;
  background-color: #cd2027;
  color: #fff;
}

.tt-overlay-footer {
  margin-top: 10px;
  color:#CC0000;
  font-style: italic;
  margin-left: 5px;
  font-weight: 600;
  font-size: 13px;
}

.volt-selector{
  font-family: Roboto;
  font-size: 13px;
  line-height: 14px;
  margin: 20px;
  width: 100%;
}

.flex-r {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.flex-c {
  display: flex;
  flex-direction: column;
}

.volt-cont {
  box-shadow: 0 0 6px 0 rgba(216,216,216,0.5);
  width: 45%;
  margin: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0px 10px;
}

.volt-cont:hover {
  border: #CC0000;
  box-shadow: 0 0 6px 0 #CC0000;
}

.vout-desc {
  font-family: Roboto;
  font-size: 11px;
  line-height: 12px;
}

.disable{
  cursor: default;
  opacity: 0.5;
}

paper-radio-group {
  --paper-radio-group-item-padding : 3px;
}

.disable:hover{
  border: 1px solid #e5e5e5 !important;
  box-shadow: 0 0 6px 0 rgba(216,216,216,0.5) !important;
}

paper-radio-button:hover{
  border: 1px solid #CC0000;
  box-shadow: 0 0 2px 0 #CC0000;
  background-color: #f5edea;
}

paper-radio-button {
  --paper-radio-button-checked-color :#cc0000;
  --paper-radio-button-unchecked-color :#cc0000;
  --paper-radio-button-size : 12px;
  --paper-radio-button-label-color : #63666a;
  box-shadow: 0 0 6px 0 rgba(216,216,216,0.5);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  width: 45%;
  margin: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0px 20px;
}

paper-radio-button ::shadow #offRadio, paper-radio-button ::shadow #onRadio {
    border: 1px solid #c00 !important;
}