
.switch2 {
  position: relative;
  display: inline-block;
  width: 86px;
  height: 36px;
line-height:36px;
vertical-align:text-top;
}

.switch2 input {display:none;}

label:switch2 { margin-bottom:0px; }

.slider2 {
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E4E6EF;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider2:before {
  position: absolute;
  z-index: 2;
  content: "";
  height: 36px;
  width: 36px;
  left: 0px;
  bottom: 0px;
  background-color: #fff;
border:solid 4px #E4E6EF;
    
  -webkit-transition: .4s;
  transition: all 0.4s ease-in-out;
}
.slider2:after {
  position: absolute;
  left: 0;
  z-index: 1;
  content: "Ja";
    font-size: 15px;
    text-align: left !important;
    line-height: 36px;
  padding-left: 0;
    width: 86px;
    color: #fff;
    height: 36px;
    border-radius: 100px;
    background-color: #ff6418;
background-color:#4dd257;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    transition: all 0.4s ease-in-out;
}

input:checked + .slider2:after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  /*width: 235px;*/
  padding-left: 20px;
}

input:checked + .slider2:before {
  background-color: #fff;
 right: 0px;
  bottom: 2px;
height: 32px;
  width: 34px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
border:none;
}

input:checked + .slider2:before {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

/* Rounded sliders */
.slider2.round {
  border-radius: 100px;
}

.slider2.round:before {
  border-radius: 50%;
}
.absolute-no {
	position: absolute;
	left: 0;
	color: darkslategrey;
	text-align: right !important;
    font-size: 15px;
    width: calc(100% - 20px);
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}












/*********** LITEN SLIDER **********/

.switch2-small {
  position: relative;
  display: inline-block;
  width: 49px;
  height: 26px;
line-height:26px;
vertical-align:text-top;
}

.switch2-small input {display:none;}

label:switch2 { margin-bottom:0px; }

.slider2-small {
  position: absolute;
  cursor: pointer;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E4E6EF;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider2-small:before {
  position: absolute;
  z-index: 2;
  content: "";
  height: 26px;
  width: 26px;
  left: 0px;
  bottom: 0px;
  background-color: #fff;
border:solid 3px #E4E6EF;
    
  -webkit-transition: .4s;
  transition: all 0.4s ease-in-out;
}
.slider2-small:after {
  position: absolute;
  left: 0;
  z-index: 1;
  content: "";
    font-size: 15px;
    text-align: left !important;
    line-height: 26px;
  padding-left: 0;
    width: 50px;
    color: #fff;
    height: 26px;
    border-radius: 100px;
    background-color: #ff6418;
background-color:#4dd257;
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
    transition: all 0.4s ease-in-out;
}

input:checked + .slider2-small:after {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  /*width: 235px;*/
  padding-left: 20px;
}

input:checked + .slider2-small:before {
  background-color: #fff;
 right: 0px;
  bottom: 2px;
height: 22px;
  width: 22px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
border:none;
}

input:checked + .slider2-small:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}

/* Rounded sliders */
.slider2-small.round {
  border-radius: 100px;
}

.slider2-small.round:before {
  border-radius: 50%;
}
.absolute-no-small {
	position: absolute;
	left: 0;
	color: darkslategrey;
	text-align: right !important;
    font-size: 15px;
    width: calc(100% - 20px);
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}

.symbol.symbol-team .symbol-label {
  background-color:#bd66d3;
  color: #ffffff;
}

