

.sh-panel-container{
    padding: 5px;
    border-radius: 4px;
    background-color: #fffffff2;
    /*background-color: #ffffff;*/
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
    border: solid 1px #00000026;
}

.sh-panel-close-button {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  opacity: 0.5;
  cursor: pointer;
  }
  .sh-panel-close-button:hover {
    opacity: 1;
  }
  .sh-panel-close-button:before, .sh-panel-close-button:after {
    position: absolute;
    left: 11px;
    content: ' ';
    height: 24px;
    width: 2px;
    background-color: #333;
  }
  .sh-panel-close-button:before {
    transform: rotate(45deg);
  }
  .sh-panel-close-button:after {
    transform: rotate(-45deg);
  }

  
  .sh-panel-titleBar{
    padding: 0px;
    padding: 10px 5px;
}

.font-title1{
    color: black;
    font-weight: 400;
    font-size: 1.1em;
}

.global-subTitle1{
    color: #494949;
    font-weight: 300;
    font-size: 1.1em;
   
}




/*Toggle switch v2 */
.lemet-toggleSwitch {
  float: right; 
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  right: 40px;
  top: 7px;
}


.lemet-toggleSwitch input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.lemet-toggleSwitch input:checked ~ .control {
  background-color: dodgerblue; 
}
.lemet-toggleSwitch input:checked ~ .control:after {
  left: 19px;
}
.lemet-toggleSwitch .control {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 35px;
  border-radius: 9.5px;
  background-color: darkgray;
  -webkit-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}
.lemet-toggleSwitch .control:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 13px;
  height: 13px;
  border-radius: 9.5px;
  background: white;
  -webkit-transition: left 0.15s ease-in;
  transition: left 0.15s ease-in;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
}


/*Toggle switch*/
.toggle-control {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.toggle-control input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.toggle-control input:checked ~ .control {
  background-color: dodgerblue; 
}
.toggle-control input:checked ~ .control:after {
  left: 19px;
}
.toggle-control .control {
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 35px;
  border-radius: 9.5px;
  background-color: darkgray;
  -webkit-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}
.toggle-control .control:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 13px;
  height: 13px;
  border-radius: 9.5px;
  background: white;
  -webkit-transition: left 0.15s ease-in;
  transition: left 0.15s ease-in;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
}

.labeled-toggleSwitch{
  padding: 5px;  
}

.labeled-toggleSwitch .toggle-control{
  float: right;
}

.toggleSwitch-label{
  float: left;
  font-size: 0.9em;
  font-weight: 400;
  cursor: pointer;
}


.lemet-red1-background{
  background-color: #ab4747;  
}





.lm-optionsPanel{
  position: relative;   
  display: flex;
  flex-direction: column;
}

.lm-optionsWrapper {
  
}


.lm-ui-blocker{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000042;
  z-index: 1;
  
}



