/*
  Created by Stephane Arribart.
  For Influa
  Date: 14/10/2021
  Time: 16:38

  --- kswitch ---

          |\      _,,,---,,_
    ZZZzz /,`.-'`'    -.  ;-;;,_
         |,4-  ) )-,_. ,\ (  `'-'
        '---''(_/--'  `-'\_)  

*/
.k_switch {
  width: 160px;
  position: relative;
  font-weight: normal;
}
.k_switch input {
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  pointer-events: initial !important;
}
.k_switch input:checked {
  z-index: 1;
}
.k_switch input:checked + label {
  color: #2fa89a;
  opacity: 1;
  cursor: default;
}
.k_switch input:not(:checked) + label:hover {
  opacity: 0.5;
}
.k_switch label {
  color: #9A9A9A;
  opacity: 0.33;
  transition: opacity 0.25s ease;
  cursor: pointer;
}
.k_switch .toggle-outside {
  height: 100%;
  border-radius: 8px;
  padding: 1px;
  transition: 0.25s ease all;
}
.k_switch .toggle-inside {
  border-radius: 20px;
  position: absolute;
  transition: 0.25s ease all;
}

.switch--horizontal {
  width: 160px;
  height: 16px;
  font-size: 0;
  margin-bottom: 18px;
}
.switch--horizontal input {
  height: 16px;
  width: 60px;
  left: 46px;
  margin: 0;
}
.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
  top: -5px;
  left: 1px;
}
.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
  left: 34px;
}
.switch--horizontal input.yes:checked + label {
  color: #2fa89a;
}
.switch--horizontal input.yes:checked ~ .toggle-outside .toggle-inside {
  background-color: #2fa89a;
}
.switch--horizontal input.yes:not(:checked) + label {
  color: rgba(154, 154, 154, 0.6);
}
.switch--horizontal input.yes:not(:checked) ~ .toggle-outside .toggle-inside {
  background-color: #b9b9b9;
}
.switch--horizontal input.no:checked + label {
  color: rgba(154, 154, 154, 0.6);
}
.switch--horizontal input.no:not(:checked) + label {
  color: #9A9A9A;
}
.switch--horizontal label {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  width: 40px;
  height: 100%;
  margin: 0;
  text-align: center;
}
.switch--horizontal label:last-of-type {
  margin-left: 66px;
}
.switch--horizontal .toggle-outside {
  background: #dddddd;
  position: absolute;
  width: 60px;
  left: 46px;
}
.switch--horizontal .toggle-inside {
  height: 24px;
  width: 24px;
  top: -5px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

/*# sourceMappingURL=kswitch.css.map */
