/*.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
border: solid 1.789px #ccc;
background:#93939326;
}
*/

.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}

.switch input { 
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 5px !important;
left: 2px;
right: 0.8px;
bottom: 0.8px;
background-color: #2196F3;
-webkit-transition: .4s;
transition: .4s;
}

.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 1px;
bottom: 1px;
background-color: #fff;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider {
background-color: #ccc;
}

input:focus + .slider {
box-shadow: 0 0 1px #ccc;
}

input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*
.switch2 {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
border:solid 1.789px #ccc;
background:#93939326;
right: 35px;
}
*/

.switch2 {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
right: 35px;
}

.switch2 input { 
opacity: 0;
width: 0;
height: 0;
}

.slider2 {
position: absolute;
cursor: pointer;
top: 2px;
left: 2px;
right: 0.8px;
bottom: 0.8px;
background-color: #2196F3;
-webkit-transition: .4s;
transition: .4s;
}

.slider2:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 1px;
bottom: 1px;
background-color: #fff;
-webkit-transition: .4s;
transition: .4s;
}

input:checked + .slider2 {
background-color: #ccc;
}

input:focus + .slider2 {
box-shadow: 0 0 1px #ccc;
}

input:checked + .slider2:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider2.round {
  border-radius: 34px;
}

.slider2.round:before {
  border-radius: 50%;
}
