.otw_onepage_flipswitch_container input[type='checkbox']{
  position: relative;
  background: #CECECE;
  width: 40px;
  height: 18px;
  -webkit-appearance: initial;
  border-radius: 15px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  font-size: 14px;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  border: none;
  outline: none;
}
.otw_onepage_flipswitch_container input[type='checkbox']:after {
  position: absolute;
  top: 5%;
  display: block;
  line-height: 32px;
  width: 41%;
  height: 87%;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease-in 0s;
  color: black;
  border: #888 1px solid;
  border-radius: 50%;
}
.otw_onepage_flipswitch_container input[type='checkbox']:after {
  left: 2%;
  content: "";
  background-color: #fff;
}
.otw_onepage_flipswitch_container input[type='checkbox']:checked:after {
  left: 53%;
  content: "";
  background-color: #fff;
}
.otw_onepage_flipswitch_container input[type='checkbox']:checked:before {
  display: none;
}
.otw_onepage_flipswitch_container input[type='checkbox']:checked {
  background: #2296F4;
}
/*.otw_onepage_flipswitch_container input[type='checkbox']:checked + .module-setting {
  display: block;
}*/
.jet-form__label:before{
	display:none!important;
}
.otw_show_info_icon .jet-form__label:before{
	display:inline!important;
}
.pickr,.pickr button {
    height: 40px !important;
    width: 100px !important;
    position: absolute !important;
}label.error {
    position: absolute;
    left: 5px;
    bottom: -32px;
    width: calc(100% - 10px);
    background: #fff;
    padding: 10px 15px;
    z-index: 99;
	color: red;
}
.for_submit_errors {
    padding: 10px;
    color: red;
	display: none;
}
.for_submit_errors.active{
	display: block;
}